Capacity requirements planning skill with demand-capacity gap analysis and capacity strategy recommendations
Analyzes demand-capacity gaps and recommends strategies to meet production requirements.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Capacity Planner skill provides comprehensive capabilities for capacity requirements planning. It supports demand-capacity gap analysis, strategy modeling, resource loading analysis, and what-if scenario analysis to ensure adequate capacity for meeting customer demand.
skill: capacity-planner
inputs:
planning_horizon: 12 # months
demand_forecast:
- month: 1
units: 10000
- month: 2
units: 11000
# ... additional months
resource_capacities:
- resource: "Assembly Line 1"
available_hours: 160
efficiency: 0.85
units_per_hour: 50
- resource: "Assembly Line 2"
available_hours: 160
efficiency: 0.80
units_per_hour: 45
capacity_options:
- option: "Add overtime"
cost: 1.5 # multiplier
capacity_increase: 25 # percent
- option: "New equipment"
cost: 500000
capacity_increase: 100 # percent
outputs:
- capacity_requirements
- gap_analysis
- resource_loading
- strategy_recommendations
- investment_analysis
Capacity Required = Demand / (Units per Hour x Efficiency)
Example:
- Demand: 10,000 units
- Rate: 50 units/hour
- Efficiency: 85%
- Required: 10,000 / (50 x 0.85) = 235 hours
Effective Capacity = Available Hours x Efficiency x Utilization Target
Capacity Gap = Capacity Required - Effective Capacity
| Strategy | Description | When to Use |
|---|---|---|
| Lead | Build capacity ahead of demand | Growth markets, competitive advantage |
| Lag | Add capacity after demand materializes | Uncertain demand, capital constraints |
| Match | Incrementally add capacity | Moderate growth, balanced approach |
| Load Level | % Utilization | Action |
|---|---|---|
| Under-loaded | < 70% | Consider reduction or consolidation |
| Optimal | 70-85% | Maintain current state |
| Fully loaded | 85-95% | Monitor closely, plan additions |
| Over-loaded | > 95% | Immediate action required |
Common scenarios to analyze:
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.