task_create
Create a task in the shared queue to file work for agents or humans. Returns a task ID like DIVE-N.
Instructions
Create a task in the shared 5dive task queue. Returns the new task's id (e.g. DIVE-N). Use for filing work for an agent or human on the fleet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Full task description / context. | |
| from | No | Who is filing the task. | |
| title | Yes | Short task title. | |
| parent | No | Parent task id (numeric or DIVE-N) to nest under. | |
| assignee | No | Agent name to assign to. | |
| priority | No | Task priority (default: medium). |