What problem does it solve? When a coding session ends or context runs out, the next agent session starts with no memory of prior decisions and progress. This Skill compacts the current conversation into a handoff document so a fresh agent can resume the work without losing context. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current conversation 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. - 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 personal information. - Use Case: Before ending a long debugging session, run the handoff skill with a note like "next session will implement the fix" so the incoming agent knows exactly where to pick up. ## Quick Start Use the handoff skill to summarize this conversation into a handoff document for the next session, which will focus on implementing the agreed fix.