check-ok-thinking.mdc
40 lines 1.6 KB
Raw
sha256:0e9549ec7b463911bc08b7d586dc320b1ac9b1f5c943ee7e3865dcc6cb0f6f83 chore(governance): sync handover+roadmap to 84db8c8 (drift:… Human 9 hours ago
1 ---
2 description: Thinking sessions get the same freeze + build-verification honesty gates as roadmap loops (Check OK)
3 alwaysApply: true
4 ---
5
6 # Check OK — Thinking session honesty gates
7
8 When a session is **Thinking** (Model label Thinking / thinking-high / Thinking → Auto),
9 the same twin gates used on ROADMAP phases apply — even if the work is **not** a roadmap
10 row (side research, spike, consumer experiment).
11
12 ## Beginning gate (spec)
13
14 Before Auto build depends on the Thinking output, or before treating a side-check doc as
15 ground truth:
16
17 1. Ensure a freeze artifact exists (`frozen: true`) — roadmap PHASE doc **or**
18 `docs/reviews/<date>-<slug>.md` via **`/check-ok`** / `ok check-ok --scaffold-only`
19 2. Run **`/freeze-review`** or **`/freeze-review-loop`** (thinking-high)
20 3. Mechanical gate: `ok check-ok --path <artifact>` (same engine as `ok review --freeze`)
21 4. Do **not** start Auto until verdict is **`pass`** (or human clears `blocked`)
22
23 ## End gate (implementation)
24
25 After code/tests claim the work is done:
26
27 1. Run **`/build-verification-review`** (thinking-high; independent posture)
28 2. Do **not** mark DONE / “shipped” / “OK” until verdict is **`pass`**
29
30 ## Operator shortcut
31
32 Anyone may type **Check OK** or **`/check-ok`** in Cursor or Claude Code. Copilot and
33 other assistants: paste `docs/CHECK-OK.md` or run `ok check-ok` in the terminal.
34 No new `docs.lanes` entry for one-offs.
35
36 ## Same code everywhere
37
38 Consumers get Cursor + Claude Code skill copies via **`ok sync`**
39 (`.cursor/skills/**` and `.claude/skills/**`). The review engine is kit CLI
40 (`tools/freeze_reviewer/`) — not a per-repo fork.
File History 1 commit
sha256:6abcf1fa82a7a621ccbc945f19acdba5bc0db54569599404a1452fb4a096a199 fix(ISR): default require_independent_second_reviewer to require Human minor 9 hours ago