What problem does it solve?
This Skill solves the problem of losing critical project context between work sessions, eliminating the need to manually re-trace git state, past decisions, and pending tasks when resuming work on a project.
Core Features & Use Cases
- Full Context Capture: Automatically saves your current git branch, recent commit history, uncommitted changes, and session decisions to a persistent local store.
- Progress Preservation: Logs remaining work items and next steps so you can pick up exactly where you left off with no onboarding overhead.
- Paired Workflow: Works with the /context-restore skill to seamlessly resume work, making it ideal for paused debugging sessions, mid-feature development, and cross-session handoffs.
- Use Case: If you are 2 hours into refactoring the authentication module and need to switch to an urgent bug fix, run this skill to save all context, then use /context-restore to pick up the refactor later with no lost progress.
Quick Start
Use the context-save skill to save your current work progress, git state, and pending tasks so you can resume later without losing any context.