Quality Gates (Checkpoint Framework) When to Use - Before starting implementation (pre-implementation gate) - During implementation (implementation gate) - After writing tests (testing gate) - Before completing work (review gate) Overview Quality gates are checkpoints that prevent bugs from being committed. Every agent must pass these gates before proceeding. Gate Framework Pre-Implementation Gate Must pass BEFORE writing any code: - [ ] Requirements fully understood - [ ] Architecture decision made - [ ] Types and interfaces planned - [ ] Dependencies identified - [ ] Security implications a…