One Check to List Them All
FAQ Quality

In a month everyone will start ticking on autopilot. How do you prevent a ritual?

If a checklist is used often, there are two inevitabilities:

  1. people get used to it;
  2. the world changes.

And if you don’t maintain the checklist, it really does turn into ticks for ticks. That’s not bad people. That is a normal brain defense against extra load.

How a ritual usually appears

  • Items are phrased as “verified/ready”.
  • Nobody knows what exactly to verify.
  • The list grows just in case.
  • After mistakes, the checklist does not change.

At this point a tick stops meaning a verification.

What works in practice

1) A short baseline

If the baseline cannot be run quickly, people will start skimming it.
Keep in the baseline what must not be forgotten. Everything else goes into conditional branches.

2) A few verifiable gates

Every process has 3–7 critical points where the cost of error is high.
Make them verifiable: add “how to verify” or “what fact we record” (time, number, threshold).

3) Maintenance based on reality

A ritual is not fixed by discipline, but by updates:

  • after a miss, change 1–3 items;
  • delete the excess;
  • make the baseline short again.

This is important: a checklist must accumulate experience, not live as a poster.

Signs the ritual has already started

  • people tick too fast;
  • nobody can explain why the items exist;
  • after mistakes, nothing changes;
  • verbal bypasses appear: “we always tick this”.

Honest limits

If the process has no owner and nobody will update the checklist — don’t make it a mandatory standard.

Better a short card where are we now / tails / next check than a ritual wall of text.

See also