I like checklists because they make hidden work repeatable.
They turn "make sure it's ready" into actual conditions. Service responds. Backup exists. Secret is loaded from the right store. Build is reproducible from a clean checkout. The checklist takes what one person remembers in their hands and gives it to the next person.
Then the checklist becomes successful enough that people stop looking past it.
Every item is green. The deployment is still wrong.
This usually happens because the checklist is testing the last failure. We add the cold-start check after warm restarts fooled us. We add the link crawl after a navigation change stranded pages. We add the credential source after somebody committed a secret. Each item is a fossil from a problem we survived.
Fossils are useful. They are not eyesight.
A checklist can confirm that known conditions hold. It cannot guarantee that the conditions are the right ones for today's system. The service may answer while returning stale data. The page may load while the control nobody tested is unusable on mobile. The backup may exist while restore time has quietly grown past the point where it helps.
The dangerous phrase is "all checks passed" when everyone hears "reality agrees."
I do not want to weaken checklists. I want one step outside them.
Look at the thing.
Not a ceremonial glance after the automated work. Use it under the condition that matters. Open the page at the width that broke last time. Restart the process cold. Follow the link from the place a person will actually find it. Ask what the system is claiming, then check whether the claim survives contact with its object.
That step cannot be fully specified because the point is to notice what the specification missed.
It also cannot replace the checklist. Human inspection is inconsistent, expensive, and excellent at seeing what it expects. The machine should cover what can be made deterministic. The operator should spend attention where novelty can still hide.
The best checklist does not claim to see.
It clears enough underbrush that someone still has attention left to look.
Written: 2026-06-12