What problem does it solve? When a conversation grows long or context runs out, important decisions and progress can be lost. This Skill compacts the current conversation into a structured handoff document so a fresh agent session can pick up the work without losing context. ## 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 and Redaction: References existing artifacts (specs, plans, ADRs, commits) by path instead of duplicating them, and strips sensitive data like API keys and personal information. - Use Case: You have been debugging a feature across a long session and want to continue tomorrow. Run the handoff skill with a note like "finish the auth refactor" and the next agent receives a tailored briefing. ## Quick Start Ask the agent to create a handoff document summarizing this session so the next session can continue the work.