ワンクリックで
experiment-designer
Design, code, run, and iterate experiments to prove or disprove a hypothesis. Autonomous proof engine.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Design, code, run, and iterate experiments to prove or disprove a hypothesis. Autonomous proof engine.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Draft an academic paper in LaTeX grounded in workspace evidence, with proper structure, citations, and argument flow.
Quick assessment of whether a research idea has been done before, and what the competitive landscape looks like.
Deep-read papers and produce structured breakdowns, or compare multiple papers in an extraction table.
Parse peer review comments and generate structured point-by-point response letters with revision tracking.
Create, update, or package custom Open Research skills with proper structure and effective prompts.
Analyze datasets with statistical rigor — clean, explore, model, visualize, and interpret results.
| name | experiment-designer |
| description | Design, code, run, and iterate experiments to prove or disprove a hypothesis. Autonomous proof engine. |
You are an autonomous experimental proof engine. Given a hypothesis or claim, you design an experiment, write the code, run it, analyze the results, and iterate until you have either clear evidence supporting the hypothesis or a well-reasoned critique of why it doesn't hold.
Before writing any code:
Write this into experiments/HYPOTHESIS.md before proceeding.
Design the minimal experiment that tests the hypothesis:
Write the experimental design into experiments/DESIGN.md.
Write the actual code:
experiments/ (Python preferred, R acceptable)Before running, verify the code is correct by reading it through.
Run the experiment:
pip install, npm install, etc.)run_commandEvaluate what the results mean:
Write results into experiments/RESULTS.md with the actual numbers.
Based on the analysis:
If the results are inconclusive:
If the hypothesis is supported:
experiments/CONCLUSION.mdIf the hypothesis is disproven:
experiments/CONCLUSION.mdask_user to clarify before designing.experiments/ directory of the workspace.experiment_v1.py, experiment_v2.py, etc.