skills/tree-of-thought/SKILL.md
Systematic Tree of Thought reasoning for complex problem decomposition. This skill should be used when the user asks for "tree of thought", "systematic reasoning", "structured analysis", "multi-path evaluation", or wants to decompose a complex problem by generating and evaluating multiple solution paths before selecting the best approach. Applies four-phase reasoning: decomposition, generation, evaluation, and synthesis.
npx skillsauth add synapseradio/ai-skills tree-of-thoughtInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apply Tree of Thought reasoning to the user's query through four phases.
$ARGUMENTS
Break the query into core components with dependencies.
For each component, generate three distinct approaches:
Assign each a viability score (0.0-1.0) with brief rationale.
Score each approach against weighted criteria:
| Criterion | Weight | |-----------------|--------| | Feasibility | 40% | | Effectiveness | 35% | | Risk (lower=better) | 25% |
Present scores in a comparison table per component. Select the best approach for each with a one-line rationale.
Conclude with:
tools
Turn a problem inside out to reveal hidden structure
testing
Verify epistemic integrity by aligning claims with evidence
tools
Combine viewpoints into coherent whole
tools
Generate and filter ideas into vetted options