fix(retrospective): align SM ownership in workflow paths and handoff
This commit is contained in:
parent
940cc15751
commit
f4c3eb72ee
|
|
@ -118,7 +118,7 @@ Congratulations! You have completed all stories for this project.
|
|||
|
||||
**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
|
||||
3. Celebrate! 🎊
|
||||
{{/if}}
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ phases:
|
|||
command: "integration-test"
|
||||
- id: "retrospective"
|
||||
required: true
|
||||
agent: "pm"
|
||||
agent: "sm"
|
||||
command: "retrospective"
|
||||
|
||||
story_naming: "story-<epic>.<story>.md"
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ phases:
|
|||
epic_completion:
|
||||
- id: "retrospective"
|
||||
required: true
|
||||
agent: "pm"
|
||||
agent: "sm"
|
||||
command: "retrospective"
|
||||
note: "Critical for enterprise-scale learning"
|
||||
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ phases:
|
|||
command: "playtest"
|
||||
- id: "retrospective"
|
||||
optional: true
|
||||
agent: "pm"
|
||||
agent: "sm"
|
||||
|
||||
story_naming:
|
||||
level_0_1: "story-<feature>.md"
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ phases:
|
|||
epic_completion:
|
||||
- id: "retrospective"
|
||||
optional: true
|
||||
agent: "pm"
|
||||
agent: "sm"
|
||||
command: "retrospective"
|
||||
note: "After each epic completes"
|
||||
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ phases:
|
|||
epic_completion:
|
||||
- id: "retrospective"
|
||||
recommended: true
|
||||
agent: "pm"
|
||||
agent: "sm"
|
||||
command: "retrospective"
|
||||
|
||||
story_naming: "story-<epic>.<story>.md"
|
||||
|
|
|
|||
|
|
@ -108,7 +108,7 @@ phases:
|
|||
epic_completion:
|
||||
- id: "retrospective"
|
||||
required: true
|
||||
agent: "pm"
|
||||
agent: "sm"
|
||||
command: "retrospective"
|
||||
note: "Critical for enterprise-scale learning"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue