add_task
Create a new task under a specific milestone and optionally associate it with flows. Each task is added individually as work progresses.
Instructions
Create a task under a milestone with flow associations. Tasks are created ONE at a time as work progresses, not all at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| milestone_id | Yes | ID of the milestone this task belongs to | |
| name | Yes | Task name | |
| status | No | Task status (default: pending) | pending |
| priority | No | Task priority (default: medium) | medium |
| description | No | Task description | |
| flow_ids | No | JSON array of flow IDs |