DISCOVERY & PLANNING · LESSON 02.08beginner

Risk identification + the Risk Register.

Name what could go wrong before it does.

↳ tl;dr

A Risk Register is a living document of everything that could threaten the project, scored by P×I(probability × impact), with an owner and a planned response. PMBOK §11 makes it a core artifact. McConnell's Rapid Development shows what happens when teams skip it.

What goes in

  • Risk description — specific. "Crew weather no-shows during pour week" not "weather."
  • Probability (1–5) and Impact (1–5). Score = P × I.
  • Owner — one person. Not the team.
  • Response strategy — avoid / mitigate / transfer / accept.
  • Trigger event — the observable signal that the risk is materializing.
  • Status — open / mitigated / closed / occurred.

The four response strategies

StrategyWhat it meansExample
AvoidChange scope or plan to eliminate the riskSkip the feature that needs the unstable API
MitigateReduce probability or impactAdd a backup vendor before the lead vendor commits
TransferMove to someone else (insurance, vendor)Buy a service contract that covers downtime
AcceptAcknowledge, don't act unless triggeredNote the recession risk; revisit if leading indicators flip

in the wild

A 6-week-old register is already lying to you. The register is a standing agenda item, not a deliverable. Review it weekly. Risks close as their triggers pass; new ones surface as the project evolves.

Common pitfalls

  • Listing outcomes ("budget overrun") instead of causes ("steel price spike Q3").
  • Owner = "PM" for everything. That's not ownership, that's a list.
  • Closing risks silently — always note when and why.
  • Treating the register as a launch checklist instead of an ongoing risk-management practice.

// practice this

Practice in the Risk Register lab

Open the Risk Register tool lab — five exercises let you score risks, assign responses, and run the conversation with stakeholders.

// sources

Sources cited

  1. [01]
    A Guide to the Project Management Body of Knowledge (PMBOK Guide), 7th Edition

    Project Management Institute (PMI) · 2021 · retrieved 2026-04

    PMI's flagship reference. 7e shifted from process groups to performance domains.

  2. [02]
    Rapid Development: Taming Wild Software Schedules

    McConnell, S. · Microsoft Press · 1996 · retrieved 2026-04

    Catalogues 36 'classic mistakes' of software project management.

// sources

Further reading

  1. [01]
    A Guide to the Project Management Body of Knowledge (PMBOK Guide), 7th Edition

    Project Management Institute (PMI) · 2021 · retrieved 2026-04

    PMI's flagship reference. 7e shifted from process groups to performance domains.

  2. [02]
    Rapid Development: Taming Wild Software Schedules

    McConnell, S. · Microsoft Press · 1996 · retrieved 2026-04

    Catalogues 36 'classic mistakes' of software project management.