What problem does it solve?
It turns large or ongoing feature requests into structured, resumable spec artifacts so Claude Code can plan, review, and execute without context rot or silent “done” failures.
Core Features & Use Cases
- Skills-first workflow router: a single canonical entry that guides the end-to-end phases (research, requirements, design, tasks, implement) and supports resuming active work.
- Phase-by-phase spec artifacts: produces reviewable markdown outputs in
./specs/<name>/ with explicit approval checkpoints in normal mode.
- Single-spec and epic (multi-spec) delivery: decomposes big asks into dependency-aware specs using triage, then executes them in order.
- Operational management skills: supports status visibility, spec switching, cancellation, and refactoring after execution.
Quick Start
Use the spec workflow to plan and start execution for a new feature by running: /curdx-flow:start my-feature "Build X" --quick