What problem does it solve? Long agent sessions lose context quality as conversations grow, and starting fresh means losing all prior progress. This Skill compacts the current conversation into a portable handoff document so a new agent session can continue the work without re-reading the entire history. ## 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. - Artifact Referencing: Avoids duplicating content already captured in specs, 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 effectively. - Sensitive Data Redaction: Strips API keys, passwords, and personally identifiable information from the handoff. - Use Case: After a long debugging session, invoke the handoff with a note like "next session: implement the fix" so a fresh agent picks up exactly where you left off 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.