Exit-Readiness Review¶
Readiness gate — instantiates Dependency-Capture Exit Design
A go/no-go gate that releases the handoff only once independent evidence shows the need is durably met without the incumbent.
Even when everyone wants out of a dependency, the moment of release is dangerous: leave too early and the need collapses back onto the incumbent; leave too late and the exit never happens. Exit-Readiness Review is the decision gate that resolves this — a scheduled checkpoint that either fires the handoff trigger or withholds it, based on whether pre-agreed readiness evidence has actually been met. Its defining property is that the trigger is evidence-gated, not calendar-gated: the review does not exit on a date; it exits when independent verification says the need is being met without the captured role, and it is willing to say "not yet." It is a forward-looking judgment made before the handoff — distinct from any later check on whether the exit held.
Example¶
An international medical NGO has run the only functioning clinic in a refugee settlement for three years and wants to hand it to the national health ministry — but hasty handovers elsewhere have left camps with shuttered clinics and re-summoned foreign teams. So the NGO installs an Exit-Readiness Review: a quarterly gate with a fixed evidence bundle. To pass, the ministry's own staff must have run the clinic for a full month with the NGO physically absent, drug-supply continuity must hold above an agreed level for that month, and an independent evaluator — neither the NGO nor the ministry — must confirm that patient volumes and outcomes held.
At the first two reviews the gate says no: outcomes hold only when NGO staff "quietly help." At the third, the absence month succeeds cleanly and the independent verifier signs off. Only then does the review fire the handoff trigger and set the withdrawal in motion. The gate's willingness to say "not yet" twice is exactly what makes the eventual "yes" trustworthy.
How it works¶
- Pre-commit the pass criteria. Before the program is anywhere near done, the review fixes the specific, evidence-based conditions that will count as "ready" — so readiness cannot be redefined downward under pressure to leave.
- Require independent verification of the need being met. Sign-off comes from a party with no stake in either continuing or ending the engagement, testing that the need is genuinely covered rather than that the incumbent says it is.
- Judge durable resolution, ideally under absence. The strongest evidence is a live trial with the incumbent withdrawn; the metric that matters is coverage that holds without them, not activity while they are still present.
- Fire — or withhold — the trigger. A pass releases the handoff and sunset of the old arrangement; a fail is a legitimate, expected outcome that sends the program back for another cycle rather than forcing a green light.
Tuning parameters¶
- Evidence bar — paper attestation vs. metrics vs. a live absence trial. A withdrawal trial is the most convincing and the most disruptive to stage; attestation is cheap and easily gamed.
- Verifier independence — self-review vs. counterpart review vs. a disinterested third party. Full independence is the whole point; letting either interested party grade lets optimism or reluctance decide.
- Gate cadence and holds — how often the review runs and how many consecutive passes it needs. Requiring two clean cycles resists a lucky quarter but delays exit.
- Fail default — on a "not yet," does the arrangement simply continue, or continue-but-shrink? A shrinking default keeps pressure toward exit; an open-ended one risks reviews that always find a reason to wait.
When it helps, and when it misleads¶
Its strength is that it separates the decision to exit from both wishful optimism and inertia, anchoring it to evidence a disinterested party will vouch for. It gives a reluctant incumbent no cover ("we can't leave, they're not ready") that survives an actual absence trial, and it gives an over-eager funder no license to declare victory on a spreadsheet.
Its failure mode is the review that grades a moment instead of durability — passing on a good week, or on the incumbent's assurance, so the handoff fires into a need that promptly relapses, the classic pattern behind entrenched aid dependency[n1]. A subtler misuse is the perpetually-postponed gate, where a captured incumbent helps define ever-stricter criteria so "ready" never quite arrives. The guard is to fix the criteria up front, insist on an absence trial as the core evidence, and keep both the definition of readiness and its verification out of the incumbent's hands.
How it implements the components¶
handoff_and_sunset_trigger— the review is the trigger mechanism: passing the gate is the specific, evidenced event that releases the handoff and sunsets the old arrangement.durable_resolution_metric— it evaluates readiness against a measure of the need holding without the incumbent, ideally observed during an absence trial.independent_need_verification— a disinterested third party, not the role holder, confirms the need is genuinely met before the trigger can fire.
It does not itself set a fixed expiry date or scope the wind-down support that continues afterward (residual_support_boundary) — that's Fixed-Term or Sunset Mandate; this review releases on evidence, whenever that evidence arrives, rather than on the clock.
Related¶
- Instantiates: Dependency-Capture Exit Design — supplies the evidence-gated go/no-go decision for the handoff.
- Consumes: Dependency-Reduction Scorecard supplies the trend the gate reads; Capability Handoff Checklist supplies proof successors can perform.
- Sibling mechanisms: Capability Handoff Checklist · Dependency-Reduction Scorecard · Fixed-Term or Sunset Mandate · Independent Needs Assessment · Open Documentation Package · Outcome-Based Contract · Post-Exit Dependency Audit · Rotation or Term Limit · Second-Source Review
Editorial Notes¶
Form Classification¶
Form family: Decision, Gate & Allocation
Rationale: An independent authority makes a go-or-no-go handoff disposition after evidence shows the need remains durably covered without the incumbent.
Nearest alternative: Assessment, Review & Assurance — Readiness is independently verified, but the operative output is release or withholding of the exit trigger.
Review outcome: Adjudicated after independent review; high confidence.
Origin Attribution¶
Primary origin: Organizational & Management Science
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: A stage-gate assessing whether an incumbent can withdraw without renewed dependency belongs to program and transition management.
Related originating lineages:
- Public Administration & Policy — Development and public-service exit strategies materially shaped evidence-based sustainability and handoff tests. Program sustainability and responsible exit reviews independently formalized evidence that needs remain durably met after incumbent withdrawal.
Review resolution: Both reviewers agree that organizational_management is primary. I retain public_administration_policy only as formative origin lineages; cross_disciplinary_synthesis is appropriate because the final form materially combines the agreed primary with the retained formative lineages. Reach is multi_domain because the structure transfers across several fields but is not a near-universal human pattern, an applicability judgment kept separate from provenance. Encyclopedia synthesis is true because the exact generalized artifact is an encyclopedia-authored combination or refinement. No unresolved historical ambiguity remains after reconciling the secondary fields.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; medium confidence.
Notes¶
[n1] Aid dependency — the well-documented pattern in which sustained external assistance erodes local capacity and incentives, so recipients remain reliant on the provider rather than becoming self-sufficient. Handing over on a favorable snapshot rather than demonstrated durability is a principal way it takes hold. ↩