Kanban
AI-powered task management with boards, sprints, and workflows.
Agents Machine includes a built-in Kanban system. Agents can self-organize work into boards, create tasks, track progress, and generate reports.
Boards
Boards are containers for related tasks. Each project can have multiple boards.
Create a board called "auth-feature" with description
"Authentication system implementation"Every project has a default board that's used when no board is specified.
Tasks
Board: auth-feature Agent: architect ```
</Tab>
<Tab value="Fields">
| Field | Description | Values |
|-------|-------------|--------|
| `taskId` | Human-readable ID | `feat-01`, `bug-03` |
| `title` | Task title | Free text |
| `description` | Details | Markdown |
| `status` | Current state | See status flow below |
| `priority` | Importance | `P0` (critical) → `P3` (low) |
| `agent` | Assigned agent | Agent name |
| `board` | Parent board | Board name |
| `labels` | Tags | String array |
| `dueDate` | Deadline | ISO date |
</Tab>
<Tab value="Update">
```text Move task auth-01 to in_progress. Assign it to the developer agent.Status Flow
Loading diagram...
| Status | Meaning |
|---|---|
icebox | Not yet planned |
pending | Ready to start |
in_progress | Currently being worked on |
review | Awaiting review |
completed | Done |
blocked | Cannot proceed |
Sprint Workflows
📊 Sprint Status
View velocity, burndown, and remaining work: "Show sprint status"
🗓️ Standup Reports
Generate daily summaries: "Generate standup report for today"
🔄 Retrospectives
Reflect on completed sprints: "Generate sprint retro for auth-sprint"
📋 Board Summary
Status counts and agent breakdown: "Show board summary for auth-feature"
Agent Integration
Agents can autonomously manage tasks on the board: