Drum-Buffer-Rope scheduling skill for constraint-based production pacing with buffer management
Generates constraint-based production schedules with drum-buffer-rope methodology and buffer management.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The DBR (Drum-Buffer-Rope) Scheduler skill provides comprehensive capabilities for implementing constraint-based production scheduling. It supports drum schedule generation, buffer management, and rope release scheduling to maximize throughput while minimizing WIP.
skill: dbr-scheduler
inputs:
constraint_resource: "CNC Machine 3"
constraint_capacity: 8 # hours per day
orders:
- order_id: "ORD001"
quantity: 100
due_date: "2026-02-15"
constraint_time: 2.5 # hours
- order_id: "ORD002"
quantity: 50
due_date: "2026-02-10"
constraint_time: 1.5
buffer_times:
constraint_buffer: 2 # days
shipping_buffer: 1 # day
assembly_buffer: 0.5 # days
outputs:
- drum_schedule
- rope_release_schedule
- buffer_status
- order_priorities
- shipping_dates
| Buffer Penetration | Zone | Action |
|---|---|---|
| 0-33% | Green | Normal operation |
| 34-66% | Yellow | Monitor closely |
| 67-100% | Red | Expedite immediately |
Constraint Buffer = Production Lead Time x Safety Factor
Where:
- Production Lead Time = Time from release to constraint
- Safety Factor = 1.0-2.0 based on variability
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.