kanban-flow Stinger

SkillMonitoring & ops

Kanban method specialist: WIP limit design and enforcement, flow-metric calculation (cycle time, lead time, throughput, flow efficiency), Little's Law diagnostics, visual-board design, class-of-service policies, cumulative-flow-diagram interpretation, and tool-specific implementation (Linear, Jira, GitHub Projects). Use when the user says \\\\\\\\\\\\\\\"set up WIP limits\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\"calculate cycle time\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\"apply Little's Law\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\"design our Kanban board\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\"Kanban vs Scrum\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\"our WIP is always exceeded\\\\\\\\\\\\\\\", \\\\\\\\\\\\\\\"why is our cycle time so long\\\\\\\\\\\\\\\", or when `kanban-flow-worker-bee` is invoked. Do NOT use for sprint ceremonies / velocity (Scrum domain, no peer Bee yet), CI/CD pipeline design (devops-worker-bee), database schema for a custom metrics store (db-worker-bee), or building custom Kanban tooling in code (react-worker-bee / python-worker-bee).

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the kanban-flow Stinger skill

What this skill tells your AI

The instructions your AI receives, as published by legioncodeinc/vibe-coding-tools in src/skills/kanban-flow-stinger/SKILL.md and read by ahel’s review.

The arsenal for kanban-flow-worker-bee. This skill encodes the Kanban Method from the Toyota Production System lineage through David J. Anderson's 2010 formalization to the 2026 practitioner landscape, with hands-on implementation guidance for the tools teams actually use.

Master index: read SKILL.md (this file) first to orient. Then open the guide for the specific domain the user's question touches. All factual claims in the guides trace to files in research/.


When this stinger applies

Activate on any of:

  • "Our WIP keeps climbing" / "team has too much in flight"
  • "We can't predict when work will finish"
  • "How do I measure cycle time?" / "what's our throughput?"
  • "Apply Little's Law to our board"
  • "Help us design our Kanban columns" / "we need WIP limits"
  • "Should we use Kanban or Scrum?"
  • "How do I set up Kanban in Linear / Jira / GitHub Projects?"
  • "Why is our flow efficiency so low?"
  • "kanban-flow-worker-bee" invoked directly

Do NOT activate for:

  • Sprint planning, retrospectives, or velocity measurement (Scrum; no peer Bee today)
  • CI/CD deployment pipeline design (devops-worker-bee)
  • Prometheus / Grafana / Datadog metric dashboards for infrastructure (monitoring stack)
  • Custom Kanban app development in React or Python (hand off after designing the board)

Guardrails (from SUBAGENT CRITICAL DIRECTIVES)

These are non-negotiable before proceeding with any recommendation:

  1. Surface WIP limits first. Without WIP limits, what you are looking at is a task list, not Kanban. Every recommendation starts here. Source: research/internal/command-brief-summary.md.

  2. Never set a WIP limit without data. Arbitrary limits ("just use 3") create false confidence. Ask for historical WIP or throughput data. If none exists, explain how to gather two weeks of data first. See guides/01-wip-limits.md. Source: research/external/2026-05-20-wip-limits-agile-flow-consulting.md.

  3. Always distinguish cycle time from lead time. Define which clock starts and ends for each. Conflation is the most common flow-metric error. See guides/02-flow-metrics.md. Source: research/external/2026-05-20-flow-metrics-definitions-cylenivo.md.

  4. Apply Little's Law only in steady state. If >20% of WIP is blocked or the expedite queue is active, flag non-steady-state before running L = λW. See guides/03-littles-law.md. Source: research/external/2026-05-20-littles-law-abstract-algorithms.md.

  5. Respect the Toyota lineage without dogmatism. Kanban evolved from TPS, but software teams are not car factories. Use the theory to explain why practices work, not to shame adaptation.

  6. Distinguish the Kanban Method from a Kanban board. A Scrum team using a board is NOT practising Kanban (no explicit policies, no WIP limits, no cadence meetings). Correct this politely but clearly.

  7. Confirm the target tool before prescribing configuration. Linear (no native WIP limits), Jira (swimlane WIP bug), and GitHub Projects (visual-only limits) all behave differently. See guides/08-tool-implementation.md. Source: research/external/2026-05-20-tool-wip-limits-honest-review.md.


Guide map

Open the guide that matches the user's question. Each guide is self-contained and cites its research sources.

GuideWhen to open
guides/00-kanban-theory.mdUser asks about the Kanban Method's foundations, Toyota lineage, or the six general practices
guides/01-wip-limits.mdWIP limit setting, enforcement, Little's Law connection to cycle time
guides/02-flow-metrics.mdCalculating cycle time, lead time, throughput, flow efficiency, WIP age
guides/03-littles-law.mdL = λW application, steady-state assumptions, three-variable dial, forecasting
guides/04-cumulative-flow-diagram.mdReading the CFD, seven anti-pattern shapes, leading vs lagging indicators
guides/05-board-design.mdColumn structure, explicit policies, blocker notation, replenishment
guides/06-class-of-service.mdFour tiers (Standard, Fixed-Date, Expedite, Intangible), queue-bypass rules
guides/07-kanban-vs-scrum.mdDecision framework, Scrumban hybrid, migration path
guides/08-tool-implementation.mdLinear, Jira, GitHub Projects: exact configuration steps and known bugs

Template map

Use these stubs to produce deliverables for the user:

TemplateUse for
templates/board-design-spec.mdColumn / WIP limit / policy / done-definition table
templates/class-of-service-card.mdFour-tier service class reference card
templates/flow-metrics-report.mdComputed metrics summary with interpretation
templates/littles-law-forecast.mdWIP-scenario forecast table

Example map

ExampleShows
examples/wip-limit-setup-happy-path.mdEnd-to-end WIP limit implementation from raw throughput data to Jira configuration
examples/cycle-time-diagnosis.mdDiagnosing a cycle-time spike using flow metrics and CFD shape

Key benchmarks (2026 practitioner data)

These numbers come from research/external/2026-05-20-value-stream-metrics-axify.md and should be cited when calibrating expectations:

  • Typical software team flow efficiency: 5-20% (15-20% is mature/WIP-limited; single-digits is common in unoptimized teams)
  • Elite cycle time (p75): 1.8 days
  • Elite lead time: sub-24 hours
  • Scrumban adoption: 45% of Scrum teams migrate to Scrumban after 2-3 years (State of Agile 2026)
  • WIP limit ROI case study: a 12-person team achieved 42% cycle time reduction (p85 62 days → 36 days) by implementing throughput-derived WIP limits

Tool WIP limit status (2026)

From research/external/2026-05-20-tool-wip-limits-honest-review.md, confirmed April 2026:

ToolNative WIP limit enforcementNotes
LinearNoneGraphQL API workaround available; soft enforcement via naming convention
Jira SoftwareColumn limits only (not per-swimlane)Swimlane WIP count bug: Atlassian has not fixed; see guides/08-tool-implementation.md
GitHub ProjectsVisual-only (no enforcement)Column limit shows count in red but does not block card addition
Azure DevOps BoardsColumn limits with enforcementMost capable WIP enforcement of the four tools
TrelloNone nativePower-Up plugins available

Open questions (for user decision before next stinger refresh)

Two questions from research/research-summary.md remain unresolved:

TODO: Monte Carlo for small teams (< 5 people): Vacanti/ActionableAgile has not published 2025-2026 guidance specific to small sample sizes. Until resolved, guides/03-littles-law.md advises 15-20 data points minimum and directs users to ActionableAgile Analytics tooling.

TODO: Kanban vs Shape Up formal comparison: No 2025-2026 comparison article found. guides/07-kanban-vs-scrum.md notes Shape Up as a distinct alternative with a brief first-principles contrast.


Command Brief: ai-tools/command-briefs/kanban-flow-worker-bee-command-brief.md Research: research/ (17 files, normal depth, 2025-11 to 2026-05) Forged: 2026-05-20 by stinger-forge via gods-hand slot-04

Signals

GitHub stars
83
Forks
37
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
kanban-flow-stinger
Source
github.com/legioncodeinc/vibe-coding-tools