From 8efc8c309c8f0027565b386e4ccf4548c090f42e Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Sun, 15 Mar 2026 14:49:36 -0600 Subject: [PATCH] fix(skills): restore full CSV column list in brainstorming steps The CSV parse instructions were incorrectly truncated to 3 columns. Restore all 7: category, technique_name, description, facilitation_prompts, best_for, energy_level, typical_duration. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../skills/bmad-brainstorming/steps/step-02a-user-selected.md | 2 +- .../skills/bmad-brainstorming/steps/step-02b-ai-recommended.md | 2 +- .../bmad-brainstorming/steps/step-02c-random-selection.md | 2 +- .../bmad-brainstorming/steps/step-02d-progressive-flow.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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