Unit 15 · Phase 1

Stop Starting — Start Finishing

Learning to limit work in progress

Pulse Works office, Monday morning. Ren has redrawn the Kanban board with a new rule: no column can hold more than three items at a time. He's written the numbers in red marker above each column. The team stares at it like a traffic sign they don't want to obey.

Ren (蓮) "Okay, new rule. We're adding WIP limits (a cap on how many items can be in any stage at once). No more than three cards in 'In Progress.' No more than two in 'Review.'"

WIP limits are the core mechanism of The First Way from The Phoenix Project. By constraining work-in-progress, you force the system to finish work before starting new work.

Hina (陽菜) "But what if someone finishes their task and there's no room to pull a new one? Do they just… wait?"

Ren (蓮) "Not wait — help. If 'Review' is full, you help clear the review queue instead of starting something new. It's a pull system (new work starts only when there's capacity, not when someone pushes it in)."

→ A pull system inverts the default. Instead of assigning work top-down, team members pull the next item when they have capacity. This prevents overload at the constraint.

Tetsu (哲) "So instead of me starting a fourth thing while three are waiting on my review, someone else picks up the review."

Ren (蓮) "Exactly. Our throughput (the amount of work we actually complete per week) hasn't been growing because we keep starting things without finishing them. The board last week proved it."

Throughput measures output, not busyness. A team can be 100% utilized and still have low throughput if work sits unfinished in queues.

Hina (陽菜) "Um, I tracked it — the API auth layer took eleven days to go from 'To Do' to 'Done.' That's the cycle time (the time for a single item to move through the entire workflow), right?"

Tetsu (哲) "Eleven days for three days of actual work. The rest was waiting."

Ren (蓮) "That's why we're doing this. Less starting, more finishing. One week. Let's see what happens."

WIP Limit
Definition A constraint on the number of items allowed in a workflow stage at one time.
Components Column-level caps, system-level caps, per-person limits, policy for violations.
Related Terms flow, pull system, throughput
Example Ren sets "In Progress" to 3 and "Review" to 2. When Tetsu has 3 items in progress, nobody can push more work to him — they must help clear the queue first.
Pull System
Definition A system where new work is started only when capacity is available.
Components Capacity signals, demand queue, pull triggers, idle-time redirection.
Related Terms WIP limit, flow, value stream
Example Under the new system, Hina doesn't start the analytics pipeline until a slot opens in "In Progress." Instead, she helps review Tetsu's queued items.
Throughput
Definition The amount of work completed in a given time period.
Components Completed items per sprint, delivery rate, output quality, trend over time.
Related Terms WIP limit, cycle time, flow
Example Pulse Works completed 4 items in Sprint 3 but started 8. Throughput was 4 — the other 4 are still in the system, creating drag.
Cycle Time
Definition The time it takes for a single item to move through the entire workflow.
Components Active work time, queue/wait time, review time, total elapsed time.
Related Terms throughput, lead time (process), WIP limit
Example Hina measured the API auth layer at 11 days cycle time — only 3 days of active work. The 8-day gap is pure queue time, driven by Tetsu's overload.
Review Corner
1 The Invisible Current

Hina (陽菜) "Ren, if flow means work moving smoothly through the system, what was happening before we added WIP limits?"

Ren (蓮) "It was like a river with a dam in the middle. Work kept pouring in but nothing was getting through. The value stream was clogged at Tetsu."

→ The Three Ways / flow (Units 13–14): Flow isn't about speed — it's about smooth, uninterrupted movement. A blocked value stream creates the illusion of busyness without actual delivery.

2 The Budget Buffer

Hina (陽菜) "If we're spending a whole week experimenting with WIP limits instead of building features, won't that affect the budget?"

Ren (蓮) "Short term, maybe. But if it cuts our cycle time in half, we spend less per feature going forward. That's what the contingency reserve is for — investing in process improvements that reduce future cost."

→ Cost management & budgeting (Unit 12): Contingency reserves aren't just for emergencies. Strategic process investments can reduce overall project cost — but only if the PM frames it that way.

3 An Unexpected Visitor

Saki (咲希) "Is that a Kanban board? With WIP limits?" She paused in the doorway, briefcase still in hand. "That's actually quite good."

Ren (蓮) "Thanks. I, uh — read a book."

He tried not to smile. He failed.

Project Doki Doki Phase 1 · Unit 15 / 100
Seeing the System The First Crisis