Story points are a relative measure of effort, complexity, and uncertainty.
1, 2, 3, 5, 8, 13, 21
Where:
A consensus-based estimation technique using cards.
A simple, intuitive estimation technique using familiar clothing sizes.
| Size | Description | Story Points Equivalent |
|---|---|---|
| XS | Very simple, few hours work | 1-2 |
| S | Simple, about a day's work | 3 |
| M | Medium complexity, 2-3 days | 5 |
| L | Complex, about a week | 8 |
| XL | Very complex, needs breaking down | 13+ |
A technique where stories are physically arranged in order of size.
Story 1: As a user, I want to reset my password through email verification
Story 2: As a user, I want to view my profile picture
Story 3: As an admin, I want to generate monthly user activity reports
Track team velocity to improve estimation accuracy over time.
| Sprint | Planned Points | Completed Points |
|---|---|---|
| Sprint 1 | 20 | 18 |
| Sprint 2 | 18 | 16 |
| Sprint 3 | 16 | 16 |
| Average Velocity | 16.7 |