kanban-system-designer

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

509 stars

Best use case

kanban-system-designer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using kanban-system-designer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/kanban-system-designer/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/operations/skills/kanban-system-designer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/kanban-system-designer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How kanban-system-designer Compares

Feature / Agentkanban-system-designerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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 historical demand patterns and variability
2. **Calculate Kanban** - Determine number of kanbans needed
3. **Design Signals** - Create visual or electronic signal mechanisms
4. **Set WIP Limits** - Establish limits for each process step
5. **Configure Supermarkets** - Design inventory storage points
6. **Implement and Tune** - Deploy system and adjust parameters

## Kanban Calculation Formula

```
Number of Kanbans = (Daily Demand x Lead Time x Safety Factor) / Container Size

Where:
- Daily Demand = Average units consumed per day
- Lead Time = Time to replenish (in days)
- Safety Factor = Buffer for variability (typically 1.0-2.0)
- Container Size = Units per kanban container
```

## Integration Points

- ERP/MRP systems
- Manufacturing Execution Systems
- Inventory management platforms
- Visual management displays

Related Skills

design-system-validator

509
from a5c-ai/babysitter

Validate design system compliance in code and detect token usage violations

scope-permission-designer

509
from a5c-ai/babysitter

Design and implement scoped permission models

rate-limiter-designer

509
from a5c-ai/babysitter

Design and implement rate limiting strategies

protobuf-grpc-designer

509
from a5c-ai/babysitter

Protocol Buffers and gRPC service definition with backward compatibility checks

middleware-chain-designer

509
from a5c-ai/babysitter

Design middleware and interceptor chains for SDK extensibility

graphql-schema-designer

509
from a5c-ai/babysitter

GraphQL schema design and optimization with federation support

Safety System Skill

509
from a5c-ai/babysitter

Robot safety system design and validation for industrial and collaborative robots

module-systems

509
from a5c-ai/babysitter

Expert skill for designing module systems including resolution algorithms, import/export mechanisms, visibility control, namespace management, and cyclic dependency handling.

macro-systems

509
from a5c-ai/babysitter

Expert skill for designing and implementing macro systems including hygienic macros, procedural macros, and macro expansion. Supports pattern-based macros, quasi-quotation, and hygiene management.

effect-systems

509
from a5c-ai/babysitter

Expert skill for designing and implementing algebraic effect systems including effect annotation, inference, handlers, polymorphism, and row-based effect typing.

unity-input-system

509
from a5c-ai/babysitter

Unity New Input System configuration skill for action maps, device bindings, control schemes, and cross-platform input handling.

tutorial-systems

509
from a5c-ai/babysitter

Tutorial skill for hints and onboarding.