21 lines
680 B
Markdown
21 lines
680 B
Markdown
### User Story [ID]:
|
|
|
|
- **Summary:** [Brief, memorable title focused on user value]
|
|
|
|
#### Use Case:
|
|
- **As a** [user name / persona / role]
|
|
- **I want to** [action the user takes]
|
|
- **so that** [desired outcome for the user]
|
|
|
|
#### Acceptance Criteria:
|
|
- **Scenario:** [Brief, human-readable scenario describing value]
|
|
- **Given:** [Initial context or precondition]
|
|
- **and Given:** [Additional context or preconditions]
|
|
- **When:** [Event that triggers the action]
|
|
- **Then:** [Expected outcome aligned to "so that"]
|
|
|
|
<!-- One When + one Then. Multiple pairs = split the story. -->
|
|
|
|
---
|
|
*Generated with [product-manager-skills](https://github.com/Digidai/product-manager-skills)*
|