boardagent_create_task
Create a new board task with title, priority, due date, tags, links, notes, project, estimate, and dependencies. Tasks start as todo; write role required.
Instructions
Create a new task. Priority is a color: red/orange/yellow/green/blue/white. Tasks are always created as todo (claim to start work). Requires write role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | ||
| tags | No | Labels for the task | |
| links | No | Reference URLs or file paths | |
| notes | No | Running log of updates | |
| title | Yes | Task title | |
| project | No | ||
| agent_id | No | Agent namespace for metadata | |
| estimate | No | Time estimate, e.g. '2h' | |
| metadata | No | Freeform JSON metadata | |
| priority | No | white | |
| description | No | ||
| dependencies | No | Blocking task ids/names | |
| custom_fields | No | Custom field name -> value | |
| acceptance_criteria | No | Definition of done |