update_subtask
Update subtask status, provide output/context, and specify blocked reason to coordinate actions across agents.
Instructions
Update subtask status and provide output/context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| featureId | Yes | Feature ID | |
| subtaskId | Yes | Subtask ID to update | |
| status | No | New subtask status | |
| output | No | Output or context for other agents | |
| blockedReason | No | Reason if status is blocked | |
| updatedBy | Yes | Agent updating this subtask |