What problem does it solve? When an AI coding session ends, gets compacted, or moves to another machine, all accumulated context is lost and the next agent starts blind. This Skill captures the full state of the work — objective, status, decisions, required reading, and the next concrete action — into a single markdown document so a fresh agent can resume with zero context loss. ## Core Features & Use Cases - Structured Handoff Document: Generates a timestamped file at docs/handoffs/handoff-<date>.md following a 10-section template covering objective, definition of done, current status, required reading, key decisions, code map, verification commands, and remaining work. - Git State Capture: Records branch, uncommitted changes, stashes, and recent commits so the receiving agent is never surprised by the working tree. - Single Closing Sentence: Outputs exactly one line of the form "Read <file> and do <action>." that the user can paste directly into the next session. - Use Case: You are mid-way through implementing a feature and your context window is nearly full. Run the handoff to serialize everything into a document, then start a fresh session that reads one file and continues exactly where you stopped. ## Quick Start Ask the agent to write a handoff document for the current session so a fresh agent can resume the work.