What problem does it solve? When a conversation grows long or a task must move to a fresh agent session, context is lost. This Skill compacts the current conversation into a handoff document so a new agent can resume the work without re-reading the entire history. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current conversation into a structured handoff document saved to the OS temporary directory, keeping the workspace clean. - Suggested Skills Section: Recommends which skills the next agent should invoke, smoothing the transition between sessions. - 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 deployment issue for hours and the context window is nearly full. Run the handoff to produce a summary document, then start a fresh session that picks up exactly where you left off. ## Quick Start Ask the agent to create a handoff document summarizing this conversation so a new session can continue the work.