What problem does it solve? When a working session ends or context runs out, the next agent starts cold and loses the reasoning behind decisions. This Skill compacts the current conversation into a structured handoff document so a fresh agent can resume the work without re-reading the entire history. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current session into a handoff document saved to the operating system's temporary directory, keeping the workspace clean. - Artifact Referencing: Avoids duplicating content already captured in specs, plans, ADRs, issues, commits, or diffs by referencing them via path or URL. - Suggested Skills Section: Recommends which skills the next agent should invoke to continue the work. - Sensitive Data Redaction: Strips API keys, passwords, and personally identifiable information from the document. - Use Case: Before ending a long debugging session, invoke the handoff with a note like "next session: finish the Clerk integration tests" so the incoming agent knows exactly where to pick up. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.