What problem does it solve? When a conversation grows long or a task must continue in a new session, context is lost. This Skill compacts the current conversation into a structured handoff document so a fresh agent can resume 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 operating system's temporary directory, not the workspace. - Suggested Skills Section: Names which skills the next agent should invoke via the Skill tool to continue the work. - Deduplication and 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 personally identifiable information. - Use Case: Before ending a long debugging session, ask for a handoff focused on the remaining test failures so the next session can pick 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.