What problem does it solve? When a coding session ends or gets interrupted, all the context about what was decided, what was tried, and what remains is lost. This Skill saves that working context so any future session can resume without losing a beat. ## Core Features & Use Cases - Git State Capture: Records the current branch, commit state, and working tree status as part of the checkpoint. - Decision and Progress Logging: Stores decisions made, remaining work, and failed approaches in a structured checkpoint file under the project's gstack directory. - Session Continuity: Pairs with /context-restore so a later session can reload the checkpoint and pick up exactly where work stopped. - Use Case: You are mid-refactor on a feature branch and need to stop for the day. Run the save command, and tomorrow a fresh session restores your branch state, open questions, and next steps automatically. ## Quick Start Ask the assistant to save your current progress and working context so you can resume this work in a later session.