capacity-planning

Design capacity planning strategies by measuring baseline performance and forecasting headroom.

Updated May 11, 2026
One-click install
npx skills add https://github.com/resultakak/argos --skill capacity-planning-resultakak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capacity-planning
Source: https://github.com/resultakak/argos/tree/main/skills/capacity-planning
Command: npx skills add https://github.com/resultakak/argos --skill capacity-planning-resultakak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capacity planning and load-testing guidance to forecast headroom, optimize resources, and control costs for scalable services.

Core Features & Use Cases

  • Baseline measurement and bottleneck triage using 7-day metrics (RPS, latency percentiles, CPU/memory, DB/QPS, cache).
  • Multi-profile load testing (smoke, load, stress, spike, soak) with actionable thresholds and autoscaling guidance.
  • Capacity reporting and seasonal/campaign forecasting to inform right-sizing and cost projections.

Quick Start

Run a baseline measurement for 7 days, execute the five test profiles (smoke, load, stress, spike, soak), and publish a capacity report.

Frequently Asked Questions about capacity-planning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I forecast capacity headroom for services experiencing traffic growth?

Capacity planning forecasts headroom by measuring a 7-day performance baseline and applying multi-profile load testing to determine safe resource provisioning and cost projections for growing traffic.

What load testing profiles do I need for comprehensive capacity planning?

Comprehensive capacity planning requires executing five load testing profiles: smoke, load, stress, spike, and soak tests, which validate actionable thresholds and inform autoscaling guidance.

How do I triage bottlenecks using baseline performance metrics?

Bottleneck triage uses 7-day baseline metrics covering RPS, latency percentiles, CPU/memory utilization, DB query per second, and cache rates to identify performance constraints before capacity planning.

Can I tune autoscaling configuration based on capacity planning results?

Capacity planning tunes autoscaling by determining safe headroom and resource provisioning thresholds, directly informing HPA configuration to maintain stability during traffic growth and seasonal campaigns.

What's the best way to project infrastructure costs for seasonal traffic campaigns?

Cost projections for seasonal campaigns use capacity reporting and seasonal forecasting to analyze baseline metrics and load test results, enabling precise resource right-sizing and budget planning.

How do I create a living capacity report after completing load testing?

A living capacity report captures baseline metrics, bottleneck triage findings, test profile results, and HPA configuration, providing continuous documentation to guide ongoing resource provisioning and cost projections.