What problem does it solve? Work context is lost when an AI coding session ends, forcing you to rebuild an understanding of branch state, decisions made, and unfinished tasks. This Skill saves that working context so any future session can resume without losing progress. ## Core Features & Use Cases - Context Capture: Records git branch state, decisions made during the session, and remaining work items. - Session Resume Pairing: Pairs with /context-restore so a later session can pick up exactly where you left off. - Environment Awareness: Runs a preamble that detects session kind (interactive, headless, spawned), repo mode, telemetry settings, and checkpoint configuration before saving. - Use Case: Before ending a long refactoring session on a feature branch, invoke the skill to snapshot your progress; the next day, restore it and continue without re-explaining the task. ## Quick Start Ask the assistant to save my current work progress and session context so I can resume it later.