What problem does it solve? When a conversation grows long or needs to move to a new session or agent, context is lost. This Skill compacts the current conversation into a handoff document so a fresh agent can pick up the work without re-reading the entire history. ## Core Features & Use Cases - Conversation Compaction: Summarizes the current session 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 to continue the work effectively. - Deduplication and Redaction: References existing artifacts (PRDs, plans, ADRs, issues, commits, diffs) by path or URL instead of duplicating them, and strips sensitive data such as API keys, passwords, and PII. - Use Case: After a long debugging session, invoke the handoff skill with a note like "next session: implement the fix" so the next agent receives a focused, tailored summary. ## 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.