What problem does it solve? When a conversation grows long or a session must end, context is lost and the next agent starts from zero. 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, preserving workflow continuity. - Artifact Referencing & 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 but run out of context. Run the handoff skill, then start a new session where the next agent reads the handoff document and continues exactly where you left off. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what the next session will focus on.