Quality gate
Simple
A check that either lets the work through or stops it.
Business
An acceptance point: until the check passes, the result does not count as done. It scales through people, not generation.
Tech
An executable acceptance loop (tests, linters, diagnostics, review) with a binary PASS/FAIL verdict that blocks the next step.