How to Create a Kanban Board: Examples, Templates, and Automation

Learn how to create a kanban board from scratch — manually, with tools like Trello and Google Sheets, or fully automated with an AI agent that builds your board in seconds.
Advanced computer use agent
Production-grade reliability
Transparent Execution

Why kanban boards keep showing up everywhere

Instant Board Generation from Any Input
Describe your project in plain language — "marketing campaign with content, design, and launch phases" — and Sai builds a complete Kanban board in Google Sheets with columns, cards, WIP limits, and color-coded priorities in under two minutes. No templates to hunt for, no manual formatting.
Smart Card Population with Real Context
Sai doesn't just create empty columns. It researches your project type, pulls common task patterns (sprint backlogs, hiring pipelines, content calendars), and populates cards with realistic descriptions, assignees, deadlines, and priority labels — giving you a working board, not a blank template.
Cross-Platform Sync and Automation
Once your board is built, Sai keeps it alive. It monitors your Google Sheet for status changes, moves cards between columns automatically, sends deadline reminders via email, and can even create linked Calendar events for key milestones — turning a static spreadsheet into a living project tracker.

Why kanban boards keep showing up everywhere

Every project has the same bottleneck: no one knows what's being worked on right now.

A kanban board fixes that in about five minutes. It's a visual system where tasks move through columns — typically "To Do," "In Progress," and "Done" — so everyone on the team can see status at a glance. No status meetings. No "just checking in" messages. No spreadsheets that haven't been updated since last Tuesday.

The concept comes from Toyota's manufacturing floors in the 1940s. Taiichi Ohno used physical cards (kanban literally means "signboard" in Japanese) to signal when parts needed replenishing. Software teams adopted it in the 2000s, and now it runs everything from marketing campaigns to hiring pipelines to personal to-do lists.

What makes a kanban board different from a regular task list: it shows flow. You don't just see what needs to happen — you see where work is stuck. If your "In Progress" column has twelve cards and "Done" has two, something is wrong, and you can see it immediately.

Here's the thing: most people create kanban boards manually, spend 30 minutes dragging cards around, and then abandon them within a week because maintenance is tedious. There's a better way. This guide covers three approaches, from manual setup to full AI automation.

How to Create a Kanban Board

1. Create a kanban board manually (any tool)

Before you automate anything, you need to understand how a kanban board works at the structural level. These are the steps your AI agent will later repeat in seconds.

Step 1: Define your workflow columns

Every kanban board starts with columns that represent stages of work. The most common setup:

Board Type Columns Best For
Basic To Do → In Progress → Done Personal tasks, small teams
Software Dev Backlog → To Do → In Progress → Code Review → QA → Done Engineering sprints
Marketing Ideas → Planning → Creating → Review → Published Content teams
Content Calendar Ideation → Writing → Editing → Scheduled → Published Blog and social media
Hiring Pipeline Applied → Phone Screen → Interview → Offer → Hired Recruiting teams
Sales Pipeline Lead → Qualified → Proposal → Negotiation → Closed/Won Sales teams

Pick the one closest to your workflow. You can always add or rename columns later.

Step 2: Break work into cards

Each task becomes a card. A good kanban card includes:

  • Title: What needs to be done ("Write Q3 blog post," "Fix login bug")
  • Assignee: Who owns it
  • Priority: High, Medium, or Low
  • Due date: When it needs to be finished
  • Description: Enough context that someone else could pick it up

A common mistake: making cards too big. "Redesign the website" is a project, not a task. Break it into cards like "Wireframe homepage," "Write hero copy," "Select color palette."

Step 3: Set WIP limits

WIP stands for Work In Progress. It's the maximum number of cards allowed in a column at one time.

Why this matters: without WIP limits, people start five things and finish none. A typical WIP limit is 3–5 cards per person in the "In Progress" column. If the column is full, you have to finish something before pulling in new work.

This is the single most important kanban practice that most teams skip — and then wonder why their board doesn't work.

Step 4: Add swimlanes (optional)

Swimlanes are horizontal rows that divide your board by category. For example:

  • By team: Design | Engineering | Marketing (each gets their own row)
  • By priority: Urgent | Normal | Low Priority
  • By project: Website Redesign | Mobile App | API Integration

Swimlanes prevent a 50-card board from becoming an unreadable wall of sticky notes.

Step 5: Move cards and review weekly

The board only works if you use it. Move cards across columns as work progresses. Run a weekly review (15 minutes max) to:

  • Clear finished cards from "Done"
  • Check if any cards have been stuck in "In Progress" for more than a few days
  • Pull new work from "To Do" into "In Progress" (respecting WIP limits)
  • Archive completed cards monthly so the board stays clean

2. Create a kanban board with popular tools

If you want a digital kanban board without building from scratch, these tools get you there fastest:

Trello

Trello is the most popular kanban tool for a reason: it's simple. Create a board, add lists (your columns), and start dragging cards.

  1. Go to trello.com and create a new board
  2. Add lists: "To Do," "In Progress," "Review," "Done"
  3. Click "Add a card" under any list to create tasks
  4. Drag cards between lists as work progresses
  5. Add labels for priority (red = urgent, yellow = medium, green = low)
  6. Enable the "Card Aging" Power-Up to spot stale cards

Best for: Small teams, freelancers, personal project management.

Notion

Notion's database views let you create a kanban board from any table.

  1. Create a new page and type /board to insert a Board view
  2. Notion creates a default "Status" property with columns
  3. Customize column names by clicking the column header
  4. Add properties: Assignee, Due Date, Priority, Tags
  5. Switch between Board view, Table view, and Calendar view from the same data

Best for: Teams that want kanban + docs + wikis in one tool.

Google Sheets

You can build a functional kanban board in Google Sheets using conditional formatting and data validation.

  1. Create columns A through D: "To Do," "In Progress," "Review," "Done"
  2. Enter tasks as rows under each column
  3. Use data validation dropdowns for priority (High / Medium / Low)
  4. Apply conditional formatting: red for High priority, yellow for Medium, green for Low
  5. Add a "Dashboard" sheet with =COUNTA(A2:A100) formulas to count tasks per column

Best for: Teams already living in Google Workspace, zero learning curve.

Jira

Jira's kanban boards come with built-in WIP limits, reporting, and sprint integration.

  1. Create a new project → select "Kanban" template
  2. Jira auto-creates columns: Backlog, Selected for Development, In Progress, Done
  3. Configure WIP limits under Board Settings → Columns
  4. Set up filters to show only specific assignees or labels
  5. Use the "Cumulative Flow Diagram" report to spot bottlenecks over time

Best for: Software engineering teams that need reporting and integrations.

Excel

Excel can do everything Google Sheets does, with a few extra tricks:

  1. Create a table with columns for Task, Status, Assignee, Priority, Due Date
  2. Add data validation for the Status column (To Do, In Progress, Review, Done)
  3. Use conditional formatting to color-code by status or priority
  4. Create a PivotTable to summarize task counts by status and assignee
  5. Optionally use VBA macros to automate card movement

Best for: Enterprise teams locked into Microsoft 365.

3. Automate kanban board creation with an AI agent

Manual setup works. Tools like Trello and Notion make it easier. But here's what neither approach solves: the initial setup tax.

You have a list of 40 tasks from a project kickoff meeting. Or a Slack thread full of action items. Or a Google Doc with a project brief that needs to be broken into workstreams. Turning that raw input into a structured, color-coded, properly categorized kanban board takes 30–60 minutes of drag-and-drop tedium.

An AI computer agent eliminates that step entirely.

How Sai creates a kanban board from a task list

Sai is an AI computer agent built by Simular. You give it a task list, project brief, or even a rough brainstorm — and it generates a complete kanban board in Google Sheets with columns, color-coded priorities, assignees, WIP limits, and a dashboard.

Here's what happens under the hood:

Step 1: Parse or generate tasks. Give Sai a pasted task list, a project description, or just a use case ("marketing campaign for product launch"). Sai breaks it into individual tasks, detects implied priorities from language like "urgent" or "nice to have," picks up assignees from @mentions, and identifies due dates.

Step 2: Choose a board template. Sai supports six pre-built templates:

  • Standard: To Do → In Progress → Review → Done
  • Software Dev: Backlog → To Do → In Progress → Code Review → QA → Done
  • Marketing: Ideas → Planning → Creating → Review → Published
  • Content Calendar: Ideation → Writing → Editing → Scheduled → Published
  • Hiring Pipeline: Applied → Phone Screen → Interview → Offer → Hired → Rejected
  • Custom: You define the column names

Step 3: Build the board in Google Sheets. Sai creates a new spreadsheet, writes all tasks into the correct columns, applies color-coding (red for High, yellow for Medium, green for Low priority), sets up conditional formatting, adds borders, freezes the header row, and auto-sizes columns.

Step 4: Add a dashboard. A second sheet tracks task counts per column, WIP compliance (flagged if any column exceeds limits), and overall completion percentage. This is the "manager view" — you see project health without scrolling through individual cards.

Step 5: Share and link. Sai returns the Google Sheets link. The board is ready to use immediately, and because it lives in Google Sheets, your team can edit it collaboratively with no extra tool to learn.

Why Google Sheets instead of Trello?

A reasonable question. Sai builds in Google Sheets because:

  • Zero new tools: Everyone already has Google Sheets. No onboarding friction.
  • Full data ownership: Your board is a spreadsheet you control, not locked in a SaaS product.
  • Customizable: Add formulas, pivot tables, charts, or connect to other sheets — things Trello can't do.
  • Exportable: Download as Excel, PDF, or CSV anytime.
  • Free: No per-seat pricing that scales with your team.

For teams that want the simplicity of kanban without adding another tool to the stack, a Google Sheets board created by Sai is the fastest path.

Kanban Board Examples

Here are five ready-to-use kanban board examples for different teams. Each one shows the column structure, sample cards, and how an AI agent would generate it.

Example 1: Software development sprint board

Backlog To Do In Progress (WIP: 3) Code Review (WIP: 2) QA Done
Refactor auth module Build user dashboard High Fix payment bug API endpoint tests Login page redesign
Add dark mode Write API docs Med Implement search Database migration
i18n support Set up CI/CD

When to use: Engineering teams running 1–2 week sprints. WIP limits on "In Progress" and "Code Review" prevent context-switching.

Example 2: Marketing campaign board

Ideas Planning Creating Review Published
TikTok series concept Q3 blog calendar High Product launch email Case study: Acme Corp "10 Tips" blog post
Podcast guest pitches Influencer shortlist Med Landing page copy Social media carousel
Webinar topic brainstorm Low Banner ads

When to use: Content and marketing teams tracking campaigns from ideation to publication. The "Review" column acts as a quality gate.

Example 3: Personal productivity board

To Do In Progress (WIP: 3) Done
High File tax return Med Study for certification Renew passport
Schedule dentist Med Write chapter 4 of book Fix kitchen faucet
Research vacation spots Low Organize garage

When to use: Individual contributors or freelancers. Keep it simple — three columns, strict WIP limit of 3, review every Sunday evening.

Example 4: Hiring pipeline board

Applied Phone Screen Interview Offer Hired Rejected
Sarah M. – Sr. Engineer James L. – PM Priya K. – Designer (final round) Alex T. – Data Analyst
Michael R. – DevOps David W. – Engineer (tech screen) Lisa P. – PM
12 more candidates

When to use: Recruiting teams. Each card is a candidate, not a task. Swimlanes can separate by role. The "Rejected" column keeps a record for compliance.

Example 5: Content calendar board

Ideation Writing Editing Scheduled Published
"AI in 2026" thought piece High How-to: Kanban boards Product update post Newsletter #47 (May 12) SEO guide: backlinks
Customer story: Acme Social: launch teaser (May 10) Video: product demo
Competitor roundup

When to use: Content teams managing blog, social, email, and video in one view. The "Scheduled" column with dates acts as a publishing calendar.

Kanban board vs. other project management methods

Kanban Scrum Waterfall To-do list
Structure Columns + cards (continuous flow) Sprints (time-boxed) Phases (sequential) Flat list
WIP limits Yes (core feature) No (sprint backlog is fixed) No No
Planning Continuous Sprint planning every 1–2 weeks Upfront None
Best for Ongoing work, support, ops Product development Construction, manufacturing Personal tasks
When to switch Work arrives unpredictably Work can be batched into sprints Requirements are fixed upfront Less than 10 tasks

Stop doing repetitive tasks. Let Sai handle them for you.

Sai is your AI computer use agent — it operates your apps, automates your workflows, and gets work done while you focus on what matters.

Try Sai

FAQS