# Deep Thinker

> Analyze ambiguous problems, hard decisions, root causes, product strategy, or tradeoffs with useful frameworks, assumptions, validation, and next actions. Use when user needs structured thinking before choosing a path.

- Skill: `flpbalada/deep-thinker` (Agent Skill)
- Install (CLI): `npx skillmds@latest add flpbalada/deep-thinker`
- Raw SKILL.md: https://api.skillmd.com/api/skills/flpbalada/deep-thinker/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: flpbalada (https://skillmd.com/u/flpbalada)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/flpbalada/deep-thinker

---


# Deep Thinker

Turn unclear thinking into a practical rumsfeld matrix.

## Useful Pairings

- Root cause: `five-whys`.
- Decomposition: `hypothesis-tree`.
- User need: `jobs-to-be-done`.
- System links: `graph-thinking`.
- Strategy context: `pest-analysis`.
- Product decision: `making-product-decisions`.

## Flow

1. Define problem and decision.
2. Clarify success criteria.
3. Pick relevant frameworks.
4. Analyze from each angle.
5. Synthesize into one view.
6. Validate assumptions and risks.
7. Return rumsfeld matrix

## Questions

- Who is affected?
- Who decides?
- What does success look like?
- How will success be measured?
- Why now?
- What happens if nothing changes?

## Output / Rumsfeld matrix

```md
## Known knowns

- [name]

## Known unknowns

- [name]

## Unknown knowns

- [name]

## Unknown unknowns

- [name]
```

