Agent Skills
› aiming-lab/AutoResearchClaw
› hypothesis-formulation
hypothesis-formulation
GitHub提供结构化科学假设生成指南,涵盖从观察、文献综述到提出可证伪假设及竞争解释的流程。指导定义零假设与备择假设,设计区分性实验预测,并优化实验设计与对照方案,适用于科研探索与理论构建。
Trigger Scenarios
需要基于观察提出可测试的科学假设
生成竞争性解释以区分不同机制
设计实验以验证或反驳特定预测
Install
npx skills add aiming-lab/AutoResearchClaw --skill hypothesis-formulation -g -y
SKILL.md
Frontmatter
{
"name": "hypothesis-formulation",
"metadata": {
"author": "researchclaw",
"version": "1.0",
"category": "experiment",
"priority": "3",
"references": "adapted from K-Dense-AI\/claude-scientific-skills",
"trigger-keywords": "hypothesis,prediction,mechanism,falsifiable,null,alternative,testable",
"applicable-stages": "7,8,9"
},
"description": "Structured scientific hypothesis generation from observations. Use when formulating testable hypotheses, competing explanations, or experimental predictions."
}
Hypothesis Formulation Best Practice
Structured Hypothesis Development
- Start with a clear observation or pattern that requires explanation
- Review existing literature for known mechanisms and prior explanations
- Identify what is already established vs. what remains uncertain
- Formulate the hypothesis as a specific, testable statement
- Ensure the hypothesis is falsifiable — define what outcome would refute it
Hypothesis Format
- Null hypothesis (H0): There is no effect or no difference
- Alternative hypothesis (H1): There is a specific, directional effect
- State both explicitly; design experiments to reject H0
- Use "If... then... because..." structure for mechanistic hypotheses:
- If [independent variable is manipulated], then [predicted outcome], because [proposed mechanism]
Generating Competing Hypotheses
- Propose at least 2-3 plausible explanations for the same observation
- For each, identify unique predictions that distinguish it from alternatives
- Rank hypotheses by parsimony, consistency with prior evidence, and testability
- Design experiments that can discriminate between competing hypotheses
- Consider confounding variables that could produce the same observation
Testable Predictions
- Derive specific, measurable predictions from each hypothesis
- Define expected effect direction AND approximate magnitude
- Specify what experimental conditions would confirm vs. refute the prediction
- Identify potential confounds and plan controls to address them
- Ensure predictions are achievable with available methods and resources
Aligning with Experimental Design
- Map each hypothesis to a concrete experimental condition or comparison
- Ensure sample size is adequate to detect the predicted effect (power analysis)
- Pre-register hypotheses and analysis plans when possible
- Distinguish confirmatory (hypothesis-testing) from exploratory analyses
- Plan for both positive and null results — what will you conclude in each case?
Version History
- e2e23c9 Current 2026-07-25 07:47


