ADLC

The Lifecycle

The ADLC phase and gate map, and which toolkit CLI enforces each gate.

The Lifecycle

ADLC lifecycle — read the theory for P5

Each phase has a machine-checkable gate. The toolkit makes those gates concrete.

PhaseQuestion the gate answersPrimary tools
P0 TriageIs the workspace ready for fan-out?preflight
P1 InterrogateIs the spec testable and stress-tested?spec-lint, premortem, parallax
P2 DecomposeCan an agent execute this ticket without guessing?coldstart, model-router, merge-forecast
P3–P4 Rail & BuildAre frozen rails protected; is an agent flailing?rails-guard, flail-detector, consensus-fix
P5 ProsecuteDid prosecution dry out; did behavior change?prosecute, behavior-diff, hollow-test, gate-manifest
CalibrationWhat must be re-prosecuted after drift?model-ratchet, review-calibration, skill-rot, gate-fuzzing
P7 DistillWhich findings become permanent defenses?lesson-foundry, rejection-mining

The two human gates sit at P1 (spec approval) and P6 (review). Everything between is deterministic — read the full argument.

On this page