From board
Use this skill when the user invokes `/board` or asks to manage tasks, create epics, move tasks, or check project status on the Harness Board.
How this skill is triggered — by the user, by Claude, or both
Slash command
/board:boardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user invokes `/board` or asks to manage tasks, create epics, move tasks, or check project status on the Harness Board.
Use this skill when the user invokes /board or asks to manage tasks, create epics, move tasks, or check project status on the Harness Board.
A lightweight Kanban board with real-time two-way sync between Claude and a web UI. Tasks live in ~/.harness/board/projects/<slug>.yaml. Claude interacts via MCP tools; humans interact via browser.
| Tool | Purpose |
|---|---|
create_project | Create a new project |
create_epic | Create an epic under a project |
create_task | Create a task under an epic |
update_task | Edit title, description, flags |
move_task | Change status column |
add_comment | Post a comment as "claude" or "user" |
list_tasks | Read board state (filterable) |
link_branch | Associate branch/worktree with task |
link_commit | Attach a commit SHA |
request_review | Flag task ready for human review |
block_task | Mark blocked with reason |
unblock_task | Clear blocked status |
/board — Open the board UIOpen the board web UI (requires the board server to be running as a background service):
bash ${CLAUDE_PLUGIN_ROOT}/scripts/start-board.sh
If the server is not running, the script prints instructions to install it as a persistent launchd service with pnpm board:install.
/board create <title> — Create a tasklist_tasks to find the active project and epiccreate_task with the current project + epic/board status — Show current board stateCall list_tasks and format a concise summary grouped by status.
/board move <task-id> <status> — Move a taskCall move_task with the appropriate project, task_id, and status.
When starting work on a task:
move_task → "in-progress"link_branch with the worktree branchadd_comment (author: "claude")request_review when readymove_task → "done" after mergebacklog — not startedin-progress — being worked onreview — ready for human reviewdone — completenpx claudepluginhub harnessprotocol/harness-kit --plugin boardSets up GitHub Projects V2, Azure Boards, or GitLab Issue Boards with hatch3r's label taxonomy, status fields, and board structure. Platform detected from hatch.json. Part of hatch3r delivery orchestration.
Shows the Torque task board with all lanes and tasks, summarizing counts per lane and flagging blocked or error tasks.