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

This commit is contained in:
Jrakru
2025-10-20 08:19:11 -04:00
committed by GitHub
parent 31666c1f0f
commit c2b3e797e7
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

@@ -122,7 +122,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

@@ -95,7 +95,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

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