capacity-planner

Solid

Capacity requirements planning skill with demand-capacity analysis and strategic capacity decisions.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# capacity-planner You are **capacity-planner** - a specialized skill for capacity requirements planning and strategic capacity decisions. ## Overview This skill enables AI-powered capacity planning including: - Capacity requirements calculation from demand - Resource capacity documentation - Capacity gap analysis - Rough-cut capacity planning (RCCP) - Detailed capacity requirements planning (CRP) - Lead, lag, match strategy evaluation - Make vs buy analysis - Capacity investment justification ## Capabilities ### 1. Capacity Requirements Calculation ```python import pandas as pd import numpy as np def calculate_capacity_requirements(demand_forecast: pd.DataFrame, product_routing: dict, work_center_data: dict): """ Calculate capacity requirements from demand demand_forecast: DataFrame with columns ['period', 'product', 'quantity'] product_routing: {product: [(work_center, time_per_unit), ...]} work_center_data: {work_center: {'available_hours': x, 'efficiency': y}} """ requirements = [] for _, row in demand_forecast.iterrows(): product = row['product'] quantity = row['quantity'] period = row['period'] if product in product_routing: for work_center, time_per_unit in product_routing[product]: required_hours = quantity * time_per_unit / 60 # Convert to hours requirements.append({ ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Solid

capacity-planning

Produce a capacity planning document for a service covering traffic forecasts, resource requirements, and scaling strategy. Use when asked to plan infrastructure capacity, forecast resource needs, model traffic growth, define scaling strategy, or produce a capacity review for a service. Produces a structured capacity plan covering current baseline metrics, growth projections, resource requirements per tier, scaling strategy, cost projections, capacity triggers, and an infrastructure action roadmap.

918 Updated 4 days ago
mohitagw15856
AI & Automation Featured

capacity-planner

Use when an ops leader (Director of CX, Head of Support, VP Ops, Head of BizOps, Head of IT ops, Head of Finance ops) is sizing ops capacity, building a headcount plan, modeling utilization risk, planning Q3 capacity or annual support capacity, or designing CS coverage — and needs Erlang-C queueing math, P90 demand sizing, shrinkage-adjusted FTE, manager-trigger thresholds, and a quarterly hiring sequence with ramp + attrition. Apply when sustained team utilization is above 80% or when the team is growing >50% in 12 months. Run before committing the headcount budget. This is NOT engineering capacity (see vpe-advisor for DORA + cycle time) and NOT strategic 3-year workforce planning (see chro-advisor).

16,782 Updated 3 days ago
alirezarezvani
AI & Automation Listed

openstack-capacity

OpenStack capacity planning operations skill for resource planning, quota management, and scaling decisions. Covers compute capacity (allocation ratios, vCPU/RAM utilization, host aggregates, availability zones), storage capacity (Cinder pool sizing, thin provisioning, Glance storage, Swift rings), network capacity (floating IP pools, port quotas, subnet sizing), project quota management (templates for small/medium/large profiles), flavor sizing strategy, utilization analysis with placement service, growth forecasting from historical metrics, and right-sizing recommendations for underutilized resources.

62 Updated today
Tibsfox
AI & Automation Solid

workforce-planning

Forecast workforce needs and plan talent supply strategies

1,160 Updated today
a5c-ai
AI & Automation Solid

analyzing-capacity-planning

This skill enables Claude to analyze capacity requirements and plan for future growth. It uses the capacity-planning-analyzer plugin to assess current utilization, forecast growth trends, and recommend scaling strategies. Use this skill when the user asks to "analyze capacity", "plan for growth", "forecast infrastructure needs", or requests a "capacity roadmap". It is also useful when the user mentions specific capacity metrics like CPU usage, memory, database storage, network bandwidth, or connection pool saturation. This skill is ideal for proactive infrastructure planning and preventing performance bottlenecks.

2,274 Updated today
jeremylongshore