create_task
Create a task within a feature and delegate specific responsibilities to agents for collaborative execution.
Instructions
Create a task within a feature with agent delegations
Input Schema
TableJSON 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 |