一键导入
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.