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 another agent can pick up 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 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: You have been debugging a service across a long session and need to switch machines. Run the handoff skill with a note like "continue fixing the auth timeout bug" and the next agent receives a focused, safe summary. ## Quick Start Ask the agent to create a handoff document summarizing this session so a new agent can continue the work, optionally describing what the next session should focus on.