Kanban is a popular method for managing tasks in Lean and Agile environments. It can be used at all levels, from individuals to teams and entire companies.

It’s often used synonymously with Kanban boards. However, Kanban also involves a way of thinking about tasks and progress that enhances the use of the board.

Kanban and Just-in-Time

While Kanban is now used in many different industries, especially software development, it originated in manufacturing. Toyota first developed Kanban to support just-in-time practices around ordering materials for production.

Just-in-time inventory is a fairly simple concept: ensure that you have the materials required to meet demand but not so much that you need to stockpile. This cuts down on warehousing and spoilage costs. It applies to many industries, including IT and supermarket stocking.

An important distinction is that Kanban is a just-in-time scheduling tool, not an inventory management tool. You can use a board to track production processes and know when inventory will need to be ordered.

Principles of Kanban

Start with your existing workflow.

Map out your team’s current workflow and use that to create your Kanban board. This is important because Kanban should reflect reality, not ‘how we want things to look.’

Make small, incremental changes.

There are two basic ways to change processes in a company: overhauling everything at once, educating everyone on the new processes, making small changes regularly, and letting everyone get used to the modified process. Kanban encourages the latter of the two.

Respect your current way of doing things.

This includes looking at current processes, roles, responsibilities, and titles and not immediately modifying them. When we move to a new methodology, it’s often tempting to change everything that causes irritation. Instead, Kanban encourages us to assume that those things exist for a reason and to change as required slowly.

Encourage leadership in everyone.

Improvements in workflows need to come from the team performing those processes. Not management, not a single team leader. Everyone takes responsibility for identifying issues and developing solutions to improve processes.

Kanban Practices

Visualize your workflow

Create a visual representation of your typical work process. It’s important to note that this is not your ideal work process. If you try to visualize the ideal, you’ll create something that doesn’t reflect reality, defeating the whole purpose. Typically, you’ll use a Kanban board for this.

Limit work in progress.

This practice is the one that’s most likely to cause headaches and pain for a team that’s recently transitioned. However, it’s also crucial. Limit the number of tasks that can be in a particular column at any one time. This helps to keep tasks flowing efficiently from one side to the other.

Manage the flow

Once you start using Kanban, you’ll typically find that you discover bottlenecks where tasks heap up. This is where flow management comes into play. Instead of just increasing the WIP limit, solve the bottleneck. Figure out why tasks are being stranded at this point. Is it a work section that only one team member can complete? Does the stage actually represent two or three actual steps in a process? Has your team neglected the stage in the past? Talk about the problem as a team and trial solutions as a team, too.

Define each stage explicitly.

Everyone in the team should know and understand what is required to move a task from one stage to the next. A good starting point is the ‘definition of done’: what points must be ticked off before considering a task ‘done’? For example, in a software development environment, you might include:

  • Code review completed and passed.
  • Functional changes documented.
  • Unit tests are written.
  • Automated tests modified.
  • The build test passed.
  • User testing passed.

Use feedback loops

Using feedback loops helps to keep information moving through a company. Kanban practices include a lot of feedback loops, like daily team stand-ups and delivery reviews. You might find that your team struggles with getting used to this constant feedback.

Improve collaboratively

While it might seem demoralizing initially, a big part of Kanban is finding ways to improve. Every team will have inefficiencies in their workflows. That’s OK; it’s only human. Some of these will be cultural. As a team, recognize areas that need improvement. Then, figure out ways to get better.

What is a Kanban Board?

A Kanban board contains tasks and columns. Typically, these include:

  • Backlog or To-Do.
  • A column for each stage: for example, in a software development environment, these might be Code, Document, Test, and Build.
  • Done.

Generally, you’ll find that the columns on a Kanban board are laid out in the same orientation as the script you use for writing. In Western countries, this is typically left-to-right. In other countries that use a right-to-left script, you might find that Kanban boards are also laid out right to left.

You should be able to move a task through the required stages without moving it backward on the Kanban board. In other words, progress needs to be forward, not backward. You might need to experiment a little before developing a layout that suits your team’s working style.

While software versions abound, like Trello, many companies still use a physical board with post-it notes or cards. If using cards, these can be made reusable by covering them in plastic and writing on them with whiteboard markers.

Why Use a Kanban Board?

Kanban offers a quick, visual impression of how a sprint or project is progressing. That’s why the ‘don’t send a task backward’ rule is usually so strict–it messes up that visual impression of progress.

A Kanban board also helps team members grasp the full process that every task needs to go through. For example, a traditional software company often strictly separates various job titles. Developers don’t know what technical writers need to do; testers don’t know the development process, etc. Using a Kanban board puts everyone on the same level.

How to Use a Kanban Board

Write every task on a card or post-it note at the start of a sprint or project. Add these tasks to the Backlog or To-Do column. Each team member picks a task, adds their name to it, and moves it to the next column.

While the rules vary depending on the methodology you’re employing, typically, one person should only have one task assigned at a time. That’s the task they are working on at the moment. It should be unassigned if they aren’t working on it so that anyone who is free can take it over.

Kanban board. Photo by: Dennis Hamilton
Photo by: Dennis Hamilton

Kanban Boards and Levels of Organization

We mentioned earlier that you could use Kanban boards at all levels, from individual to company. As you can probably imagine, the level of information displayed needs to change as the level of organization changes. Here are some examples of Kanban tasks at each level in a business:

  • Individual: Modify User_Create code; Modify User_Edit code; Write unit test; Document code changes for code review; Run build test.
  • Team: Add new user fields to code; Test user creation and modification; Modify knowledge base.
  • Department: Extend user account.

You can see that as the number of people decreases, the granularity of tasks increases. You get more detail the further down you go. Try to imagine every person’s detailed tasks on a company-wide Kanban board; it would be a huge mess.

How to Write a Kanban Card

There are two basic forms of Kanban cards that you’re likely to come across. The first is the task card that you’ll typically find on a board like those we discussed above. The second is an inventory card. This is usually found in just-in-time inventory systems, and they can be used to signal a need for more of a certain item.

Inventory card

To write an inventory card, you need to include all the details that someone needs to have so they can order the product. This includes:

  • Supplier
  • SKU
  • Dimensions
  • Weight
  • Amount per order OR amount per production requirement
  • Lead time (how long it will take for an order to be fulfilled)
  • The person responsible for ordering
  • Where the item is located.

Task card

Task cards often look quite different from inventory cards. However, their purpose is similar: providing all the essential information to complete a job. Instead of re-ordering a product, a task card might involve any task in a team’s workflow. For example, you might have task cards for each coding, testing, and documentation job related to a new feature under development in software development. A task card will include details like:

  • Title
  • Description
  • Current owner
  • Time estimate
  • Comments.

Common Kanban Mistakes

Bottlenecks

Almost every team–if not every single team–that adopts Kanban will encounter bottlenecks at some point in the process. However, it’s important to realize that Kanban rarely creates these bottlenecks. It just highlights them as an issue, where previously, the team has ignored or glossed over them.

At this point, many teams are tempted to increase their work-in-progress limits to get around the bottleneck problem. This is like putting an adhesive bandage on a slashed artery. It’s a temporary ‘fix’ that doesn’t solve a thing. Instead, you need to analyze the cause of the bottleneck and fix that cause. It could be a skill shortage, a prioritization issue, or a ‘nobody wants to do that’ issue.

Workflow vs. Board

It’s easy to see what other companies are doing and decide that their board is what you want to follow. However, using an ideal board that doesn’t accurately reflect your team’s actual workflow will lead to a disconnect between reality and the board. Because the board is there to reflect the actual situation, this creates a lot of mess and wasted time. Be honest. Create a Kanban board that documents your current process. You can modify the process and the board in small increments as you go.

Creating tasks incorrectly

There are some classic mistakes that people make in creating Kanban cards. Managers generally shouldn’t create task cards for their staff; teams should create their own tasks from job lists prioritized by management. Another common issue is making tasks too large or too small. As a rule of thumb, tasks should take between two hours and two days to complete. Any more or less, and the team should revisit how they create tasks.

ASQ Six Sigma Black Belt Kanban Questions

Question: A store uses signs at specific points in its storage area to indicate when products need to be ordered. This practice is an example of

(A) kanban
(B) poka-yoke
(C) checkpoints
(D) hoshin

Answer:

Unlock Additional Members-only Content!

To unlock additional content, please upgrade now to a full membership.
Upgrade to a Full Membership
If you are a member, you can log in here.

Thank You for being a Member!

Here’s some of the bonus content that is only available to you as a paying member.

A: Kanban. Kanban is a process of identifying a just-in-time material flow. Poka-yoke is about error-proofing a concept. Hoshin is about enterprise strategy. Checkpoints are a quality control mechanism.

When you’re ready, there are a few ways I can help:

First, join 30,000+ other Six Sigma professionals by subscribing to my email newsletter. A short read every Monday to start your work week off correctly. Always free.

If you’re looking to pass your Six Sigma Green Belt or Black Belt exams, I’d recommend starting with my affordable study guide:

1)→ 🟢Pass Your Six Sigma Green Belt​

2)→ ⚫Pass Your Six Sigma Black Belt ​​

You’ve spent so much effort learning Lean Six Sigma. Why leave passing your certification exam up to chance? This comprehensive study guide offers 1,000+ exam-like questions for Green Belts (2,000+ for Black Belts) with full answer walkthroughs, access to instructors, detailed study material, and more.

​ Join 10,000+ students here. 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.