Use when context is exhausted, work needs to continue later, or transferring work between sessions — creates structured handoff documents for session transfer
Structured handoff documents for transferring work between sessions when context is exhausted or work needs to continue later.
When a session needs to end with work in progress:
docs/handoffs/YYYY-MM-DD-<topic>-handoff.md# [Topic] Handoff
**Date:** YYYY-MM-DD
**Session:** [brief description of what this session worked on]
## Status
### Completed
- [x] [What was finished]
### In Progress
- [ ] [What was started but not finished — include current state]
### Not Started
- [ ] [What was planned but not reached]
## Blockers
- [What's preventing progress — errors, missing info, decisions needed]
## Key Decisions Made
- [Decision and rationale — these would be lost without documentation]
## File Pointers
- Plan: `docs/plans/YYYY-MM-DD-<topic>-plan.md`
- Design: `docs/plans/YYYY-MM-DD-<topic>-design.md`
- Spec: `docs/spec.md`
- Key files: [list relevant source files]
## Resume Instructions
[Specific instructions for the next session — what to do first, what to verify, what to watch out for]
When starting a session and a handoff file exists:
docs/handoffs/YYYY-MM-DD-<topic>-handoff.mdIf creating: session ends. If resuming: continue work per the action plan.