task_create
Create a handoff task to delegate work to another agent or client, including priority, dependencies, and structured context.
Instructions
Create a handoff task for another agent or client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | short imperative title | |
| priority | No | 0-100, higher = more urgent | |
| created_by | No | claude-code | |
| project_id | No | ||
| assigned_to | No | ||
| description | Yes | what to do and why | |
| context_json | No | structured handoff data: paths, URLs, selectors | |
| dependency_ids | No | tasks that must finish first | |
| created_by_agent | No | ||
| assigned_agent_id | No | ||
| required_capabilities | No | capabilities the claiming agent must have |