What problem does it solve? When a conversation grows long or needs to move to a fresh agent session, context is lost. This Skill compacts the current conversation into a handoff document so a new agent can pick up the work without repeating prior discussion. ## 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. - Artifact Referencing and Redaction: References existing specs, plans, ADRs, issues, commits, and diffs by path or URL instead of duplicating them, and strips sensitive data such as API keys, passwords, and PII. - Use Case: After a long debugging and planning session, run the handoff with a note like "next session: implement the auth module" so the incoming agent receives a tailored, secure summary. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.