How It Works
Switch to Orchestration View from the board toolbar (the Workflow icon). The view is divided into three sections:Dependency Graph
An interactive SVG graph shows all tasks as nodes and dependencies as directed edges. Nodes are color-coded by status: gray (backlog), amber (in progress), green (done), red (failed). Running tasks pulse with an animated progress bar.
Live Agent Cards
Each running Claude agent gets a card showing the task title, model (Haiku/Sonnet/Opus), live token counter, elapsed time, and a stop button. Click a card to open the terminal.
Wave Execution
Tasks are grouped into waves based on their dependency structure:max_concurrent limit.
Graph Interaction
- Hover a node to highlight its direct dependency edges
- Click a node to open task details
- Non-highlighted nodes dim to 50% opacity for focus
- Running nodes show an animated progress indicator
Auto-Refresh
The graph automatically refreshes when:- A task changes status (backlog → in_progress → done)
- Dependencies are added or removed
- A new task is created
task:updated events for instant updates.