Phlogiston/Forecasting Model

From mediawiki.org

Phlogiston makes two independent forecasts, one by points, using the Story Points field in Phabricator, and one by count of tasks. For all calculations, "now" or "today" is the most recent day in the data.

Velocity over a time period is the number of resolved tasks (or sum of points) at the end minus resolved tasks at the beginning. If negative, it is counted as zero in this model.

Backlog growth over a time period is the total number of tasks, open and resolved (or sum of points), at the end minus at the beginning. If negative, it is counted as zero in this model.

  1. Calculate velocity per category
    1. Calculate velocity for the week ending today
  2. Make three forecasts of future velocity
    1. Optimistic is the average velocity of the highest 3 weeks within the last 3 months, with a minimum of 2
    2. Nominal is the average velocity per week over the last 3 weeks, with a minimum of 1
    3. Pessimistic is the average velocity of the worst 3 weeks in last 3 months, with a minimum of zero.
      1. Note: For teams that resolve tasks every 2 weeks, and thus have a bunch of 0 weeks, this will produce a falsely low forecast
    4. Count all negative weeks as zero before averaging or summing.
  3. Make three forecasts of backlog growth
    1. Optimistic is flat: 0 growth.
    2. Nominal is the average of the last three weeks.
    3. Pessimistic is the greater of
      1. the average backlog growth of the last three weeks
      2. the average weekly growth over the last three months.
    4. Count all negative weeks as zero before averaging or summing.
  4. Combine Velocity and backlog growth forecasts
    1. Optimistic is not changed
    2. Updated nominal velocity is nominal velocity - nominal backlog growth (not less than 0).
    3. Updated pessimistic velocity = pessimistic velocity - pessimistic backlog growth (not less than 0).
  5. Divide the total remaining backlog (per category) by each of the three velocities to determine # of weeks remaining.