Skip to content
All Posts
Delivery Excellence

Statistical Thinking for Delivery Leads

28 November 20252 min read

Studying for my Six Sigma Black Belt forced me to engage with statistics in a way I had not since university. Most of the advanced statistical methods are overkill for program management. But three foundational concepts have genuinely changed how I make decisions.

Variation Is the Enemy of Prediction

Every delivery metric has natural variation. Sprint velocity fluctuates. Cycle time varies. Defect rates move up and down. The critical question is whether the variation you are seeing is normal (common cause) or signals a real change (special cause).

I used to react to every dip in velocity like it was a crisis. Now I use simple run charts with upper and lower control limits. If the data point falls within the expected range, I note it and move on. If it falls outside, I investigate. This alone has reduced unnecessary fire drills by at least half.

Sample Size Matters

I have watched teams make sweeping process changes based on one bad sprint. That is a sample size of one. You cannot draw meaningful conclusions from a single data point, yet I see this mistake constantly in retrospectives.

My rule of thumb: I need at least four to six data points before I treat a trend as real. If velocity dropped in one sprint, I wait. If it drops for three consecutive sprints, I investigate. This patience is hard to cultivate, especially under pressure, but it prevents knee-jerk reactions that often make things worse.

Correlation Is Not Causation

We introduced pair programming and our defect rate dropped. Did pair programming cause the reduction? Maybe. But we also onboarded two senior engineers and upgraded our test framework in the same period. Without isolating variables, we are guessing.

I try to change one thing at a time when running process experiments. When that is not possible — and in real delivery environments it rarely is — I at least document what else changed so I can be honest about attribution.

These three concepts are not sophisticated. But applying them consistently has made my decision-making slower in a good way — more deliberate, less reactive, and more often correct.


Back to all posts