Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 3.91 KB

user-story-prompt-template.md

File metadata and controls

63 lines (49 loc) · 3.91 KB

user-story-prompt-template.md


User Story Format Prompt Template

User Story [User Story Number ID]:

  • Summary: [brief, memorable, human-readable story title with how we're providing value to the persona]

Use Case:

  • 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].

Acceptance Criteria:

  • 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]