Capabilities

Roadmap orchestration

Roadmap orchestration turns Roder's roadmap workspace into a supervised loop engine. Users feed wants into an intake inbox, the loop triages them into roadmap tasks, dispatches ready work to bounded workers, and records evidence before checking tasks off.

Coordinator rule

The loop does not edit implementation files or run build commands itself. It reads roadmap state, writes inbox/evidence state, dispatches workers through subagents or dynamic workflows, and accepts completion only when worker results include evidence.

User-facing commands

/roadmap loop start
/roadmap loop status
/roadmap loop inbox

roder roadmap loop start
roder roadmap inbox add "Add a provider smoke test"

The TUI roadmap workspace now presents orchestration as a dashboard: plan/task rows, worker state, validation status, and activity are separated so users can supervise multiple delegated tasks without losing the roadmap document as the source of truth.