Agent skill

hypothesis-generation

Formulate evidence-bounded scientific questions, candidate hypotheses, rival explanations, causal or associational claims, discriminating predictions, measurements, and preregistration-ready analysis plans. Use when turning observations or preliminary findings into transparent, testable research plans without treating hypotheses as facts.

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add K-Dense-AI/claude-scientific-writer --skill hypothesis-generation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 27
SKILL.md size: 14 KB
Bundled scripts: yes
Version: 2.1
Requires: Python 3.11+ standard library. Bundled CLIs are deterministic and local-only; they accept bounded JSON, CSV, or…
Path: skills/hypothesis-generation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,169
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Scientific Hypothesis Generation Turn an observation into a transparent set of candidate explanations and tests. A hypothesis is a proposal to be challenged, not a finding, fact, diagnosis, or recommendation. ## Non-negotiable boundaries Before using unpublished, sensitive, controlled, personal, proprietary, export-controlled, or security-relevant material: 1. Confirm authorization and the applicable institutional, funder, publisher, data-use, privacy, and AI policies. 2. Keep the material local unless an authorized human explicitly approves a named external destination and data scope. 3. Minimize inputs. Do not place sensitive or unpublished data in web searches or external AI systems without authorization. 4. Stop at the appropriate human, animal, biosafety, dual-use, data-governance, or regulatory gate. Never: - present a hypothesis, mechanism, causal effect, citation, or apparent pattern as established evidence; - claim novelty because a quick search found nothing; - infer causation from association, temporal order alone, predictive accuracy, or model output; - supply patient-specific diagnosis, treatment, dose, prognosis, or other clinical advice; - provide harmful experimen

What's inside
Steps it walks through
  1. Non-negotiable boundaries
  2. Keep the objects distinct
  3. Workflow
  4. 1. Run the scope and safety gate
  5. 2. Freeze the observation
  6. 3. Frame the research question
  7. 4. Establish a dated evidence boundary
  8. 5. Generate rivals before choosing tests
  9. 6. Declare the claim type and estimand
  10. 7. Derive discriminating predictions
  11. 8. Operationalize and validate measurement
  12. 9. Match design and analysis to the claim
  13. 10. Prevent HARKing and expose deviations
  14. 11. Plan replication and updating
Ships with 24 files
  • assets/evidence_ledger_template.csv
  • assets/falsification_controls_template.json
  • assets/hypothesis_record_template.json
  • assets/operationalization_template.json
  • assets/prediction_rival_matrix_template.csv
  • assets/preregistration_scaffold_template.md
  • assets/search_boundary_template.json
  • assets/source_ledger.csv
  • references/causal_inference_and_claims.md
  • references/concepts_and_workflow.md
  • references/ethics_safety_and_ai.md
  • references/experimental_design_patterns.md
  • references/hypothesis_quality_criteria.md
  • references/literature_search_strategies.md
  • references/preregistration_and_open_science.md
  • references/security_validation.md
  • references/source_ledger.md
  • references/tool_reference.md
  • scripts/_common.py
  • scripts/audit_evidence_ledger.py
  • scripts/check_falsification_controls.py
  • scripts/check_operationalization.py
  • scripts/generate_preregistration_scaffold.py
  • scripts/lint_causal_claims.py
first 24 of 27
Commands it runs
python3 scripts/check_operationalization.py local-operationalization.json
More from claude-scientific-writer
All skills →
About this skill
What does the hypothesis-generation skill do?

Formulate evidence-bounded scientific questions, candidate hypotheses, rival explanations, causal or associational claims, discriminating predictions, measurements, and preregistration-ready analysis plans. Use when turning observations or preliminary findings into transparent, testable research plans without treating hypotheses as facts.

How do I install it?

Run `npx skills add K-Dense-AI/claude-scientific-writer --skill hypothesis-generation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From K-Dense-AI/claude-scientific-writer, a repository with 2,169 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going