跳到主要内容
知仓学习社ZHICANG

dbr-scheduler

Drum-Buffer-Rope scheduling skill for constraint-based production pacing with buffer management

不碰外部(只输出文字)无严重或高危命中a5c-ai/babysitter

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

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

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
  • Based on customer due dates and constraint capacity

Buffer

  • Time protection before constraint (constraint buffer)
  • Time protection before shipping (shipping buffer)
  • Measured in time, not inventory

Rope

  • Release signal for raw materials
  • Timed to constraint buffer length
  • Prevents excess WIP release

Buffer Management

| Buffer Penetration | Zone | Action |

|-------------------|------|--------|

| 0-33% | Green | Normal operation |

| 34-66% | Yellow | Monitor closely |

| 67-100% | Red | Expedite immediately |

Buffer Sizing Guidelines

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

Schedule Synchronization

  1. Schedule constraint (drum)
  2. Calculate release dates (rope)
  3. Set buffer monitoring points
  4. Communicate shipping commitments
  5. Monitor buffer penetration

Integration Points

  • ERP/MRP systems
  • Manufacturing Execution Systems
  • Order management systems
  • Real-time shop floor data

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,796
本站分层T1
该仓技能数2115
原文件路径library/specializations/domains/business/operations/skills/dbr-scheduler/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 2115 个技能