What problem does it solve? When a conversation grows long or a task needs to move to a fresh agent session, context is lost. This Skill compacts the current conversation into a structured handoff document so another agent can pick up the work without repeating prior discussion. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current conversation into a handoff document saved to the OS 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. - Sensitive Data Redaction: Removes API keys, passwords, and personally identifiable information from the handoff document. - Use Case: After a long debugging session, invoke the handoff skill with a note like "next session will implement the fix" to produce a tailored summary document a fresh agent can use to continue immediately. ## Quick Start Ask the agent to create a handoff document summarizing this conversation so a new session can continue the work.