Kanban Method Cheat Sheet

Kanban methodology — visualizing workflow, WIP limits, continuous delivery, metrics, and practical implementation for software and knowledge work teams.

Last Updated: July 15, 2025

Kanban Principles

PrincipleWhat It Means
Visualize workflowMap your process on a board — every step visible. Hidden work doesn't get done.
Limit WIPSet a maximum number of items per column. Stop starting, start finishing.
Manage flowMeasure and optimize how work moves through the system
Make policies explicitWrite down your "Definition of Done" for each column

Typical Kanban Board

ColumnWIP Limit
Backlog∞ — ideas, requests, future work
Ready5 — refined, prioritized, ready to pull
In Progress3 — actively working (WIP limit forces focus)
Review2 — code review, QA, stakeholder approval
Done∞ — completed, deployed, verified

Key Metrics

MetricWhat It Tells You
Cycle TimeTime from "started" to "done" — aim for consistency, not speed
ThroughputItems completed per week — your team's velocity
WIP AgeHow long items have been in progress — aging WIP is a warning sign

Kanban vs Scrum

AspectKanbanScrum
CadenceContinuous flowFixed sprints (1-4 weeks)
RolesNo prescribed rolesPO, SM, Dev Team
PlanningOn-demand (pull-based)Sprint planning
Best forOps, support, continuous deliveryProduct development, new features
Pro Tip: The WIP limit is Kanban's superpower. If everything is 'in progress,' nothing is getting done. Set it uncomfortably low — your instinct will be to raise it. Don't. The constraint forces you to finish before starting new work.
← Back to Data Science & ML | Browse all categories | View all cheat sheets