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.
npx agentmods add agents/heathrenfroe-sys/blueprint-10k/forecastergit clone --depth 1 https://github.com/heathrenfroe-sys/blueprint-10kWrote 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.
[](https://agentmods.dev/agents/heathrenfroe-sys/blueprint-10k/forecaster)<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>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.
| Model | Per session | Once 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 |
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.
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:
- Item 7 (MD&A) text from the 10-K
- Validated FinancialStatement JSON from the Financial Extractor
- 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}
- Methods:
mcp_compute_fcf(ebit, tax_rate, da, capex, nwc_change)— deterministic FCF calc, useful for sanity-checking Y0mcp_forecastx_run(...)— parallel ForecastX cross-validation (Excel COM bridge)
TASK SEQUENCE
- 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_scoreis ≤ -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.
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.
- 5d ago First seen · 143 lines · 74 tokens per session scan A ed7ee37ddfb6
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.
Other agents, from other repositories
chrono
Temporal Pattern Expert analyzing time-of-day, day-of-week, and seasonality.
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.
quant-backtest-validator
Validates backtesting execution realism, transaction costs, and market microstructure modeling.
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…
token-economics-designer
Token economics and tier design specialist. Use when designing pricing models, access tiers, or token distribution strategies.
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…