build-verification-required.mdc
31 lines 1.7 KB
Raw
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83 chore(governance): sync handover+roadmap to 84db8c8 (drift:… Human 17 hours 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 When `honesty.require_independent_second_reviewer` is `warn` or `require`, do **not** mark
25 DONE in the builder chat. Open a second chat or follow `docs/INDEPENDENT-SECOND-REVIEWER.md`
26 (`/independent-second-reviewer`). A builder-session BV `pass` does not unlock DONE.
27
28 **Sibling (shipped / live-health claims only):** when the session claims a live deploy, production
29 health, or "shipped" outside the local repo, also run **`/deploy-verification-review`**
30 (`.cursor/skills/deploy-verification-review/SKILL.md`). Do **not** run it for ordinary kit-only
31 Auto builds — that would false-close non-ship phases. Build verification is never waived.
File History 1 commit
sha256:6abcf1fa82a7a621ccbc945f19acdba5bc0db54569599404a1452fb4a096a199 fix(ISR): default require_independent_second_reviewer to require Human minor 16 hours ago