원클릭으로
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.