From toolbox
Writes or updates structured handoff documents (HANDOFF.md) with Goal, First Action, Context, Progress, successes, failures, and next steps for resuming work with a fresh agent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/toolbox:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write or update a handoff document so the next agent with fresh context can continue this work.
Write or update a handoff document so the next agent with fresh context can continue this work.
$0: base path for the handoff document (optional, defaults to project root)
handoffs, ., docs/handoffs$1: filename (optional, defaults to HANDOFF.md)
auth.md, refactor-notes.md| Input | Result |
|---|---|
/handoff | HANDOFF.md |
/handoff handoffs | handoffs/HANDOFF.md |
/handoff handoffs auth.md | handoffs/auth.md |
/handoff . auth.md | auth.md |
$0 is empty and $1 is empty → HANDOFF.md$0 is provided and $1 is empty → $0/HANDOFF.md$0 is . and $1 is provided → $1$0 and $1 are provided → $0/$1npx claudepluginhub leejuoh/claude-code-zero --plugin toolboxCreates or updates HANDOFF.md summarizing project goal, progress, successes, failures, and next steps for agent handoffs or fresh sessions.
Produces a handoff document so a fresh agent can continue work from the current session. Handles both mid-arc continuation and backlog handoffs.
Creates concise handoff documentation for work-in-progress sessions when handing off to another agent. Supplements history compaction with tasks, changes, learnings, artifacts, and next steps.