Agent skill · Design & Presentation

kanban-system-designer

Pull-based production control system design skill with WIP limits, replenishment triggers, and visual management boards

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill kanban-system-designer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/kanban-system-designer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Kanban System Designer ## Overview The Kanban System Designer skill provides comprehensive capabilities for designing and implementing pull-based production control systems. It supports kanban sizing, WIP limit determination, supermarket design, and electronic kanban configuration for efficient material flow. ## Capabilities - Kanban sizing calculation - WIP limit determination - Supermarket design - Signal mechanism configuration - Pull system simulation - Heijunka box design - Electronic kanban (e-kanban) configuration ## Used By Processes - LEAN-004: Kanban System Design - TOC-002: Drum-Buffer-Rope Scheduling - CAP-002: Production Scheduling Optimization ## Tools and Libraries - Kanban software APIs - Inventory management systems - Simulation tools - Visual board platforms ## Usage ```yaml skill: kanban-system-designer inputs: product_family: "Widget Assembly" demand_data: average_daily: 500 peak_daily: 750 variability: "medium" lead_time_data: replenishment_time: "4 hours" safety_factor: 1.5 container_size: 50 outputs: - kanban_quantity_calculation - supermarket_layout - signal_card_design - wip_limits - implementation_plan ``` ## Workflow 1. **Analyze Demand** - Review histo

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. Workflow
  7. Kanban Calculation Formula
  8. Integration Points
More from babysitter
All skills →
About this skill
What does the kanban-system-designer skill do?

Pull-based production control system design skill with WIP limits, replenishment triggers, and visual management boards

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill kanban-system-designer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going