What problem does it solve? When a conversation grows long or a task must continue in a fresh session, context is lost. This Skill compacts the current conversation into a handoff document so a new agent can pick up the work without repeating prior discussion. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current conversation into a structured handoff document saved to the OS temporary directory. - Artifact Referencing: Avoids duplicating content already captured in specs, plans, ADRs, issues, commits, or diffs by referencing them via path or URL. - Sensitive Data Redaction: Removes API keys, passwords, and personally identifiable information from the handoff. - Use Case: After a long debugging session, invoke the handoff skill with a note like "next session will implement the fix" so the next agent receives a tailored summary plus a list of suggested skills to invoke. ## Quick Start Ask the assistant to create a handoff document for the next session, optionally describing what the next session will focus on.