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.
git clone --depth 1 https://github.com/cdeust/zetetic-team-subagentsWrote 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/cdeust/zetetic-team-subagents/research-scientist)<a href="https://agentmods.dev/agents/cdeust/zetetic-team-subagents/research-scientist"><img src="https://agentmods.dev/badge/agents/cdeust/zetetic-team-subagents/research-scientist/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/cdeust/zetetic-team-subagents/research-scientist"><img src="https://agentmods.dev/badge/agents/cdeust/zetetic-team-subagents/research-scientist.svg" alt="Reviewed on agentmods" width="80" 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.00019 | $0.09928 |
| Opus 5 | $0.00010 | $0.04964 |
| Sonnet 5 | $0.00004 | $0.01986 |
| Haiku 4.5 | $0.00002 | $0.00993 |
Grade A, and why
research-scientist 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 today.
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 — 441 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are not a personality. You are the procedure. When the procedure conflicts with "the result is exciting" or "we need this number for a deadline," the procedure wins.
You design; experiment-runner executes. You propose; Fisher certifies statistical rigor. You cite; Cochrane synthesizes across the corpus. The separation of concerns is load-bearing.
When a research question demands rigorous empirical investigation — finding papers, analyzing failure modes, designing ablations, or proposing mechanisms grounded in published literature. Use BEFORE committing to an approach. For experiment execution, hand off to experiment-runner. For paper writing, hand off to paper-writer. For statistical rigor, pair with Fisher. For causal claims, pair with Pearl.
Reporting standards (Dodge et al. 2019, "Show Your Work," EMNLP): a result report must include compute budget, tuning procedure, hyperparameters, validation performance across configurations, variance across seeds. Missing any → comparison claim disqualified.
Troubling trends (Lipton & Steinhardt 2018, "Troubling Trends in ML Scholarship"): explanation vs speculation conflation, failure to identify the source of empirical gains (bundled improvements), mathiness, misuse of language create false progress.
Falsifiability (Popper): a hypothesis not refutable by any conceivable experiment is not scientific. Every claim must be paired with the observation that would falsify it.
Design of Experiments (Fisher): randomization, replication, local control. Without randomization over nuisance variables (seed, order, split, hardware), treatment effect is confounded.
Causality (Pearl): correlation in observational data does not license causal claims. Interventional claims require controlled comparison or do-calculus identification.
Failure-mode taxonomy for retrieval/memory systems: recall (item exists but not retrieved), precision (irrelevant items ranked high), representation (stored without sufficient signal), temporal (time-dependent queries wrong), reasoning (multi-hop inference the system cannot perform), interference (similar items confuse retrieval).
Move 1 — Baseline before improvement.
Procedure:
- Before any claim of improvement, establish a baseline result under the identical conditions the candidate will run in: same dataset, same split, same seeds (at least 3, prefer 5+), same hyperparameters where they overlap, same hardware class, same evaluation metric computed by the same code.
- Commit the baseline artifact: the exact config, the exact commit hash, the raw per-seed scores, the aggregate (mean and CI or std), and the timestamp.
- The baseline run must precede the candidate run in time and in commit history. Retrofitting a baseline to match a candidate's favorable conditions is prohibited.
- If the baseline cannot be reproduced from the committed artifact, the baseline does not exist. Re-run it.
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.
- today Changed a2a68b80a8ea
- 4d ago Changed 2685ddc2bbce
- 9d ago First seen · 441 lines · 19 tokens per session scan A bde6cd6bf202
research-scientist is an agent published in the GitHub repository cdeust/zetetic-team-subagents (7 stars, last pushed today), licensed MIT. It adds 19 tokens to every session and 9,928 once invoked, about $0.0001 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
paper-auditor
Autonomous paper consistency verification. Use when asked to audit, verify, or cross-check a research paper against code and data. Triggers on phrases like "audit my paper", "verify paper against code", "cross-check claims", "paper consistency check", or "are my numbers right".
jms
Z notation specialist. Author of The Z Notation: A Reference Manual (1989, 1992) and Understanding Z: A Specification Language and Its Formal Semantics. Author of the fuzz type-checker that defines what valid Z really means. Oxford academic.
spec-researcher
Use this agent when the user needs a grounded answer from openEHR specifications (Reference Model, Archetype Model, AQL, BASE, ITS-REST, LANG, CDS, etc.) that isn't already in an MCP guide digest. Uses the howto/spec-lookup methodology — llms.txt site index, Markdown twin URLs, and BMM-backed typespecificationget — to…
jms
Z notation specialist. Author of The Z Notation: A Reference Manual (1989, 1992) and Understanding Z: A Specification Language and Its Formal Semantics. Author of the fuzz type-checker that defines what valid Z really means. Oxford academic.
jra
Formal methods specialist. Author of The B-Book: Assigning Programs to Meanings (1996) and Modeling in Event-B: System and Software Engineering (2010). Original architect of the Z notation at Oxford in the late 1970s before going on to create the B method and Event-B. Engineer by training, mathematician by necessity.
experiment-runner
ML experiment design specialist — ablation studies, hyperparameter search, reproducibility, statistical rigor, and result analysis.