create user story
create_user_storyBuild a structured user story with actors, process flows, acceptance criteria, and MoSCoW priority from the context you provide.
Instructions
Create a structured user story based on provided context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_story | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ID | Yes | Unique user story identifier | |
| Name | Yes | Short title of the story | |
| Actors | Yes | List of actors involved | |
| MoSCoW | Yes | Priority category | |
| Definition | Yes | What the story is about | |
| Requirements | Yes | Related requirement IDs or references | |
| Pre-condition | No | State that must hold before | |
| Post-condition | No | State after completion | |
| MoSCoW explanation | No | Why it’s that priority | |
| Acceptance criteria | No | Conditions for acceptance | |
| Normal process flow | Yes | Ordered happy‐path steps | |
| Exceptional process flows | Yes | Any error or alternate paths |