What problem does it solve?
It prevents Claude Code runs from drifting by routing your intent into the right curdx-flow phase (direct change, light spec, full spec, resume, scaffold, or triage) based on repo facts, and it enforces a verification-first execution contract.
Core Features & Use Cases
- Deterministic routing from facts: Parses your arguments, runs
curdx-flow route, and follows the router’s route/intent decisions as the source of truth.
- Auto-compiles an execution contract: For non-trivial routes, it uses
curdx-flow route --compile --record to produce phase-specific policy inputs.
- Last-mile autopilot execution: Runs
curdx-flow last-mile and executes the plan derived from router output (phase, capability plan, evidence requirements, and coordinator instruction).
- Resume and ask-only-when-needed: Resumes the active spec when applicable, or performs a single focused question only when the router returns
blocked-ask-user.
Quick Start
Use the start skill to kick off a routed delivery by running: /curdx-flow:start todo-app "build a todo app with create/edit/complete/delete, browser-verified".