create_subtask
Break down delegated tasks into actionable subtasks for multi-agent collaboration, enabling structured implementation of features through coordinated execution.
Instructions
Create implementation subtasks within a delegation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| featureId | Yes | Feature ID | |
| delegationId | Yes | Delegation ID to create subtasks for | |
| subtasks | Yes | Subtasks to create | |
| createdBy | Yes | Agent creating these subtasks |