What problem does it solve? When a conversation grows long or a session ends, context is lost and the next agent or session must start from scratch. This Skill compacts the current conversation into a structured 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 conversation into a handoff document saved to the OS temporary directory, keeping the workspace clean. - Suggested Skills Section: Recommends 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 redacts sensitive data such as API keys, passwords, and PII. - Use Case: Before ending a long debugging session, invoke the handoff skill with a note like "next session: finish the migration tests" so the next agent receives a tailored summary with pointers to relevant commits and plans. ## 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.