What problem does it solve? When an agentic coding session ends, all context about goals, decisions, and unfinished work disappears, forcing the next session to start from zero. This Skill captures the full session state into a self-contained Markdown handoff document that another agent can act on without asking clarifying questions. ## Core Features & Use Cases - Context Gathering: Collects repo name, active branch, uncommitted changes, recent commits, existing plans, and the full conversation history before writing anything. - Structured Handoff Template: Produces a standardized document with Goal, Current State, Decisions Made, Next Steps, Open Questions, Key Files, Constraints, and Environment Notes sections. - Use Case: You spent a session halfway through an auth refactor and need to stop. Run the handoff command, and the next agent receives a document at ~/.agents/handoffs/<repo>-<date>-auth-refactor.md telling it exactly what was done, why, and what to do first. ## Quick Start Ask the agent to generate a handoff doc for the current session so the next agent can continue the work.