Plan And Decompose Feature
plan_and_decompose_featureCreate a structured feature plan with subtasks, milestones, and dependencies in one atomic operation. Break down features into manageable tasks for AI coding workflows.
Instructions
Atomically create a feature plan, optional milestone, subtasks, and dependency edges in a single turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Feature plan title. | |
| project | No | Optional project identifier. | |
| subtasks | Yes | List of subtask objects. | |
| description | No | Optional feature specification description. | |
| milestone_title | No | Optional milestone title to group subtasks under. |