diff --git a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md index 7c2a899bc..fd9071e5f 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md @@ -1,7 +1,4 @@ --- -name: 'step-e-01-discovery' -description: 'Discovery & Understanding - Understand what user wants to edit and detect PRD format' - # File references (ONLY variables used in this step) prdPurpose: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md' --- diff --git a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md index 7bbdbfa0f..b9a9eb5a7 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md @@ -1,7 +1,4 @@ --- -name: 'step-e-01b-legacy-conversion' -description: 'Legacy PRD Conversion Assessment - Analyze legacy PRD and propose conversion strategy' - # File references (ONLY variables used in this step) prdFile: '{prd_file_path}' prdPurpose: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md index 1c7c472a4..efac80337 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md @@ -1,7 +1,4 @@ --- -name: 'step-e-02-review' -description: 'Deep Review & Analysis - Thoroughly review existing PRD and prepare detailed change plan' - # File references (ONLY variables used in this step) prdFile: '{prd_file_path}' validationReport: '{validation_report_path}' # If provided diff --git a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md index 5f8b73029..be33fa2a9 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md @@ -1,7 +1,4 @@ --- -name: 'step-e-03-edit' -description: 'Edit & Update - Apply changes to PRD following approved change plan' - # File references (ONLY variables used in this step) prdFile: '{prd_file_path}' prdPurpose: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md index cc427f6b5..943bdbf90 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md @@ -1,7 +1,4 @@ --- -name: 'step-e-04-complete' -description: 'Complete & Validate - Present options for next steps including full validation' - # File references (ONLY variables used in this step) prdFile: '{prd_file_path}' validationWorkflow: '{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md index 561ae8901..feb002641 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md @@ -1,7 +1,4 @@ --- -name: 'step-v-01-discovery' -description: 'Document Discovery & Confirmation - Handle fresh context validation, confirm PRD path, discover input documents' - # File references (ONLY variables used in this step) nextStepFile: './step-v-02-format-detection.md' prdPurpose: '../data/prd-purpose.md' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md index a354b5aff..1211ca6b3 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md @@ -1,7 +1,4 @@ --- -name: 'step-v-02-format-detection' -description: 'Format Detection & Structure Analysis - Classify PRD format and route appropriately' - # File references (ONLY variables used in this step) nextStepFile: './step-v-03-density-validation.md' altStepFile: './step-v-02b-parity-check.md' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md index 604265a9a..33b6a1931 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md @@ -1,7 +1,4 @@ --- -name: 'step-v-02b-parity-check' -description: 'Document Parity Check - Analyze non-standard PRD and identify gaps to achieve BMAD PRD parity' - # File references (ONLY variables used in this step) nextStepFile: './step-v-03-density-validation.md' prdFile: '{prd_file_path}' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md index d00478c10..35b7e453f 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md @@ -1,7 +1,4 @@ --- -name: 'step-v-03-density-validation' -description: 'Information Density Check - Scan for anti-patterns that violate information density principles' - # File references (ONLY variables used in this step) nextStepFile: './step-v-04-brief-coverage-validation.md' prdFile: '{prd_file_path}' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md index 60ad8684f..e1e70af99 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md @@ -1,7 +1,4 @@ --- -name: 'step-v-04-brief-coverage-validation' -description: 'Product Brief Coverage Check - Validate PRD covers all content from Product Brief (if used as input)' - # File references (ONLY variables used in this step) nextStepFile: './step-v-05-measurability-validation.md' prdFile: '{prd_file_path}' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md index a97187184..196f5c732 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md @@ -1,7 +1,4 @@ --- -name: 'step-v-05-measurability-validation' -description: 'Measurability Validation - Validate that all requirements (FRs and NFRs) are measurable and testable' - # File references (ONLY variables used in this step) nextStepFile: './step-v-06-traceability-validation.md' prdFile: '{prd_file_path}' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md index 84bf9cce9..67fb2847b 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md @@ -1,7 +1,4 @@ --- -name: 'step-v-06-traceability-validation' -description: 'Traceability Validation - Validate the traceability chain from vision → success → journeys → FRs is intact' - # File references (ONLY variables used in this step) nextStepFile: './step-v-07-implementation-leakage-validation.md' prdFile: '{prd_file_path}' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md index 923f99691..a4f740c01 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md @@ -1,7 +1,4 @@ --- -name: 'step-v-07-implementation-leakage-validation' -description: 'Implementation Leakage Check - Ensure FRs and NFRs don\'t include implementation details' - # File references (ONLY variables used in this step) nextStepFile: './step-v-08-domain-compliance-validation.md' prdFile: '{prd_file_path}' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md index 562697eda..c9f48e960 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md @@ -1,7 +1,4 @@ --- -name: 'step-v-08-domain-compliance-validation' -description: 'Domain Compliance Validation - Validate domain-specific requirements are present for high-complexity domains' - # File references (ONLY variables used in this step) nextStepFile: './step-v-09-project-type-validation.md' prdFile: '{prd_file_path}' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md index aea41d924..f9343b9d6 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md @@ -1,7 +1,4 @@ --- -name: 'step-v-09-project-type-validation' -description: 'Project-Type Compliance Validation - Validate project-type specific requirements are properly documented' - # File references (ONLY variables used in this step) nextStepFile: './step-v-10-smart-validation.md' prdFile: '{prd_file_path}' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md index 0c44b00da..52f5cbb1d 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md @@ -1,7 +1,4 @@ --- -name: 'step-v-10-smart-validation' -description: 'SMART Requirements Validation - Validate Functional Requirements meet SMART quality criteria' - # File references (ONLY variables used in this step) nextStepFile: './step-v-11-holistic-quality-validation.md' prdFile: '{prd_file_path}' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md index f34dee65a..a559e40ce 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md @@ -1,7 +1,4 @@ --- -name: 'step-v-11-holistic-quality-validation' -description: 'Holistic Quality Assessment - Assess PRD as cohesive, compelling document - is it a good PRD?' - # File references (ONLY variables used in this step) nextStepFile: './step-v-12-completeness-validation.md' prdFile: '{prd_file_path}' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md index 00c477981..90065e1df 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md @@ -1,7 +1,4 @@ --- -name: 'step-v-12-completeness-validation' -description: 'Completeness Check - Final comprehensive completeness check before report generation' - # File references (ONLY variables used in this step) nextStepFile: './step-v-13-report-complete.md' prdFile: '{prd_file_path}' diff --git a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md index 9ac4cc4d9..946b5704d 100644 --- a/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md +++ b/src/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md @@ -1,7 +1,4 @@ --- -name: 'step-v-13-report-complete' -description: 'Validation Report Complete - Finalize report, summarize findings, present to user, offer next steps' - # File references (ONLY variables used in this step) validationReportPath: '{validation_report_path}' prdFile: '{prd_file_path}' 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 7803dcf60..f10588f8a 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, facilitation_prompts, best_for, energy_level, typical_duration +- Parse: category, technique_name, description - Organize by categories for browsing ### 2. Present Technique Categories @@ -100,19 +100,19 @@ After user selects category: **Present 3-5 techniques from selected category:** For each technique: -- **Technique Name** (Duration: [time], Energy: [level]) +- **Technique Name** - Description: [Brief clear description] - Best for: [What this technique excels at] - Example prompt: [Sample facilitation prompt] **Example presentation format:** -"**1. SCAMPER Method** (Duration: 20-30 min, Energy: Moderate) +"**1. SCAMPER Method** - Systematic creativity through seven lenses (Substitute/Combine/Adapt/Modify/Put/Eliminate/Reverse) - Best for: Product improvement, innovation challenges, systematic idea generation - Example prompt: "What could you substitute in your current approach to create something new?" -**2. Six Thinking Hats** (Duration: 15-25 min, Energy: Moderate) +**2. Six Thinking Hats** - Explore problems through six distinct perspectives for comprehensive analysis - Best for: Complex decisions, team alignment, thorough exploration @@ -148,7 +148,7 @@ When user selects techniques: - [Technique 3]: [If selected, how it builds on others] **Session Plan:** -This combination will take approximately [total_time] and focus on [expected outcomes]. +This combination will focus on [expected outcomes]. **Confirm these choices?** [C] Continue - Begin technique execution 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 ae7ccd41b..d9ccf6b72 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, facilitation_prompts, best_for, energy_level, typical_duration +- Parse: category, technique_name, description ### 2. Context Analysis for Technique Matching @@ -76,12 +76,6 @@ Analyze user's session context across multiple dimensions: - User language playful → creative, theatrical, wild techniques - User language reflective → introspective_delight, deep techniques -**4. Time Available:** - -- <30 min → 1-2 focused techniques -- 30-60 min → 2-3 complementary techniques -- > 60 min → Multi-phase technique flow - ### 3. Generate Technique Recommendations Based on context analysis, create tailored recommendations: @@ -91,24 +85,20 @@ Based on context analysis, create tailored recommendations: Based on your session context, I recommend this customized technique sequence: **Phase 1: Foundation Setting** -**[Technique Name]** from [Category] (Duration: [time], Energy: [level]) - +**[Technique Name]** from [Category] - **Why this fits:** [Specific connection to user's goals/context] - **Expected outcome:** [What this will accomplish for their session] **Phase 2: Idea Generation** -**[Technique Name]** from [Category] (Duration: [time], Energy: [level]) - +**[Technique Name]** from [Category] - **Why this builds on Phase 1:** [Complementary effect explanation] - **Expected outcome:** [How this develops the foundation] **Phase 3: Refinement & Action** (If time allows) -**[Technique Name]** from [Category] (Duration: [time], Energy: [level]) - +**[Technique Name]** from [Category] - **Why this concludes effectively:** [Final phase rationale] - **Expected outcome:** [How this leads to actionable results] -**Total Estimated Time:** [Sum of durations] **Session Focus:** [Primary benefit and outcome description]" ### 4. Present Recommendation Details 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 fd4085f7e..e1c1db754 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, facilitation_prompts, best_for, energy_level, typical_duration +- Parse: category, technique_name, description - Prepare for intelligent random selection ### 2. Intelligent Random Selection @@ -74,27 +74,23 @@ Reveal the randomly selected techniques with enthusiasm: "**🎲 Your Randomly Selected Creative Techniques! 🎲** **Phase 1: Exploration** -**[Random Technique 1]** from [Category] (Duration: [time], Energy: [level]) - +**[Random Technique 1]** from [Category] - **Description:** [Technique description] - **Why this is exciting:** [What makes this technique surprising or powerful] - **Random discovery bonus:** [Unexpected insight about this technique] **Phase 2: Connection** -**[Random Technique 2]** from [Category] (Duration: [time], Energy: [level]) - +**[Random Technique 2]** from [Category] - **Description:** [Technique description] - **Why this complements the first:** [How these techniques might work together] - **Random discovery bonus:** [Unexpected insight about this combination] **Phase 3: Synthesis** -**[Random Technique 3]** from [Category] (Duration: [time], Energy: [level]) - +**[Random Technique 3]** from [Category] - **Description:** [Technique description] - **Why this completes the journey:** [How this ties the sequence together] - **Random discovery bonus:** [Unexpected insight about the overall flow] -**Total Random Session Time:** [Combined duration] **Serendipity Factor:** [Enthusiastic description of creative potential]" ### 4. Highlight the Creative Potential 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 a2dfb8aa4..2d35275a2 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, facilitation_prompts, best_for, energy_level, typical_duration +- Parse: category, technique_name, description - Map techniques to each phase of the creative journey ### 2. Design Phase-Specific Technique Selection @@ -128,10 +128,9 @@ Show the full progressive flow with timing and transitions: "**Your Complete Creative Journey Map:** -**⏰ Total Journey Time:** [Combined duration] **🎯 Session Focus:** Systematic development from ideas to action -**Phase 1: Expansive Exploration** ([duration]) +**Phase 1: Expansive Exploration** - **Technique:** [Selected technique] - **Goal:** Generate [number]+ diverse ideas without limits @@ -139,7 +138,7 @@ Show the full progressive flow with timing and transitions: **→ Phase Transition:** We'll review and cluster ideas before moving deeper -**Phase 2: Pattern Recognition** ([duration]) +**Phase 2: Pattern Recognition** - **Technique:** [Selected technique] - **Goal:** Identify themes and prioritize most promising directions @@ -147,7 +146,7 @@ Show the full progressive flow with timing and transitions: **→ Phase Transition:** Select top concepts for detailed development -**Phase 3: Idea Development** ([duration]) +**Phase 3: Idea Development** - **Technique:** [Selected technique] - **Goal:** Refine priority ideas with depth and practicality @@ -155,7 +154,7 @@ Show the full progressive flow with timing and transitions: **→ Phase Transition:** Choose final concepts for implementation planning -**Phase 4: Action Planning** ([duration]) +**Phase 4: Action Planning** - **Technique:** [Selected technique] - **Goal:** Create concrete implementation plans and next steps diff --git a/src/core/skills/bmad-brainstorming/steps/step-03-technique-execution.md b/src/core/skills/bmad-brainstorming/steps/step-03-technique-execution.md index 28c11c916..6c30a9e3d 100644 --- a/src/core/skills/bmad-brainstorming/steps/step-03-technique-execution.md +++ b/src/core/skills/bmad-brainstorming/steps/step-03-technique-execution.md @@ -12,7 +12,7 @@ - 🧠 **THOUGHT BEFORE INK (CoT):** Before generating each idea, you must internally reason: "What domain haven't we explored yet? What would make this idea surprising or 'uncomfortable' for the user?" - 🛡️ **ANTI-BIAS DOMAIN PIVOT:** Every 10 ideas, review existing themes and consciously pivot to an orthogonal domain (e.g., UX -> Business -> Physics -> Social Impact). - 🌡️ **SIMULATED TEMPERATURE:** Act as if your creativity is set to 0.85 - take wilder leaps and suggest "provocative" concepts. -- ⏱️ Spend minimum 30-45 minutes in active ideation before offering to conclude +- ⏱️ Generate at least 100 ideas in active ideation before offering to conclude - 🎯 EXECUTE ONE TECHNIQUE ELEMENT AT A TIME with interactive exploration - 📋 RESPOND DYNAMICALLY to user insights and build upon their ideas - 🔍 ADAPT FACILITATION based on user engagement and emerging directions @@ -176,7 +176,7 @@ Remember: The goal is quantity first - we can organize later. What feels right?" **IMPORTANT:** Default to continuing exploration. Only suggest organization if: - User has explicitly asked to wrap up, OR -- You've been exploring for 45+ minutes AND generated 100+ ideas, OR +- You've generated 100+ ideas, OR - User's energy is clearly depleted (short responses, "I don't know", etc.) ### 4a. Handle Immediate Technique Transition