kanban? Where would you set the limit: In Progress or Review??

In Kanban, you can set WIP limits on both:

In Progress and Review

They should have separate limits, because they control different types of work.

Your slide says WIP limits are the maximum number of items allowed in each workflow stage, used to prevent overload and identify bottlenecks early.

Simple board example

ColumnShould it have WIP limit?Example limitWhy
To DoUsually no strict limitNo limit / large limitThis is waiting work.
In ProgressYes3Prevents team from starting too many tasks.
ReviewYes2Prevents review/testing from becoming overloaded.
DoneNoNo limitFinished work can accumulate.

Best classroom answer

We set WIP limits on the active work columns, especially In Progress and Review.
In Progress limit controls how much work the team starts.
Review limit controls how much work is waiting for testing, approval, or feedback.

Example

Suppose the team has 4 people:

ColumnWIP limit
In Progress3
Review2

This means:

  • Maximum 3 items can be actively worked on.
  • Maximum 2 items can wait in review.
  • If Review already has 2 items, no one should move another item into Review until one item moves to Done.

Teaching line

In Kanban, we do not want many tasks half-finished. We want work to flow. So we limit active work in In Progress and Review to expose bottlenecks and help the team finish before starting more.

REF: AI Tools as is

Leave a Reply