Taskboard
The taskboard is a SQLite-driven project task management view supporting agent dispatch.
Six Columns
| Column | Meaning |
|---|---|
| Backlog | To plan |
| Todo | To start |
| In Progress | Active |
| In Review | Awaiting review |
| Blocked | Impediment |
| Done | Complete |
Tasks are draggable across columns.
Creating Tasks
Click “New Task” in the top-right. Fill in title, description, priority, labels, and assignee (yourself or an agent profile).
Agent Dispatch
For tasks assigned to an agent:
- Agent auto-classifies by title/description and binds the appropriate mode
- Creates a real session (visible in sidebar for observation)
- On completion, task auto-moves to “In Review”
- You approve to move to “Done,” or reject back to “Todo”
Tasks bound to expert profiles route to that expert’s persistent chat.
Task Details
Click a card for: description, status, priority, labels, assignee, comments (including agent activity), linked session, and attachments.
Chat to Task
In a conversation, click “Convert to Task” to register the current request as a taskboard item.
Workflows
Custom workflows (column transition rules) via the React Flow visual editor in the top-right.