fix(retrospective): align SM ownership in workflow paths and handoff

This commit is contained in:
Jean Philippe Wan 2025-10-19 09:42:46 -04:00
parent 940cc15751
commit f4c3eb72ee
7 changed files with 7 additions and 7 deletions

View File

@ -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}}

View File

@ -128,7 +128,7 @@ phases:
command: "integration-test"
- id: "retrospective"
required: true
agent: "pm"
agent: "sm"
command: "retrospective"
story_naming: "story-<epic>.<story>.md"

View File

@ -136,7 +136,7 @@ phases:
epic_completion:
- id: "retrospective"
required: true
agent: "pm"
agent: "sm"
command: "retrospective"
note: "Critical for enterprise-scale learning"

View File

@ -109,7 +109,7 @@ phases:
command: "playtest"
- id: "retrospective"
optional: true
agent: "pm"
agent: "sm"
story_naming:
level_0_1: "story-<feature>.md"

View File

@ -84,7 +84,7 @@ phases:
epic_completion:
- id: "retrospective"
optional: true
agent: "pm"
agent: "sm"
command: "retrospective"
note: "After each epic completes"

View File

@ -101,7 +101,7 @@ phases:
epic_completion:
- id: "retrospective"
recommended: true
agent: "pm"
agent: "sm"
command: "retrospective"
story_naming: "story-<epic>.<story>.md"

View File

@ -108,7 +108,7 @@ phases:
epic_completion:
- id: "retrospective"
required: true
agent: "pm"
agent: "sm"
command: "retrospective"
note: "Critical for enterprise-scale learning"