Key Delivery and Quality KPIs for High-Performance Teams

September 5, 2024

Sharing My Playbook on KPIs

Over the years, I've put together a set of Key Performance Indicators (KPIs) that have helped my teams focus on what matters. I thought it might be useful to share them here. Take what you like, adapt what you don't—every team is different.


As always, numbers don't tell the whole story. KPIs are just a starting point. They are meant to be a guide, not a rule.


Inputs: Setting the Stage

Team Environment

Assess whether the team has the right mix of experience and roles.

A balanced team tends to perform efficiently and adapt to challenges.

All roles filled with experienced team members.
Some roles missing or less experienced members.
Major roles unfilled or significant skill gaps.

Backlog Health

Align the number of groomed items with the team’s velocity.

Formula: Backlog Health = Number of Groomed Items ÷ Average Items per Sprint.

A healthy backlog keeps the team moving without downtime.

2-3 sprints worth of groomed backlog.
Only 1 sprint or slightly more than 3 sprints groomed.
Less than 1 sprint or far more than 3 sprints groomed.

Backlog Stability

Percentage of planned items that remain unchanged after the sprint starts.

High stability means fewer mid-sprint surprises.

80% or more items remain stable.
60-79% items remain stable.
Less than 60% items remain stable.

Accountability

Ratio of delivered work to committed work.

Reflects the team's ability to meet its commitments.

90% or above of committed work is delivered.
70-89% delivered.
Less than 70% delivered.

Outputs: Measuring What We Deliver

Deploy Frequency

Number of deployments per day.

Frequent deployments enable faster feedback and value delivery.

1 or more deployments per day.
Around 0.5 deployments per day.
Less than 0.5 deployments per day.

Deploy Size

Percentage of the codebase changed in each deployment.

Smaller deploys reduce risk and make troubleshooting easier.

The 5% threshold is completely arbitrary—consider it a starting point. You know your product suite and codebase better than I do.

Deploy size below 5% of codebase.
Between 5-10%.
Above 10%.

Failure Rate

Percentage of deployments that result in failures.

Lower failure rates indicate effective testing and high code quality.

Failure rate below 1%.
Between 1-3%.
Above 3%.

Recovery Time

Average time to recover from failures.

Quick recovery minimizes customer impact.

Recovery time under 10 minutes.
Between 10-20 minutes.
Above 20 minutes.

Example Team KPI Analysis

To illustrate how these KPIs can be applied, here's a look at five fictional teams. Remember, these are just examples—your team's context might lead to different interpretations.

Team NameTeam EnvironmentBacklog Health (%)Backlog Stability (%)Accountability (%)Deploy FrequencyDeploy Size (%)Failure Rate (%)Recovery Time
The FirebirdsHigh Performing200%85%92%1.5/day4%0.8%8 mins
Thunderbolt GuildNeeds Improvement150%78%87%0.5/day6%1.5%12 mins
StormridersAt Risk50%75%65%2/day5%3%15 mins
Iron GiantsHigh Performing300%90%96%0.2/day3%0.5%5 mins
Dragonfly OrderNeeds Improvement250%80%90%1/day14%1%10 mins

The Firebirds

The Firebirds

Strengths

Balanced metrics and overall stability.

Next Steps

Consider smaller chunks, more frequently, but you know your codebase better than I do.

Thunderbolt Guild

Thunderbolt Guild

Strengths

Strong overall performance with consistent deployments.

Next Steps

Look into backlog stability. Are you fending off feature requests all day? Are there a lot of customer complaints and defects?

Stormriders

Stormriders

Strengths

High deployment frequency shows a strong delivery focus.

Next Steps

Maybe consider feature flags and/or blue+green deployments a bit to boost quality.

Iron Giants

Iron Giants

Strengths

Excellent stability and low failure rates indicate robust processes.

Next Steps

The size of deployment is small, but infrequent. Why?

Dragonfly Order

Dragonfly Order

Strengths

Stable performance with a healthy backlog.

Next Steps

Overall health, releases are a bit large. Have you looked at root causes?


Bringing It All Together

These KPIs aren't about grading teams or pointing fingers. Think of them as signals—indicators that help us understand where we might need to focus our attention. Teams can use these metrics to escalate risks, ask for help, or simply benchmark against their own past performance.


The key takeaway is that these KPIs are tools to aid continuous improvement, not strict standards to enforce.


Remember, this is just my playbook. Feel free to adapt it, ignore parts that don't resonate, and make it your own.