From 072d0a74587ef1ea744d51f2dd4436ee2895758d Mon Sep 17 00:00:00 2001 From: Oneby Wang <44369297+oneby-wang@users.noreply.github.com> Date: Sun, 7 Jun 2026 09:37:51 +0800 Subject: [PATCH] fix(skills): renumber retrospective workflow steps (#2448) Co-authored-by: Brian --- .../bmad-retrospective/SKILL.md | 28 +++++++++---------- .../bmad-retrospective/customize.toml | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/bmm-skills/4-implementation/bmad-retrospective/SKILL.md b/src/bmm-skills/4-implementation/bmad-retrospective/SKILL.md index d885d0d99..07aec498a 100644 --- a/src/bmm-skills/4-implementation/bmad-retrospective/SKILL.md +++ b/src/bmm-skills/4-implementation/bmad-retrospective/SKILL.md @@ -225,12 +225,12 @@ Amelia (Developer): "Perfect. Epic {{epic_number}} is complete and ready for ret - + Load input files according to the Input Files table above. For SELECTIVE_LOAD inputs, load only the epic matching {{epic_number}}. For FULL_LOAD inputs, load the complete document. For INDEX_GUIDED inputs, check the index first and load relevant sections. After discovery, these content variables are available: {epics_content} (selective load for this epic), {architecture_content}, {prd_content}, {document_project_content} After discovery, these content variables are available: {epics_content} (selective load for this epic), {architecture_content}, {prd_content}, {document_project_content} - + Amelia (Developer): "Before we start the team discussion, let me review all the story records to surface key themes. This'll help us have a richer conversation." @@ -324,7 +324,7 @@ Amelia (Developer): "We'll get to all of it. But first, let me load the previous - + Calculate previous epic number: {{prev_epic_num}} = {{epic_number}} - 1 @@ -420,7 +420,7 @@ Charlie (Senior Dev): "First epic, first retro. Let's make it count." - + Calculate next epic number: {{next_epic_num}} = {{epic_number}} + 1 @@ -509,7 +509,7 @@ Amelia (Developer): "No problem. We'll still do a thorough retro on Epic {{epic_ - + Load agent roster from {agent_roster} Identify which agents participated in Epic {{epic_number}} based on story records @@ -599,7 +599,7 @@ Amelia (Developer): "Exactly. {user_name}, any questions before we dive in?" - + Amelia (Developer): "Let's start with the good stuff. What went well in Epic {{epic_number}}?" @@ -673,7 +673,7 @@ Alice (Product Owner): "I appreciate that. I could've been more proactive about Amelia (Developer): "This is good. We're identifying systemic improvements, not assigning blame." -Continue the discussion, weaving in patterns discovered from the deep story analysis (Step 2) +Continue the discussion, weaving in patterns discovered from the deep story analysis (Step 3) Amelia (Developer): "Speaking of patterns, I noticed something when reviewing all the story records..." @@ -744,13 +744,13 @@ Amelia (Developer): "Does that capture it? Anyone have something important we mi - + Amelia (Developer): "Normally we'd discuss preparing for the next epic, but since Epic {{next_epic_num}} isn't defined yet, let's skip to action items." - Skip to Step 8 + Skip to Step 9 @@ -868,7 +868,7 @@ Amelia (Developer): "{user_name}, does this preparation plan work for you?" - + Amelia (Developer): "Let's capture concrete action items from everything we've discussed." @@ -1109,7 +1109,7 @@ Amelia (Developer): "Everyone clear on what they own?" - + Amelia (Developer): "Before we close, I want to do a final readiness check." @@ -1292,7 +1292,7 @@ Charlie (Senior Dev): "Better to catch this now than three stories into the next - + Amelia (Developer): "We've covered a lot of ground today. Let me bring this retrospective to a close." @@ -1368,7 +1368,7 @@ Amelia (Developer): "See you all when prep work is done. Meeting adjourned!" - + Ensure retrospectives folder exists: {implementation_artifacts} Create folder if it doesn't exist @@ -1425,7 +1425,7 @@ Retrospective document was saved successfully, but {sprint_status_file} may need - + **✅ Retrospective Complete, {user_name}!** diff --git a/src/bmm-skills/4-implementation/bmad-retrospective/customize.toml b/src/bmm-skills/4-implementation/bmad-retrospective/customize.toml index 2983b9fde..0c4fed776 100644 --- a/src/bmm-skills/4-implementation/bmad-retrospective/customize.toml +++ b/src/bmm-skills/4-implementation/bmad-retrospective/customize.toml @@ -34,7 +34,7 @@ persistent_facts = [ "file:{project-root}/**/project-context.md", ] -# Scalar: executed when the workflow reaches Step 12 (Final Summary and Handoff), +# Scalar: executed when the workflow reaches Step 13 (Final Summary and Handoff), # after the retrospective document is saved and sprint-status is updated. Override wins. # Leave empty for no custom post-completion behavior.