hypothesis_generation

Generate testable scientific hypotheses and design experiments using IF-THEN-BECAUSE templates.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/jvsandhu/agentic-skills --skill hypothesis-generation-jvsandhu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hypothesis_generation
Source: https://github.com/jvsandhu/agentic-skills/tree/main/skills/hypothesis_generation
Command: npx skills add https://github.com/jvsandhu/agentic-skills --skill hypothesis-generation-jvsandhu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often run experiments based on vague ideas rather than structured, falsifiable hypotheses, leading to inconclusive tests and wasted effort. This Skill provides a disciplined methodology for turning observations into measurable, testable hypotheses. ## Core Features & Use Cases - Structured Hypothesis Format: Uses the IF [action] THEN [outcome] BECAUSE [reason] template to enforce clarity and falsifiability. - Experiment Design Templates: Provides test plans covering variables, primary and guardrail metrics, sample size, duration, and statistical analysis plans. - ICE Prioritization: Scores hypotheses on Impact, Confidence, and Ease to rank which experiments to run first. - Use Case: A product manager notices users abandoning onboarding. Use this Skill to formulate a hypothesis (adding a progress indicator reduces abandonment by 20%), define success metrics, and produce a complete A/B test plan. ## Quick Start Help me write a testable hypothesis and experiment plan for improving our checkout conversion rate.

Frequently Asked Questions about hypothesis_generation

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

FAQPage Schema
How do I write a testable hypothesis for an A/B test?

Use the IF-THEN-BECAUSE format: state the change you make, the measurable outcome you expect, and the reasoning behind it. For example, changing a CTA button color to increase click rate by 10% because higher contrast draws attention.

What makes a hypothesis falsifiable and measurable?

A hypothesis is falsifiable if it can be proven wrong by data, and measurable if its outcome maps to a concrete metric like click rate or retention. Statements that are always true or lack a quantifiable result are not valid hypotheses.

How do I prioritize multiple experiment ideas?

Use ICE scoring: rate each hypothesis on Impact, Confidence, and Ease from 1 to 10, then average the three scores. Rank hypotheses by score and also consider the risk if the test fails.

What should an experiment design plan include?

A complete plan includes the hypothesis statement, independent and dependent variables, primary and guardrail metrics, test type and split, duration, and an analysis plan specifying the statistical test, confidence level, and minimum detectable effect.

When should I not run an A/B test?

Avoid A/B testing when traffic is too low to reach statistical significance, when the change cannot be isolated to a single variable, or when the hypothesis is not falsifiable. In those cases, use qualitative research or observational analysis instead.