What problem does it solve? AI coding sessions lose all working context when they end, forcing you to re-explain decisions, branch state, and unfinished work every time you return. This Skill snapshots your current progress so any future session can resume exactly where you left off. ## Core Features & Use Cases - Context Snapshotting: Captures git branch state, decisions made during the session, and remaining work items into a persistent record. - Session Handoff: Pairs with the /context-restore skill so a later session (or a different machine) can reload the saved state without manual notes. - Environment Awareness: Runs a preamble that detects repo mode, session kind (interactive, headless, or spawned), and gstack configuration before saving. - Use Case: Before ending a long refactoring session on a feature branch, invoke the skill to record what was changed, why, and what remains, then resume the next day with /context-restore. ## Quick Start Ask the agent to save my current progress and working context so I can resume this session later.