What problem does it solve? Ending a Claude Code session loses context — branch state, modified files, TDD progress, and design decisions — forcing the next session to rediscover everything. This Skill assembles a complete handoff document so a fresh session resumes with full context. ## Core Features & Use Cases - Automated context gathering: Collects active worktree, branch, modified files, and the most recent TDD phase and iteration markers from the conversation. - Transcript-based decision extraction: Dispatches a subagent to read the session JSONL transcript and summarize architectural decisions, with a graceful UNAVAILABLE fallback if the transcript cannot be located. - Epic-launch mode: /handoff --epic produces an autonomous-execution brief with mission, verified ground truth, execution loop, constraints, and ordered first actions for multi-PR epics. - Use Case: Before pausing a long debugging session, run /handoff to write a timestamped document to ~/.claude/audit/handoffs/ and paste it into your next session to pick up exactly where you left off. ## Quick Start Ask the assistant to run /handoff to generate a session handoff document you can paste into your next session.