What problem does it solve? When a conversation ends or context runs out, the next agent session starts blind and repeats work. This Skill compacts the current conversation into a structured handoff document so another agent can pick up exactly where you left off. ## Core Features & Use Cases - State Summarization: Captures what was done, what is in progress, and what is blocked. - Reference-Based Handoff: Points to existing Specs, plans, ADRs, issues, commits, and diffs by path or URL instead of duplicating their content. - Secret Redaction: Removes API keys, passwords, tokens, and personally identifiable information before writing the document. - Use Case: You are ending a long debugging session and want a fresh agent to continue tomorrow. Invoke the handoff skill to produce a Markdown file with the current state, the first concrete next step, recommended skills to invoke, and links to relevant artifacts. ## Quick Start Ask the agent to create a handoff document for the next session, optionally describing what that session will focus on.