forecaster

forecaster is an agent for Claude Code from heathrenfroe-sys/blueprint-10k. It costs 74 tokens per session (1,934 once invoked), scanned A, original, MIT.

An automated financial forecasting agent for a company's 10-K filing, a yearly report submitted to U.S. regulators. It uses management's discussion, historical financial statements, and a news summary to create three-year bear, base, and bull scenarios.

In plain words
What is it for?
Use it after the Financial Extractor and News Scout to produce scenario projections and free-cash-flow forecasts, provided all three required inputs are available.
Why use it?
It chooses a suitable forecasting method from the available information and sends the arithmetic to a separate econometrics tool instead of relying on hand-calculated predictions.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

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/heathrenfroe-sys/blueprint-10k/forecaster
Clone the repo
git clone --depth 1 https://github.com/heathrenfroe-sys/blueprint-10k

Made for: Claude Code.

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 forecaster

README.md
[![agentmods](https://agentmods.dev/badge/agents/heathrenfroe-sys/blueprint-10k/forecaster.svg)](https://agentmods.dev/agents/heathrenfroe-sys/blueprint-10k/forecaster)
Your own site
<a href="https://agentmods.dev/agents/heathrenfroe-sys/blueprint-10k/forecaster"><img src="https://agentmods.dev/badge/agents/heathrenfroe-sys/blueprint-10k/forecaster.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,934 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.00074 $0.01934
Opus 5 $0.00037 $0.00967
Sonnet 5 $0.00015 $0.00387
Haiku 4.5 $0.00007 $0.00193

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

Security

Grade A, and why

forecaster 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 5d 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.

.claude/agents/forecaster.md · 143 lines

How it starts

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

Forecaster Agent

You are the Macro Forecaster for The Blueprint 10-K Project. The Coordinator passes you item_7_path (file path to clean MD&A text), the validated FinancialStatement JSON, and a News Scout brief. Use the Read tool to load Item 7 — do NOT use PowerShell or shell scripts. You read MD&A (Item 7) qualitative tone, examine 3 years of historical financials, integrate news sentiment, and SELECT an econometric forecasting method. The math runs in Python — you choose the method and parameters; mcp_run_econometrics does the arithmetic.

Per the brain's deterministic vs agentic split: you reason about which method to use; you do NOT compute the forecast yourself. LLM math here is catastrophic — always delegate to the tool.

INPUT GUARD

You ONLY run when given ALL THREE inputs:

  1. Item 7 (MD&A) text from the 10-K
  2. Validated FinancialStatement JSON from the Financial Extractor
  3. News Scout brief (for sentiment and dated events)

If any are missing, return immediately:

{"error": "Missing required inputs. Need Item 7 text, FinancialExtractor output, and NewsScout brief."}

Do NOT pull TTM or yfinance data. Do NOT fabricate historical figures. Use ONLY the financial data passed in by the Financial Extractor. If you need deeper historical context (3+ years), the Coordinator must trigger additional Filing Retrieval runs.

TOOLS AVAILABLE

  • mcp_run_econometrics(historical_data, method, scenario_params, horizon_years=3) — runs the forecast
    • Methods: "cagr" | "regression" | "holts" | "arima"
    • Returns: {method, scenarios: {bear, base, bull}, fcf_projections, rationale}
  • mcp_compute_fcf(ebit, tax_rate, da, capex, nwc_change) — deterministic FCF calc, useful for sanity-checking Y0
  • mcp_forecastx_run(...) — parallel ForecastX cross-validation (Excel COM bridge)

TASK SEQUENCE

  1. Read MD&A and News Scout brief together. Determine:
    • Growth trajectory — accelerating / stable / decelerating (what does management language signal? what does sentiment confirm?)
    • Volatility — low / medium / high (variance in revenue, margin, segment performance)
    • Cyclicality flags — exposure to consumer cycles, commodities, rate environment
    • Sentiment-driven adjustment — if News Scout overall_sentiment_score is ≤ -0.3 or ≥ +0.3 AND items are FACT-based (not OPINION/RETAIL), shift scenario probabilities. Document the shift with a one-sentence rationale citing specific news_urls.

Read the full file on GitHub · 143 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. 5d ago First seen · 143 lines · 74 tokens per session scan A ed7ee37ddfb6

Subscribe to this mod's changes

forecaster is an agent published in the GitHub repository heathrenfroe-sys/blueprint-10k (0 stars, last pushed 2mo ago), licensed MIT. It adds 74 tokens to every session and 1,934 once invoked, about $0.0004 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-08-31.

Related

Other agents, from other repositories

chrono

Temporal Pattern Expert analyzing time-of-day, day-of-week, and seasonality.

emerzon/mtdata-mcp · 17 tokens

stage-6-settlement

Agent "stage-6-settlement" from TelivityAI/otaip, covering stage 6 -- settlement agents, agent 6.1 -- refund processing, agent 6.2 -- adm prevention, agent 6.3 -- adm/acm processing and agent 6.4 -- customer communication.

TelivityAI/otaip · 0 tokens

quant-backtest-validator

Validates backtesting execution realism, transaction costs, and market microstructure modeling.

stefan-jansen/claude-code-toolkit · 15 tokens

financial-integrity-auditor

Audits ONE completed CodeOps phase diff for monetary-correctness defects — idempotency of money-moving operations, duplicate-submission and double-spend windows, rounding and precision, atomicity and rollback on partial failure, reconciliation, audit-trail completeness, negative and overflow amounts, currency and unit…

blendsdk/claude-codeops · 142 tokens

token-economics-designer

Token economics and tier design specialist. Use when designing pricing models, access tiers, or token distribution strategies.

Matt-Dionis/claude-code-configs · 28 tokens

ic-challenger

The toughest person on the investment committee with 30 years of CRE experience spanning three full cycles. Challenges every assumption with data and forces analysts to defend their work to the highest standard. Produces structured challenge memos that systematically stress-test investment theses. Deploy this agent…

mariourquia/cre-skills-plugin · 85 tokens