From awesome-agent-tools
Generates an 8-section structured handoff brief for the next coding agent or human to continue work. Accepts an optional focus hint to narrow scope.
How this command is triggered — by the user, by Claude, or both
Slash command
/awesome-agent-tools:READMEhandoff/The summary Claude sees in its command listing — used to decide when to auto-load this command
# handoff Slash Command Generate a structured work handoff for the next coding agent picking up your task — Codex, Cursor, another Claude Code session, or a human. ## Why When you stop working on a task mid-stream and need someone (or some other agent) to continue, the usual options leak signal: a quick paragraph misses decisions, dumping the full chat history is noisy and overflows context. This command produces an 8-section structured brief that captures goal, decisions, dead-ends, and open work in one paste-able chunk. ## Output Format The command always produces these 8 sections, i...
Generate a structured work handoff for the next coding agent picking up your task — Codex, Cursor, another Claude Code session, or a human.
When you stop working on a task mid-stream and need someone (or some other agent) to continue, the usual options leak signal: a quick paragraph misses decisions, dumping the full chat history is noisy and overflows context. This command produces an 8-section structured brief that captures goal, decisions, dead-ends, and open work in one paste-able chunk.
The command always produces these 8 sections, in order:
No preamble, no closing remarks — output is paste-ready.
Available in all Claude Code projects:
mkdir -p ~/.claude/commands
cp commands/handoff/handoff.md ~/.claude/commands/handoff.md
Only in the current project:
mkdir -p .claude/commands
cp commands/handoff/handoff.md .claude/commands/handoff.md
Restart Claude Code to pick up the new command.
In a Claude Code session:
/handoff
Or with an optional focus hint:
/handoff focus on the auth refactor in src/auth/
Then copy the output and paste it into the next agent (Codex, another session, etc.) as the first message.
seq-1 / seq-2 references to prior handoffs — keeps the surface small/copy). No .handoffs/ directory, no git noisenpx claudepluginhub awakehsh/awesome-agent-tools --plugin handoff/READMEDisplays documentation for all available commands, including format, validation, and discovery scripts. Also supports listing commands by keyword.
/READMEDisplays list of SuperClaude slash commands: agent (AI agents), index-repo (repo indexing), recommend, research (web research), and sc (show all), with install notes.
/READMEDisplays the full catalog of 31 slash commands organized by SDD workflow, data engineering, visualization, and developer productivity categories.
/READMEDisplays documentation for pixel art commands to create sprites with size/palette presets, manage palettes, export PNG/GIF/spritesheets/JSON, setup Aseprite MCP server, and show help.