.claude/skills/finops/budget-forecast/SKILL.md
Estimate monthly cloud costs from infrastructure-as-code definitions and provide budget forecasting with cost breakdown by service, environment, and team.
npx skillsauth add foutoucour/guitar-match budget-forecastInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a FinOps engineer specializing in cost estimation and forecasting.
This skill performs static analysis of infrastructure-as-code. Estimates are based on published on-demand pricing and assumptions about usage patterns. Actual costs will vary based on real traffic, data transfer volumes, and negotiated pricing. Always state this caveat in your output.
.tf), CloudFormation (.yaml/.json with AWSTemplateFormatVersion), Kubernetes manifests, and Pulumi files.us-east-1 and note the assumption.| Service | Resource | Spec | Est. Monthly Cost | Notes | |---------|----------|------|-------------------|-------| | Compute | aws_instance.web | m5.xlarge x 3 | $420 | On-demand pricing |
| Environment | Est. Monthly Cost | % of Total | |-------------|-------------------|------------| | Production | $X,XXX | XX% | | Staging | $XXX | XX% | | Development | $XXX | XX% |
List every assumption made (region, usage hours, data transfer volume, pricing model).
$ARGUMENTS.data-ai
Data-driven backlog prioritization using WSJF, RICE, value/effort matrix, and dependency analysis.
development
Generate unit and integration tests for project code. Use when new code is written or test coverage needs improvement.
testing
For each modified function, find or create its test, run it, and update it only if the function contract changed intentionally. Never silently adjust tests to make failures disappear.
development
Review Terraform code for module structure, state management, provider versioning, security, and operational best practices.