Metrics that matter for agile teams
Agile teams obsessed with metrics make the mistake of measuring everything and understanding little. Here are the 5 metrics that actually matter.
1. Velocity (with range)
What it measures: The team’s delivery capacity. How to use it: Average of the last 3-5 sprints, with variation. Watch out: Never compare between teams.
“Our range is 20-28 points. We plan for 20.”
2. Lead Time
What it measures: Time from request to delivery. How to use it: 85th percentile, not average. “85% of items are delivered within 5 days.” Why it matters: The customer feels lead time, not velocity.
3. Sprint delivery rate
What it measures: % of planned work that was delivered. How to use it: Average of the last 3 sprints. Target: 80%+.
“We delivered 92% of what was planned over the last 3 sprints — consistent planning.”
4. Bugs in production
What it measures: Delivery quality. How to use it: Count per sprint and severity. Target: Downward trend.
“We had 8 bugs this sprint (vs 5 previously). 3 critical — investigate root cause.”
5. Team satisfaction
What it measures: Cultural health. How to use it: Quick 1-question survey at the end of each sprint: “From 1 to 5, how was the sprint?” Target: Average > 3.5
“Team NPS: 4.2 — above the 3.8 quarterly average.”
Metrics YOU SHOULD NOT track
Individual velocity
“John delivered 12 points, Maria 8.” = toxic competition.
Hours worked
“The team worked 50 hours this week.” = inefficiency, not dedication.
Bugs fixed
“We fixed 25 bugs!” = system full of bugs.
Lines of code
“We wrote 10K lines.” = unnecessary code.
Team utilization
“Everyone is 100% occupied.” = zero buffer for surprises and improvement.
Recommended dashboard
A 1-page dashboard with:
- Velocity (last 6 sprints, bar chart)
- Delivery rate (% delivered, line chart)
- Lead time (p85, line chart with trend)
- Bugs in production (count per sprint)
- Satisfaction (team score, simple smiley)
That’s all most teams need.
Conclusion
Fewer metrics, more focus. 5 numbers that tell the full story: did we deliver what we promised? At what speed? At what quality? And is the team happy? That’s what matters.