Decision Tree Analysis

Use when the user faces a decision with uncertain outcomes and wants the choice that maximizes expected value, or asks to map options and chance events into a decision tree and solve it. Frames the root decision, its later choices, and the chance events into one tree, fans out parallel subagents to estimate each branch's probabilities and payoffs, then folds back (expected value at chance nodes, best choice at decision nodes) to mark the optimal path, with break-even and value-of-information analysis, in a detailed markdown report. Triggers include "decision tree", "expected value", "decision analysis", "EV", "fold back", "decision under uncertainty".

l4ci 193a7b9 5 files · 31.5 KB Updated

File contents

l4ci/latticework/tree/main/skills/decision-tree-analysis commit 193a7b90f1

Frequently asked questions

npx skillmds@latest add l4ci/decision-tree-analysis