What problem does it solve? When a conversation grows long or a task needs to move to a new agent session, context is lost. This Skill compacts the current conversation into a structured handoff document so a fresh agent can continue the work without re-reading the entire history. ## Core Features & Use Cases - Conversation Compaction: Writes a handoff document summarizing the current conversation and saves it to the OS temporary directory rather than the workspace. - Suggested Skills Section: Recommends which skills the next agent should invoke to continue the work. - Deduplication & Redaction: References existing artifacts (specs, plans, ADRs, issues, commits, diffs) by path or URL instead of duplicating them, and strips sensitive data such as API keys, passwords, and PII. - Use Case: You have been debugging a deployment issue in a long session and want a new agent to implement the fix. Invoke the handoff flow with a note like "next session: implement the retry logic fix" and the document is tailored to that goal. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.