II.
LibraryProcess overview
Reference · livelib-process:supply-chain--capacity-planning
capacity-planning overview
Capacity Planning and Constraint Management - Analyze production capacity against demand requirements, identify bottlenecks, and develop capacity adjustment strategies using Theory of Constraints principles.
Attributes
displayName
capacity-planning
description
Capacity Planning and Constraint Management - Analyze production capacity against demand requirements,
identify bottlenecks, and develop capacity adjustment strategies using Theory of Constraints principles.
libraryPath
library/specializations/domains/business/supply-chain/capacity-planning.js
specialization
supply-chain
references
- - The Goal by Eliyahu Goldratt: https://www.amazon.com/Goal-Process-Ongoing-Improvement/dp/0884271951 - Theory of Constraints: https://www.tocico.org/
example
const result = await orchestrate('specializations/domains/business/supply-chain/capacity-planning', {
demandForecast: { productA: [...], productB: [...] },
currentCapacity: { line1: 1000, line2: 1500 },
constraints: [{ type: 'labor', limit: 40 }],
planningHorizon: '12-months'
});
usesAgents
- demand-analyst
- capacity-analyst
- toc-analyst
- constraint-optimizer
- flow-optimizer
- capacity-investment-analyst
- capacity-planner
Outgoing edges
lib_applies_to_domain1
- domain:supply-chain·DomainSupply Chain
lib_belongs_to_specialization2
- specialization:supply-chain-optimization·SpecializationSupply Chain Optimization
- specialization:supply-chain·SpecializationSupply Chain
lib_implements_workflow2
- workflow:vendor-onboarding·WorkflowVendor Onboarding
- workflow:vendor-evaluation·WorkflowVendor Evaluation
lib_involves_role2
- role:supply-chain-analyst·RoleSupply Chain Analyst
- role:procurement-manager·RoleProcurement Manager
lib_requires_skill_area2
- skill-area:procurement-management·SkillAreaProcurement Management
- skill-area:vendor-management-ops·SkillAreaVendor Management (Operations)
uses_agent1
- lib-agent:supply-chain--capacity-planner·LibraryAgentcapacity-planner
Incoming edges
None.