What problem does it solve?
Manage durable workflow state outside the agent context so progress, tasks, and artifacts persist across sessions and context compaction, preventing lost work and broken orchestrations.
Core Features & Use Cases
- Persistent Checkpoints: Save and restore workflow phase, tasks, worktrees, PR URLs, and synthesis metadata to resume work after interruptions.
- Guarded Phase Transitions: Perform atomic updates and guarded phase moves (init, set, get, cancel, cleanup) via MCP to enforce workflow invariants.
- Reconciliation & Validation: Reconcile state with git and materialized views to detect desyncs and verify merges before completing workflows.
- Use Case: Save state before a long-running agent session, resume after summarization with exact phase and task context, and safely advance through plan → delegate → review cycles with guard enforcement.
Quick Start
Use the workflow-state skill to checkpoint the current feature workflow and save artifacts so you can resume later with exact phase and task context.