What problem does it solve? When a conversation grows long or a session must end, context is lost and the next agent starts from zero. 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 session into a handoff document saved to the OS temporary directory, keeping the workspace clean. - Suggested Skills Section: Names which skills the next agent should invoke, preserving workflow continuity. - 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: Strips API keys, passwords, and personally identifiable information from the handoff. - Use Case: Before ending a long debugging session, generate a handoff tailored to the next session's goal (passed as an argument) so a new agent resumes with full context. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.