What problem does it solve?
Provides a structured, stateful orchestration to manage non-trivial coding tasks so teams and AI agents do not lose context across sessions, take unsafe shortcuts, or introduce unreviewed black-box changes by enforcing a plan-first discipline.
Core Features & Use Cases
- 5-step plan-first workflow: Brainstorm → Plan → Execute → Verify → Close with explicit gates between steps.
- Persistent state and recovery: Stores workflow state in .claude/workflow-state to resume, enforce single active workflows, TTL-based cleanup, and abort protocols.
- Verification and explainability: Mandatory test and diff checks, acceptance criteria enforcement, and review-implementation integration to ensure traceable changes.
- Composition and integrations: Converts issues to plan-first PRs, creates feature branches, supports sub-agent decomposition for large tasks, and offers fast-track flows for trivial changes.
- Use case: Turn a complex GitHub issue into an approved implementation plan, branch, verified changes, and a final PR with archived decisions and artifacts.
Quick Start
Start a new workflow for implementing feature X and produce a reviewable plan and persistent state file.