build-verification-required.mdc
sha256:700fafdd1afa490919f9515d660ca6e75456bcd5bb67513abcd8757a634c01f6
docs: record AIP-b SD-21 land (KN #308)
Human
10 days ago
| 1 | --- |
| 2 | description: Mandatory build verification before marking Auto phases DONE (SD-3 honesty gate) |
| 3 | alwaysApply: true |
| 4 | --- |
| 5 | |
| 6 | # Build verification — mandatory before DONE |
| 7 | |
| 8 | After any **Auto** build phase (`{step}b`, or any roadmap row with **Model: Auto**), **before** setting |
| 9 | the phase to **DONE** in `{{docs.roadmap_path}}`: |
| 10 | |
| 11 | 1. Run **`/build-verification-review`** (skill: `.cursor/skills/build-verification-review/SKILL.md`) |
| 12 | 2. Use **`thinking-high`** model — independent verifier posture; not the build session model |
| 13 | 3. Compare the **frozen spec** (`frozen: true`) to the **actual diff**, tests, and claims in |
| 14 | `{{docs.handover_path}}` |
| 15 | 4. **Do not mark DONE** until verdict is **`pass`** |
| 16 | 5. On **`findings`**: fix only cited path:line items; re-run verification (max 5 rounds per skill) |
| 17 | 6. On **`blocked`** or escalation (`security`, `irreversible`, `real_money`, `gates_tier3`): stop for human |
| 18 | |
| 19 | Before any **Auto** phase **starts**, the frozen spec must have **`pass`** freeze review |
| 20 | (`/freeze-review-loop` when needed). |
| 21 | |
| 22 | Tests green alone is **not** sufficient for DONE. |
| 23 | |
| 24 | **Sibling (shipped / live-health claims only):** when the session claims a live deploy, production |
| 25 | health, or "shipped" outside the local repo, also run **`/deploy-verification-review`** |
| 26 | (`.cursor/skills/deploy-verification-review/SKILL.md`). Do **not** run it for ordinary kit-only |
| 27 | Auto builds — that would false-close non-ship phases. Build verification is never waived. |
File History
1 commit
sha256:700fafdd1afa490919f9515d660ca6e75456bcd5bb67513abcd8757a634c01f6
docs: record AIP-b SD-21 land (KN #308)
Human
10 days ago