What problem does it solve? Long agent conversations lose context when sessions end or hit context limits, forcing the next agent to start from scratch. This Skill compacts the current conversation into a structured handoff document so a fresh agent can continue the work without re-reading the entire history. ## 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 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 and planning session, invoke the handoff skill with a note like "next session will implement the auth module" so the next agent receives a tailored, redacted summary with pointers to existing artifacts. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what the next session will focus on.