fix(retrospective): align SM ownership in workflow paths and handoff (#770)
This commit is contained in:
@@ -118,7 +118,7 @@ Congratulations! You have completed all stories for this project.
|
|||||||
|
|
||||||
**Next Steps:**
|
**Next Steps:**
|
||||||
|
|
||||||
1. Run `retrospective` workflow with PM agent to review the project
|
1. Run `retrospective` workflow with SM agent to review the project
|
||||||
2. Close out the project
|
2. Close out the project
|
||||||
3. Celebrate! 🎊
|
3. Celebrate! 🎊
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ phases:
|
|||||||
command: "integration-test"
|
command: "integration-test"
|
||||||
- id: "retrospective"
|
- id: "retrospective"
|
||||||
required: true
|
required: true
|
||||||
agent: "pm"
|
agent: "sm"
|
||||||
command: "retrospective"
|
command: "retrospective"
|
||||||
|
|
||||||
story_naming: "story-<epic>.<story>.md"
|
story_naming: "story-<epic>.<story>.md"
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ phases:
|
|||||||
epic_completion:
|
epic_completion:
|
||||||
- id: "retrospective"
|
- id: "retrospective"
|
||||||
required: true
|
required: true
|
||||||
agent: "pm"
|
agent: "sm"
|
||||||
command: "retrospective"
|
command: "retrospective"
|
||||||
note: "Critical for enterprise-scale learning"
|
note: "Critical for enterprise-scale learning"
|
||||||
|
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ phases:
|
|||||||
command: "playtest"
|
command: "playtest"
|
||||||
- id: "retrospective"
|
- id: "retrospective"
|
||||||
optional: true
|
optional: true
|
||||||
agent: "pm"
|
agent: "sm"
|
||||||
|
|
||||||
story_naming:
|
story_naming:
|
||||||
level_0_1: "story-<feature>.md"
|
level_0_1: "story-<feature>.md"
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ phases:
|
|||||||
epic_completion:
|
epic_completion:
|
||||||
- id: "retrospective"
|
- id: "retrospective"
|
||||||
optional: true
|
optional: true
|
||||||
agent: "pm"
|
agent: "sm"
|
||||||
command: "retrospective"
|
command: "retrospective"
|
||||||
note: "After each epic completes"
|
note: "After each epic completes"
|
||||||
|
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ phases:
|
|||||||
epic_completion:
|
epic_completion:
|
||||||
- id: "retrospective"
|
- id: "retrospective"
|
||||||
recommended: true
|
recommended: true
|
||||||
agent: "pm"
|
agent: "sm"
|
||||||
command: "retrospective"
|
command: "retrospective"
|
||||||
|
|
||||||
story_naming: "story-<epic>.<story>.md"
|
story_naming: "story-<epic>.<story>.md"
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ phases:
|
|||||||
epic_completion:
|
epic_completion:
|
||||||
- id: "retrospective"
|
- id: "retrospective"
|
||||||
required: true
|
required: true
|
||||||
agent: "pm"
|
agent: "sm"
|
||||||
command: "retrospective"
|
command: "retrospective"
|
||||||
note: "Critical for enterprise-scale learning"
|
note: "Critical for enterprise-scale learning"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user