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.

  1. Identify 2-5 fundamental components.
  2. For each: describe what it involves, why it has its position in the sequence, and what it depends on.
  3. Map dependencies between components (which must resolve before others can start).

Phase 2: Solution Generation

For each component, generate three distinct approaches:

Related skills
Installs
7
GitHub Stars
1
First Seen
Mar 5, 2026