task_create
Create tasks on the active board, supporting single or batch creation with acceptance criteria and priority settings.
Instructions
Create one or more tasks on the active board.
For a single task, pass title directly.
For multiple tasks, pass tasks as a list of entries (each with at least a title).
Include acceptance criteria when you want downstream review to stay concrete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | No | ||
| title | No | ||
| description | No | ||
| priority | No | ||
| base_branch | No | ||
| acceptance_criteria | No | ||
| agent_backend | No | ||
| launcher | No | ||
| repo_id | No | ||
| github_issue | No |