Kanban Board
The default view. Tasks are organized into four columns by status:| Column | Status | Description |
|---|---|---|
| Backlog | backlog | Queued tasks waiting to start |
| In Progress | in_progress | Claude is actively working |
| Testing | testing | Completed, awaiting review |
| Done | done | Approved and finished |
Drag and Drop
Move tasks between columns by dragging their cards. Dropping a task into In Progress automatically spawns a Claude agent.List View
A compact table showing all tasks with sortable columns: title, status, priority, model, type, and creation date. Useful when you have many tasks and need a quick overview.Timeline View
A chronological view showing task start and end times on a horizontal timeline. Helps visualize how long each task took and spot bottlenecks.Summary View
A dashboard-style overview with:- Status breakdown — how many tasks in each column
- Priority distribution — low, medium, high, urgent counts
- Recent activity — latest task updates
- Agent utilization — active vs idle agent slots
All views update in real-time via WebSocket. You never need to refresh the page.
Mobile Experience
Claude Board is fully responsive. On smaller screens:- The Kanban board scrolls horizontally
- Quick-move buttons replace drag-and-drop
- The terminal opens as a bottom sheet
- Task creation uses a full-screen modal
Task Lifecycle
Learn how tasks flow through each status.