What problem does it solve? Long agent sessions lose context when they end, forcing the next agent or developer to reconstruct what was done and why. This Skill compacts the current conversation into a structured handoff document so a fresh agent can resume 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 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, and redacts sensitive data such as API keys, passwords, and PII. - Use Case: After a long debugging and planning session, run the handoff with a note like "next session: implement the auth module" so the incoming agent starts with full context and a clear focus. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.