What problem does it solve? Ambiguous strategic questions like "why is growth slow" or "why is churn rising" are hard to investigate systematically. This Skill decomposes them into structured, mutually exclusive and collectively exhaustive (MECE) hypothesis trees that can be tested and prioritized. ## Core Features & Use Cases - Structured Decomposition: Breaks a central question into first-level hypotheses and sub-hypotheses until each branch is directly testable. - MECE Validation: Ensures branches do not overlap and collectively cover the problem space, avoiding vague or redundant analysis. - Prioritized Testing Plan: Scores hypotheses by available evidence, test effort, and impact to decide what to test first. - Use Case: Investigating why signup conversion dropped below 30% by splitting the question into awareness, ability, motivation, and technical branches, then testing the highest-impact sub-hypotheses. ## Quick Start Ask the AI to build a hypothesis tree for why your feature adoption is below target and produce a prioritized testing plan.