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) <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-03-15 14:49:36 -06:00
parent 4937ce1bc2
commit 8efc8c309c
4 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ Load techniques from CSV on-demand:
**Load CSV and parse:** **Load CSV and parse:**
- Read `../brain-methods.csv` - 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 - Organize by categories for browsing
### 2. Present Technique Categories ### 2. Present Technique Categories

View File

@ -48,7 +48,7 @@ Load techniques from CSV for analysis:
**Load CSV and parse:** **Load CSV and parse:**
- Read `../brain-methods.csv` - 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 ### 2. Context Analysis for Technique Matching

View File

@ -48,7 +48,7 @@ Create anticipation for serendipitous technique discovery:
**Load CSV and parse:** **Load CSV and parse:**
- Read `../brain-methods.csv` - 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 - Prepare for intelligent random selection
### 2. Intelligent Random Selection ### 2. Intelligent Random Selection

View File

@ -67,7 +67,7 @@ Explain the value of systematic creative progression:
**Load CSV and parse:** **Load CSV and parse:**
- Read `../brain-methods.csv` - 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 - Map techniques to each phase of the creative journey
### 2. Design Phase-Specific Technique Selection ### 2. Design Phase-Specific Technique Selection