diff --git a/src/modules/bmm/tasks/daily-standup.xml b/src/modules/bmm/tasks/daily-standup.xml index d41c362c..2c9950b1 100644 --- a/src/modules/bmm/tasks/daily-standup.xml +++ b/src/modules/bmm/tasks/daily-standup.xml @@ -10,7 +10,7 @@ Check for stories folder at {project-root}{output_folder}/stories/ Find current story by identifying highest numbered story file - Read story status (In Progress, Ready for Review, etc.) + Read story status (in-progress, review, etc.) Extract agent notes from Dev Agent Record, TEA Results, PO Notes sections Check for next story references from epics Identify blockers from story sections diff --git a/src/modules/bmm/workflows/4-implementation/dev-story/checklist.md b/src/modules/bmm/workflows/4-implementation/dev-story/checklist.md index 01f4d820..86d6e9be 100644 --- a/src/modules/bmm/workflows/4-implementation/dev-story/checklist.md +++ b/src/modules/bmm/workflows/4-implementation/dev-story/checklist.md @@ -57,7 +57,7 @@ validation-rules: ## 🔚 Final Status Verification -- [ ] **Story Status Updated:** Story Status set to "Ready for Review" +- [ ] **Story Status Updated:** Story Status set to "review" - [ ] **Sprint Status Updated:** Sprint status updated to "review" (when sprint tracking is used) - [ ] **Quality Gates Passed:** All quality checks and validations completed successfully - [ ] **No HALT Conditions:** No blocking issues or incomplete work remaining diff --git a/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml b/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml index 1dd5df41..fac48f1a 100644 --- a/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +++ b/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml @@ -324,7 +324,7 @@ Run the full regression suite (do not skip) Confirm File List includes every changed file Execute enhanced definition-of-done validation - Update the story Status to: "Ready for Review" + Update the story Status to: "review" Validate definition-of-done checklist with essential requirements: @@ -348,17 +348,17 @@ Verify current status is "in-progress" (expected previous state) Update development_status[{{story_key}}] = "review" Save file, preserving ALL comments and structure including STATUS DEFINITIONS - ✅ Story marked Ready for Review in sprint status + ✅ Story status updated to "review" in sprint-status.yaml - â„šī¸ Story marked Ready for Review in story file (no sprint tracking configured) + â„šī¸ Story status updated to "review" in story file (no sprint tracking configured) âš ī¸ Story file updated, but sprint-status update failed: {{story_key}} not found - Story is marked Ready for Review in file, but sprint-status.yaml may be out of sync. + Story status is set to "review" in file, but sprint-status.yaml may be out of sync. @@ -375,7 +375,7 @@ Communicate to {user_name} that story implementation is complete and ready for review Summarize key accomplishments: story ID, story key, title, key changes made, tests added, files modified - Provide the story file path and current status (now "Ready for Review") + Provide the story file path and current status (now "review") Based on {user_skill_level}, ask if user needs any explanations about: - What was implemented and how it works