jgreathouse9

Agents Results — Development agent for Claude Code

Development community

agents_results.md.

How to install Agents Results

Installs to ~/.claude/agents/jgreathouse9-mlsynth-agents_results.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jgreathouse9/mlsynth/HEAD/agents/agents_results.md -o ~/.claude/agents/jgreathouse9-mlsynth-agents_results.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agents Results does

agents_results.md

Agent-facing contract for **what an mlsynth estimator returns** and the **Definition of Done (DoD)** for migrating an estimator onto it. Read this together with `agents_estimators.md` (how an estimator is built), `agents_docs.md` (docs conventions), and `agents_tests.md` (testing layers).

**Status.** The contract is validated end-to-end on the three reference estimators **VanillaSC, FDID, TSSC** (see `mlsynth/tests/test_result_contract.py`). Roll it out one estimator

Alternatives in Development

  • Leader — Central decision-maker that plans experiments and reflects on results 728 ★
  • Theorist — Theoretical econometrician / mathematical statistician 250 ★
  • Backlog MCP Validator — Validate the backlog FastMCP server against the CLI 64 ★

Full documentation available on GitHub

View Source Repository