kanbanagileproject managementtutorial

How to Make a Kanban Board: A Step-by-Step Guide

How to make a kanban board from scratch — define your columns, break work into cards, set WIP limits, and pull work through. A practical step-by-step tutorial with tips, common mistakes, and an editable template to start from.

CodePic TeamPublished on 2026-06-145 min read

A kanban board turns invisible work into a visual flow you can actually manage — cards move left to right across columns, and at a glance you see what is queued, what is in progress, and what is done. The hard part is not the columns; it is setting it up so work actually flows instead of piling up.

This guide is a hands-on tutorial for building a board that works. If you want the background first — where kanban came from and how it differs from a to-do list — read What Is a Kanban Board? and then come back here to build one.


How to Make a Kanban Board, Step by Step

1. Define your columns. Columns are the stages your work passes through. The simplest board is three columns: To Do → In Progress → Done. That is enough to start. As you learn your real process, add stages like Backlog (ideas not yet committed) before To Do, or Review / QA before Done. Resist the urge to add too many — each column should represent a genuinely distinct stage of work.

2. Break work into cards. Each card is one unit of work — a task, a feature, a bug. The trick is sizing: a card should be small enough to finish in a day or two. "Redesign the website" is not a card; "Update the homepage hero copy" is. Small cards move visibly and give the team a steady sense of progress.

3. Add information to each card. A bare title is not enough. Add the owner (who is doing it), a priority (so people know what to pull next), and a due date if it is time-sensitive. Optional but useful: labels for type (bug, feature, chore) and a short description or checklist.

4. Set WIP limits. This is the step most people skip — and it is the heart of kanban. A WIP (work-in-progress) limit caps how many cards a column can hold at once, e.g. "In Progress: max 3." When the column is full, no one starts new work until something moves out. This forces the team to finish before they start, which is what keeps the board flowing instead of clogging.

5. Start the flow — pull from right to left. Kanban is a pull system, not a push system. Instead of assigning work top-down, team members pull the next card into their column only when they have capacity. Read the board right to left: first ask "can anything in Review move to Done?", then "can anything In Progress move to Review?", and only then pull a new card from To Do. Clearing the right side first is what prevents pileups.

6. Use the board for standups and to find bottlenecks. Run a quick daily standup at the board, walking right to left through the cards. When one column keeps hitting its WIP limit while others sit idle, you have found a bottleneck — that stage is your constraint, and it is where you should add help or rethink the process.

The two ideas that make this real kanban — and not just a list with columns — are WIP limits and pulling. Open the kanban board template to set up your columns and cards, then add the WIP limits as labels on each column.


Tips for an Effective Kanban Board

  • Make WIP limits visible. Write the limit right in the column header ("In Progress (3)") so the constraint is impossible to ignore.
  • Use a Done column you actually clear. Move finished cards to Done, then archive them regularly. A Done column that grows forever stops being useful.
  • Add a "blocked" signal. A label or a flag on a stuck card surfaces blockers fast — blocked work is the most common hidden bottleneck.
  • Keep cards small and similar in size. Consistent, small cards make flow predictable and standups fast.
  • Review the board regularly. Adjust columns and WIP limits as you learn how work really moves; the first setup is rarely the right one.

Common Mistakes

No WIP limits. Without a cap, "In Progress" becomes a dumping ground and nothing finishes. A board without WIP limits is just a prettier to-do list.

Too many columns. Twelve micro-stages make the board unreadable and slow standups to a crawl. Start with three columns and add stages only when a real handoff demands one.

Cards that are too big. A card that takes two weeks sits motionless and hides its progress. Break large work into small cards that visibly move.

Adding without subtracting. Pushing new cards into To Do while never clearing the right side creates a backlog that grows forever. Always finish (clear the right) before you start (pull on the left).


Frequently Asked Questions

How do you make a kanban board?

Define your columns (the simplest is To Do, In Progress, Done), break your work into individual cards, add details like owner and due date, set a WIP limit on your in-progress columns, and pull cards from right to left as capacity frees up.

What is a WIP limit on a kanban board?

A WIP (work-in-progress) limit caps how many cards can sit in a column at once. It is the core of kanban — it forces the team to finish work before starting new work, which exposes bottlenecks and keeps cards flowing.


Ready to build yours? Open the kanban board template and start with three columns — add your cards, set WIP limits, and start pulling work, no signup required.

Related Reading

Kanban board

Kanban board

Try this template

Related Posts