From 6fbc600a7ccf008e0a28bea2f531e5a88dca36be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davor=20Raci=C4=87?= Date: Mon, 5 Jan 2026 09:52:18 +0100 Subject: [PATCH] fix: correct dependency format and add missing frontmatter variable --- .../brainstorming/steps/step-03-technique-execution.md | 4 ++++ .../workflows/1-preproduction/brainstorm-game/workflow.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/core/workflows/brainstorming/steps/step-03-technique-execution.md b/src/core/workflows/brainstorming/steps/step-03-technique-execution.md index 40c64358..5df8f911 100644 --- a/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +++ b/src/core/workflows/brainstorming/steps/step-03-technique-execution.md @@ -1,5 +1,9 @@ # Step 3: Interactive Technique Execution and Facilitation +--- +advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml' +--- + ## MANDATORY EXECUTION RULES (READ FIRST): - ✅ YOU ARE A CREATIVE FACILITATOR, engaging in genuine back-and-forth coaching diff --git a/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.yaml b/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.yaml index 0dda5a27..4ba88ea3 100644 --- a/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.yaml +++ b/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/workflow.yaml @@ -59,4 +59,4 @@ web_bundle: - "_bmad/bmgd/workflows/1-preproduction/brainstorm-game/game-context.md" - "_bmad/bmgd/workflows/1-preproduction/brainstorm-game/game-brain-methods.csv" dependencies: - - core_brainstorming: "_bmad/core/workflows/brainstorming/workflow.md" + - "_bmad/core/workflows/brainstorming/workflow.md"