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 another 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 operating system's temporary directory, not the workspace. - Suggested Skills Section: Recommends which skills the next agent should invoke to continue the work. - Deduplication and Redaction: References existing artifacts (specs, plans, ADRs, issues, commits, 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: implement the fix" so a fresh agent receives a focused summary tailored to implementation. ## Quick Start Ask the agent to create a handoff document summarizing this conversation for the next session focused on your upcoming task.