Use when Abu wants to preserve project or session state before context gets long, before ending a work session, before switching agents, after verification, or before resuming later. Produces concise handoffs that capture objective, decisions, artifacts, current state, commands, risks, and next steps without copying full research/specs/plans into the handoff.
How this skill is triggered — by the user, by Claude, or both
Slash command
/abu-context-engineering:handoff-compactionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when work needs to continue later without rereading the whole conversation.
Use this skill when work needs to continue later without rereading the whole conversation.
A handoff is a resume artifact, not a transcript. Keep it compact, factual, and linked to source artifacts. Do not copy full specs, plans, research, or logs unless a short excerpt is necessary.
Prefer these inputs:
Use this structure:
# Handoff: <project or feature>
## Objective
## Current State
## Key Decisions
## Artifacts
## Files Changed
## Commands And Results
## Open Questions
## Risks Or Blockers
## Next Steps
## Resume Prompt
The resume prompt should be one short paragraph the user can paste into a new Codex session.
When creating a file, default to:
<project-root>/.thoughts/handoffs/YYYY-MM-DD-<topic>.md
If artifact boundaries are unclear, read ../../references/operating-model.md from the plugin root.
npx claudepluginhub blockchain-oracle/abu-context-engineering --plugin abu-context-engineeringCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.