task_decompose
Breaks down large tasks into a parent task and subtasks. Automatically generates subtasks using built-in templates, or you can specify a custom list.
Instructions
Decompose a large task into a parent task + subtasks.
Supports two approaches:
Use a built-in template to auto-generate subtasks
Manually specify a subtask list
Available templates: web-app, api-service, data-pipeline, library, refactor, bugfix
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Parent task title | |
| team_id | Yes | Team ID or name | |
| subtasks | No | Custom subtask list, each with title and optional description (optional) | |
| template | No | Built-in template name (optional) | |
| auto_assign | No | Whether to auto-assign to matching-role Agents (not yet implemented) | |
| description | No | Parent task description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||