# Visual Thinking

> Visual Thinking

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

---

# Visual Thinking

Externalize structure: relationships, sequence, trade-offs, and overlap are often clearer in space than in prose. Use the lightest diagram that resolves the confusion.

## When to Use
- Textual explanation loops without convergence.
- The problem has spatial, temporal, or dependency structure (flows, ownership, states).
- Comparing multiple options or scenarios overloads working memory.

## Workflow
1. Name the decision or confusion in one line.
2. Pick a form: **mind map** (radial associations), **concept map** (labeled links), **flowchart** (process), **2×2** (two-axis trade-off), **timeline** (sequence), **Venn** (overlap), or **sketchnote** (icons + keywords).
3. Build the diagram (ASCII, Mermaid, or clear verbal layout if no canvas).
4. Read back **one** insight the picture forces that prose hid; update the diagram if the model shifts.

## Examples
**Example 1:** Architecture debate: draw data flow + trust boundaries before arguing libraries.

**Example 2:** Three pricing tiers: 2×2 of “self-serve vs assisted” vs “low vs high commitment” to expose gaps.

