What problem does it solve?
Triage turns a large, vague feature request into a coordinated set of smaller specs with clear dependencies, so Claude Code can execute without losing direction or skipping verification.
Core Features & Use Cases
- Epic orchestration: Detects whether an epic is active, supports continuing it, and otherwise creates a new epic plan.
- Dependency-aware spec decomposition: Produces a reviewable epic.md and a dependency-ordered spec list so work can start safely.
- Coordinator delegation: Assigns exploration, decomposition, and validation tasks to the appropriate subagents instead of implementing directly.
- Branch + routing discipline: Enforces branch management and routes the goal into the expected workflow topology before writing epic progress.
Quick Start
Run /curdx-flow:triage "my-epic-name" "Build a feature that lets users manage projects with create/edit/delete and browser-verified UI flows."