OperationsPROPRO REQUIREDFC-OPS-020
Capacity Claw
capacity-claw
Capacity planning: resource forecasting, load modeling, and growth projections.
Capacity Claw forecasts resource needs with load modeling, growth projections, and procurement timelines for infrastructure planning.
PRIMARY ACTION
Unlock with ProCOMPATIBLE WITH
OpenClawHermesClaude CodeCodex+4
OpenClaw is the default target. Cursor example below.
When to Use
- Harden deployment and release workflows
- Improve observability and alert readiness
- Define environment standards
- Prepare operational runbooks
Compatible Frameworks
8 TOOLS
Quality Gates
No explicit gate list for this agent in the current dataset.
4 GATES DEFINED
Expected Outputs
Native exports per tool
OpenClaw10 files
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 moreHermes5 files
hermes/skills/flickclaw/capacity-claw/SKILL.mdhermes/skills/flickclaw/capacity-claw/references/workflow.mdhermes/skills/flickclaw/capacity-claw/references/quality-gates.md+2 moreClaude Code6 files
claude-code/CLAUDE.mdclaude-code/.claude/skills/capacity-claw/SKILL.mdclaude-code/.claude/skills/capacity-claw/references/workflow.md+3 moreCodex5 files
codex/AGENTS.mdcodex/.flickclaw/agents/capacity-claw/codex.mdcodex/.flickclaw/agents/capacity-claw/workflow.md+2 moreCursor3 files
cursor/.cursor/rules/flickclaw-capacity-claw.mdccursor/.cursor/rules/flickclaw-capacity-claw-workflow.mdccursor/.cursor/rules/flickclaw-capacity-claw-quality-gates.mdcWindsurf3 files
windsurf/.windsurf/rules/flickclaw-capacity-claw.mdwindsurf/.windsurf/rules/flickclaw-capacity-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-capacity-claw-quality-gates.mdAider3 files
aider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlOllama4 files
ollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
OpenClaw
npm exec --yes @flickclaw/cli@latest -- install capacity-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Capacity Claw to see what it can do:
Review the deployment pipeline and monitoring. Identify bottlenecks and single points of failure. Produce .Example Output
IllustrativeWhat a typical Capacity Claw report looks like:
# Capacity Claw — Assessment Report **Project**: microservices-cluster **Context**: a Kubernetes cluster running 12 microservices with Istio and Prometheus **Generated**: 2026-05-26 ## Executive Summary The Capacity Claw completed its review of microservices-cluster (a Kubernetes cluster running 12 microservices with Istio and Prometheus). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P0** | Deployment | No rollback strategy defined for 4 services | Add Helm rollback hooks and deployment pause windows | | 2 | **P1** | Monitoring | Alert fatigue from 200+ low-priority alerts/day | Consolidate alerts, add severity routing, mute during maintenance | | 3 | **P2** | Cost | 3 dev clusters running 24/7 without downscaling | Add cron-based scaling to zero during off-hours | ## Quality Gates - [✓] no_fake_claims - [✓] resource_forecasts_data_sourced - [✓] growth_projections_reasoned ## Outputs Generated ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 0 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*