What problem does it solve? When a conversation grows long or needs to move to a new session, context is lost and the next agent starts blind. This Skill compacts the current conversation into a portable handoff document so a fresh agent can continue 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. - Artifact Referencing & 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 PII. - Use Case: You finish a long debugging session and want a new agent to implement the fix. Run the handoff with a note like "implement the retry logic we diagnosed" and the next session receives a focused, sanitized summary. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what the next session will focus on.