What problem does it solve? When a conversation grows long or needs to move to a fresh agent 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, not the workspace. - Suggested Skills Section: Recommends which skills the next agent should invoke via the Skill tool. - Deduplication and Redaction: References existing artifacts (specs, plans, ADRs, issues, commits, diffs) by path or URL instead of duplicating them, and strips sensitive data like API keys, passwords, and PII. - Use Case: You have been debugging a feature across a long session and want a fresh agent to implement the fix. Run the handoff with a note like "implement the auth fix" and the next agent receives a focused, sanitized summary. ## Quick Start Ask the agent to create a handoff document summarizing this conversation so a new session can continue the work.