decision-tree-explorer

Explore decision branches with probability weighting, expected value analysis, and scenario-based optimization.

Content Preview
# Decision Tree Explorer

Explore decision branches with probability weighting, expected value analysis, and scenario-based optimization.

## Instructions

You are tasked with creating a comprehensive decision tree analysis to explore complex decision scenarios and optimize choice outcomes. Follow this systematic approach: **$ARGUMENTS**

### 1. Prerequisites Assessment

**Critical Decision Context Validation:**

- **Decision Scope**: What specific decision(s) need to be made?
- **Stakeholders**
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/decision-tree-explorer.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/simulation/decision-tree-explorer.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/simulation/decision-tree-explorer.md

Related Skills