create_task
Create a pending coordination task to queue work for an AI coding assistant, specifying title, description, and creator for an implementer to pick up.
Instructions
Create a new coordination task for an implementer (e.g. OpenCode) to pick up. Starts in status 'pending'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Free-form labels for filtering/search. | |
| files | No | Relevant file paths, relative to working_directory. | |
| title | Yes | Short task title. | |
| creator | Yes | Name/identifier of the agent or user creating this task, e.g. 'claude'. | |
| assignee | No | If set, pre-assigns the task without requiring claim_task. | |
| metadata | No | Arbitrary extra structured data. | |
| priority | No | Default 'medium'. | |
| description | Yes | Full task description / instructions for the implementer. | |
| expected_output | No | What 'done' looks like — files changed, tests passing, etc. | |
| working_directory | No | Absolute path the implementer should work in. |