refactor(code-review): move NEXT STEP DIRECTIVE after COMPLETION CHECKLIST
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 <noreply@anthropic.com>
This commit is contained in:
parent
b3643af6dc
commit
53045d35b1
|
|
@ -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`"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue