download dots
Methods

Kanban

10 min read
On this page (16)

Definition: A Kanban board is a visual workflow tool that shows every piece of work as a card moving left to right across columns, usually To Do, Doing, and Done. Each column is a stage. Each card is one task. You see the whole pipeline at a glance, and a work-in-progress (WIP) limit caps how much can sit in any column at once.

Kanban means "signal card" in Japanese. It started on the Toyota factory floor as a pull system that signaled when to make the next part, and it now runs software teams, marketing pipelines, support queues, and personal to-do lists. The board does one job well: it makes hidden work visible so the next bottleneck is obvious before it stalls everything behind it.

TL;DR: A Kanban board turns work into cards that move across columns (To Do, Doing, Done). A WIP limit caps each column so the team finishes work instead of starting more. In Taskade you get a live Kanban via the Board view, one of 7 project views, with AI agents and automations that move cards for you.

You are already running a version of Kanban right now. The sticky notes on a wall, the columns in a spreadsheet, the "next up" list in your head. Naming it and capping the middle column is most of the method.

What Does a Kanban Board Look Like?

A Kanban board is a row of columns. Cards enter on the left as fresh requests, move one column right each time work advances, and exit on the right when finished. The number above each column is its WIP limit, the most cards that column is allowed to hold at once. When a column is full, you finish something before you pull in anything new.

┌─────────────────┬─────────────────┬─────────────────┐
│   TO DO         │   DOING  (3)    │   DONE          │
├─────────────────┼─────────────────┼─────────────────┤
│ ┌─────────────┐ │ ┌─────────────┐ │ ┌─────────────┐ │
│ │ Write brief │ │ │ Design page │ │ │ Kickoff call│ │
│ └─────────────┘ │ └─────────────┘ │ └─────────────┘ │
│ ┌─────────────┐ │ ┌─────────────┐ │ ┌─────────────┐ │
│ │ Source photo│ │ │ Edit copy   │ │ │ Brief signed│ │
│ └─────────────┘ │ └─────────────┘ │ └─────────────┘ │
│ ┌─────────────┐ │ ┌─────────────┐ │                 │
│ │ Plan launch │ │ │ Build form  │ │   ← pull only   │
│ └─────────────┘ │ └─────────────┘ │     when DOING   │
│                 │  WIP limit: 3   │     drops below 3│
└─────────────────┴─────────────────┴─────────────────┘

The "(3)" over Doing is the whole secret. It says the team can have three things in flight, no more. A fourth card cannot move into Doing until one moves out to Done. That cap forces finishing over starting, which is the behavior change that makes Kanban work.

How Does a Card Move Across the Board?

A card moves one column at a time, pulled forward only when the next stage has room under its WIP limit. Work is never pushed onto a busy stage. This pull rhythm keeps the board honest: a pile-up in any single column is a visible signal that a bottleneck lives there, so you fix the flow instead of starting more work.

The gate in the middle is what spreadsheets and inboxes lack. A list lets you add a tenth, eleventh, twelfth task with no friction. A Kanban board with WIP limits makes you choose: finish, or stay blocked.

Why Do WIP Limits Matter So Much?

WIP limits cap how many tasks sit in a column at once, and they are the rule that does the most work in Kanban. Too much work in progress means everything is half-done, context-switching tax is high, and nothing actually ships. A tight limit forces the team to swarm on finishing what is started before pulling in more, which cuts cycle time and surfaces bottlenecks fast.

The math is plain. Little's Law says average cycle time equals work-in-progress divided by throughput. Hold throughput steady and double your WIP, and every item now takes twice as long to finish. Lower the WIP and work flows out faster. This is why "stop starting, start finishing" is the Kanban motto.

Set limits per column, watch where cards pile up, and adjust. A column that constantly hits its cap is telling you exactly where to add capacity or simplify the step.

Kanban vs Scrum: What Is the Difference?

Kanban is a continuous-flow method with no fixed iterations: work is pulled one card at a time and the board never resets. Scrum is an iterative method that batches work into fixed-length sprints, each ending in a review. Both visualize work on a board, but they cadence and commit very differently.

Dimension Kanban Scrum
Cadence Continuous flow, no fixed timebox Fixed sprints (1 to 4 weeks)
Commitment Pull work as capacity frees up Commit to a sprint backlog up front
Limits WIP limit per column Sprint scope caps the batch
Board reset Never, board is ongoing Resets each sprint
Roles No required roles Product Owner, Scrum Master, team
Best for Steady streams: support, ops, marketing Defined projects shipped in increments

Many teams blend the two into "Scrumban": a flow board with WIP limits plus a light planning cadence. The right choice depends on whether your work arrives as a steady stream or as planned batches. See the Agile overview for where both methods fit in the wider workflow picture.

What Projects Benefit Most From Kanban?

Kanban fits any work with a steady, ongoing flow of tasks that vary in size and arrive unpredictably. Customer support queues, content production, maintenance backlogs, recruiting pipelines, and operations requests all suit it well, because the board absorbs new work without a planning ceremony and shows load balance at a glance.

It is less of a fit for tightly sequenced projects with hard deadlines and fixed scope, where a sprint-based approach gives more predictable delivery. The fastest way to know is to run a board for two weeks and watch where cards stall.

How to Implement Kanban: Six Practices

Strong Kanban comes down to six practices. Adopt them in order and the board starts paying off in the first week.

  • Visualize the workflow. Map every real stage from request to done, not the stages you wish you had. The board should mirror how work actually moves.
  • Limit work in progress. Put a number on each active column. Start tight (often the team size or fewer) and loosen only if flow demands it.
  • Manage flow. Watch how fast cards cross the board. Falling cycle time is the win; a column that keeps filling up is the next thing to fix.
  • Make policies explicit. Write the rule for when a card may move right ("Done means reviewed and merged"). Shared definitions stop cards from sliding forward half-finished.
  • Build feedback loops. Review the board on a regular cadence and act on what it shows.
  • Improve collaboratively. Let the people doing the work adjust the columns, limits, and rules. The board is a living system, not a fixed template.

Can Kanban Work for Personal Productivity?

Yes. A personal Kanban with three columns and a WIP limit of two or three in Doing is one of the most effective ways to beat overwhelm. Capping the middle column forces you to finish a task before starting the next, which kills the half-done pile that drains focus. It pairs naturally with single-task methods like Eat the Frog and the 2-Minute Rule.

Do It in Taskade: A Live Pipeline Board

Here is what to build instead of a static board. Describe your pipeline in plain English to Taskade Genesis, and it generates a live Board view where every card carries its own due date, owner, and notes. Your team drags cards across the columns in real time, and an AI agent can triage incoming requests into the right column, while an automation moves a card to Done and pings the channel the moment its checklist clears.

You see one board with To Do, Doing, and Done. Your team logs in and works the same cards you do. New requests land in the first column on their own, and finished work announces itself, so nothing sits half-done in the middle and nothing falls through the cracks. Start from a ready-made Kanban board template or browse what others have built in the Community Gallery.

Build your Kanban pipeline with Taskade Genesis →

  • Kanban Method: The full method behind the board, including pull systems, flow, and continuous improvement.
  • Scrum Board: The sprint-based cousin of Kanban for iterative, batched delivery.
  • Eat the Frog: Tackle the hardest card first by parking it at the top of Doing.
  • ABCDE Method: Prioritize the To Do column from A (critical) to E (drop it).
  • Time Blocking: Reserve calendar time to work the cards currently in Doing.
  • Pomodoro Technique: Work each card in focused intervals to keep flow steady.

Frequently Asked Questions About Kanban

What is a Kanban board in simple terms?

A Kanban board is a set of columns, usually To Do, Doing, and Done, where each task is a card that moves left to right as work progresses. It makes the status of every task visible in one place so the team can see what is in flight and what is stuck.

How does Kanban differ from Scrum?

Kanban is a continuous-flow method that pulls work one card at a time and never resets the board. Scrum batches work into fixed-length sprints that each end in a review. Kanban suits steady streams of work; Scrum suits defined projects shipped in increments.

What is a WIP limit and why does it matter?

A WIP (work-in-progress) limit is the maximum number of cards allowed in a column at once. It matters because it forces the team to finish started work before pulling in new work, which lowers cycle time, reduces context switching, and makes bottlenecks visible.

Can a Kanban board be used for personal productivity?

Yes. A personal Kanban with three columns and a Doing limit of two or three is a proven way to cut overwhelm. The cap forces you to finish one task before starting the next, so the half-done pile never grows.

What are the columns on a basic Kanban board?

A basic board has three columns: To Do for queued work, Doing for work in progress, and Done for completed work. Teams add columns like Backlog, Review, or Blocked as their process needs more stages.

How do you build a Kanban board in Taskade?

Describe your pipeline to Taskade Genesis or open the Board view on any project. You get drag-and-drop columns with due dates and owners on every card, plus AI agents and automations that can triage and advance cards for you. Start from a Kanban board template to skip setup.