From 4424ffff3e3fd80e60fa8c9657d29c800112b634 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Wed, 1 Apr 2026 07:59:59 -0700 Subject: [PATCH] fix(checkpoint): clarify review_mode and terse-commit instructions in step-01 Replace opaque Review Mode table with explicit set-variable instructions. Scope terse commit message handling to bare-commit mode only. Co-Authored-By: Claude Opus 4.6 --- .../bmad-checkpoint-preview/step-01-orientation.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 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 a484ce066..364447326 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,13 +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` | -| What you have | Review Mode | Intent Source | -|---|---|---| -| Spec with `## Suggested Review Order` | `full-trail` | Spec's Intent section | -| Spec without trail | `spec-only` | Spec's Intent section | -| Commit ref, no spec | `bare-commit` | Commit message | +Set `review_mode` based on what ENRICH found: -**Terse commit messages** (under 10 words): Scan the diff for the primary change pattern and draft a one-sentence intent. Confirm with the user before proceeding. +- **`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. ## PRODUCE ORIENTATION