What problem does it solve? When a coding session ends, the next session loses all context: goals, decisions, failing tests, and dead ends. This Skill captures the full session state into a durable handoff document plus a compact kickoff prompt so work resumes without re-discovery. ## Core Features & Use Cases - Two-artifact design: Writes a full handoff doc to ~/.claude/logs/handoffs/ and prints a lean (<=200 word) kickoff prompt to paste into the new session. - Structured template: Captures goal, current git state, completed work with file:line references, remaining tasks, key decisions, dead ends, and resume steps. - Self-verification: Runs a Python pre-flight check that validates all required sections exist and enforces style rules before reporting completion. - Use Case: At the end of a long debugging session on a feature branch, run the handoff to record the failing test names, the rejected approaches, and the exact next command, then paste the kickoff prompt into tomorrow's session. ## Quick Start Ask the AI to create a session handoff so the next session can resume where this one left off.