Agent skill · AI & Agents

capacity-planner

Capacity requirements planning skill with demand-capacity gap analysis and capacity strategy recommendations

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill capacity-planner --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/capacity-planner/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. Capacity Planning Process
  7. Step 1: Calculate Requirements
  8. Step 2: Assess Available Capacity
  9. Step 3: Identify Gaps
  10. Capacity Strategies
  11. Resource Loading Analysis
  12. What-If Scenarios
  13. Integration Points
More from babysitter
All skills →
About this skill
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.

Keep going