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 structured handoff document so a new 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. - Artifact Referencing: Avoids duplicating content already captured in PRDs, plans, ADRs, issues, commits, or diffs by referencing them via path or URL. - Suggested Skills Section: Recommends which skills the next agent should invoke to continue the work. - Sensitive Data Redaction: Strips API keys, passwords, and personally identifiable information from the handoff. - Use Case: You finish a long debugging session and want a fresh agent to implement the fix. Invoke the handoff skill with a note like "next session: implement the auth fix", and the new agent receives a tailored summary with references to relevant files. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what the next session will focus on.