Estimating in story points instead of hours looks, at first glance, like needless obscurity — why not just say how long something takes? The actual reason is more useful than it sounds: hours claim a precision estimation genuinely can't deliver, and story points are explicitly designed to avoid making that false promise.
4 min read
Asking "how many hours will this take" invites an answer that sounds precise — "6 hours" — but bakes in a hidden, usually false assumption: that the estimator will work on it uninterrupted, with no meetings, no context-switching, no unplanned debugging detour, and no gap between "I understand the problem" and "I've actually finished implementing it." A task genuinely estimated at "6 hours of focused work" routinely takes two or three real calendar days once meetings, interruptions, and the inevitable "this edge case is messier than expected" are accounted for — not because the estimate was incompetent, but because it was answering a narrower question ("how much focused effort") than the one actually being asked ("when will this be done").
Story points sidestep this by estimating relative size and complexity instead of absolute time — how big is this compared to a story the team has already built and has a shared reference for, not how many hours will it literally take. A common scale is the Fibonacci-like sequence (1, 2, 3, 5, 8, 13, 21) — the widening gaps between larger numbers deliberately discourage false precision on big, uncertain items ("is this an 18 or a 19" is a meaningless question; "is this closer to a 13 or a 21" is a real, useful one).
The team doesn't need to agree on what "2 points" means in hours — only that the new story is roughly twice as complex/risky/large as the reference. This relative comparison turns out to be something teams are genuinely better at than absolute time prediction, since "is X bigger than Y" is a much easier judgment than "how many hours exactly."
Planning Poker is the common technique for actually generating a team's estimate: each person privately selects a point value (physical cards, or a tool), then everyone reveals simultaneously. The "simultaneously" part is deliberate — it prevents anchoring, where the first person to speak (often the most senior or most confident) unconsciously biases everyone who estimates after them toward their number.
A wide spread of votes (5, 5, 13) is genuinely useful information, not noise — it usually means different people know different things about the story's hidden complexity, and surfacing that disagreement before re-voting is the actual value of the exercise, more than converging on a specific number.
Velocity is the average number of story points a team completes per sprint, measured over several recent sprints. It's what makes story points useful for planning at all — a team with a velocity of ~25 points/sprint can look at a 100-point backlog of upcoming work and reasonably forecast "roughly 4 sprints," without ever having translated a single story into hours. This is covered in more depth, including its common misuses, in this domain's dedicated lesson on velocity and burndown charts.
Sprint Planning has two parts, and both matter:
The single most damaging misuse of story points: using velocity to compare individuals ("Alex completed more points than Priya this sprint") or to pressure a team into inflating estimates to hit a target number. The moment points become a metric someone is evaluated against, teams — entirely predictably — start estimating higher to protect themselves, and the numbers stop reflecting actual size at all. Points are a planning tool for the team's own forecasting, not a productivity scoreboard; the moment they're treated as the latter, they stop being useful as the former too.
Check your understanding
A quick comprehension check — not tracked, not graded, just for you.
1. Why do hour-based estimates tend to understate how long something actually takes?
2. What are story points actually meant to capture?
3. Why does Planning Poker have everyone reveal their estimate at the same time?
4. What is the most damaging misuse of story points, according to the lesson?
Agile & Project Management