From 53045d35b1e350fcd8c614a4c93278f9a50740fe Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Mon, 5 Jan 2026 06:31:19 -0800 Subject: [PATCH] refactor(code-review): move NEXT STEP DIRECTIVE after COMPLETION CHECKLIST MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Logical flow: verify checklist → then declare next step Not: declare next step → then verify checklist 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 --- .../code-review/steps/step-01-load-story.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md index 1544f917..ca4b16dc 100644 --- a/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md +++ b/src/modules/bmm/workflows/4-implementation/code-review/steps/step-01-load-story.md @@ -97,14 +97,6 @@ Set `git_discrepancies` with categories: --- -## NEXT STEP DIRECTIVE - -**CRITICAL:** When this step completes, explicitly state: - -"**NEXT:** Loading `step-02-build-attack-plan.md`" - ---- - ## COMPLETION CHECKLIST Before proceeding to the next step, verify ALL of the following: @@ -119,3 +111,11 @@ Before proceeding to the next step, verify ALL of the following: **If any criterion is not met:** Report to the user immediately and HALT the workflow. +--- + +## NEXT STEP DIRECTIVE + +**CRITICAL:** When this step completes, explicitly state: + +"**NEXT:** Loading `step-02-build-attack-plan.md`" +