diff --git a/src/modules/bmgd/workflows/4-production/code-review/instructions.md b/src/modules/bmgd/workflows/4-production/code-review/instructions.md
index 59b6ca6c..6280b8eb 100644
--- a/src/modules/bmgd/workflows/4-production/code-review/instructions.md
+++ b/src/modules/bmgd/workflows/4-production/code-review/instructions.md
@@ -23,7 +23,7 @@
Use {{story_path}} directly
Read COMPLETE story file and parse sections
Extract story_key from filename or story metadata
- Verify Status is "review" - if not, HALT with message: "Story status must be 'review' to proceed"
+ Verify Status is "review" or "ready-for-review" - if not, HALT with message: "Story status must be 'review' or 'ready-for-review' to proceed"
@@ -35,11 +35,11 @@
Find FIRST story (reading in order from top to bottom) where:
- Key matches pattern: number-number-name (e.g., "1-2-user-auth")
- NOT an epic key (epic-X) or retrospective (epic-X-retrospective)
- - Status value equals "review"
+ - Status value equals "review" OR "ready-for-review"
-
-