Generate a well-structured user story with acceptance criteria
Generates well-structured user stories with acceptance criteria from feature descriptions.
/plugin marketplace add sponticelli/gamedev-claude-plugins/plugin install product@gamedev-claude-pluginsCreate a properly structured user story from a feature description.
## User Story: [Title]
### Story
**As a** [specific user type]
**I want** [capability/feature]
**So that** [benefit/value to user]
### Context
[Why this story matters - background and motivation]
### Acceptance Criteria
Given [context/precondition]
When [action]
Then [expected result]
Given [context/precondition]
When [action]
Then [expected result]
Given [context/precondition]
When [action]
Then [expected result]
### Out of Scope
- [What this story explicitly does NOT include]
### Technical Notes
[Implementation considerations]
### Dependencies
- [Prerequisites or related stories]
### Size Estimate
[Small/Medium/Large or Story Points with reasoning]
### Design/UX Notes
[Any visual or interaction considerations]
### Testing Notes
[How QA should verify this]
Generate based on user's feature description.