Build · Create · Engineering
Release readiness gate checklist
Categorized, criterion-bearing release gates with a consistent blocking verdict, marrying governance with automation instead of a change-board bottleneck.
You receive: A structured gate checklist (JSON) that passes the category-coverage, gate-shape, and recomputed blocking-verdict checks.
Part of Keep App Running
What's verified: STUD verifies the submitted checklist (JSON) is complete and internally consistent: every gate carries a check, a pass criterion, a blocking flag, and an evidence field, each required category has at least your minimum number of blocking gates, and the asserted blocking count and overall verdict are recomputed and must match (the checklist cannot read 'pass' while blocking gates exist). STUD does NOT verify the cited evidence is true or that the release is actually safe; it checks the gate set's structure and the recomputed verdict.
Opens soon
This play is verified and ready. It opens soon, once sign-in and payments are live.
Example
A sample of what this play produces. Your result is generated for your inputs.
Service
stud-platform
Gates
| Id | Category | Check | Pass Criterion | Blocking | Evidence Field |
|---|---|---|---|---|---|
| g1 | tests | gate:local full run (judge tiers, voice lint, vitest, eslint, token lints, typecheck, schema drift, next build) is green | exit code 0, no RED tier | true | ci_run_url |
| g2 | tests | gate-local-sync.test.ts confirms the local gate matches .github/workflows/gate.yml 1:1 | sync test passes | false | sync_test_log_url |
| g3 | security | dependency audit on platform/ reports zero critical advisories | 0 criticals | true | audit_report_url |
| g4 | security | no secrets present in committed env or config files | secret scan clean | false | secret_scan_url |
| g5 | performance | next build production bundle completes with no new build warnings | build succeeds, 0 warnings | false | build_log_url |
| g6 | rollback | production deploy verified via gh deployments API state=success and a live curl against stud.com | deployment state success and HTTP 200 | true | deploy_verification_url |
| g7 | compliance | D-002 counsel review recorded before paid fulfillment opens for this release | counsel sign-off logged in DECISIONS.md | false | counsel_review_doc_url |
Blocking Count
3
Overall Gate
blocked
Get early access to STUD the day it goes live.