Generate User Stories
sdd_generate_user_storiesGenerates user stories from specification documents. Each story includes acceptance criteria and a Mermaid flowchart of the user journey.
Instructions
Generates user stories with acceptance criteria and flow diagrams from SPECIFICATION.md. Each story includes a Mermaid flowchart of the user journey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| max_stories | No | Maximum number of user stories to generate. |