Work Create
work_createCreate a work item. Created active immediately for humans and agents (no approval queue).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional workspace slug tag | |
| tags | No | Optional tags | |
| agent | No | Override agent identity | |
| title | Yes | Short task title | |
| due_at | No | Optional due datetime | |
| github | No | Optional owner/repo tag | |
| part_of | No | Ontology entity this beat belongs to (campaign Project name) | |
| priority | No | urgent, high, normal, low | normal |
| start_at | No | Optional start datetime | |
| item_type | No | task, milestone, or approval | task |
| parent_id | No | Parent task UUID (makes this a subtask) | |
| project_id | No | Add the task to this project UUID | |
| section_id | No | Place in this project section UUID | |
| assignee_id | No | Assignee UUID | |
| description | No | Alias for description_md | |
| work_status | No | Initial workflow status | todo |
| assignee_type | No | Assignee type (user) | |
| initiative_id | No | Optional strategic initiative UUID | |
| playbook_slug | No | Named playbook to inject when agent_run_start(work_id=) spawns (e.g. teamshared-manager). Unset = no inject | |
| assignee_email | No | Assign to org member by email | |
| description_md | No | Optional markdown body | |
| assigned_to_entity | No | Ontology Person or Agent name (graph assigned_to; not assignee_email) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||