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 the next agent can resume work without re-reading the entire history. ## 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, preserving workflow continuity. - 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 with a fresh context window. Run the handoff skill with a note about the next session's goal, and the new agent picks up exactly where you left off. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.