Handoff Writing
When to use
Use this when the task mentions:
- •“handoff”, “context limit”, “I can’t finish”, “park this work”
- •preparing for review / teammate pickup
Fast path
- •Capture repo snapshot:
git status -sbandgit log -n 5 --oneline - •Capture quality gate status:
./verify.sh --ui=false - •Write a handoff with: Problem Statement → Current Snapshot → Next Steps (with exact commands) → Risks → References.
Canonical repo doc
Read docs/skills/handoff-writing.md.