| name | handoff |
| aliases | ["/handoff","handover","hand off","transfer context"] |
| primaryRole | coordinator |
| description | Produces a concise handoff package for the next agent or session. Use when work needs to continue in another session or ownership lane. |
Handoff captures current state and next actions so work can continue without rediscovery.
<Execution_Policy>
- Include only high-signal context
- Separate completed work from pending work
- Preserve exact commands, files, and blockers
- End with a deterministic next step list
</Execution_Policy>
<Output_Format>
Handoff:
Completed
Current State
- Branch: ...
- Status: ...
- Key artifacts: ...
Pending
Blockers / Risks
Next Actions
- ...
- ...
Runbook
- Validate:
npm run typecheck
- Tests:
npm run test
- Verify:
npm run verify
</Output_Format>
Task: {{ARGUMENTS}}