What problem does it solve? When a conversation grows long or a task must continue in a new session, context is lost. 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: Writes a summary of the current session into a handoff document saved to the operating system's temporary directory, keeping the workspace clean. - Suggested Skills Section: Recommends which skills the next agent should invoke to continue the work effectively. - Artifact Referencing and Redaction: References existing specs, plans, ADRs, issues, commits, and diffs by path or URL instead of duplicating them, and strips sensitive data such as API keys, passwords, and personally identifiable information. - Use Case: After a long debugging session, invoke the handoff skill with a note like "next session will implement the fix" so the incoming agent receives a focused, redacted summary tailored to that goal. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what the next session will focus on.