expand_task
Append subtasks to an existing task. Each subtask requires a title; optional description, dependencies, and details can be included. Subtask IDs are allocated sequentially.
Instructions
Append subtasks to an existing task. Mechanical only — the caller (skill or LLM) supplies the subtask inputs. Subtask ids allocated sequentially starting from max(existing.subtasks.id) + 1. Side-effecting, atomic write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_root | Yes | ||
| task_id | Yes | ||
| subtasks | Yes |