Before code, a fresh non-author re-derives the design and rules on its open forks.

Independent pre-implementation design review

Intent — Before any implementation phase, a fresh reviewer that did not author the design re-derives it from the code, verifies its load-bearing claims empirically, and rules on the open design forks — the reviewer wins conflicts, and implementation proceeds only on the ratified design (our instance: every founding design earns one second, independent review pass before a line of code is written).

SummaryBefore code, a fresh non-author re-derives the design and rules on its open forks.
TargetAgent · Governance-doc mechanisms
Formquality-gate
Movepackage — a constraint (implementation is blocked until the design is ratified) shipped with the reviewer that ratifies it
Model
EnforcementSoft·Hard — a required review artifact per founding design hard-gates implementation from proceeding; the review's content — which claims to re-test, how to rule a fork — is judgment (soft).

Its place in the environment — a variant / known-use of Validated Dispatch, under ADMIT · Admit or reject changes: the pre-implementation bookend to the close-time Epic Definition-of-Done. Preserved here for its technical texture; the construction kit shows how it folds.

Motivation — the failure it kills

An author cannot audit their own premises. The load-bearing assumption feels obvious because they wrote it, so it never gets re-tested — and a design carries assumptions the author will not challenge on their own:

The failure is an author's design bias sliding unchecked into the code. It recurs at every founding design, and it is silent: the design reads clean, the plan looks sound, and the flaw only surfaces once the implementation has already been built on it.

Why it's not just a Definition-of-Done (or a code review)

Two neighbours check work, and both fire after code exists. This one fires before it.

The distinct axes are gate timing (pre-implementation design vs close-time built) and reviewer independence (a fresh mind with no investment who re-derives from the code, vs the work's own owner re-running its checks). A self-review structurally cannot replicate an independent one: the author's blind spot is the review's whole subject.

Mechanism

Prerequisites

Consequences & costs

Known uses

Related mechanisms