What problem does it solve? When a conversation grows long or needs to move to a new session or agent, context is lost. This Skill compacts the current conversation into a structured handoff document so a fresh agent can pick up the work without re-reading the entire history. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current conversation into a concise handoff document saved to the OS temporary directory, not the workspace. - Suggested Skills Section: Recommends which skills the next agent should invoke to continue the work. - Artifact Referencing: Avoids duplicating content already captured in PRDs, plans, ADRs, issues, commits, or diffs by referencing them via path or URL. - Sensitive Data Redaction: Strips API keys, passwords, and personally identifiable information from the handoff. - Use Case: You have been debugging a feature across a long session and want a new agent to continue tomorrow. Invoke the handoff skill with a note about the next focus, and it produces a tailored summary document the next session can load. ## Quick Start Ask the agent to create a handoff document summarizing this conversation so a new session can continue the work.