What problem does it solve? Staged bets like go/no-go investments or pilot-then-commit choices hinge on uncertain outcomes, and it is hard to know whether a pilot or study is worth its cost before committing. This Skill lays out the decision as a tree, rolls it back to expected values, and computes exactly what perfect or sample information is worth. ## Core Features & Use Cases - Decision tree roll-back: Computes expected values per option, the optimal policy including contingent choices, and the risk profile (probability of loss, best/worst outcomes). - Value of information: Calculates EVPI and EVSI against a test's cost with an explicit run/skip verdict, so you only pay for pilots that can change the decision. - Sensitivity analysis: Produces a one-way tornado ranking with switching points, plus seeded Monte Carlo over input ranges for P10/P50/P90 distributions. - Use Case: Deciding whether to run a $2M pilot before a $20M development commitment — the Skill computes each option's EV, prices the pilot's information at EVSI 3.8 vs cost 2.0 (run it), and identifies that the recommendation switches if P(High demand) exceeds 0.43. ## Quick Start Ask the AI to build a decision tree for your go/no-go choice with probabilities and payoffs, and to report the expected values, EVPI, EVSI of any proposed test, and the sensitivity switching points.