What problem does it solve? When a conversation grows long or context runs out, transferring work to a fresh agent session loses critical details. This Skill compacts the current conversation into a structured handoff document so the next agent can pick up exactly where you left off. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current session into a handoff document saved to the OS temporary directory, keeping the workspace clean. - Suggested Skills Section: Recommends which skills the next agent should invoke to continue the work effectively. - Deduplication & Redaction: References existing artifacts (PRDs, plans, ADRs, commits) by path instead of duplicating them, and strips sensitive data like API keys and passwords. - Use Case: You have been debugging a feature across a long session and want a fresh agent to implement the fix. Run the handoff skill with a note like "implement the auth fix" and the next session starts with full context. ## Quick Start Ask the agent to create a handoff document summarizing this conversation so a new session can continue the work.