What problem does it solve? When a working session ends or context runs out, critical state—decisions, verified evidence, repository status, and next steps—is easily lost, forcing the next agent or session to reconstruct everything from scratch. This Skill compacts the current conversation into a durable handoff document so a fresh agent can resume the exact work safely. ## Core Features & Use Cases - Structured Handoff Document: Produces a document with six required sections covering objective and status, repository state, verified evidence, decisions and constraints, the next safe action, and suggested skills. - Safe State Transfer: Saves the document to the OS temporary directory rather than the workspace, redacts sensitive information such as API keys and personal data, and references existing artifacts by path instead of duplicating them. - Use Case: Before ending a long debugging or implementation session, invoke the handoff skill so the next session receives the branch, dirty paths, verified command results, approved scope, and one concrete first action without re-reading the entire chat history. ## Quick Start Use the handoff skill to compact this session into a handoff document for the next agent to continue the repository migration work.