tb_create_board
Create a new project task board and optionally include tasks in the same atomic call, eliminating multiple separate task-add requests.
Instructions
Create a new task board for a project. Optionally include tasks inline to create board + all tasks in a single atomic call (avoids N separate tb_add_task calls).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Board name | |
| actor | No | ||
| tasks | No | Optional: tasks to create with the board. Each task: {title, description?, priority?, spec_ref?, acceptance_criteria?, dependencies?}. Dependencies reference other task titles or indices. | |
| project | Yes | Project identifier (e.g. my-project) | |
| api_version | No | ||
| change_name | No | ||
| schema_version | No | ||
| idempotency_key | No | ||
| coordination_mode | No |