| name | handoff |
| description | Write a structured handoff note and refresh current task state so work can resume cleanly later. Activate when #ho appears anywhere in the user message. |
| argument-hint | [next-step-or-empty] |
| disable-model-invocation | false |
| allowed-tools | Read, Edit, MultiEdit, Write, Glob, Grep, Bash |
Prepare a handoff for: $ARGUMENTS
- Read
.claude/state/current-task.txt and the current task note if they exist.
- Inspect the current diff or recently touched files.
- Create or refresh a handoff note under
.claude/state/handoffs/.
- Include:
- current objective
- status
- touched files
- verification run
- blockers and risks
- exact next step
- If an active Boulder exists, record the interruption:
bash scripts/boulder-attempt.sh interrupted
- If
$ARGUMENTS is present, use it as the preferred next step.
- Reply with the handoff path and the single best resume command or prompt.