Pre-deploy gate spec, threshold enforcement, override policy.
Most teams have evals. Few have a release gate that actually blocks merge. The Release-Gate workflow turns advisory into enforceable — every feature has a documented threshold, CI enforces it, and the override path has an audit trail. This is the workflow that separates teams that ship safely from teams that hope they ship safely.
The Release-Gate workflow is the procedure that decides what's allowed to ship. It specifies the gate (the eval suite plus traditional tests, a refuse-policy check, accessibility, and any feature-specific metrics), it documents per-feature thresholds, and — critically — it enforces those thresholds in CI so a release that fails the gate cannot deploy without an explicit, documented override.
The five questions on the readiness self-assessment that score this dimension are the five rungs of the procedure above. Yes on a question means the artifact named in that step exists on disk in your repo today.
This page is a thin first cut. Full procedural documentation — including reference DeepEval suite scaffolds, golden-set curation rubrics, and the audit-evidence checklist — lands in Phase 2 of the Institute build-out.
The free readiness self-assessment scores the Release-Gate workflow as one of six dimensions. Five minutes. Your weakest workflow is the one most worth fixing first.
Take the assessment →