II.
LibraryProcess overview
Reference · livelib-process:operations--capacity-planning
capacity-planning overview
Capacity Requirements Planning Process - Analyze capacity needs against demand forecasts, identify gaps, and develop capacity strategies (lead, lag, match) for effective resource planning.
Attributes
displayName
capacity-planning
description
Capacity Requirements Planning Process - Analyze capacity needs against demand forecasts, identify gaps,
and develop capacity strategies (lead, lag, match) for effective resource planning.
libraryPath
library/specializations/domains/business/operations/capacity-planning.js
specialization
operations
references
- - APICS CPIM Body of Knowledge - Vollmann, T.E. (2005). Manufacturing Planning and Control Systems - Chase, R.B. (2017). Operations and Supply Chain Management
example
const result = await orchestrate('specializations/domains/business/operations/capacity-planning', {
planningHorizon: '12-months',
demandForecast: { q1: 10000, q2: 12000, q3: 15000, q4: 11000 },
currentCapacity: { production: 11000, warehouse: 50000 },
strategy: 'match'
});
usesAgents
- demand-planner
- capacity-analyst
- gap-analyst
- strategy-developer
- options-analyst
- rccp-planner
- crp-planner
- financial-analyst
- risk-assessor
- plan-developer
- report-writer
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_agent2
- lib-agent:logistics--demand-planner·LibraryAgentdemand-planner
- lib-agent:business-analysis--financial-analyst·LibraryAgentfinancial-analyst
Incoming edges
None.