Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link

Copilot AI Oct 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider expanding the acronym for clarity: 'Run retrospective workflow with Scrum Master (SM) agent to review the project' to make this instruction self-explanatory for new contributors.

Suggested change
1. Run `retrospective` workflow with SM agent to review the project
1. Run `retrospective` workflow with Scrum Master (SM) agent to review the project

Copilot uses AI. Check for mistakes.
2. Close out the project
3. Celebrate! 🎊
{{/if}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ phases:
command: "integration-test"
- id: "retrospective"
required: true
agent: "pm"
agent: "sm"
command: "retrospective"

story_naming: "story-<epic>.<story>.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ phases:
epic_completion:
- id: "retrospective"
required: true
agent: "pm"
agent: "sm"
command: "retrospective"
note: "Critical for enterprise-scale learning"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ phases:
command: "playtest"
- id: "retrospective"
optional: true
agent: "pm"
agent: "sm"

story_naming:
level_0_1: "story-<feature>.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ phases:
epic_completion:
- id: "retrospective"
optional: true
agent: "pm"
agent: "sm"
command: "retrospective"
note: "After each epic completes"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ phases:
epic_completion:
- id: "retrospective"
recommended: true
agent: "pm"
agent: "sm"
command: "retrospective"

Comment on lines 101 to 106
Copy link

Copilot AI Oct 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The retrospective step definition is duplicated across multiple path files. Consider extracting a shared YAML anchor or central include for the epic_completion.retrospective step (with agent: 'sm') to keep all paths consistent and reduce future drift.

Copilot uses AI. Check for mistakes.
story_naming: "story-<epic>.<story>.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ phases:
epic_completion:
- id: "retrospective"
required: true
agent: "pm"
agent: "sm"
command: "retrospective"
note: "Critical for enterprise-scale learning"

Expand Down
Loading