From bd450d0c71074ca7f810daa395754533a2a4e4de Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Wed, 1 Apr 2026 08:01:01 -0700 Subject: [PATCH] fix(checkpoint): make review_mode a numbered cascade, not independent bullets Co-Authored-By: Claude Opus 4.6 --- .../bmad-checkpoint-preview/step-01-orientation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md b/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md index 364447326..a0bf822f0 100644 --- a/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md +++ b/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md @@ -55,11 +55,11 @@ Set `change_type` based on how the user referred to the change: | A description (e.g. "the auth refactor") | use their words (e.g. `auth refactor`) | | Nothing specific / ambiguous | `change` | -Set `review_mode` based on what ENRICH found: +Set `review_mode` — pick the first match: -- **`full-trail`** — spec exists and has a `## Suggested Review Order` section. Intent source: spec's Intent section. -- **`spec-only`** — spec exists but has no Suggested Review Order. Intent source: spec's Intent section. -- **`bare-commit`** — no spec found. Intent source: commit message. If the commit message is terse (under 10 words), scan the diff for the primary change pattern and draft a one-sentence intent. Confirm with the user before proceeding. +1. **`full-trail`** — ENRICH found a spec with a `## Suggested Review Order` section. Intent source: spec's Intent section. +2. **`spec-only`** — ENRICH found a spec but it has no Suggested Review Order. Intent source: spec's Intent section. +3. **`bare-commit`** — no spec found. Intent source: commit message. If the commit message is terse (under 10 words), scan the diff for the primary change pattern and draft a one-sentence intent. Confirm with the user before proceeding. ## PRODUCE ORIENTATION