thrivve-mc-when

Forecast completion dates from historical throughput using Monte Carlo simulation.

1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/Thrivve-Partners/Claude-Skills-Forecasting --skill thrivve-mc-when
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: thrivve-mc-when
Source: https://github.com/Thrivve-Partners/Claude-Skills-Forecasting/tree/main/thrivve-mc-when
Command: npx skills add https://github.com/Thrivve-Partners/Claude-Skills-Forecasting --skill thrivve-mc-when

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Monte Carlo-based forecasting helps teams estimate when a backlog of remaining stories will be completed given historical throughput and a chosen confidence level, reducing reliance on single-point deadlines.

Core Features & Use Cases

  • Probabilistic forecasts show completion dates at multiple confidence levels (P25, P50, P85, P95, P99) for planning under uncertainty.
  • Automatic data validation and a variation check (XMR) to assess throughput stability before forecasting.
  • Real-world use: forecast 100 remaining stories with 15 days of throughput data to determine the date by which you can be X% confident to finish.

Quick Start

Run the Monte Carlo script with your throughput history, the number of remaining stories, and an optional confidence level to obtain forecast dates.

Frequently Asked Questions about thrivve-mc-when

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I forecast project completion dates using Monte Carlo simulation?

Monte Carlo forecasting predicts backlog completion dates by running simulations on your historical daily throughput data. You input your remaining story count and a desired confidence level to receive probabilistic percentile-based completion dates.

What confidence levels are provided by Monte Carlo throughput forecasting?

Monte Carlo throughput forecasting provides completion dates across multiple confidence levels, specifically P25, P50, P85, P95, and P99. This allows you to plan for uncertainty by choosing a percentile that matches your project's risk tolerance.

How much historical throughput data is needed for Monte Carlo backlog forecasting?

Monte Carlo backlog forecasting requires a minimum of 10 days of historical daily throughput data. This baseline ensures sufficient data variation for the simulation to generate accurate, percentile-based completion date predictions.

Can Monte Carlo forecasting validate the stability of my agile throughput data?

Yes, Monte Carlo forecasting includes automatic data validation and an XMR variation check. This assesses your historical throughput stability before forecasting, ensuring your agile team's data consistency supports reliable probabilistic predictions.

What is the best way to estimate when my remaining backlog stories will be finished?

Estimating when remaining backlog stories will finish is best achieved through probabilistic forecasting. By applying Monte Carlo simulation to your historical throughput, you reduce reliance on single-point deadlines and obtain confident completion dates.