Published: Last updated:

Delivery Management

Delivery Management is the discipline of optimizing the flow of software changes from idea to customer. Instead of gut feeling, we rely on hard data — the DORA metrics — to make the performance of the IT organization objectively measurable and steerable.

It is not about "typing faster" but about eliminating friction in the processes and systematically increasing the quality of delivery.

Anti-Patterns: Flying Blind

  • Management by Story Points: Story Points are estimating tools for teams, not a comparison metric for management reporting.
  • Fear of Releases: Since releases are manual and error-prone, they are carried out infrequently, which massively increases the risk per release.
  • Unclear Priorities: Teams work on too many things at once, leading to high WIP (Work in Progress) and slow lead times.

The DORA Metrics

Research by DORA (DevOps Research and Assessment) identifies four core metrics for success:

  1. Deployment Frequency: How often do we successfully deliver code into production? (Goal: daily to several times daily).
  2. Lead Time for Changes: How long does it take from the first commit to productive operation? (Goal: less than one day).
  3. Change Failure Rate: What percentage of releases cause problems that must be corrected immediately? (Goal: 0–15%).
  4. Time to Restore Service (MTTR): How long does it take to restore service in the event of an outage? (Goal: less than one hour).

Operational Levers

  • Continuous Delivery: Automation of the entire release chain.
  • Small Batch Sizes: Small changes reduce risk and accelerate feedback.
  • WIP Limits: Do fewer things at once to complete them faster.

FAQ

Are these metrics not too technical for board reporting?

No, they are the direct indicator of the company's adaptability. A high Deployment Frequency means the company can react quickly to market changes.

Doesn't speed inevitably lead to lower quality?

The data shows the opposite: High-Performer are both faster and more stable. Automation enables both at the same time.

Reference Guide

  • DORA Metrics (Google Cloud): The official documentation of the metrics. dora.dev
  • Accelerate: The book that summarizes the scientific research behind DORA. IT Revolution
  • State of DevOps Report: The annual study on the performance of IT organizations. Puppet/DORA

Related Topics

Open Items