What problem does it solve? When a conversation grows long or a session must end, context is lost and the next agent or session starts from zero. This Skill compacts the current conversation into a structured handoff document so a fresh agent can pick up 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 operating system's 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 instead. - Suggested Skills Section: Recommends which skills the next agent should invoke to continue the work effectively. - Sensitive Data Redaction: Removes API keys, passwords, and personally identifiable information from the handoff. - Use Case: Before ending a long debugging session, invoke the handoff with a note like "next session: implement the fix" so the next agent receives a tailored, redacted summary pointing at the relevant plan files. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what the next session will focus on.