Research To Experiment
Use this skill for the user's full research loop: new paper or field -> weaknesses and gaps -> idea -> executable experiment -> test -> claim status. This is an orchestration skill, not a replacement for the narrower skills.
Default Chain
Use the narrowest useful prefix of this chain:
literature-field-surveyor
-> paper-intake
-> paper-critique
-> research-idea-screen
-> repo-audit / framework-mapping
-> experiment-design
-> experiment-feasibility
-> run-experiment / run-test
-> analyze-results
-> skeptic-review
-> debug-review / audit-review
Procedure
- Define the research question as a falsifiable goal.
- Build or update paper evidence before making field-level claims.
- Identify the target paper's strengths, weaknesses, missing baselines, and field context.
- Convert the gap into one or more hypotheses.
- Map the hypothesis to the current repository and preserved baselines.
- Design the minimum credible experiment and ablations.
- Decide
GO,CONDITIONAL, orNO_GObefore heavy execution. - Run only the agreed or least-invasive checks first.
- Analyze results against the hypothesis and baselines.
- Apply skeptical and audit gates before treating the result as a research conclusion.
Subagent Use
Use Codex native subagents only when the user explicitly requested multi-agent work or when the task naturally splits into independent lanes, such as:
- literature comparison search
- repository mapping
- metric/baseline audit
- experiment command feasibility
The main Codex instance must integrate the outputs and own the final recommendation.
Guardrails
- Do not skip from paper reading straight to implementation when novelty or baseline risk is unresolved.
- Do not treat a successful run as evidence of a scientific claim without
analyze-resultsandskeptic-review. - Do not create durable company state unless handoff, branch intent, or long-running work requires it.