kanban

Design Kanban boards with WIP limits, flow metrics, and bottleneck analysis for team workflows.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/dev-khoi/AURA-conHack-2026 --skill kanban-dev-khoi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kanban
Source: https://github.com/dev-khoi/AURA-conHack-2026/tree/main/.opencode/skills/kanban
Command: npx skills add https://github.com/dev-khoi/AURA-conHack-2026 --skill kanban-dev-khoi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams struggle with invisible work, overloaded pipelines, and unpredictable delivery. This Skill structures workflow visualization, WIP limiting, and flow optimization so teams can identify bottlenecks and improve delivery predictability. ## Core Features & Use Cases - Board Design: Map workflow stages with entry/exit criteria and set initial WIP limits based on team size. - Flow Metrics: Track lead time, cycle time, throughput, and WIP, applying Little's Law to diagnose delivery speed. - Bottleneck Analysis: Identify stages where work accumulates and generate action plans and improvement experiments. - Use Case: A software team with 15 items in progress and 3-week delivery uses this Skill to set a WIP limit of 6, visualize hidden work, and reduce average delivery to 5 days. ## Quick Start Use the kanban skill to design a Kanban board with WIP limits and bottleneck analysis for my five-person development team.

Frequently Asked Questions about kanban

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set WIP limits for a Kanban board?▼

Start with WIP limit equal to team size minus one for each stage. For example, a four-person development stage gets a limit of three. Adjust downward if items stall or context switching increases, and raise slightly if the team has idle time.

How to identify bottlenecks in a Kanban workflow?▼

Look for columns where work items accumulate faster than they exit. A stage consistently at or above its WIP limit while downstream stages starve indicates a bottleneck. Address it by adding capacity, reducing upstream WIP, or changing batch policies.

What is the difference between lead time and cycle time in Kanban?▼

Lead time measures request to delivery from the customer perspective, while cycle time measures work started to done, reflecting team efficiency. Little's Law connects them: lead time equals WIP divided by throughput.

When should I not lower WIP limits further?▼

Avoid lowering WIP when the team already has idle time or when limits are so tight that collaboration and swarming become impossible. WIP limits should expose bottlenecks, not starve the workflow of parallelizable work.

Can Kanban be combined with root cause analysis methods?▼

Yes. Kanban pairs with Five Whys to find root causes of bottlenecks, hypothesis trees to investigate flow problems, and cognitive load principles to justify WIP limits based on context switching costs.