Structured scientific hypothesis formulation from observations; use when you have experimental observations or preliminary data and need testable hypotheses with predictions, mechanisms, and validation experiments.
58
68%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Protocol Design/hypothesis-generation/SKILL.mdreferences/ for task-specific guidance.assets/FORMATTING_GUIDE.md.Python: 3.10+. Repository baseline for current packaged skills.Third-party packages: not explicitly version-pinned in this skill package. Add pinned versions if this skill needs stricter environment control.Skill directory: 20260316/scientific-skills/Protocol Design/hypothesis-generation
No packaged executable script was detected.
Use the documented workflow in SKILL.md together with the references/assets in this folder.Example run plan:
SKILL.md.references/ contains supporting rules, prompts, or checklists.assets/.Use this skill when you need to turn observations into testable, mechanistic hypotheses and a validation plan, for example:
references/hypothesis_quality_criteria.md).references/experimental_design_patterns.md).assets/hypothesis_report_template.tex, assets/hypothesis_generation.sty, assets/FORMATTING_GUIDE.md).scientific-schematics skill.assets/hypothesis_generation.sty):
tcolorbox, xcolor, fontspec, fancyhdr, titlesec, enumitem, booktabs, natbibscientific-schematics (for 1-2+ diagrams per report)python scripts/generate_schematic.py "Diagram showing 3 competing mechanistic hypotheses linking Observation X to Outcome Y, with key intermediates and predicted readouts." -o figures/hypothesis_framework.png
python scripts/generate_schematic.py "Experimental design flowchart comparing interventions A/B and controls, with primary/secondary endpoints and decision points." -o figures/experimental_design.pngmkdir -p hypothesis_report figures
cp assets/hypothesis_report_template.tex hypothesis_report/hypothesis_report.tex
cp assets/hypothesis_generation.sty hypothesis_report/hypothesis_report/hypothesis_report.tex to include:cd hypothesis_report
xelatex hypothesis_report.tex
bibtex hypothesis_report
xelatex hypothesis_report.tex
xelatex hypothesis_report.tex\documentclass{article}
\usepackage{hypothesis_generation}
\usepackage{natbib}
\begin{document}
\begin{summarybox}
\textbf{Executive Summary.} Observation X shows pattern Y under condition Z. We propose 3 competing mechanisms and outline decisive experiments and predictions.
\end{summarybox}
\newpage
\begin{hypothesisbox1}[Hypothesis 1: Mechanism A]
\textbf{Mechanistic explanation.} Brief causal chain describing how A produces Y under Z.
\textbf{Key supporting evidence.}
\begin{itemize}
\item Evidence point 1 \citep{author2023}.
\item Evidence point 2 \citep{author2021}.
\end{itemize}
\textbf{Core assumptions.}
\begin{itemize}
\item Assumption 1.
\end{itemize}
\end{hypothesisbox1}
\newpage
\begin{hypothesisbox2}[Hypothesis 2: Mechanism B]
% Keep concise; move details to Appendix.
\end{hypothesisbox2}
\begin{predictionbox}
\textbf{Testable predictions.}
\begin{itemize}
\item If Hypothesis 1 is correct, intervention I increases readout R by ~20-40\% under Z.
\item If Hypothesis 2 is correct, R does not change, but marker M shifts directionally.
\end{itemize}
\end{predictionbox}
\begin{comparisonbox}
\textbf{Critical comparisons.} Prioritize experiments that maximally separate predictions across hypotheses.
\end{comparisonbox}
\end{document}references/literature_search_strategies.md.references/hypothesis_quality_criteria.md:
references/experimental_design_patterns.md.assets/hypothesis_report_template.tex and assets/hypothesis_generation.sty.scientific-schematics.\newpage before each hypothesis box; tcolorbox environments do not reliably break across pages.\citep{author2023} for parenthetical citations (per template conventions).references/hypothesis_quality_criteria.md: evaluation rubric for hypothesis strength.references/experimental_design_patterns.md: reusable experimental design templates.references/literature_search_strategies.md: search tactics for PubMed and general scientific sources.assets/hypothesis_generation.sty: colored box environments and report styling.assets/hypothesis_report_template.tex: full report template (main body + appendix).assets/FORMATTING_GUIDE.md: examples and troubleshooting for box usage and layout.hypothesis_generation_result.md unless the skill documentation defines a better convention.This skill accepts requests that match the documented purpose of hypothesis-generation and include enough context to complete the workflow safely.
Do not continue the workflow when the request is out of scope, missing a critical input, or would require unsupported assumptions. Instead respond:
hypothesis-generationonly handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.
Run this minimal verification path before full execution when possible:
No local script validation step is required for this skill.Expected output format:
Result file: hypothesis_generation_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if any63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.