tree-of-thought
Installation
SKILL.md
Tree of Thought Analysis
Apply Tree of Thought reasoning to the user's query through four phases.
Query
$ARGUMENTS
Phase 1: Decomposition
Break the query into core components with dependencies.
- Identify 2-5 fundamental components.
- For each: describe what it involves, why it has its position in the sequence, and what it depends on.
- Map dependencies between components (which must resolve before others can start).
Phase 2: Solution Generation
For each component, generate three distinct approaches:
Related skills