Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 2.45 KB

File metadata and controls

58 lines (35 loc) · 2.45 KB

Sample RAID Log Entry

The RAID log is only useful if the entries are specific enough for someone to act on. These examples show the difference.


Weak Entry

Dependency with auth team may affect launch.

Why This Fails

No owner. No date. No impact statement. No decision needed. No path to resolution. It documents anxiety without creating accountability. Someone will read this entry at the next steering committee and have no idea what to do with it.


Better Entry

Field Entry
Type Dependency
Status Yellow
Owner Sarah - Auth Engineering
Due Date 2026-06-07
Impact Launch cannot move to production until auth integration date is committed. Current target of 2026-06-15 is at risk if the commitment does not arrive by end of this week.
Next Step TPM to confirm integration date with Sarah and Dev by Friday. If date is not committed, escalate to sponsor for priority call.
Escalation Trigger No committed auth date by 2026-05-31.

Why This Works

The entry gives the team something to do. It names the owner, the date, the impact, the next step, and the escalation trigger. It converts a concern into a dependency with a clear resolution path. Anyone who reads it - including someone joining the program mid-flight - knows exactly where this stands and what happens next.


The Pattern That Works

Every RAID log entry should be able to answer these questions:

  • Who owns it?
  • What happens if it is not resolved?
  • What is the next concrete action?
  • When does it escalate, and to whom?

If an entry cannot answer those four questions, it is not ready for the log. Document the gap separately and work to fill it - the log entry comes after you have something real to say.


A Note on the Difference Between Risk and Issue

A risk is something that has not happened yet but could. It gets a probability and an impact rating, a mitigation plan, and a trigger that defines when the mitigation needs to execute.

An issue is something that has already happened and needs resolution. It gets an owner, a resolution plan, and a target date.

The most common RAID log mistake is logging active issues as risks because it feels less alarming. An issue that is not labeled as an issue does not get the attention it needs. Call it what it is.


Part of the tpm-templates repo. See the RAID Log Guide for the full framework.