Explore tree search with MCTS evaluation
search-treecommandsetup L2★1
Yugoge/claude-brain ↗What it does
Explore multiple solution paths using MCTS-inspired tree search
Best for
When a question has multiple valid approaches and you want honest trade-off analysis before deciding which path to take.
Inputs
- · Question or problem statement
Outputs
- · Scored decision tree (3-5 paths)
- · Integrated solution recommendation
- · Implementation steps
Preconditions
- · Question is specific enough to search (not vague)
- · LLM available for path generation and eval
Failure modes
- · Question too vague (tool asks for clarification)
- · All paths score < 4 (dead ends)
- · Path analysis diverges
Trust signals
- · MCTS+LATS methodology
- · Explicit scoring rubric (Relevance/Completeness/Actionability/Evidence)
- · Path pruning at score < 4