Many of the literature on kanban describes a board where you divide one status into multiple sub-categories but keeping them grouped. Example:

------------------------------------
| System Requirements |
------------------------------------
| WIP | Done |
------------------------------------
| |
| |
| |
| |
| |
| |
| |
------------------------------------

Here the WIP colum has a WIP constraint but the Done column does not. This allows you to clearly see bottlenecks in your flow and visually detect where problems are.

Comments