What problem does it solve? When pausing work for the day, switching machines, or approaching a risky operation, developers lose track of branch state, pending tasks, and decisions made during a session. This Skill preserves that working context in a structured Markdown file so it can be restored later. ## Core Features & Use Cases - Git State Capture: Records current branch, modified, staged, and untracked files plus the last three commits. - Task and Decision Logging: Collects active tasks via TaskList and summarizes key decisions, next steps, and blockers from the conversation. - Per-Author Storage: Detects the author from git config, slugifies the name, and writes a timestamped file under .gtsi/context/<author>/ which is git-ignored. - Use Case: Before leaving for the day, ask to save context; the Skill shows a summary for confirmation, then writes a file that gtsi-context-restore can reload on another machine. ## Quick Start Ask the assistant to save the current work context before pausing, and confirm the summary it presents so it writes the snapshot file under .gtsi/context/.