capacity-planner
Capacity requirements planning skill with demand-capacity gap analysis and capacity strategy recommendations
npx skills add a5c-ai/babysitter --skill capacity-planner --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Capacity Planner ## Overview 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. ## Capabilities - Capacity requirements calculation - Demand forecast integration - Gap analysis visualization - Lead, lag, match strategy modeling - Resource loading analysis - Rough-cut capacity planning - What-if scenario analysis - Capacity investment justification ## Used By Processes - CAP-001: Capacity Requirements Planning - CAP-003: Sales and Operations Planning - CAP-002: Production Scheduling Optimization ## Tools and Libraries - ERP/MRP systems - Capacity planning software - Forecasting tools - Scenario modeling platforms ## Usage ```yaml 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_h
- Overview
- Capabilities
- Used By Processes
- Tools and Libraries
- Usage
- Capacity Planning Process
- Step 1: Calculate Requirements
- Step 2: Assess Available Capacity
- Step 3: Identify Gaps
- Capacity Strategies
- Resource Loading Analysis
- What-If Scenarios
- Integration Points
What does the capacity-planner skill do?
Capacity requirements planning skill with demand-capacity gap analysis and capacity strategy recommendations
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill capacity-planner --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
