User Stories
User stories are brief, value-focused descriptions of functionality told from a user or persona perspective. In SBOK they populate the Prioritized Product Backlog and move through refinement, estimation, sprint planning, development, and acceptance testing. They act as both inputs and outputs across processes such as Create User Stories and Approve, Estimate, and Commit User Stories.
Key Points
- Short, user-focused statements that express a need and the value it delivers.
- Created during Create User Stories and refined continuously in Groom Prioritized Product Backlog.
- Stored in the Prioritized Product Backlog and sized and ordered by the Product Owner with team input.
- Provide the basis for estimation, sprint planning, development tasks, and acceptance tests.
- Carry clear acceptance criteria and are testable and negotiable.
- Often sliced from epics into smaller, independent, valuable increments.
Purpose
User stories capture what a user needs and why, enabling the team to discuss solutions and deliver value incrementally. They avoid upfront over-specification while preserving clarity on outcomes and constraints.
Within SBOK, user stories drive planning and execution by linking customer value to estimation, sprint commitments, and validation in the Sprint Review. They help teams maintain a shared understanding while allowing just-in-time detail.
Key Terms & Clauses
- Persona: a representative user profile used to frame the story perspective.
- Epic: a large requirement that is later decomposed into smaller user stories.
- Story Clause: "As a [persona], I want [goal], so that [benefit]."
- Acceptance Criteria: conditions of satisfaction, often written using Given-When-Then.
- INVEST: Independent, Negotiable, Valuable, Estimable, Small, Testable.
- Definition of Ready (DoR): team-agreed criteria a story should meet before entering a sprint.
- Definition of Done (DoD): quality and completion checklist used to confirm delivery of the story.
How to Develop/Evaluate
Start by identifying epics from the product vision and decomposing them into thin, vertical user stories that deliver end-to-end value. Collaborate with stakeholders and the Scrum Team to clarify the persona, goal, and benefit.
- Draft the story using the standard clause and add concise acceptance criteria.
- Check against INVEST and ensure testability and clear business value.
- Refine during backlog sessions: split, merge, or rephrase to remove ambiguity.
- Estimate collaboratively (e.g., story points) and confirm readiness against the DoR.
How to Use
Place user stories in the Prioritized Product Backlog and order them by value, risk, and dependencies. Use them as inputs to Approve, Estimate, and Commit User Stories, where the team estimates and agrees on what can be delivered.
During Sprint Planning, select ready stories for the Sprint Backlog and break them into tasks. During development and testing, use acceptance criteria and the DoD to guide work, and validate story completion in the Sprint Review.
Example Snippet
Story: As a frequent user, I want to save my preferences so that I can reuse them quickly.
- Acceptance Criteria:
- Given I am logged in, when I set preferences and click Save, then they persist for my account.
- Given saved preferences exist, when I return, then they auto-populate correctly.
- When I reset preferences, then defaults are applied and saved.
Risks & Tips
- Risk: Oversized stories block flow. Tip: slice vertically to deliver usable value each sprint.
- Risk: Vague or missing acceptance criteria. Tip: co-create Given-When-Then examples with stakeholders.
- Risk: Technical-only stories lose user value. Tip: connect to user impact or tie to enabling outcomes.
- Risk: Gold-plating during refinement. Tip: focus on minimum valuable scope that satisfies acceptance criteria.
- Risk: Un-estimable stories. Tip: clarify assumptions, spike unknowns, or split until estimable.
- Risk: Poor ordering. Tip: prioritize by value, risk reduction, and learning needs.
PMP/SCRUM Example Question
A Scrum Team finds an epic in the Prioritized Product Backlog that is too large to estimate. What should the Product Owner and team do next?
- Break the epic into technical tasks and assign them to developers.
- Split the epic into smaller, vertical user stories and add clear acceptance criteria, then estimate.
- Ask the team to commit to the epic and refine it during the sprint.
- Update the Definition of Done to allow partial delivery of the epic.
Correct Answer: B — Split the epic into smaller, vertical user stories and add clear acceptance criteria, then estimate.
Explanation: Oversized work should be decomposed into INVEST-compliant user stories with acceptance criteria and then estimated. Creating tasks or committing without clarity undermines planning and sprint goals.
HKSM