What problem does it solve? When a conversation grows long or a session ends, context is lost and the next agent or session must start from scratch. This Skill compacts the current conversation into a structured handoff document so a fresh agent can resume the work without losing progress. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current conversation 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: Removes API keys, passwords, and personally identifiable information from the handoff. - Use Case: Before ending a long debugging or feature-building session, invoke the handoff with a note like "next session: write integration tests" so the next agent picks up exactly where you left off. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what the next session will focus on.