thinking-model-combinationlisted
Install: claude install-skill babypochi06/cc-thinking-skills
# Model Combination
## Overview
Real-world problems rarely fit neatly into a single mental model. Model combination uses multiple frameworks together—sequentially, in parallel, or nested—to achieve deeper understanding than any single model provides. The skill is knowing how to combine models productively without creating confusion or analysis paralysis.
**Core Principle:** Multiple lenses reveal what single lenses miss. But combination requires discipline, not just accumulation.
## When to Use
- Complex problems spanning multiple domains
- High-stakes decisions where blind spots are costly
- When single models leave important questions unanswered
- Validating conclusions through different frameworks
- Teaching comprehensive analysis
- Building robust decision processes
Decision flow:
```
Analyzing a problem?
→ Does one model fully address it? → yes → Use single model
→ Are there important blind spots? → yes → ADD COMPLEMENTARY MODEL
→ Are stakes high enough to justify deeper analysis? → yes → USE MULTIPLE MODELS
```
## Combination Patterns
### Pattern 1: Sequential (Pipeline)
Use one model's output as another's input:
```markdown
## Sequential Combination
Model A → Model B → Model C
Example: Product Decision
1. Jobs to be Done → Identify the real user need
2. First Principles → Design solution from fundamentals
3. Pre-mortem → Identify what could go wrong
4. Reversibility → Assess if we can course-correct
Flow:
[JTBD identifies need] → [First Principles d