diff --git a/src/core/skills/bmad-brainstorming/steps/step-02a-user-selected.md b/src/core/skills/bmad-brainstorming/steps/step-02a-user-selected.md index acab39e07..5335ff08a 100644 --- a/src/core/skills/bmad-brainstorming/steps/step-02a-user-selected.md +++ b/src/core/skills/bmad-brainstorming/steps/step-02a-user-selected.md @@ -41,7 +41,7 @@ Load techniques from CSV on-demand: **Load CSV and parse:** - Read `../brain-methods.csv` -- Parse: category, technique_name, description +- Parse: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration - Organize by categories for browsing ### 2. Present Technique Categories diff --git a/src/core/skills/bmad-brainstorming/steps/step-02b-ai-recommended.md b/src/core/skills/bmad-brainstorming/steps/step-02b-ai-recommended.md index 4c4607321..b7d979a6b 100644 --- a/src/core/skills/bmad-brainstorming/steps/step-02b-ai-recommended.md +++ b/src/core/skills/bmad-brainstorming/steps/step-02b-ai-recommended.md @@ -48,7 +48,7 @@ Load techniques from CSV for analysis: **Load CSV and parse:** - Read `../brain-methods.csv` -- Parse: category, technique_name, description +- Parse: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration ### 2. Context Analysis for Technique Matching diff --git a/src/core/skills/bmad-brainstorming/steps/step-02c-random-selection.md b/src/core/skills/bmad-brainstorming/steps/step-02c-random-selection.md index 053be279c..af3072fc4 100644 --- a/src/core/skills/bmad-brainstorming/steps/step-02c-random-selection.md +++ b/src/core/skills/bmad-brainstorming/steps/step-02c-random-selection.md @@ -48,7 +48,7 @@ Create anticipation for serendipitous technique discovery: **Load CSV and parse:** - Read `../brain-methods.csv` -- Parse: category, technique_name, description +- Parse: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration - Prepare for intelligent random selection ### 2. Intelligent Random Selection diff --git a/src/core/skills/bmad-brainstorming/steps/step-02d-progressive-flow.md b/src/core/skills/bmad-brainstorming/steps/step-02d-progressive-flow.md index b13affca8..2677814db 100644 --- a/src/core/skills/bmad-brainstorming/steps/step-02d-progressive-flow.md +++ b/src/core/skills/bmad-brainstorming/steps/step-02d-progressive-flow.md @@ -67,7 +67,7 @@ Explain the value of systematic creative progression: **Load CSV and parse:** - Read `../brain-methods.csv` -- Parse: category, technique_name, description +- Parse: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration - Map techniques to each phase of the creative journey ### 2. Design Phase-Specific Technique Selection