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:

LanePurpose
BacklogTasks waiting to be started
ReadyTasks prepared and ready for work
ActiveTasks currently being worked on
ReviewTasks completed and awaiting review
DoneCompleted tasks

Card Operations

Board API

MethodPathDescription
GET/api/dashboard/board/tasksList all tasks
POST/api/dashboard/board/tasksCreate a task
PATCH/api/dashboard/board/tasksUpdate a task (move, edit)
DELETE/api/dashboard/board/tasksDelete 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로 옮겨줘