What problem does it solve? When a conversation grows long or needs to continue in a new session, context is lost. This Skill compacts the current conversation into a structured handoff document so a fresh agent can pick up the work without re-reading the entire history. ## Core Features & Use Cases - Conversation Compaction: Writes a handoff document summarizing the current conversation and saves it to the operating system's temporary directory rather than the workspace. - Suggested Skills Section: Includes a section naming which skills the next agent should invoke via the Skill tool. - Artifact Referencing: Avoids duplicating content already captured in specs, plans, ADRs, issues, commits, or diffs by referencing them by path or URL. - Sensitive Data Redaction: Removes API keys, passwords, and personally identifiable information from the handoff. - Use Case: Before ending a long debugging session, generate a handoff document so the next session can continue the investigation with full context and a clear focus. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what the next session will focus on.