Short answer
#What this checks, and why these nineteen
The questions are chosen so that every one has a factual answer — something a person could go and establish today. None of them asks how confident you feel, because a handover does not fail on confidence.
They are grouped into the five things that independently decide whether a handover is possible:
- Ownership — the only category that can leave you permanently worse off rather than merely delayed.
- Operability — whether anybody outside the current team has actually run, deployed and rolled back the system.
- Recovery — whether a backup has been restored, as opposed to configured.
- Understanding — whether the system can be described by anybody, and where the single points of failure are.
- The transfer — whether the mechanics have been planned or assumed.
#How it decides
There is no model, no weighting and no hidden arithmetic.
Each question goes into one of three groups according to your own answer, and each group carries the guidance written for that answer. That is the whole mechanism. The value is in the questions and in what is written beside them, not in a calculation.
Why not a score
A composite number over nineteen unrelated facts is not meaningful. "Nobody has ever restored a backup" and "the third-party accounts are in mixed names" are not commensurable, and averaging them produces a figure that conceals whichever one was going to hurt you. Three named groups keep the individual items visible, which is the only form in which any of this is actionable.
#What a typical result looks like
CONFIRMED 5
Domain in a company account
Repository in a company organisation, full history
Backups running
Contract has termination terms
Environment list exists
NOT CONFIRMED 4
No backup restored in the last six months
Nobody outside the current team has deployed
Production credentials in one person's password manager
Two subsystems only one person can explain
NEEDS CHECKING 9
Third-party account ownership
Everything that runs on a schedule
Where customer data goes
... and six more
This is a normal, healthy company. Nothing is broken. What the result gives it is a specific week of work — restore a backup, have somebody else deploy, move the credentials — instead of a general unease about a handover that has not started yet.
#What this does not do
What this does not do
- It does not look at your system. Every answer is yours, from memory or from checking — the tool has no access to anything and does not ask for any.
- It is not a score, a rating or a benchmark against other companies.
- It does not cover code quality, security, performance or architecture.
- It does not cover the commercial side of a handover — contracts, intellectual property, notice periods.
- A confirmed answer is only as good as what it was based on. “We have backups” answered from memory is not the same fact as “I restored one on Tuesday”.
#What happens to your answers
Nothing leaves the page. There is no endpoint behind this tool, no analytics event carrying your answers, and no email field. Your answers are kept in this browser so that a reload does not lose them, and pressing Start again removes them.
That is a property of the code rather than a promise: the page makes no network request when you answer a question, which you can confirm in your browser's own developer tools.
Questions people actually ask
No. There is no account, no email field and no server behind this page. Answers stay in your browser and are removed when you press Start again.
Because a number hides the one line that mattered. "Confirmed / not confirmed / needs checking" is a result you can take into a meeting; 73/100 is not.
That is the most common result and it is genuinely useful — it means the questions have never been asked, which is different from the answers being bad. Each one is checkable this week.
Yes. The print button produces a clean version with your answers and the guidance that applies to them, and it works as a PDF export in every browser.