agentsclimarketplace

Hypothesis driven

Skill ConrayGambit/Strategy-Consultant-5-Consulting-Frameworks/skills/hypothesis-driven

Tier-1 strategy-consultant frameworks (MECE, Issue Trees, Hypothesis-Driven, Pareto, So What?) packaged as Claude Skills + LLM-agnostic prompts. Drop in any LLM and get whiteboard-style structured analysis. Adapted from Analyst Academy on YouTube.

Install
npx -y skills add ConrayGambit/Strategy-Consultant-5-Consulting-Frameworks --skill hypothesis-driven

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

State a falsifiable hypothesis, then build a Markdown table comparing what you'd Expect to see if it's true vs. the Actual data (or what data is needed). Use for designing analysis plans, pinpointing where reality diverges from expectation, or step 3 of a strategic analysis.

SKILL.md

4.5 KB, as published. Nobody here has run it

Hypothesis-Driven Problem Solving

Concept

Don't boil the ocean. Start with a hypothesis — a specific, falsifiable claim about why the problem exists — then identify exactly what data would confirm or refute it. This is how consultants avoid running 40 analyses when 2 would do.

The visual trick: a comparison table that shows what you'd expect to see if the hypothesis is true next to what the data actually shows (or what data is required if not yet collected). The point of divergence is where the answer lives.

Required output format

  1. A one-sentence falsifiable hypothesis prefixed **Hypothesis:**.
  2. A Markdown table with columns: Variable | Expected (if hypothesis true) | Actual / Required Data.
**Hypothesis:** [One-sentence falsifiable claim.]

| Variable | Expected (if hypothesis true) | Actual / Required Data |
|---|---|---|
| Variable 1 | Expected pattern | What we observe / need |

Defaults & flex points

DefaultWhen to flex
4–7 variablesIf only 3 truly diagnostic variables exist, use 3. Don't pad.
At least one control rowDon't flex this — confirmation bias is the most common failure mode.
One hypothesis per tableIf multiple hypotheses, output multiple tables.
Variables are measurableDon't flex this — unmeasurable variables aren't testable.

The control row test: at least one row should describe something that should NOT match if the hypothesis is true. If everything in your table is set up to confirm, you're not testing — you're rationalizing.

Example — pricing

Problem: A B2B software company raised list prices 18% in January. Six months in, new-logo bookings are down 22%.

Hypothesis: The price increase is the dominant driver of the bookings decline (rather than competitive shifts or pipeline quality issues), and the impact is concentrated in deal sizes under $50K where price sensitivity is highest.

VariableExpected (if hypothesis true)Actual / Required Data
Win rate by deal size band, Q1 vs. Q3Should drop sharpest under $50K, modest under $250K, near-flat above $250KNeed to pull from CRM — segment win rates by ACV band before/after Jan 1
Stage where deals stallLate-stage stalls (procurement / pricing review) should rise; early-stage should be flatQ3 stage drop-off: late-stage stalls 38% (Q1: 12%) ✅ matches
Discount approval rateSales should be requesting more discount approvals to close dealsDiscount-request volume up 2.4× ✅ matches
Competitive losses citing priceWin/loss survey should show "too expensive" rising as a top-3 reasonQ1: 14% → Q3: 41% ✅ matches
Win rate above $250K (control)Should be near-flat — large deals less price-sensitiveQ1: 28% → Q3: 26% — near-flat ✅ supports hypothesis
Pipeline quality score (control)Should be unchanged — would invalidate hypothesis if it shiftedMQL → SQL conversion stable; no quality shift ✅ supports hypothesis
Recent competitor pricing movesShould show no major changeTwo competitors held prices; one raised 10% (similar trajectory) ✅ supports hypothesis

The two control rows (>$250K win rate, pipeline quality) are designed to invalidate the hypothesis. They didn't — that's strong evidence. Without them, the table would just be confirmation bias.

Common mistakes

  • Vague hypothesis. "We have a sales problem" — there's nothing to test.
  • No control rows. Every variable set up to confirm. The hypothesis becomes unfalsifiable.
  • Cramming multiple hypotheses into one table. Output two tables instead.
  • Burying the conclusion. If actuals all match, say so explicitly. Don't make the reader infer.

When to use this skill alone vs. as part of the full analysis

  • Standalone: when you already have a candidate hypothesis and need a clean test plan.
  • As part of full analysis: strategy-consultant — hypothesis testing is step 3 of 5. Run mece-framework and issue-trees first to surface the hypotheses worth testing.

Acknowledgment & License

Adapted from Analyst Academy on YouTube — 5 Consulting Frameworks to Solve Any Problem. MIT-licensed; see LICENSE.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.