All glossary terms
Plan

Story points

A story-point estimate is a unit-less measure of relative effort assigned to a user story. Points capture complexity, uncertainty, and time taken together; they're meant to be compared within a team (not across teams). Common scales are Fibonacci (1, 2, 3, 5, 8, 13) and t-shirt sizes (XS, S, M, L, XL).

Story points exist because hour-based estimates set up unhealthy comparisons across teams and under-account for uncertainty. A 5-point story for one team might take a day; for another, three days — that's fine. What matters is that the team's velocity (points completed per sprint) becomes a stable planning input over time. Anti-patterns: comparing points across teams, treating points as a productivity metric, or letting points become a deadline commitment.

Related terms