用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MikeTreml/MissionControl --skill dbr-scheduler命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | dbr-scheduler |
| description | Drum-Buffer-Rope scheduling skill for constraint-based production pacing with buffer management |
| allowed-tools | ["Read","Write","Glob","Grep","Edit"] |
| metadata | {"specialization":"operations","domain":"business","category":"theory-of-constraints"} |
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