monte_carlo_schedule
Run Monte Carlo simulation to analyze schedule risk. Samples task durations from triangular distributions and outputs P10/P50/P80/P95 completion estimates with risk events.
Instructions
Run Monte Carlo simulation for probabilistic schedule risk analysis.
Samples task durations from triangular distributions and returns P10/P50/P80/P95 completion estimates with identified risk events. Use seed for reproducible results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | Task list with PERT-style three-point estimates and dependency edges. | |
| iterations | No | Number of Monte Carlo simulation iterations (1–100,000). Higher = more stable percentiles. | |
| seed | No | Optional seed for reproducible results. | |
| task_type | No | Optional task type for feedback matching. Enables per-task-type accuracy tracking. |