Kanban Board
The built-in Kanban board provides task management with standard workflow lanes. Access it from the Dashboard's Board tab.
Workflow Lanes
Tasks flow through these lanes:
| Lane | Purpose |
|---|---|
| Backlog | Tasks waiting to be started |
| Ready | Tasks prepared and ready for work |
| Active | Tasks currently being worked on |
| Review | Tasks completed and awaiting review |
| Done | Completed tasks |
Card Operations
- Create -- Add new cards to any lane
- Edit -- Update card title, description, and metadata
- Move -- Drag cards between lanes or reorder within a lane
- Delete -- Remove cards from the board
Board API
| Method | Path | Description |
|---|---|---|
| GET | /api/dashboard/board/tasks | List all tasks |
| POST | /api/dashboard/board/tasks | Create a task |
| PATCH | /api/dashboard/board/tasks | Update a task (move, edit) |
| DELETE | /api/dashboard/board/tasks | Delete a task |
CLI Access
# Add a task
jaw connector board add "Implement user auth" --lane backlog
# Update a task
jaw connector board update <id> --lane active
# List tasks
jaw connector board list
Future: Instance Sync
Future versions will support syncing board tasks with instance orchestration state, allowing PABCD phases to automatically create and move board cards.
Try it:
- 이 작업 칸반에 올려줘
- Active로 옮겨줘