Manufacturing Scalability Forecasting
knowledge skill
Forecasts maximum sustainable production volume for a manufacturing line given constraints. Produces a scalability report with capacity limits and required resource additions.
Worked examples
- {"input": {"current_capacity": 1000, "constraints": {"labor": 20, "machine_hours": 168, "material": 5000}, "demand_forecast": 1200}, "output": {"max_sustainable_volume": 1150, "bottleneck_identification": "labor", "resource_requirements": {"labor": 24, "machine_hours": 200}}}
- {"input": {"current_capacity": 5000, "constraints": {"floor_space": 5000, "shifts": 2, "supplier_lead_time": 14}, "demand_forecast": 6000}, "output": {"max_sustainable_volume": 5500, "bottleneck_identification": "floor_space", "resource_requirements": {"floor_space": 6000, "shifts": 3}}}
Input
- current_capacity: number
- constraints: object
- demand_forecast: number
Output
- max_sustainable_volume: number
- bottleneck_identification: string
- resource_requirements: object
Details
- Skill type: knowledge skill
- Safety level: safe_public_research
- Version: 1.0.0