diff --git a/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md b/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md
index 55574a3a..21afdc77 100644
--- a/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md
+++ b/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md
@@ -1,4 +1,4 @@
-The workflow execution engine is governed by: {project_root}/_bmad/core/tasks/workflow.xml
+The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml
You MUST have already loaded and processed: {installed_path}/workflow.yaml
Communicate all responses in {communication_language}
This is a meta-workflow that orchestrates the CIS brainstorming workflow with game-specific context and additional game design techniques
diff --git a/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md b/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md
index d47263ea..213a922e 100644
--- a/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md
+++ b/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md
@@ -2,7 +2,7 @@
-The workflow execution engine is governed by: {project_root}/_bmad/core/tasks/workflow.xml
+The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml
You MUST have already completed the GDD workflow
Communicate all responses in {communication_language}
This workflow creates detailed narrative content for story-driven games
diff --git a/src/modules/bmgd/workflows/4-production/create-story/checklist.md b/src/modules/bmgd/workflows/4-production/create-story/checklist.md
index b0f22385..55e6c397 100644
--- a/src/modules/bmgd/workflows/4-production/create-story/checklist.md
+++ b/src/modules/bmgd/workflows/4-production/create-story/checklist.md
@@ -33,7 +33,7 @@ This is a COMPETITION to create the **ULTIMATE story context** that makes LLM de
### **When Running from Create-Story Workflow:**
-- The `{project_root}/_bmad/core/tasks/validate-workflow.xml` framework will automatically:
+- The `{project-root}/_bmad/core/tasks/validate-workflow.xml` framework will automatically:
- Load this checklist file
- Load the newly created story file (`{story_file_path}`)
- Load workflow variables from `{installed_path}/workflow.yaml`
@@ -63,7 +63,7 @@ You will systematically re-do the entire story creation process, but with a crit
1. **Load the workflow configuration**: `{installed_path}/workflow.yaml` for variable inclusion
2. **Load the story file**: `{story_file_path}` (provided by user or discovered)
-3. **Load validation framework**: `{project_root}/_bmad/core/tasks/validate-workflow.xml`
+3. **Load validation framework**: `{project-root}/_bmad/core/tasks/validate-workflow.xml`
4. **Extract metadata**: epic_num, story_num, story_key, story_title from story file
5. **Resolve all workflow variables**: story_dir, output_folder, epics_file, architecture_file, etc.
6. **Understand current status**: What story implementation guidance is currently provided?
diff --git a/src/modules/bmm/workflows/4-implementation/create-story/checklist.md b/src/modules/bmm/workflows/4-implementation/create-story/checklist.md
index b0f22385..55e6c397 100644
--- a/src/modules/bmm/workflows/4-implementation/create-story/checklist.md
+++ b/src/modules/bmm/workflows/4-implementation/create-story/checklist.md
@@ -33,7 +33,7 @@ This is a COMPETITION to create the **ULTIMATE story context** that makes LLM de
### **When Running from Create-Story Workflow:**
-- The `{project_root}/_bmad/core/tasks/validate-workflow.xml` framework will automatically:
+- The `{project-root}/_bmad/core/tasks/validate-workflow.xml` framework will automatically:
- Load this checklist file
- Load the newly created story file (`{story_file_path}`)
- Load workflow variables from `{installed_path}/workflow.yaml`
@@ -63,7 +63,7 @@ You will systematically re-do the entire story creation process, but with a crit
1. **Load the workflow configuration**: `{installed_path}/workflow.yaml` for variable inclusion
2. **Load the story file**: `{story_file_path}` (provided by user or discovered)
-3. **Load validation framework**: `{project_root}/_bmad/core/tasks/validate-workflow.xml`
+3. **Load validation framework**: `{project-root}/_bmad/core/tasks/validate-workflow.xml`
4. **Extract metadata**: epic_num, story_num, story_key, story_title from story file
5. **Resolve all workflow variables**: story_dir, output_folder, epics_file, architecture_file, etc.
6. **Understand current status**: What story implementation guidance is currently provided?
diff --git a/src/modules/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md b/src/modules/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md
index 2902a8f6..30d32ed3 100644
--- a/src/modules/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md
+++ b/src/modules/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md
@@ -1,7 +1,7 @@
# Create Data Flow Diagram - Workflow Instructions
```xml
-The workflow execution engine is governed by: {project_root}/_bmad/core/tasks/workflow.xml
+The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml
You MUST have already loaded and processed: {installed_path}/workflow.yaml
This workflow creates data flow diagrams (DFD) in Excalidraw format.
diff --git a/src/modules/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md b/src/modules/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md
index 1595bad1..407a76bf 100644
--- a/src/modules/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md
+++ b/src/modules/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md
@@ -1,7 +1,7 @@
# Create Diagram - Workflow Instructions
```xml
-The workflow execution engine is governed by: {project_root}/_bmad/core/tasks/workflow.xml
+The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml
You MUST have already loaded and processed: {installed_path}/workflow.yaml
This workflow creates system architecture diagrams, ERDs, UML diagrams, or general technical diagrams in Excalidraw format.
diff --git a/src/modules/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md b/src/modules/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md
index b70607c7..74267905 100644
--- a/src/modules/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md
+++ b/src/modules/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md
@@ -1,7 +1,7 @@
# Create Flowchart - Workflow Instructions
```xml
-The workflow execution engine is governed by: {project_root}/_bmad/core/tasks/workflow.xml
+The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml
You MUST have already loaded and processed: {installed_path}/workflow.yaml
This workflow creates a flowchart visualization in Excalidraw format for processes, pipelines, or logic flows.
diff --git a/src/modules/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md b/src/modules/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md
index cc727434..dc9506b0 100644
--- a/src/modules/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md
+++ b/src/modules/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md
@@ -1,7 +1,7 @@
# Create Wireframe - Workflow Instructions
```xml
-The workflow execution engine is governed by: {project_root}/_bmad/core/tasks/workflow.xml
+The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml
You MUST have already loaded and processed: {installed_path}/workflow.yaml
This workflow creates website or app wireframes in Excalidraw format.
diff --git a/src/modules/cis/workflows/design-thinking/instructions.md b/src/modules/cis/workflows/design-thinking/instructions.md
index a1812f6a..84090391 100644
--- a/src/modules/cis/workflows/design-thinking/instructions.md
+++ b/src/modules/cis/workflows/design-thinking/instructions.md
@@ -1,7 +1,7 @@
# Design Thinking Workflow Instructions
-The workflow execution engine is governed by: {project_root}/_bmad/core/tasks/workflow.xml
-You MUST have already loaded and processed: {project_root}/_bmad/cis/workflows/design-thinking/workflow.yaml
+The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml
+You MUST have already loaded and processed: {project-root}/_bmad/cis/workflows/design-thinking/workflow.yaml
Load and understand design methods from: {design_methods}
⚠️ ABSOLUTELY NO TIME ESTIMATES - NEVER mention hours, days, weeks, months, or ANY time-based predictions. AI has fundamentally changed development speed - what once took teams weeks/months can now be done by one person in hours. DO NOT give ANY time estimates whatsoever.
⚠️ CHECKPOINT PROTOCOL: After EVERY tag, you MUST follow workflow.xml substep 2c: SAVE content to file immediately → SHOW checkpoint separator (━━━━━━━━━━━━━━━━━━━━━━━) → DISPLAY generated content → PRESENT options [a]Advanced Elicitation/[c]Continue/[p]Party-Mode/[y]YOLO → WAIT for user response. Never batch saves or skip checkpoints.
diff --git a/src/modules/cis/workflows/innovation-strategy/instructions.md b/src/modules/cis/workflows/innovation-strategy/instructions.md
index cf0179a8..713da6e9 100644
--- a/src/modules/cis/workflows/innovation-strategy/instructions.md
+++ b/src/modules/cis/workflows/innovation-strategy/instructions.md
@@ -1,7 +1,7 @@
# Innovation Strategy Workflow Instructions
-The workflow execution engine is governed by: {project_root}/_bmad/core/tasks/workflow.xml
-You MUST have already loaded and processed: {project_root}/_bmad/cis/workflows/innovation-strategy/workflow.yaml
+The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml
+You MUST have already loaded and processed: {project-root}/_bmad/cis/workflows/innovation-strategy/workflow.yaml
Load and understand innovation frameworks from: {innovation_frameworks}
⚠️ ABSOLUTELY NO TIME ESTIMATES - NEVER mention hours, days, weeks, months, or ANY time-based predictions. AI has fundamentally changed development speed - what once took teams weeks/months can now be done by one person in hours. DO NOT give ANY time estimates whatsoever.
⚠️ CHECKPOINT PROTOCOL: After EVERY tag, you MUST follow workflow.xml substep 2c: SAVE content to file immediately → SHOW checkpoint separator (━━━━━━━━━━━━━━━━━━━━━━━) → DISPLAY generated content → PRESENT options [a]Advanced Elicitation/[c]Continue/[p]Party-Mode/[y]YOLO → WAIT for user response. Never batch saves or skip checkpoints.
diff --git a/src/modules/cis/workflows/problem-solving/instructions.md b/src/modules/cis/workflows/problem-solving/instructions.md
index c9ff9343..3d571898 100644
--- a/src/modules/cis/workflows/problem-solving/instructions.md
+++ b/src/modules/cis/workflows/problem-solving/instructions.md
@@ -1,7 +1,7 @@
# Problem Solving Workflow Instructions
-The workflow execution engine is governed by: {project_root}/_bmad/core/tasks/workflow.xml
-You MUST have already loaded and processed: {project_root}/_bmad/cis/workflows/problem-solving/workflow.yaml
+The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml
+You MUST have already loaded and processed: {project-root}/_bmad/cis/workflows/problem-solving/workflow.yaml
Load and understand solving methods from: {solving_methods}
⚠️ ABSOLUTELY NO TIME ESTIMATES - NEVER mention hours, days, weeks, months, or ANY time-based predictions. AI has fundamentally changed development speed - what once took teams weeks/months can now be done by one person in hours. DO NOT give ANY time estimates whatsoever.
⚠️ CHECKPOINT PROTOCOL: After EVERY tag, you MUST follow workflow.xml substep 2c: SAVE content to file immediately → SHOW checkpoint separator (━━━━━━━━━━━━━━━━━━━━━━━) → DISPLAY generated content → PRESENT options [a]Advanced Elicitation/[c]Continue/[p]Party-Mode/[y]YOLO → WAIT for user response. Never batch saves or skip checkpoints.
diff --git a/src/modules/cis/workflows/storytelling/instructions.md b/src/modules/cis/workflows/storytelling/instructions.md
index 0c0fcbe3..f67dd101 100644
--- a/src/modules/cis/workflows/storytelling/instructions.md
+++ b/src/modules/cis/workflows/storytelling/instructions.md
@@ -3,8 +3,8 @@
## Workflow
-The workflow execution engine is governed by: {project_root}/_bmad/core/tasks/workflow.xml
-You MUST have already loaded and processed: {project_root}/_bmad/cis/workflows/storytelling/workflow.yaml
+The workflow execution engine is governed by: {project-root}/_bmad/core/tasks/workflow.xml
+You MUST have already loaded and processed: {project-root}/_bmad/cis/workflows/storytelling/workflow.yaml
Communicate all responses in {communication_language}
⚠️ ABSOLUTELY NO TIME ESTIMATES - NEVER mention hours, days, weeks, months, or ANY time-based predictions. AI has fundamentally changed development speed - what once took teams weeks/months can now be done by one person in hours. DO NOT give ANY time estimates whatsoever.
⚠️ CHECKPOINT PROTOCOL: After EVERY tag, you MUST follow workflow.xml substep 2c: SAVE content to file immediately → SHOW checkpoint separator (━━━━━━━━━━━━━━━━━━━━━━━) → DISPLAY generated content → PRESENT options [a]Advanced Elicitation/[c]Continue/[p]Party-Mode/[y]YOLO → WAIT for user response. Never batch saves or skip checkpoints.