Skip to content

Commit 0fa989f

Browse files
Jrakrudavedittrich
authored andcommitted
fix(retrospective): align SM ownership in workflow paths and handoff (bmad-code-org#770)
1 parent 3c3eb0f commit 0fa989f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/modules/bmm/workflows/4-implementation/story-approved/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Congratulations! You have completed all stories for this project.
118118

119119
**Next Steps:**
120120

121-
1. Run `retrospective` workflow with PM agent to review the project
121+
1. Run `retrospective` workflow with SM agent to review the project
122122
2. Close out the project
123123
3. Celebrate! 🎊
124124
{{/if}}

src/modules/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ phases:
128128
command: "integration-test"
129129
- id: "retrospective"
130130
required: true
131-
agent: "pm"
131+
agent: "sm"
132132
command: "retrospective"
133133

134134
story_naming: "story-<epic>.<story>.md"

src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ phases:
122122
epic_completion:
123123
- id: "retrospective"
124124
required: true
125-
agent: "pm"
125+
agent: "sm"
126126
command: "retrospective"
127127
note: "Critical for enterprise-scale learning"
128128

src/modules/bmm/workflows/workflow-status/paths/game-design.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ phases:
109109
command: "playtest"
110110
- id: "retrospective"
111111
optional: true
112-
agent: "pm"
112+
agent: "sm"
113113

114114
story_naming:
115115
level_0_1: "story-<feature>.md"

src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ phases:
9595
epic_completion:
9696
- id: "retrospective"
9797
optional: true
98-
agent: "pm"
98+
agent: "sm"
9999
command: "retrospective"
100100
note: "After each epic completes"
101101

src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ phases:
101101
epic_completion:
102102
- id: "retrospective"
103103
recommended: true
104-
agent: "pm"
104+
agent: "sm"
105105
command: "retrospective"
106106

107107
story_naming: "story-<epic>.<story>.md"

src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ phases:
103103
epic_completion:
104104
- id: "retrospective"
105105
required: true
106-
agent: "pm"
106+
agent: "sm"
107107
command: "retrospective"
108108
note: "Critical for enterprise-scale learning"
109109

0 commit comments

Comments
 (0)