What problem does it solve? When a coding session ends, gets interrupted, or passes to another agent, all the context built up during the session is lost and the next worker must re-derive everything from scratch. This Skill produces a structured handoff document so a fresh session can resume immediately without repeating investigation. ## Core Features & Use Cases - Structured handoff format: Captures the goal, verifiably completed work, in-flight or blocked items with concrete reasons, explicitly untouched scope, the exact next action, and non-obvious decisions. - Verifiability focus: Requires completed work to be stated as checkable facts such as commit hashes, passing test names, or file paths rather than vague claims. - Safe file placement: Defaults to an untracked scratch location like a gitignored HANDOFF.md so working state never lands in a PR by accident. - Use Case: Before ending a long debugging session over SSH, ask for a handoff so the next session knows which test fails, what output it produced, and which file to fix first. ## Quick Start Ask the AI to write a handoff document summarizing this session's progress, blockers, and the exact next step before ending the session.