T

Tree of Thoughts Reasoning

Systematic ToT reasoning framework with 6 phases: explore, prune, expand, evaluate, adaptive strategy selection, and synthesis with parallel agent dispatch

Home/AI & ML/Tree of Thoughts Reasoning

What is it?

Systematic ToT reasoning framework with 6 phases: explore, prune, expand, evaluate, adaptive strategy selection, and synthesis with parallel agent dispatch Built for use cases involving tree-of-thoughts, systematic-reasoning, multi-agent, exploration, decision-making.

How to use it?

Before starting, ensure the directory structure exists:

mkdir -p .specs/research .specs/reports

Naming conventions:

  • Proposals: .specs/research/{solution-name}-{YYYY-MM-DD}.proposals.[a|b|c].md
  • Pruning: .specs/research/{solution-name}-{YYYY-MM-DD}.pruning.[1|2|3].md
  • Selection: .specs/research/{solution-name}-{YYYY-MM-DD}.selection.md
  • Evaluation: .specs/reports/{solution-name}-{YYYY-MM-DD}.[1|2|3].md

Where:

  • {solution-name} - Derived from output path (e.g., users-api from output specs/api/users.md)
  • {YYYY-MM-DD} - Current date

Note: Solutions remain in their specified output locations; only research and evaluation files go to .specs/

Key Features

  • Systematic ToT reasoning framework with 6 phases: explore, prune, expand, evaluate, adaptive strategy selection, and synthesis with parallel agent dispatch
  • Seamless integration with Claude's development workflow
  • Comprehensive guidelines and best practices for tree of thoughts reasoning
View on GitHub

GitHub Stats

Stars
Forks
Last Update
Author
NeoLabHQ
License
GPL-3.0
Version
1.0.0

Features

Related Skills

More from AI & ML