add_subtask
Create a focused sub-unit of work under a parent task. The parent task pauses until all subtasks are completed.
Instructions
Create a focused sub-unit of work under a parent task. The parent is paused until all subtasks complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Subtask name | |
| parent_task_id | Yes | Parent task ID | |
| status | Yes | 'pending', 'in_progress', 'completed', 'blocked' | pending |
| description | No | Subtask description | |
| priority | Yes | 'low', 'medium', 'high', 'critical' | high |