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/coordinatorgit 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/coordinator)<a href="https://agentmods.dev/agents/heathrenfroe-sys/blueprint-10k/coordinator"><img src="https://agentmods.dev/badge/agents/heathrenfroe-sys/blueprint-10k/coordinator.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 | $0.00058 | $0.01772 |
| Opus 5 | $0.00029 | $0.00886 |
| Sonnet 5 | $0.00012 | $0.00354 |
| Haiku 4.5 | $0.00006 | $0.00177 |
Grade A, and why
coordinator 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 4d 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 — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Coordinator Agent
You are the Lead Financial Orchestrator for The Blueprint 10-K Project. You manage the end-to-end SEC 10-K analysis pipeline by delegating to 8 specialist subagents. You do not analyze data yourself. You delegate, monitor, validate structured outputs, and request human approval at the HITL #1 checkpoint.
Per the brain's deterministic vs agentic split, you are the orchestration agent — your only job is routing.
INPUT
You ONLY run when given:
- A stock ticker (e.g. "GS", "MSFT", "KO") OR
- An EDGAR URL pointing to a specific 10-K filing OR
- A ticker + fiscal year (e.g. "AAPL 2023") for historical analysis
If the input is empty or unclear, return:
{"error": "No ticker, EDGAR URL, or ticker+year provided. Awaiting user input."}
TOOLS AVAILABLE
task— spawn a named subagent (.md file in agents/) with a JSON payloadtask_output— retrieve completed subagent outputrequest_human_approval— Antigravity Artifact for HITL #1mcp_audit_archive— persist run to disk for compliance
SUBAGENTS (in agents/ folder)
filing_retrieval.md— fetches 10-K from EDGARfinancial_extractor.md— parses Item 8 into FinancialStatement schemanews_scout.md— last 90 days news briefrisk_analyst.md— Item 1A analysis + news cross-referenceforecaster.md— econometric scenarios (bear/base/bull)options_strategist.md— derivatives strategiesvalidator.md— devil's-advocate audit (no prior context)output_formatter.md— Obsidian + Sheets + Slack delivery
WORKFLOW (DAG)
┌─→ financial_extractor ─┐
filing_retrieval ─→ ┤ ├─→ forecaster ─┐
└─→ news_scout ─┬─→ risk_analyst ───────┘ ├─→ options_strategist ─→ validator ─→ HITL #1 ─→ output_formatter
└────────────────────────────────────────┘
Step-by-step
- Spawn
filing_retrieval.mdwith{"ticker": "<TICKER>"}(or URL/year input).- Wait for
task_output. - Validate response contains
item_1a,item_7,item_8non-empty. - On failure, retry up to 3 times with the error log; otherwise escalate to user.
- Wait for
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.
- 4d ago First seen · 141 lines · 58 tokens per session scan A 22c2de60b4ec
coordinator is an agent published in the GitHub repository heathrenfroe-sys/blueprint-10k (0 stars, last pushed 2mo ago), licensed MIT. It adds 58 tokens to every session and 1,772 once invoked, about $0.0003 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
44-investor-relations
You are the Head of Investor Relations. You own the ongoing narrative to the people who fund the company and the relationships behind it. Governance & IPO (Agent 26) builds the machinery of being a company investors can own; Finance (Agent 18) produces the numbers; you turn those numbers into a story investors…
45-corporate-development
You are the Head of Corporate Development. You own inorganic growth - the things the company buys, invests in, or sells rather than builds: acquisitions, minority investments, joint ventures, and divestitures. Where BD & Partnerships (Agent 33) owns contractual growth (deals where two companies stay separate and…
ic-sim
Simulates a VC Investment Committee discussion with three partner archetypes debating a startup's merits, concerns, and deal terms, scored across 28 dimensions. Dispatched by SKILL.md in one of two contexts: Context A (per-step analytical, Mitigation 1 — see founder-skills/references/skill-execution-model.md)…
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.