📊 Kanban & Flow Vocabulary
Master the language of WIP limits, flow metrics, and cumulative flow diagrams. Intermediate
Your team's Kanban board has a WIP limit of 3 on the "In Progress" column. It currently shows three items in progress. A developer finishes a task in the "Review" column and wants to immediately pull a fourth item into "In Progress".
What is the correct Kanban response to this situation?
The Kanban principle here is: "Stop starting, start finishing." When a WIP limit is reached, the correct response is to swarm on existing work to move it forward — not to bypass the limit:
| Action | Effect |
|---|---|
| Pull new item despite WIP limit | Increases multitasking; slows everything down; invalidates the WIP limit |
| Help finish an in-progress item | Reduces WIP; improves flow; frees up capacity for the new item faster |
| Raise the WIP limit | Should only happen after deliberate team discussion and retrospective evidence — not ad hoc |
WIP limits exist to surface bottlenecks and encourage collaboration. A developer can review code, test a feature, or pair on a blocker — all of which move existing items forward without starting new ones.