What problem does it solve? When a conversation grows long or needs to move to a new session, context is lost and the next agent starts blind. This Skill compacts the current conversation into a structured handoff document so a fresh agent can continue the work without re-reading the entire history. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current session into a handoff document saved to the operating system's temporary directory, keeping the workspace clean. - Artifact Referencing: Avoids duplicating content already captured in specs, plans, ADRs, issues, commits, or diffs by referencing them via path or URL. - Sensitive Data Redaction: Removes API keys, passwords, and personally identifiable information before writing the document. - Use Case: You finish a long debugging session and want a teammate's agent to implement the fix tomorrow. Invoke the handoff Skill with a note like "next session: implement the retry logic", and it produces a tailored summary with suggested skills for the follow-up agent. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.