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:
parent
4937ce1bc2
commit
8efc8c309c
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue