- Summary: [brief, memorable, human-readable story title with how we're providing value to the persona]
- As a [user name if available, otherwise user persona, otherwise user role or title],
- I want to [action user takes to get to outcome],
- so that [desired outcome by the user].
- Scenario: [brief, human-readable user scenario with how we're providing value to the persona]
- Given: [Initial context or precondition]
- and Given: [additional context or preconditions based on the user's context]
- and Given [additional context or preconditions that support the 'Use Case' as needed]
- and Given [additional user interface-focused context or preconditions that ensure the 'When' event can happen]
- and Given [additional outcomes-focused context or preconditions that ensure the 'Then' outcome is delivered]
- When: [Event occurs that is connected to the use case action]
- Then: [Expected outcome that is connected to the user case outcome]