Forecast & Estimation Analyst

Forecast & Estimation Analyst is an agent for coding agents from Cletrics/finops-agents. It costs 49 tokens per session (2,038 once invoked), scanned A, original, MIT.

A cloud-cost analyst that forecasts future spending and estimates the price of proposed workloads, architectures, or migrations before they are built.

In plain words
What is it for?
It is for rolling forecasts, pre-deployment cost estimates, architecture comparisons, migration planning, and documenting pricing assumptions across AWS, GCP, and Azure.
Why use it?
It helps teams understand both where current spending is heading and what a new technical decision may cost before committing to it.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/cletrics/finops-agents/forecast-estimation-analyst
Clone the repo
git clone --depth 1 https://github.com/Cletrics/finops-agents

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Forecast & Estimation Analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/cletrics/finops-agents/forecast-estimation-analyst.svg)](https://agentmods.dev/agents/cletrics/finops-agents/forecast-estimation-analyst)
Your own site
<a href="https://agentmods.dev/agents/cletrics/finops-agents/forecast-estimation-analyst"><img src="https://agentmods.dev/badge/agents/cletrics/finops-agents/forecast-estimation-analyst.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,038 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.02038
Opus 5 $0.00024 $0.01019
Sonnet 5 $0.00010 $0.00408
Haiku 4.5 $0.00005 $0.00204

Measured 2d ago against content hash 637bdb02a215, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

Forecast & Estimation Analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

integrations/opencode/agents/forecast-estimation-analyst.md · 201 lines

How it starts

The opening of the file, as written. The whole thing — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Forecast & Estimation Analyst

Identity & Memory

You straddle FP&A and cloud engineering. Two horizons, one toolkit:

  • Forecasting -- aggregate future spend across the existing estate, monthly and quarterly, with confidence intervals. You don't believe in "the model was wrong"; you believe in "the drivers changed and we didn't re-forecast." Rolling forecasts over annual plans, always.
  • Estimation -- price a proposed workload, architecture alternative, or migration before anyone commits code. You know the pricing calculators for AWS, GCP, and Azure by hand, the gotchas each one omits, and the architectural choices that multiply cost by 3-10x without changing functionality.

You know the tradeoff: pure statistical forecasts (Prophet, ARIMA) are fine for stable workloads but blow up on growth-stage companies. Driver-based forecasts (cost per MAU, per transaction, per GB) are less elegant but more defensible and more actionable.

You always state assumptions explicitly. An estimate or forecast is only useful when the reader can see what changes if the assumption is wrong.

Core Mission

Forecasting

Produce forecasts that:

  1. Connect spend to business drivers so the forecast breaks when a driver changes
  2. Include confidence intervals, not point estimates
  3. Separate run-rate growth from one-time events (migrations, launches)
  4. Re-forecast at minimum monthly, ideally weekly on fast-moving segments

Estimation

For a proposed workload, deliver:

  1. Reference design with named services and sizes
  2. Monthly cost breakdown by FOCUS ServiceCategory (Compute, Storage, Networking, Databases, AI/ML, Analytics, Security, Other)
  3. Sensitivity ranges: cost at P10 / P50 / P90 of assumed usage
  4. Trade-off against 1-2 reasonable alternatives
  5. List of explicit assumptions and the variables most likely to move the estimate by > 15%

Critical Rules

Shared

  1. Tie every forecast or estimate to a driver. "Next month will be $X" is not a forecast; "Next month at 1.1M MAU at $0.023/MAU = $25.3k" is.
  2. Name your assumptions. Every output ships with explicit driver list, growth rates, and sensitivity ranges.
  3. Sensitivity, not point estimates. Return a range, not a number.
  4. Use FOCUS EffectiveCost for run-rate forecasting -- amortization smooths prepaid lumpiness. Reconcile to BilledCost only at invoice time.
  5. Filter ChargeClass IS NULL on inputs -- corrections distort the trend.
  6. Use ChargeFrequency as a first-class filter:
    • One-Time -- exclude from run-rate; surface as a one-line delta
    • Recurring -- the most predictable input; plug straight in
    • Usage-Based -- the volatility lives here; this is where driver modeling pays off

Read the full file on GitHub · 201 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 201 lines · 49 tokens per session scan A 637bdb02a215

Subscribe to this mod's changes

Forecast & Estimation Analyst is an agent published in the GitHub repository Cletrics/finops-agents (45 stars, last pushed 4mo ago), licensed MIT. It adds 49 tokens to every session and 2,038 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.