II.
LibraryProcess overview
Reference · livelib-process:operations--drum-buffer-rope
drum-buffer-rope overview
Drum-Buffer-Rope (DBR) scheduling implementation based on Theory of Constraints. Synchronizes production to the pace of the constraint (drum), protects throughput with time buffers, and controls material release (rope) to prevent WIP accumulation.
Attributes
displayName
drum-buffer-rope
description
Drum-Buffer-Rope (DBR) scheduling implementation based on Theory of Constraints.
Synchronizes production to the pace of the constraint (drum), protects throughput
with time buffers, and controls material release (rope) to prevent WIP accumulation.
libraryPath
library/specializations/domains/business/operations/drum-buffer-rope.js
specialization
operations
example
// Input
{
organizationContext: { industry: "discrete-manufacturing", productionType: "job-shop", productMix: ["A", "B", "C"] },
constraintInfo: { currentConstraint: "CNC-Machining-Center", constraintCapacity: 480, demandRate: 520 },
productionData: { routings: [...], cycleTimeData: {...}, currentWIP: 1500 },
bufferPolicy: { targetBufferSize: "2-days", bufferPenetrationThresholds: { green: 0.33, yellow: 0.66, red: 1.0 } },
implementationScope: { pilotArea: "Assembly-Line-1", timeline: "12-weeks", integrationRequirements: ["ERP", "MES"] }
}
usesAgents
- toc-constraint-analyst
- production-scheduler
- buffer-design-specialist
- material-release-specialist
- systems-integration-architect
- buffer-management-specialist
- implementation-planner
- training-developer
- pilot-execution-coach
- performance-analyst
Outgoing edges
lib_applies_to_domain1
- domain:operations·DomainOperations
lib_belongs_to_specialization1
- specialization:operations·SpecializationOperations
lib_implements_workflow2
- workflow:vendor-onboarding·WorkflowVendor Onboarding
- workflow:vendor-evaluation·WorkflowVendor Evaluation
lib_involves_role2
- role:operations-analyst·RoleOperations Analyst
- role:procurement-manager·RoleProcurement Manager
lib_requires_skill_area2
- skill-area:organizational-design·SkillAreaOrganizational Design
- skill-area:stakeholder-management·SkillAreaStakeholder Management
uses_agent1
- lib-agent:shared--performance-analyst·LibraryAgentperformance-analyst
Incoming edges
None.