A Talent Market talent that owns Stage 7 (Result Analysis) of an adversarial multi-stage research pipeline.
Given the Stage 5 pre-registration contract and Stage 6 raw results, it:
- Verifies the pre-registration contract is intact — primary metric, statistical test, sample size, exclusions, and analysis pipeline all match what was locked before data collection.
- Ingests Stage 6 raw results from the experiment-infra working directory (CSVs, JSONL, per-problem checkpoints).
- Runs the locked primary analysis only — no fishing, no HARKing, no last-minute spec changes. Failure = REJECT.
- Reports effect sizes + confidence intervals alongside p-values — never report a p-value bare.
- Produces
stage7_result_analyst.md— publication-grade results document with reproducibility receipts (seeds, package versions, exact command lines, McNemar contingency tables, etc.).
Register the repo URL on Talent Market:
Add Talent → paste https://github.com/YihangChen9/result-analyst
result-analyst/
├── profile.yaml
├── DESCRIPTION.md
├── avatar.jpg
├── skills/
│ ├── core.md
│ └── result-analysis-runbook/
│ └── SKILL.md full pre-registration-first analysis runbook
└── tools/
└── manifest.yaml uses host Read/Write/Bash for stats work
Statistical analysis must be deterministic. The pre-registered procedure
defines a single correct answer; the talent is set to temperature: 0.3
to minimise variance in how it formats results and interprets tests, not
to "be creative" about which test to run.
Extracted from the OneManCompany AutoResearch pipeline at
https://github.com/Memento-Teams/Memento-Research. The
result-analysis-runbook/SKILL.md is identical to that repo's
src/onemancompany/default_skills/result-analysis-runbook/ version.
See LICENSE.