breadth-of-thought
•published 2026/01/23
Exhaustive solution space exploration methodology. Use when solution space is unknown, you need multiple viable options (not just one best), or can't afford to miss alternatives. Explores 8-10 approaches in parallel at each level, prunes conservatively (keep above 40% confidence), returns 3-5 viable solutions. Example - data pipeline options - Apply BoT to explore all architectures exhaustively.
📦 Install Skill
Command line install
Install directly with the `skills` CLI.
npx skills add kimasplund/claude_cognitive_reasoning/cognitive-skills/breadth-of-thoughtFile Explorer
No file selected
Select a file to view its content

