What is the standard format of a user story?
- A As a [role], I want [goal], so that [benefit]
- B The system shall [function]
- C Given [context], when [event], then [outcome]
- D If [condition] then [action]
Answer
As a [role], I want [goal], so that [benefit]
The so that clause carries the value and is the part most often omitted, yet it is what allows prioritisation decisions.





