diff --git a/src/bmm/workflows/1-analysis/bmad-product-brief-preview/SKILL.md b/src/bmm/workflows/1-analysis/bmad-product-brief-preview/SKILL.md
index adeda50f7..3d0a87b3d 100644
--- a/src/bmm/workflows/1-analysis/bmad-product-brief-preview/SKILL.md
+++ b/src/bmm/workflows/1-analysis/bmad-product-brief-preview/SKILL.md
@@ -84,5 +84,5 @@ Check activation context immediately:
## External Skills
-This workflow uses:
-- `bmad-init` — Configuration loading (module: bmm)
+This workflow may invoke:
+- `bmad-init` — Invoke for configuration loading (module: bmm)
diff --git a/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/contextual-discovery.md b/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/contextual-discovery.md
index 6950a1da5..68e12bfe1 100644
--- a/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/contextual-discovery.md
+++ b/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/contextual-discovery.md
@@ -12,9 +12,9 @@ Now that you know what the brief is about, fan out subagents in parallel to gath
**Launch in parallel:**
-1. **Artifact Analyzer** (`agents/artifact-analyzer.md`) — Scans `{planning_artifacts}` and `{project_knowledge}` for relevant documents. Also scans any specific paths the user provided. Returns structured synthesis of what it found.
+1. **Artifact Analyzer** (`../agents/artifact-analyzer.md`) — Scans `{planning_artifacts}` and `{project_knowledge}` for relevant documents. Also scans any specific paths the user provided. Returns structured synthesis of what it found.
-2. **Web Researcher** (`agents/web-researcher.md`) — Searches for competitive landscape, market context, trends, and relevant industry data. Returns structured findings scoped to the product domain.
+2. **Web Researcher** (`../agents/web-researcher.md`) — Searches for competitive landscape, market context, trends, and relevant industry data. Returns structured findings scoped to the product domain.
### Graceful Degradation
@@ -38,20 +38,20 @@ Once subagent results return (or inline scanning completes):
- Highlight anything surprising or worth discussing
- Share the gaps you've identified
- Ask: "Anything else you'd like to add, or shall we move on to filling in the details?"
-- Route to `prompts/guided-elicitation.md`
+- Route to `guided-elicitation.md`
**Yolo mode:**
- Absorb all findings silently
-- Skip directly to `prompts/draft-and-review.md` — you have enough to draft
+- Skip directly to `draft-and-review.md` — you have enough to draft
- The user will refine later
**Headless mode:**
- Absorb all findings
-- Skip directly to `prompts/draft-and-review.md`
+- Skip directly to `draft-and-review.md`
- No interaction
## Stage Complete
This stage is complete when subagent results (or inline scanning fallback) have returned and findings are merged with user context. Route per mode:
-- **Guided** → `prompts/guided-elicitation.md`
-- **Yolo / Headless** → `prompts/draft-and-review.md`
+- **Guided** → `guided-elicitation.md`
+- **Yolo / Headless** → `draft-and-review.md`
diff --git a/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/draft-and-review.md b/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/draft-and-review.md
index b2d225a01..e6dd8cf1b 100644
--- a/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/draft-and-review.md
+++ b/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/draft-and-review.md
@@ -8,7 +8,7 @@
## Step 1: Draft the Executive Brief
-Use `resources/brief-template.md` as a guide — adapt structure to fit the product's story.
+Use `../resources/brief-template.md` as a guide — adapt structure to fit the product's story.
**Writing principles:**
- **Executive audience** — persuasive, clear, concise. 1-2 pages.
@@ -36,9 +36,9 @@ Before showing the draft to the user, run it through multiple review lenses in p
**Launch in parallel:**
-1. **Skeptic Reviewer** (`agents/skeptic-reviewer.md`) — "What's missing? What assumptions are untested? What could go wrong? Where is the brief vague or hand-wavy?"
+1. **Skeptic Reviewer** (`../agents/skeptic-reviewer.md`) — "What's missing? What assumptions are untested? What could go wrong? Where is the brief vague or hand-wavy?"
-2. **Opportunity Reviewer** (`agents/opportunity-reviewer.md`) — "What adjacent value propositions are being missed? What market angles or partnerships could strengthen this? What's underemphasized?"
+2. **Opportunity Reviewer** (`../agents/opportunity-reviewer.md`) — "What adjacent value propositions are being missed? What market angles or partnerships could strengthen this? What's underemphasized?"
3. **Contextual Reviewer** — You (the main agent) pick the most useful third lens based on THIS specific product. Choose the lens that addresses the SINGLE BIGGEST RISK that the skeptic and opportunity reviewers won't naturally catch. Examples:
- For healthtech: "Regulatory and compliance risk reviewer"
@@ -65,7 +65,7 @@ After all reviews complete:
## Step 4: Present to User
-**Headless mode:** Skip to `prompts/finalize.md` — no user interaction. Save the improved draft directly.
+**Headless mode:** Skip to `finalize.md` — no user interaction. Save the improved draft directly.
**Yolo and Guided modes:**
@@ -83,4 +83,4 @@ Present reviewer findings with brief rationale, then offer: "Want me to dig into
## Stage Complete
-This stage is complete when: (a) the draft has been reviewed by all three lenses and improvements integrated, AND either (autonomous) save and route directly, or (guided/yolo) the user is satisfied. Route to `prompts/finalize.md`.
+This stage is complete when: (a) the draft has been reviewed by all three lenses and improvements integrated, AND either (autonomous) save and route directly, or (guided/yolo) the user is satisfied. Route to `finalize.md`.
diff --git a/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/finalize.md b/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/finalize.md
index aedcdd4b1..b51c8afd3 100644
--- a/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/finalize.md
+++ b/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/finalize.md
@@ -72,4 +72,4 @@ purpose: "Token-efficient context for downstream PRD creation"
## Stage Complete
-This is the terminal stage. After delivering the completion message and file paths, the workflow is done. If the user requests further revisions, loop back to `prompts/draft-and-review.md`. Otherwise, exit.
+This is the terminal stage. After delivering the completion message and file paths, the workflow is done. If the user requests further revisions, loop back to `draft-and-review.md`. Otherwise, exit.
diff --git a/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md b/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md
index ec2e7705d..a5d0e3a1b 100644
--- a/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md
+++ b/src/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md
@@ -5,7 +5,7 @@
**Goal:** Fill the gaps in what you know. By now you have the user's brain dump, artifact analysis, and web research. This stage is about smart, targeted questioning — not rote section-by-section interrogation.
-**Skip this stage entirely in Yolo and Autonomous modes** — go directly to `prompts/draft-and-review.md`.
+**Skip this stage entirely in Yolo and Autonomous modes** — go directly to `draft-and-review.md`.
## Approach
@@ -67,4 +67,4 @@ If the user is providing complete, confident answers and you have solid coverage
## Stage Complete
-This stage is complete when sufficient substance exists to draft a compelling brief and the user confirms readiness. Route to `prompts/draft-and-review.md`.
+This stage is complete when sufficient substance exists to draft a compelling brief and the user confirms readiness. Route to `draft-and-review.md`.
diff --git a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md
index fa61b982d..7c2a899bc 100644
--- a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md
+++ b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md
@@ -3,7 +3,6 @@ name: 'step-e-01-discovery'
description: 'Discovery & Understanding - Understand what user wants to edit and detect PRD format'
# File references (ONLY variables used in this step)
-altStepFile: './step-e-01b-legacy-conversion.md'
prdPurpose: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
---
@@ -188,7 +187,7 @@ Display: "**Edit Requirements Understood**
**Proceeding to deep review and analysis...**"
-Read fully and follow: next step (step-e-02-review.md)
+Read fully and follow: [step-e-02-review.md](step-e-02-review.md)
**IF PRD is Legacy (Non-Standard) AND no validation report:**
@@ -215,7 +214,7 @@ Present MENU OPTIONS below for user selection
#### Menu Handling Logic:
-- IF C (Convert): Read fully and follow: {altStepFile} (step-e-01b-legacy-conversion.md)
+- IF C (Convert): Read fully and follow: [step-e-01b-legacy-conversion.md](step-e-01b-legacy-conversion.md)
- IF E (Edit As-Is): Display "Proceeding with edits..." then load next step
- IF X (Exit): Display summary and exit
- IF Any other: help user, then redisplay menu
diff --git a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md
index d13531d26..7bbdbfa0f 100644
--- a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md
+++ b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md
@@ -3,7 +3,6 @@ name: 'step-e-01b-legacy-conversion'
description: 'Legacy PRD Conversion Assessment - Analyze legacy PRD and propose conversion strategy'
# File references (ONLY variables used in this step)
-nextStepFile: './step-e-02-review.md'
prdFile: '{prd_file_path}'
prdPurpose: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
---
@@ -182,7 +181,7 @@ Edit goals: {summary}
**Proceeding to deep review...**"
-Read fully and follow: {nextStepFile} (step-e-02-review.md)
+Read fully and follow: [step-e-02-review.md](step-e-02-review.md)
---
diff --git a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md
index 042df8c77..1c7c472a4 100644
--- a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md
+++ b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md
@@ -3,7 +3,6 @@ name: 'step-e-02-review'
description: 'Deep Review & Analysis - Thoroughly review existing PRD and prepare detailed change plan'
# File references (ONLY variables used in this step)
-nextStepFile: './step-e-03-edit.md'
prdFile: '{prd_file_path}'
validationReport: '{validation_report_path}' # If provided
prdPurpose: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
@@ -204,7 +203,7 @@ Display: "**Change Plan Approved**
**Proceeding to edit step...**"
-Read fully and follow: {nextStepFile} (step-e-03-edit.md)
+Read fully and follow: [step-e-03-edit.md](step-e-03-edit.md)
### 7. Present MENU OPTIONS (If User Wants Discussion)
@@ -221,7 +220,7 @@ Read fully and follow: {nextStepFile} (step-e-03-edit.md)
- IF A: Invoke the `bmad-advanced-elicitation` skill, then return to discussion
- IF P: Invoke the `bmad-party-mode` skill, then return to discussion
-- IF C: Document approval, then load {nextStepFile}
+- IF C: Document approval, then load [step-e-03-edit.md](step-e-03-edit.md)
- IF Any other: discuss, then redisplay menu
---
diff --git a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md
index 133a6f5c2..5f8b73029 100644
--- a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md
+++ b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md
@@ -3,7 +3,6 @@ name: 'step-e-03-edit'
description: 'Edit & Update - Apply changes to PRD following approved change plan'
# File references (ONLY variables used in this step)
-nextStepFile: './step-e-04-complete.md'
prdFile: '{prd_file_path}'
prdPurpose: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
---
@@ -211,10 +210,8 @@ Display:
### 8. Present MENU OPTIONS
-**[V] Run Validation** - Execute full validation workflow (steps-v/step-v-01-discovery.md)
-**[S] Summary Only** - End with summary of changes (no validation)
+**[C] Continue** - Proceed to completion and next steps
**[A] Adjust** - Make additional edits
-**[X] Exit** - Exit edit workflow
#### EXECUTION RULES:
@@ -223,10 +220,8 @@ Display:
#### Menu Handling Logic:
-- IF V (Validate): Display "Starting validation workflow..." then read fully and follow: steps-v/step-v-01-discovery.md
-- IF S (Summary): Present edit summary and exit
+- IF C (Continue): Read fully and follow: [step-e-04-complete.md](step-e-04-complete.md)
- IF A (Adjust): Accept additional requirements, loop back to editing
-- IF X (Exit): Display summary and exit
---
@@ -239,8 +234,7 @@ Display:
- Restructuring completed (if needed)
- Frontmatter updated accurately
- Final verification confirms changes
-- User can proceed to validation or exit with summary
-- Option to run validation seamlessly integrates edit and validate modes
+- User can proceed to completion step or adjust edits
### ❌ SYSTEM FAILURE:
@@ -251,4 +245,4 @@ Display:
- No final verification
- Not saving updated PRD
-**Master Rule:** Execute the plan exactly as approved. PRD is now ready for validation or downstream use. Validation integration ensures quality.
+**Master Rule:** Execute the plan exactly as approved. PRD is now ready for validation or downstream use.
diff --git a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md
index ad394488e..cc427f6b5 100644
--- a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md
+++ b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md
@@ -127,7 +127,7 @@ Display:
- Display: "**Additional Edits**"
- Ask: "What additional edits would you like to make?"
- Accept input, then display: "**Returning to edit step...**"
- - Read fully and follow: step-e-03-edit.md again
+ - Read fully and follow: [step-e-03-edit.md](step-e-03-edit.md) again
- **IF S (Summary):**
- Display detailed summary including:
diff --git a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/workflow.md b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/workflow.md
index a765a5459..d68b90bc5 100644
--- a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/workflow.md
+++ b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/workflow.md
@@ -1,6 +1,5 @@
---
main_config: '{project-root}/_bmad/bmm/config.yaml'
-editWorkflow: './steps-e/step-e-01-discovery.md'
---
# PRD Edit Workflow
@@ -61,4 +60,4 @@ Load and read full config from {main_config} and resolve:
Prompt for PRD path: "Which PRD would you like to edit? Please provide the path to the PRD.md file."
-Then read fully and follow: `{editWorkflow}` (steps-e/step-e-01-discovery.md)
+Then read fully and follow: [steps-e/step-e-01-discovery.md](steps-e/step-e-01-discovery.md)
diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md
index decc5579a..9ac4cc4d9 100644
--- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md
+++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md
@@ -180,9 +180,9 @@ Display:
- After review, return to menu
- **IF E (Use Edit Workflow):**
- - Explain: "The Edit workflow (steps-e/) can use this validation report to systematically address issues. Edit mode will guide you through discovering what to edit, reviewing the PRD, and applying targeted improvements."
+ - Explain: "The Edit workflow can use this validation report to systematically address issues. Edit mode will guide you through discovering what to edit, reviewing the PRD, and applying targeted improvements."
- Offer: "Would you like to launch Edit mode now? It will help you fix validation findings systematically."
- - If yes: Read fully and follow: steps-e/step-e-01-discovery.md
+ - If yes: Invoke the `bmad-edit-prd` skill, passing the validation report path as context
- If no: Return to menu
- **IF F (Fix Simpler Items):**
diff --git a/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-01-init.md b/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-01-init.md
index c2933dfb8..00ea5c205 100644
--- a/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-01-init.md
+++ b/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-01-init.md
@@ -112,13 +112,13 @@ Report what was found:
**Documents Found:**
-- PRD: {number of PRD files loaded or "None found - REQUIRED"}
-- UX Design: {number of UX files loaded or "None found"}
-- Research: {number of research files loaded or "None found"}
-- Project docs: {number of project files loaded or "None found"}
-- Project context: {project_context_rules count of rules for AI agents found}
+- PRD: {{number_of_prd_files_loaded_or_none}}
+- UX Design: {{number_of_ux_files_loaded_or_none}}
+- Research: {{number_of_research_files_loaded_or_none}}
+- Project docs: {{number_of_project_files_loaded_or_none}}
+- Project context: {{project_context_rules_count}}
-**Files loaded:** {list of specific file names or "No additional documents found"}
+**Files loaded:** {{list_of_loaded_file_names}}
Ready to begin architectural decision making. Do you have any other documents you'd like me to include?
diff --git a/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-01b-continue.md b/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-01b-continue.md
index 977896afc..d7e1d14fe 100644
--- a/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-01b-continue.md
+++ b/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-01b-continue.md
@@ -64,13 +64,13 @@ Show the user their current progress:
- Input documents loaded: {{number of inputDocuments}} files
**Document Sections Found:**
-{list all H2/H3 sections found in the document}
+{{list_of_h2_h3_sections_found_in_document}}
-{if_incomplete_sections}
+{{if_incomplete_sections}}
**Incomplete Areas:**
-- {areas that appear incomplete or have placeholders}
- {/if_incomplete_sections}
+- {{areas_that_appear_incomplete_or_have_placeholders}}
+ {{/if_incomplete_sections}}
**What would you like to do?**
[R] Resume from where we left off
diff --git a/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-02-context.md b/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-02-context.md
index 96cb5c4e1..5ccffdc87 100644
--- a/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-02-context.md
+++ b/src/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-02-context.md
@@ -96,15 +96,15 @@ Present your analysis back to user for validation:
"I'm reviewing your project documentation for {{project_name}}.
-{if_epics_loaded}I see {{epic_count}} epics with {{story_count}} total stories.{/if_epics_loaded}
-{if_no_epics}I found {{fr_count}} functional requirements organized into {{fr_category_list}}.{/if_no_epics}
-{if_ux_loaded}I also found your UX specification which defines the user experience requirements.{/if_ux_loaded}
+{{if_epics_loaded}}I see {{epic_count}} epics with {{story_count}} total stories.{{/if_epics_loaded}}
+{{if_no_epics}}I found {{fr_count}} functional requirements organized into {{fr_category_list}}.{{/if_no_epics}}
+{{if_ux_loaded}}I also found your UX specification which defines the user experience requirements.{{/if_ux_loaded}}
**Key architectural aspects I notice:**
- [Summarize core functionality from FRs]
- [Note critical NFRs that will shape architecture]
-- {if_ux_loaded}[Note UX complexity and technical requirements]{/if_ux_loaded}
+- {{if_ux_loaded}}[Note UX complexity and technical requirements]{{/if_ux_loaded}}
- [Identify unique technical challenges or constraints]
- [Highlight any regulatory or compliance requirements]
diff --git a/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/steps/step-03-create-stories.md b/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/steps/step-03-create-stories.md
index 14caafeb3..5c17a5dc5 100644
--- a/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/steps/step-03-create-stories.md
+++ b/src/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/steps/step-03-create-stories.md
@@ -79,18 +79,18 @@ Stories must be independently completable in sequence:
**STORY FORMAT (from template):**
```
-### Story {N}.{M}: {story_title}
+### Story {{N}}.{{M}}: {{story_title}}
-As a {user_type},
-I want {capability},
-So that {value_benefit}.
+As a {{user_type}},
+I want {{capability}},
+So that {{value_benefit}}.
**Acceptance Criteria:**
-**Given** {precondition}
-**When** {action}
-**Then** {expected_outcome}
-**And** {additional_criteria}
+**Given** {{precondition}}
+**When** {{action}}
+**Then** {{expected_outcome}}
+**And** {{additional_criteria}}
```
**✅ GOOD STORY EXAMPLES:**
diff --git a/src/bmm/workflows/4-implementation/bmad-create-story/workflow.md b/src/bmm/workflows/4-implementation/bmad-create-story/workflow.md
index 7e5b47bc9..0acd8666b 100644
--- a/src/bmm/workflows/4-implementation/bmad-create-story/workflow.md
+++ b/src/bmm/workflows/4-implementation/bmad-create-story/workflow.md
@@ -344,7 +344,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
- Validate the newly created story file {story_file} against `./checklist.md` and apply any required fixes before finalizing
+ Validate the newly created story file {default_output_file} against `./checklist.md` and apply any required fixes before finalizing
Save story document unconditionally
diff --git a/src/bmm/workflows/4-implementation/bmad-retrospective/workflow.md b/src/bmm/workflows/4-implementation/bmad-retrospective/workflow.md
index 3f56f728c..958fe13ef 100644
--- a/src/bmm/workflows/4-implementation/bmad-retrospective/workflow.md
+++ b/src/bmm/workflows/4-implementation/bmad-retrospective/workflow.md
@@ -192,12 +192,12 @@ Bob (Scrum Master): "Perfect. Epic {{epic_number}} is complete and ready for ret
-
+
Load input files according to the Input Files table in INITIALIZATION. 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}
-
+
-
+
Calculate previous epic number: {{prev_epic_num}} = {{epic_number}} - 1
@@ -387,7 +387,7 @@ Charlie (Senior Dev): "First epic, first retro. Let's make it count."
-
+
Calculate next epic number: {{next_epic_num}} = {{epic_number}} + 1
@@ -476,7 +476,7 @@ Bob (Scrum Master): "No problem. We'll still do a thorough retro on Epic {{epic_
-
+
Load agent configurations from {agent_manifest}
Identify which agents participated in Epic {{epic_number}} based on story records
@@ -566,7 +566,7 @@ Bob (Scrum Master): "Exactly. {user_name}, any questions before we dive in?"
-
+
-
+
- Skip to Step 8
+ Skip to Step 9
-
+
-
+
-
+
-
+
Ensure retrospectives folder exists: {implementation_artifacts}
Create folder if it doesn't exist
@@ -1392,7 +1392,7 @@ Retrospective document was saved successfully, but {sprint_status_file} may need
-
+