Skip to content
PMPCAPM

User Stories

A User Story is a short, informal description of a feature told from the perspective of the person who desires the new capability, typically following the format: As a [role], I want [goal], so that [benefit].

Explanation

User stories are the most common way to express requirements in agile. They shift the focus from writing detailed specifications to having conversations about what the user needs. The story itself is a placeholder for a conversation between the team and the Product Owner or stakeholder. Details emerge through discussion, not documentation.

Good user stories follow the INVEST criteria: Independent, Negotiable, Valuable, Estimable, Small, and Testable. Each story should be independent enough to be developed and delivered on its own, provide value to the user, and be small enough to fit within a single Sprint.

User stories are typically accompanied by acceptance criteria, which define the conditions that must be met for the story to be considered done. Acceptance criteria provide the detail needed for development and testing without requiring a lengthy requirements document upfront.

Key Points

  • Format: As a [role], I want [goal], so that [benefit]
  • Follow the INVEST criteria: Independent, Negotiable, Valuable, Estimable, Small, Testable
  • Serve as a placeholder for conversation, not a detailed specification
  • Accompanied by acceptance criteria that define completion conditions

Exam Tip

Remember the INVEST acronym for well-written user stories. Exam questions often test whether a story is too large, lacks value, or is not testable.

Frequently Asked Questions

Related Topics

Test your knowledge

Practice scenario-based questions on this topic with detailed explanations.