A kanban board is a visual project management tool designed to help teams visualize work, limit work-in-progress, and maximize workflow efficiency (Atlassian, 2026). The word "kanban" comes from Japanese and translates roughly to "visual signal" or "sign board."
The concept originated in Toyota's manufacturing system in the late 1940s, where Taiichi Ohno developed a scheduling system to improve production efficiency. Workers used physical cards — kanban cards — to signal when they needed more parts, creating a pull-based system that prevented overproduction and reduced waste.
In the decades since, kanban has migrated far beyond manufacturing. Software teams, marketing departments, executive assistants, HR teams, and individual freelancers all use kanban boards to manage workflows. The methodology has become so widespread that 65% of Agile teams now use some form of kanban to streamline delivery (PremierAgile, 2025, citing Atlassian State of Agile Report).
The Five Components of Every Kanban Board
David Anderson, one of the pioneers of applying kanban to knowledge work, established that kanban boards can be broken down into five components (Atlassian, 2026):
- Visual signals (cards): Each task is represented as a card that moves across the board. Cards typically include the task name, assignee, priority level, and due date. Physical boards use sticky notes. Digital boards use structured cards with metadata.
- Columns: The board is divided into columns representing workflow stages. The simplest board has three columns — To Do, In Progress, Done — but most real-world boards have 4-7 columns reflecting the actual stages work passes through before completion.
- Work-in-progress (WIP) limits: This is the feature that separates a kanban board from a simple to-do list. WIP limits cap the number of tasks allowed in any column at one time. If the "In Progress" column has a WIP limit of 4, a fifth task cannot enter until one of the current four moves to the next column. Teams that implement WIP limits report up to a 37% improvement in delivery times (PremierAgile, 2025).
- Commitment point: The stage where a task enters the active workflow. Before the commitment point, tasks sit in a backlog or idea queue. Once committed, the team is responsible for moving the task through to completion.
- Delivery point: The final stage where work is considered complete and delivered to the customer or stakeholder. The time between the commitment point and delivery point is the lead time — a key metric for measuring team efficiency.
Jim Benson, author of Personal Kanban, simplifies this further: kanban has only two rules — limit work in progress, and visualize your work (Atlassian, 2026, citing Benson). Everything else is customization.



