What problem does it solve?
Save workflow state to prevent context loss and enable reliable resume and recovery for long-running or interruptible sessions. This Skill externalizes session context so humans and agents can pick up work mid-flow without reestablishing state.
Core Features & Use Cases
- Automatic and Named Checkpoints: Create timestamped checkpoints automatically or use sanitized, human-friendly names for identifiable resumes.
- Structured YAML State Capture: Persist session metadata including session file path, concise current focus, active tasks, pending questions, modified artifacts, uncommitted git status, and a human-readable resume prompt.
- Safety and Governance: Enforce inviolable constraints such as forbidden directories, exclusion of sensitive data, ISO 8601 timestamps, directory creation for sessions/checkpoints, and overwrite semantics.
- Use Case: Save a checkpoint before a major refactor, prior to context-intensive research calls, or at natural breakpoints to enable later recovery and continuity.
Quick Start
Save the current session as checkpoint design-refactor to capture context, active tasks, modified files, and a recommended next action for later resumption.