📈 Velocity & Capacity Vocabulary
Master the language of story points, sprint forecasting, and communicating capacity to stakeholders. Intermediate
0 / 5 completed
1 / 5
A new Scrum team member who came from a waterfall background says:
"Why don't we just estimate in hours? I can say this feature will take me 3 days. Why do we need 'story points'? It seems like extra complexity."
Which explanation most accurately describes why Agile practitioners use story points instead of hours?
The core argument for story points over hours rests on three insights:
| Problem with hours | How story points address it |
|---|---|
| False precision — "3 days" implies certainty that doesn't exist | Relative sizing (this story is twice as complex as that one) is more honest about uncertainty |
| Individual accountability — "you said 3 days, it took 5" | Team estimates; velocity is a team metric — no individual is blamed for variance |
| Skill-level variance — 3 days for a senior ≠ 3 days for a junior | Complexity is the same regardless of who does the work; the team velocity accounts for the mix |
Note: the Scrum Guide (2020) does not mandate story points at all — it only requires that the Development Team selects an estimation approach. Many modern Agile teams use "#NoEstimates" flow-based approaches instead. Option D is incorrect: story points deliberately do not map to calendar time.