What problem does it solve?
This Skill prevents Claude Code execution from drifting by centralizing curdx-flow flags, state handling, delegation rules, and deterministic verify/loop behavior.
Core Features & Use Cases
- Flag and mode governance: Enforces consistent precedence for quick/auto/commit-spec/iteration limits and routes later phases accordingly.
- State-file correctness: Standardizes
.curdx-state.json schema expectations, recovery behavior, and phase/gate snapshot rules.
- Coordinator delegation discipline: Defines when to fan out to subagents (Discovery/analyst/PM/architect/task executor) versus when to stay single-agent, reducing context pollution and redundant work.
- Deterministic runtime surfaces: Specifies the preferred CLI entrypoints for routing and evidence-based verification so “done” is verifiable.
- Task execution loop guardrails: Controls stopping/iteration logic and specifies what the coordinator must and must not do.
Quick Start
Use this Skill when you need to handle curdx-flow execution flags and state during a /curdx-flow:start session, then delegate research/requirements/design/tasks appropriately while using curdx-flow verify run to record verification evidence.