create_task
Organize implementation work by adding tasks to an existing story, each with specific instructions and a testable outcome, enabling a planning-first approach before coding.
Instructions
Create a Task under a story — a concrete unit of implementation work with a testable outcome. The parent story must already exist.
After breaking a story into tasks, present the task list to the user before starting work — don't create tasks and immediately begin implementing.
For small bug fixes (1-2 tasks), prefer adding a task under the standing bug-fix story rather than creating a new story. Suggest a dedicated story only when the fix spans 3+ tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| story_id | Yes | ||
| what_to_do | Yes | ||
| testable_outcome | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |