The seventh installment closes the series with the proof: an open-source toolkit of eighteen tools, built with the ADLC cycle itself. Parallel agents followed the build-prosecute-fix loop around a frozen core, @adlc/core, which centralizes LLM calls, git operations, CLI conventions, and findings ledgers. The structural principle — "pinned means merged" — holds that this shared core must be merged before any fan-out, to avoid the dependency hell of parallel development. The tools are organized across five phases: Specify (spec-lint, premortem, parallax, coldstart), Rail+Build (rails-guard, hollow-test, preflight, merge-forecast, model-router, flail-detector, consensus-fix), Prosecute (review-calibration), Integrate (behavior-diff, gate-manifest), and Distill (lesson-foundry, skill-rot, model-ratchet, rejection-mining).
The doctrinal core is "frontier-free": targeting accuracy thresholds with mid-tier models (Opus, Sonnet, Haiku class) rather than frontier ones. Five substitutions replace frontier capabilities. First, the generator-verifier gap keeps the engine running: verifying costs less than generating, and "you never need a model smarter than the gate it must pass." Next, search replaces insight: N diverse attempts, ranked by mid-tier judgment, outperform a single frontier pass — and measurement proves the stack's capability. Decomposition replaces horizon: smaller tickets keep models below their degradation threshold. Banking replaces presence: expensive models strike permanent structures once (contracts, skills, lints) then exit, and mid-tier models operate within them. Finally, measurement replaces metacognition: parallax divergence, consensus statistics, and enumerated gaps replace confidence queries. A sixth substitution places the human as the frontier tier, at the two specification gates where intent is ground truth.
Williams keeps an "honest loss account": the doctrine sacrifices single-pass architectural elegance, subtle cross-cutting intuition, latency, and long-horizon refactors resistant to decomposition. Mitigations are judge panels, premortems, and human gates; the residue, roughly 5% of the work, runs under maximum supervision.
On adoption, it rejects the big bang: start with prosecuting existing PRs (zero workflow change), then rails and test generation, then interrogation, and only then full parallelism and distillation. Mandating the entire cycle from day one is the anti-pattern, since it imposes ceremony before compounding pays off. The throughline of the seven installments distills to one formula: "replace trust with structure, and structure with measurement" — a mechanism that amplifies with stronger models, making it a lifecycle rather than a workaround. The code ships at github.com/voodootikigod/adlc, as zero-dependency npx tools with deterministic exit codes for CI.