create_story
Create a story under an existing epic, complete with acceptance criteria and linked architectural decisions, to turn project goals into a deliverable plan.
Instructions
Create a Story under an epic — a deliverable with acceptance criteria. The epic must exist — if one hasn't been created yet, call plan_epic first. The user will have described their goals; use that to create the epic, asking for clarification if needed. If no ADR has been recorded, the response will suggest capturing decisions first, but the story is still created.
Pass adr_ids to link the story to the architectural decisions that govern it. Each ADR must exist and belong to the same epic.
After creating stories, present the plan to the user and wait for their agreement before creating tasks or starting work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| what | Yes | ||
| title | Yes | ||
| adr_ids | No | ||
| epic_id | Yes | ||
| definition_of_done | No | ||
| acceptance_criteria | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |