Introduction
When working on projects, unexpected problems can cause delays or extra costs. To avoid surprises, teams need a way to understand which problems are most likely and how badly they could affect the project.
Imagine planning a picnic and checking the weather forecast. You think about how likely it is to rain and how much rain would spoil the picnic. If rain is very likely and heavy, you might change plans or bring an umbrella.
┌───────────────┬───────────────┬───────────────┐ │ │ Impact Low │ Impact High │ ├───────────────┼───────────────┼───────────────┤ │ Probability │ │ │ │ Low │ Low Risk │ Medium Risk │ ├───────────────┼───────────────┼───────────────┤ │ Probability │ │ │ │ High │ Medium Risk │ High Risk │ └───────────────┴───────────────┴───────────────┘