What problem does it solve? Losing context between work sessions forces you to reconstruct what you were doing, which branch mattered, and what comes next. This Skill maintains a per-project handoff file so a new session can resume exactly where the last one stopped. ## Core Features & Use Cases - Resume mode: Reads the handoff file, prunes stale items, scans live git state (branches, PRs, stashes), and presents a briefing with a suggested focus at session start. - Handoff mode: Captures activity, decisions, open questions, and next steps at session end, regenerates git state, and writes the file atomically. - Checkpoint mode: Appends new items mid-session without the full handoff ceremony, useful before risky work or compaction. - Name mode: Generates a descriptive session label (DESCRIPTION - REPO#PR - BRANCH) for discovery in /resume. - Use Case: At the end of a day of debugging, run the handoff mode to record decisions and next steps; the next morning, resume mode briefs you on open PRs and where to pick up in under 30 seconds. ## Quick Start Ask the assistant to run the session skill in handoff mode to save the current session state before wrapping up.