diff --git a/bmad/bmb/workflows/convert-legacy/README.md b/bmad/bmb/workflows/convert-legacy/README.md
index a18849b9..5728e6ba 100644
--- a/bmad/bmb/workflows/convert-legacy/README.md
+++ b/bmad/bmb/workflows/convert-legacy/README.md
@@ -126,7 +126,7 @@ convert-legacy/
**Template-to-Workflow Conversion (5c)**
- Converts YAML template sections to workflow steps
-- Maps `elicit: true` flags to `` tags
+- Maps `elicit: true` flags to `{project-root}/bmad/core/tasks/adv-elicit.xml` tags
- Transforms conditional sections to flow control
- Creates proper template.md from content structure
- Integrates v4 create-doc.md task patterns
diff --git a/bmad/bmb/workflows/convert-legacy/checklist.md b/bmad/bmb/workflows/convert-legacy/checklist.md
index 85448c66..f4fdd72c 100644
--- a/bmad/bmb/workflows/convert-legacy/checklist.md
+++ b/bmad/bmb/workflows/convert-legacy/checklist.md
@@ -48,7 +48,7 @@
- [ ] All sections converted to workflow steps
- [ ] Section hierarchy maintained in instructions
- [ ] Variables ({{var}}) preserved in template.md
-- [ ] Elicitation points (elicit: true) converted to
+- [ ] Elicitation points (elicit: true) converted to {project-root}/bmad/core/tasks/adv-elicit.xml
- [ ] Conditional sections preserved with if="" attributes
- [ ] Repeatable sections converted to repeat="" attributes
diff --git a/bmad/bmb/workflows/convert-legacy/instructions.md b/bmad/bmb/workflows/convert-legacy/instructions.md
index c3819d68..d0ecf7ea 100644
--- a/bmad/bmb/workflows/convert-legacy/instructions.md
+++ b/bmad/bmb/workflows/convert-legacy/instructions.md
@@ -190,7 +190,7 @@ For Modules:
2. Convert template sections to instructions.md:
- Each YAML section → workflow step
- - `elicit: true` → `` tag
+ - `elicit: true` → `{project-root}/bmad/core/tasks/adv-elicit.xml` tag
- Conditional sections → `if="condition"` attribute
- Repeatable sections → `repeat="for-each"` attribute
- Section instructions → step content
@@ -258,7 +258,7 @@ For Modules:
- Preserve execution logic
4. Handle special v4 patterns:
- - 1-9 elicitation menus → v5
+ - 1-9 elicitation menus → v5 {project-root}/bmad/core/tasks/adv-elicit.xml
- Agent permissions → note in instructions
- YOLO mode → autonomous flag or optional steps
- Critical notices → workflow.yaml comments
diff --git a/bmad/bmb/workflows/create-workflow/instructions.md b/bmad/bmb/workflows/create-workflow/instructions.md
index 0748cb7c..a98aa786 100644
--- a/bmad/bmb/workflows/create-workflow/instructions.md
+++ b/bmad/bmb/workflows/create-workflow/instructions.md
@@ -148,7 +148,7 @@ Generate the instructions.md file following the workflow creation guide:
4. Use proper XML tags from guide:
- Execution: , , , ,
- - Output: , , ,
+ - Output: , {project-root}/bmad/core/tasks/adv-elicit.xml, ,
- Flow: , ,
5. Best practices from guide:
diff --git a/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md b/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md
index 7e1391a9..dbe3da75 100644
--- a/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md
+++ b/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md
@@ -317,7 +317,7 @@ _Generated on {{date}}_
**Output:**
- `` - Save checkpoint
-- `` - Trigger AI enhancement
+- `{project-root}/bmad/core/tasks/adv-elicit.xml` - Trigger AI enhancement
- `` - Important info
- `` - Show example
@@ -366,7 +366,7 @@ Load existing documents and understand project scope.
Create functional and non-functional requirements.
requirements
-
+{project-root}/bmad/core/tasks/adv-elicit.xml
diff --git a/bmad/core/workflows/brainstorming/instructions.md b/bmad/core/workflows/brainstorming/instructions.md
index 0cbb702f..a236756d 100644
--- a/bmad/core/workflows/brainstorming/instructions.md
+++ b/bmad/core/workflows/brainstorming/instructions.md
@@ -250,7 +250,7 @@ Analyze the session to identify deeper patterns:
2. **Surface key insights** - What realizations emerged during the process? -> insights_learnings
3. **Note surprising connections** - What unexpected relationships were discovered? -> insights_learnings
-
+{project-root}/bmad/core/tasks/adv-elicit.xml
key_themes, insights_learnings
diff --git a/src/core/workflows/brainstorming/instructions.md b/src/core/workflows/brainstorming/instructions.md
index 0cbb702f..a236756d 100644
--- a/src/core/workflows/brainstorming/instructions.md
+++ b/src/core/workflows/brainstorming/instructions.md
@@ -250,7 +250,7 @@ Analyze the session to identify deeper patterns:
2. **Surface key insights** - What realizations emerged during the process? -> insights_learnings
3. **Note surprising connections** - What unexpected relationships were discovered? -> insights_learnings
-
+{project-root}/bmad/core/tasks/adv-elicit.xml
key_themes, insights_learnings
diff --git a/src/modules/bmb/workflows/convert-legacy/README.md b/src/modules/bmb/workflows/convert-legacy/README.md
index a18849b9..5728e6ba 100644
--- a/src/modules/bmb/workflows/convert-legacy/README.md
+++ b/src/modules/bmb/workflows/convert-legacy/README.md
@@ -126,7 +126,7 @@ convert-legacy/
**Template-to-Workflow Conversion (5c)**
- Converts YAML template sections to workflow steps
-- Maps `elicit: true` flags to `` tags
+- Maps `elicit: true` flags to `{project-root}/bmad/core/tasks/adv-elicit.xml` tags
- Transforms conditional sections to flow control
- Creates proper template.md from content structure
- Integrates v4 create-doc.md task patterns
diff --git a/src/modules/bmb/workflows/convert-legacy/checklist.md b/src/modules/bmb/workflows/convert-legacy/checklist.md
index 85448c66..f4fdd72c 100644
--- a/src/modules/bmb/workflows/convert-legacy/checklist.md
+++ b/src/modules/bmb/workflows/convert-legacy/checklist.md
@@ -48,7 +48,7 @@
- [ ] All sections converted to workflow steps
- [ ] Section hierarchy maintained in instructions
- [ ] Variables ({{var}}) preserved in template.md
-- [ ] Elicitation points (elicit: true) converted to
+- [ ] Elicitation points (elicit: true) converted to {project-root}/bmad/core/tasks/adv-elicit.xml
- [ ] Conditional sections preserved with if="" attributes
- [ ] Repeatable sections converted to repeat="" attributes
diff --git a/src/modules/bmb/workflows/convert-legacy/instructions.md b/src/modules/bmb/workflows/convert-legacy/instructions.md
index c3819d68..d0ecf7ea 100644
--- a/src/modules/bmb/workflows/convert-legacy/instructions.md
+++ b/src/modules/bmb/workflows/convert-legacy/instructions.md
@@ -190,7 +190,7 @@ For Modules:
2. Convert template sections to instructions.md:
- Each YAML section → workflow step
- - `elicit: true` → `` tag
+ - `elicit: true` → `{project-root}/bmad/core/tasks/adv-elicit.xml` tag
- Conditional sections → `if="condition"` attribute
- Repeatable sections → `repeat="for-each"` attribute
- Section instructions → step content
@@ -258,7 +258,7 @@ For Modules:
- Preserve execution logic
4. Handle special v4 patterns:
- - 1-9 elicitation menus → v5
+ - 1-9 elicitation menus → v5 {project-root}/bmad/core/tasks/adv-elicit.xml
- Agent permissions → note in instructions
- YOLO mode → autonomous flag or optional steps
- Critical notices → workflow.yaml comments
diff --git a/src/modules/bmb/workflows/create-workflow/instructions.md b/src/modules/bmb/workflows/create-workflow/instructions.md
index 0748cb7c..a98aa786 100644
--- a/src/modules/bmb/workflows/create-workflow/instructions.md
+++ b/src/modules/bmb/workflows/create-workflow/instructions.md
@@ -148,7 +148,7 @@ Generate the instructions.md file following the workflow creation guide:
4. Use proper XML tags from guide:
- Execution: , , , ,
- - Output: , , ,
+ - Output: , {project-root}/bmad/core/tasks/adv-elicit.xml, ,
- Flow: , ,
5. Best practices from guide:
diff --git a/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md b/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md
index 7e1391a9..dbe3da75 100644
--- a/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md
+++ b/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md
@@ -317,7 +317,7 @@ _Generated on {{date}}_
**Output:**
- `` - Save checkpoint
-- `` - Trigger AI enhancement
+- `{project-root}/bmad/core/tasks/adv-elicit.xml` - Trigger AI enhancement
- `` - Important info
- `` - Show example
@@ -366,7 +366,7 @@ Load existing documents and understand project scope.
Create functional and non-functional requirements.
requirements
-
+{project-root}/bmad/core/tasks/adv-elicit.xml
diff --git a/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md b/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md
index 059d0a13..d2df604d 100644
--- a/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md
+++ b/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md
@@ -195,7 +195,7 @@ Examples:
special_requirements
-
+{project-root}/bmad/core/tasks/adv-elicit.xml
diff --git a/src/modules/bmm/workflows/1-analysis/research/instructions-market.md b/src/modules/bmm/workflows/1-analysis/research/instructions-market.md
index e59af7bf..bb8f0ccd 100644
--- a/src/modules/bmm/workflows/1-analysis/research/instructions-market.md
+++ b/src/modules/bmm/workflows/1-analysis/research/instructions-market.md
@@ -80,7 +80,7 @@ Search queries to execute:
- "[market_category] market growth rate CAGR forecast"
- "[market_category] market trends [current_year]"
-
+{project-root}/bmad/core/tasks/adv-elicit.xml
@@ -204,8 +204,8 @@ For each major segment, research and define:
- Purchasing frequency
- Budget allocation
-
-segment_profile_{{segment_number}}
+{project-root}/bmad/core/tasks/adv-elicit.xml
+segment*profile*{{segment_number}}
@@ -280,8 +280,8 @@ Gather intelligence on:
- Team and leadership
- Customer reviews and sentiment
-
-competitor_analysis_{{competitor_number}}
+{project-root}/bmad/core/tasks/adv-elicit.xml
+competitor*analysis*{{competitor_number}}
@@ -404,7 +404,7 @@ For each opportunity:
- Risk assessment
- Success criteria
-
+{project-root}/bmad/core/tasks/adv-elicit.xml
market_opportunities
diff --git a/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md b/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md
index 2e1ae870..bc5c8a51 100644
--- a/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md
+++ b/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md
@@ -101,7 +101,7 @@ If you have specific options, list them. Otherwise, I'll research current leadin
- "State of [technical_category] 2025"
-
+ {project-root}/bmad/core/tasks/adv-elicit.xml
Present discovered options (typically 3-5 main candidates)
technology_options
@@ -173,8 +173,8 @@ Research and document:
- Training costs
- Total cost of ownership estimate
-
-tech_profile_{{option_number}}
+{project-root}/bmad/core/tasks/adv-elicit.xml
+tech*profile*{{option_number}}
@@ -344,7 +344,7 @@ Research and document:
- Contingency options if primary choice doesn't work
- Exit strategy considerations
-
+{project-root}/bmad/core/tasks/adv-elicit.xml
recommendations
diff --git a/src/modules/bmm/workflows/1-analysis/workflow-status/instructions.md b/src/modules/bmm/workflows/1-analysis/workflow-status/instructions.md
index 39b1d434..ff2b2e85 100644
--- a/src/modules/bmm/workflows/1-analysis/workflow-status/instructions.md
+++ b/src/modules/bmm/workflows/1-analysis/workflow-status/instructions.md
@@ -252,7 +252,31 @@ Your choice (1-12):
Set project_type = mapped project_type_id
-