hypothesis-generation

Generate testable scientific hypotheses with literature-grounded LaTeX reports and experimental designs.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/svpfahad/RES200 --skill hypothesis-generation-svpfahad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hypothesis-generation
Source: https://github.com/svpfahad/RES200/tree/main/claude-scientific-writer-main/.claude/skills/hypothesis-generation
Command: npx skills add https://github.com/svpfahad/RES200 --skill hypothesis-generation-svpfahad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Researchers often struggle to systematically develop competing, testable explanations for observed phenomena and to structure them into rigorous, publication-ready documents. This Skill guides the full hypothesis generation workflow, from literature synthesis to falsifiable predictions, and produces a professionally formatted LaTeX report. ## Core Features & Use Cases - Competing Hypothesis Development: Generates 3-5 distinct mechanistic hypotheses evaluated against quality criteria like testability, falsifiability, parsimony, and explanatory power. - Experimental Design Planning: Proposes concrete experiments with controls, sample sizes, and statistical approaches drawn from established design patterns (RCTs, cohort studies, in vitro assays, computational models). - Structured LaTeX Reports: Produces a concise 4-page main text with colored hypothesis boxes plus comprehensive appendices, targeting 50+ citations, compiled with XeLaTeX. - Use Case: A biologist observes an unexpected drug response pattern and uses this Skill to search PubMed, formulate four competing mechanistic hypotheses, design discriminating experiments, and deliver a formatted hypothesis report with figures. ## Quick Start Generate competing testable hypotheses with experimental designs and a formatted report for my observation that protein X expression correlates with treatment resistance.

Frequently Asked Questions about hypothesis-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate testable scientific hypotheses from observations?

Start by clarifying the phenomenon, then search literature via PubMed and web sources to ground your ideas. Develop 3-5 competing mechanistic hypotheses, evaluate them against testability and falsifiability criteria, and formulate specific quantitative predictions for each.

What makes a scientific hypothesis falsifiable and testable?

A falsifiable hypothesis specifies concrete observations that would disprove it, such as a knockout experiment abolishing a predicted phenotype. Testability requires measurable outcomes achievable with current methods, avoiding vague claims or built-in escape clauses.

How do I compile the hypothesis report LaTeX template?

Compile with XeLaTeX or LuaLaTeX, not pdfLaTeX, since the style package uses fontspec. Run xelatex, then bibtex, then xelatex twice more to resolve citations. Ensure hypothesis_generation.sty is in the same directory as your .tex file.

Why does my LaTeX hypothesis box overflow the page?

Tcolorbox environments do not break across pages automatically, so long content overflows. Insert \newpage before each hypothesis box and keep each box under 0.6 pages, moving detailed explanations to the appendices.

How many citations should a hypothesis report include?

Target 10-15 selective citations in the main text and 40-70 comprehensive citations in Appendix A, for 50+ total references. Main text cites only the most critical papers while appendices cover the full literature landscape.

What experimental design should I use to test my hypothesis?

Match the design to your claim type: causal claims need manipulation (RCTs, knockout studies), associations suit observational designs (cohort, case-control), and complex systems may need computational models. Combine multiple approaches for convergent evidence.