Slow Cycle Time

Last updated: September 2026

Your team’s Cycle Time just crept past your tolerance. This playbook walks you from “something’s wrong” to “I know which lever to pull” in about 30 minutes.

The problem

You opened /ai-adoption/teams or /ai-adoption/ai-impact, saw Cycle Time at 5+ days, and felt the familiar sinking feeling. The number is the symptom — the cause is something specific you can intervene on. This playbook is how to find it.

Where to look

Three views, in order:

Step 1 — Phase breakdown (5 min)

Open /ai-adoption/ai-impact. Set the date range to the period that triggered the concern (typically the last 14 days).

The Cycle Time card has a dimension dropdown. Set it to Phase (the default). You will see Cycle Time decomposed into Coding, Pickup, Review, and Deploy (if release detection is configured for your repos).

Find the dominant phase. Whichever phase is the biggest chunk of the stack is your starting point.

Dominant phase What it usually means
Coding Either deep work (legit) or stalled work (problem). Cross-check with WIP and the developer-level System Metrics tab.
Pickup Review queue is backed up. Reviewers overloaded or absent. Almost always the cause for teams over 3 days.
Review PRs too big, or specs too thin. Check Review Cycles.
Deploy Manual deploy gate or release embargo. Talk to ops.

If two phases are roughly tied, both need attention — but tackle the biggest one first.

Step 2 — Trend (3 min)

Switch the same chart to Trends mode. Pick By Phase as the trend type. Each phase now shows as a separate line over time.

The question is: when did this start?

Step 3 — Drill into the PRs (15 min)

Click a high point on the trend chart. The drill-down table opens below with every PR in that time bucket. Sort by Cycle Time descending.

Look at the top 5–10 PRs. Patterns to spot:

What to do

Pick one intervention from the most likely cause. Don’t try to fix everything at once — you can’t tell what worked.

If Pickup dominates

If Review dominates

If Coding dominates

If Deploy dominates

What to expect

A reasonable expectation, having intervened on the dominant phase:

Common mistakes

Related metric pages