What problem does it solve? When a conversation grows long or a session must end, context is lost and the next agent starts from scratch. 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. - 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 API keys, passwords, and personal data. - Use Case: You finish a long debugging session and want a colleague's agent to continue tomorrow. Run the handoff with a note like "next session: implement the fix", and the next agent receives a focused, sanitized summary. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.