What problem does it solve? Work sessions lose context when they end — uncommitted changes, half-made decisions, and remaining tasks vanish, forcing the next session to reconstruct everything from scratch. This Skill saves the full working context so any future session can resume without losing progress. ## Core Features & Use Cases - Git State Capture: Records the current branch and repository state as part of the checkpoint. - Decision and Work Logging: Saves decisions made and remaining work items so nothing is forgotten between sessions. - Session Resume Pairing: Pairs with /context-restore to reload the saved snapshot and pick up exactly where you left off. - Use Case: Before ending a long coding session on a feature branch, run the save to snapshot your branch, decisions, and TODO list; the next day, restore it and continue immediately. ## Quick Start Ask the AI to save your current progress and working context so you can resume this session later.