dbr-scheduler
SolidDrum-Buffer-Rope scheduling skill for constraint-based production pacing with buffer management
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# DBR Scheduler
## Overview
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.
## Capabilities
- Drum schedule generation
- Time buffer calculation
- Shipping buffer management
- Constraint buffer monitoring
- Rope release scheduling
- Buffer penetration tracking
- Schedule synchronization
## Used By Processes
- TOC-002: Drum-Buffer-Rope Scheduling
- CAP-002: Production Scheduling Optimization
- TOC-001: Constraint Identification and Exploitation
## Tools and Libraries
- Production scheduling systems
- ERP integration APIs
- Buffer management tools
- Real-time monitoring platforms
## Usage
```yaml
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
```
## DBR Components
### Drum
- The schedule for the constraint resource
- Sets the pace for entire system
- Bas...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
resource-scheduler
Resource scheduling and assignment optimization skill for personnel and equipment allocation
1,160 Updated today
a5c-ai AI & Automation Solid
critical-chain-scheduler
Critical Chain Project Management (CCPM) skill with buffer management and resource leveling
1,160 Updated today
a5c-ai AI & Automation Solid
ddmrp-buffer-manager
Demand-Driven MRP buffer positioning and management skill with dynamic adjustment
1,160 Updated today
a5c-ai AI & Automation Solid
dock-scheduling-coordinator
Automated dock appointment scheduling skill with inbound flow optimization and receiving efficiency management
1,160 Updated today
a5c-ai AI & Automation Solid
constraint-identifier
System bottleneck identification and exploitation skill with throughput analysis and five focusing steps implementation
1,160 Updated today
a5c-ai