What problem does it solve? When a conversation grows long or a task must move to a fresh agent session, context is lost. This Skill compacts the current conversation into a handoff document so a new agent can pick up 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. - Suggested Skills Section: Recommends which skills the next agent should invoke, smoothing the transition between sessions. - Artifact Referencing and Redaction: References existing specs, plans, ADRs, and commits by path instead of duplicating them, and strips sensitive data like API keys and personal information. - Use Case: After a long debugging session, run the handoff with a note like "next session: implement the fix" so a fresh agent receives a focused, redacted summary tailored to the upcoming work. ## Quick Start Ask the agent to create a handoff document summarizing this conversation for the next session, optionally describing what the next session will focus on.