create_task
Create a task within a feature and delegate specific work to multiple AI agents, specifying each agent's scope and required outcomes.
Instructions
Create a task within a feature with agent delegations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| featureId | Yes | Feature ID to create task in | |
| title | Yes | Task title | |
| description | Yes | Detailed task requirements | |
| delegations | Yes | Agent delegations for this task | |
| createdBy | Yes | Agent creating this task |