What problem does it solve? Losing track of what you were working on between sessions, branches, or workspace switches wastes time re-establishing context. This Skill captures your full working state so any future session can resume exactly where you left off. ## Core Features & Use Cases - Save checkpoints: Captures git branch, modified files, diff stats, decisions made, and remaining work into a timestamped Markdown file. - Resume sessions: Loads the most recent or a specified checkpoint, summarizes context, and warns when the current branch differs from the saved one. - List checkpoints: Displays a table of saved checkpoints filtered by current branch or across all branches with --all. - Use Case: Before ending a work session on a feature branch, run a checkpoint save; the next day, resume from a different workspace and instantly recover the goal, decisions, and next steps. ## Quick Start Ask the assistant to checkpoint your current progress so you can resume this work later.