What problem does it solve? When a conversation grows long or context runs out, starting a fresh agent session means losing all prior progress. This Skill compacts the current conversation into a handoff document so a new agent can pick up the work without repeating earlier steps. ## 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 with a note like "next session: finish the integration tests" and the new agent receives a focused, safe summary. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.