What problem does it solve? When a coding session ends, context is cleared, or work spans multiple days, all the reasoning, decisions, and progress from the conversation are lost. This Skill captures that state into a structured, numbered handover chain plus a progress tracker so a fresh session can resume exactly where the previous one stopped, with no recap needed. ## Core Features & Use Cases - Save mode: Mines the conversation for goals, decisions, failed approaches, evidence, and next steps, then writes a handover_{N}.md file and rewrites a PROGRESS.md tracker via a CLI that owns paths, numbering, and frontmatter. - Resume mode: Loads the latest handover and tracker in one call, renders a short brief, rebuilds the task list, and starts on the next action immediately. - Status mode: Lists all tasks for the current project/worktree with latest sequence numbers and activity, so you can pick which task to resume. - Use Case: At the end of a day spent debugging an auth callback, invoke save to record what was tried and what remains; the next morning, invoke resume in a fresh session and continue without re-explaining anything. ## Quick Start Ask the assistant to save a handover of the current session before clearing context, then in a new session ask it to resume the task by name.