What problem does it solve? When a Claude Code session ends, all context disappears, forcing the next session or teammate to re-read the entire transcript. This Skill writes a concise handoff document so a fresh agent with zero context can pick up the work immediately. ## Core Features & Use Cases - Session Summarization: Captures what was done, what decisions were made, and what remains unfinished. - Reference Instead of Duplication: Links to existing specs, plans, ADRs, issues, and commits by path or URL instead of copying content, keeping the document lean and consistent. - Suggested Skills Section: Recommends which skills the next session should invoke based on remaining work. - Automatic Redaction: Strips API keys, passwords, and PII before saving, with no exceptions. - Use Case: Before ending a long debugging session, run /handoff fix the failing auth tests to save a summary to the OS temp directory that a colleague or new session can read to continue immediately. ## Quick Start Ask the assistant to run /handoff with an optional note about what the next session should focus on, then share the saved temp file path with whoever continues the work.