mece
MECE (Mutually Exclusive, Collectively Exhaustive)
Overview
MECE is a decomposition principle: break a problem, set of options, or population into sub-groups that are Mutually Exclusive (no overlap) and Collectively Exhaustive (no gaps) — every relevant item covered exactly once. Operationalized by Barbara Minto at McKinsey (1963–1973) in The Pyramid Principle (1973; 3rd ed. 2002). The test: sum the pieces back to the whole; if they don't sum cleanly, the decomposition is broken.
Compose: use first-principles to reach root variables; pareto-principle to find load-bearing branches; critical-thinking to test whether categories are the right ones; occams-razor when multiple MECE structures fit — pick the simplest.
When to Use
- Problem feels too big to think about cleanly — surface area is unclear
- List of options is messy or overlapping — competing answers that aren't parallel
- Analysis is going in circles — same issues reappear because they're not separated
- Presentation must convince hard-to-convince listeners
- Team converging on a hypothesis without considering the full space of alternatives
- Structuring an AI strategy / AI-stack / AI-adoption discussion so the layers (chips / cloud / models / apps) or use cases have no overlaps and no gaps — cutting through AI hype to a complete, non-redundant map
- Someone says: "MECE," "decompose this," "issue tree," "structure this thinking"
When NOT to use: trivially small problem; purely creative/generative mode; genuinely non-decomposable question (some ethical/aesthetic problems resist this); decomposition already known and well-trodden.