bmad-method 4.26.0 → 4.27.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/.vscode/settings.json +2 -0
  2. package/CHANGELOG.md +22 -0
  3. package/README.md +29 -282
  4. package/bmad-core/agent-teams/team-all.yaml +6 -6
  5. package/bmad-core/agent-teams/team-fullstack.yaml +6 -6
  6. package/bmad-core/agent-teams/team-no-ui.yaml +2 -2
  7. package/bmad-core/agents/analyst.md +17 -18
  8. package/bmad-core/agents/architect.md +15 -18
  9. package/bmad-core/agents/bmad-master.md +56 -53
  10. package/bmad-core/agents/bmad-orchestrator.md +24 -23
  11. package/bmad-core/agents/dev.md +10 -10
  12. package/bmad-core/agents/pm.md +17 -20
  13. package/bmad-core/agents/po.md +12 -15
  14. package/bmad-core/agents/qa.md +7 -8
  15. package/bmad-core/agents/sm.md +8 -13
  16. package/bmad-core/agents/ux-expert.md +7 -11
  17. package/bmad-core/core-config.yaml +1 -1
  18. package/bmad-core/data/bmad-kb.md +74 -15
  19. package/bmad-core/data/brainstorming-techniques.md +36 -0
  20. package/bmad-core/data/elicitation-methods.md +134 -0
  21. package/bmad-core/tasks/advanced-elicitation.md +82 -57
  22. package/bmad-core/tasks/facilitate-brainstorming-session.md +136 -0
  23. package/bmad-core/templates/architecture-tmpl.yaml +658 -0
  24. package/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
  25. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +476 -0
  26. package/bmad-core/templates/brownfield-prd-tmpl.yaml +280 -0
  27. package/bmad-core/templates/competitor-analysis-tmpl.yaml +293 -0
  28. package/bmad-core/templates/front-end-architecture-tmpl.yaml +206 -0
  29. package/bmad-core/templates/front-end-spec-tmpl.yaml +349 -0
  30. package/bmad-core/templates/fullstack-architecture-tmpl.yaml +805 -0
  31. package/bmad-core/templates/market-research-tmpl.yaml +252 -0
  32. package/bmad-core/templates/prd-tmpl.yaml +202 -0
  33. package/bmad-core/templates/project-brief-tmpl.yaml +221 -0
  34. package/bmad-core/templates/story-tmpl.yaml +137 -0
  35. package/bmad-core/utils/plan-management.md +9 -13
  36. package/bmad-core/workflows/greenfield-service.yaml +1 -1
  37. package/common/tasks/create-doc.md +55 -67
  38. package/common/utils/bmad-doc-template.md +325 -0
  39. package/dist/agents/analyst.txt +1312 -1193
  40. package/dist/agents/architect.txt +2484 -2895
  41. package/dist/agents/bmad-master.txt +4680 -4897
  42. package/dist/agents/bmad-orchestrator.txt +400 -195
  43. package/dist/agents/dev.txt +21 -24
  44. package/dist/agents/pm.txt +590 -619
  45. package/dist/agents/po.txt +178 -130
  46. package/dist/agents/qa.txt +159 -48
  47. package/dist/agents/sm.txt +166 -120
  48. package/dist/agents/ux-expert.txt +436 -544
  49. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +1283 -1260
  50. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +642 -591
  51. package/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +284 -268
  52. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +9258 -4977
  53. package/dist/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.txt +388 -325
  54. package/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +1144 -1165
  55. package/dist/teams/team-all.txt +4885 -4967
  56. package/dist/teams/team-fullstack.txt +5621 -5693
  57. package/dist/teams/team-ide-minimal.txt +604 -333
  58. package/dist/teams/team-no-ui.txt +5209 -5213
  59. package/docs/agentic-tools/github-copilot-guide.md +29 -9
  60. package/docs/bmad-workflow-guide.md +2 -2
  61. package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +2 -2
  62. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +17 -15
  63. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +13 -11
  64. package/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +13 -11
  65. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
  66. package/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +2 -2
  67. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +613 -0
  68. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +356 -0
  69. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +343 -0
  70. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +253 -0
  71. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
  72. package/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.md +14 -12
  73. package/expansion-packs/bmad-creator-tools/config.yaml +1 -1
  74. package/expansion-packs/bmad-creator-tools/templates/agent-teams-tmpl.yaml +178 -0
  75. package/expansion-packs/bmad-creator-tools/templates/agent-tmpl.yaml +154 -0
  76. package/expansion-packs/bmad-creator-tools/templates/expansion-pack-plan-tmpl.yaml +120 -0
  77. package/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +14 -14
  78. package/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
  79. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +424 -0
  80. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +629 -0
  81. package/package.json +1 -1
  82. package/tools/builders/web-builder.js +170 -95
  83. package/tools/installer/config/install.config.yaml +2 -2
  84. package/tools/installer/lib/ide-setup.js +2 -2
  85. package/tools/installer/package.json +1 -1
  86. package/tools/lib/dependency-resolver.js +11 -22
  87. package/tools/md-assets/web-agent-startup-instructions.md +10 -10
  88. package/bmad-core/tasks/brainstorming-techniques.md +0 -238
  89. package/bmad-core/templates/architecture-tmpl.md +0 -776
  90. package/bmad-core/templates/brownfield-architecture-tmpl.md +0 -544
  91. package/bmad-core/templates/brownfield-prd-tmpl.md +0 -266
  92. package/bmad-core/templates/competitor-analysis-tmpl.md +0 -291
  93. package/bmad-core/templates/front-end-architecture-tmpl.md +0 -175
  94. package/bmad-core/templates/front-end-spec-tmpl.md +0 -413
  95. package/bmad-core/templates/fullstack-architecture-tmpl.md +0 -1018
  96. package/bmad-core/templates/market-research-tmpl.md +0 -263
  97. package/bmad-core/templates/prd-tmpl.md +0 -202
  98. package/bmad-core/templates/project-brief-tmpl.md +0 -232
  99. package/bmad-core/templates/story-tmpl.md +0 -58
  100. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.md +0 -560
  101. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.md +0 -345
  102. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.md +0 -331
  103. package/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.md +0 -235
  104. package/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.md +0 -470
  105. package/expansion-packs/bmad-creator-tools/templates/agent-teams-tmpl.md +0 -154
  106. package/expansion-packs/bmad-creator-tools/templates/agent-tmpl.md +0 -143
  107. package/expansion-packs/bmad-creator-tools/templates/expansion-pack-plan-tmpl.md +0 -91
  108. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.md +0 -415
  109. package/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.md +0 -0
@@ -5,88 +5,113 @@
5
5
  - Provide optional reflective and brainstorming actions to enhance content quality
6
6
  - Enable deeper exploration of ideas through structured elicitation techniques
7
7
  - Support iterative refinement through multiple analytical perspectives
8
+ - Usable during template-driven document creation or any chat conversation
8
9
 
9
- ## Task Instructions
10
+ ## Usage Scenarios
10
11
 
11
- ### 1. Section Context and Review
12
+ ### Scenario 1: Template Document Creation
12
13
 
13
- [[LLM: When invoked after outputting a section:
14
+ After outputting a section during document creation:
14
15
 
15
- 1. First, provide a brief 1-2 sentence summary of what the user should look for in the section just presented (e.g., "Please review the technology choices for completeness and alignment with your project needs. Pay special attention to version numbers and any missing categories.")
16
+ 1. **Section Review**: Ask user to review the drafted section
17
+ 2. **Offer Elicitation**: Present 9 carefully selected elicitation methods
18
+ 3. **Simple Selection**: User types a number (0-8) to engage method, or 9 to proceed
19
+ 4. **Execute & Loop**: Apply selected method, then re-offer choices until user proceeds
16
20
 
17
- 2. If the section contains Mermaid diagrams, explain each diagram briefly before offering elicitation options (e.g., "The component diagram shows the main system modules and their interactions. Notice how the API Gateway routes requests to different services.")
21
+ ### Scenario 2: General Chat Elicitation
18
22
 
19
- 3. If the section contains multiple distinct items (like multiple components, multiple patterns, etc.), inform the user they can apply elicitation actions to:
23
+ User can request advanced elicitation on any agent output:
20
24
 
21
- - The entire section as a whole
22
- - Individual items within the section (specify which item when selecting an action)
25
+ - User says "do advanced elicitation" or similar
26
+ - Agent selects 9 relevant methods for the context
27
+ - Same simple 0-9 selection process
23
28
 
24
- 4. Then present the action list as specified below.]]
29
+ ## Task Instructions
25
30
 
26
- ### 2. Ask for Review and Present Action List
31
+ ### 1. Intelligent Method Selection
27
32
 
28
- [[LLM: Ask the user to review the drafted section. In the SAME message, inform them that they can suggest additions, removals, or modifications, OR they can select an action by number from the 'Advanced Reflective, Elicitation & Brainstorming Actions'. If there are multiple items in the section, mention they can specify which item(s) to apply the action to. Then, present ONLY the numbered list (0-9) of these actions. Conclude by stating that selecting 9 will proceed to the next section. Await user selection. If an elicitation action (0-8) is chosen, execute it and then re-offer this combined review/elicitation choice. If option 9 is chosen, or if the user provides direct feedback, proceed accordingly.]]
33
+ **Context Analysis**: Before presenting options, analyze:
29
34
 
30
- **Present the numbered list (0-9) with this exact format:**
35
+ - **Content Type**: Technical specs, user stories, architecture, requirements, etc.
36
+ - **Complexity Level**: Simple, moderate, or complex content
37
+ - **Stakeholder Needs**: Who will use this information
38
+ - **Risk Level**: High-impact decisions vs routine items
39
+ - **Creative Potential**: Opportunities for innovation or alternatives
31
40
 
32
- ```text
33
- **Advanced Reflective, Elicitation & Brainstorming Actions**
34
- Choose an action (0-9 - 9 to bypass - HELP for explanation of these options):
35
-
36
- 0. Expand or Contract for Audience
37
- 1. Explain Reasoning (CoT Step-by-Step)
38
- 2. Critique and Refine
39
- 3. Analyze Logical Flow and Dependencies
40
- 4. Assess Alignment with Overall Goals
41
- 5. Identify Potential Risks and Unforeseen Issues
42
- 6. Challenge from Critical Perspective (Self or Other Persona)
43
- 7. Explore Diverse Alternatives (ToT-Inspired)
44
- 8. Hindsight is 20/20: The 'If Only...' Reflection
45
- 9. Proceed / No Further Actions
46
- ```
41
+ **Method Selection Strategy**:
47
42
 
48
- ### 2. Processing Guidelines
43
+ 1. **Always Include Core Methods** (choose 3-4):
44
+ - Expand or Contract for Audience
45
+ - Critique and Refine
46
+ - Identify Potential Risks
47
+ - Assess Alignment with Goals
49
48
 
50
- **Do NOT show:**
49
+ 2. **Context-Specific Methods** (choose 4-5):
50
+ - **Technical Content**: Tree of Thoughts, ReWOO, Meta-Prompting
51
+ - **User-Facing Content**: Agile Team Perspective, Stakeholder Roundtable
52
+ - **Creative Content**: Innovation Tournament, Escape Room Challenge
53
+ - **Strategic Content**: Red Team vs Blue Team, Hindsight Reflection
51
54
 
52
- - The full protocol text with `[[LLM: ...]]` instructions
53
- - Detailed explanations of each option unless executing or the user asks, when giving the definition you can modify to tie its relevance
54
- - Any internal template markup
55
+ 3. **Always Include**: "Proceed / No Further Actions" as option 9
55
56
 
56
- **After user selection from the list:**
57
+ ### 2. Section Context and Review
57
58
 
58
- - Execute the chosen action according to the protocol instructions below
59
- - Ask if they want to select another action or proceed with option 9 once complete
60
- - Continue until user selects option 9 or indicates completion
59
+ When invoked after outputting a section:
61
60
 
62
- ## Action Definitions
61
+ 1. **Provide Context Summary**: Give a brief 1-2 sentence summary of what the user should look for in the section just presented
63
62
 
64
- 0. Expand or Contract for Audience
65
- [[LLM: Ask the user whether they want to 'expand' on the content (add more detail, elaborate) or 'contract' it (simplify, clarify, make more concise). Also, ask if there's a specific target audience they have in mind. Once clarified, perform the expansion or contraction from your current role's perspective, tailored to the specified audience if provided.]]
63
+ 2. **Explain Visual Elements**: If the section contains diagrams, explain them briefly before offering elicitation options
66
64
 
67
- 1. Explain Reasoning (CoT Step-by-Step)
68
- [[LLM: Explain the step-by-step thinking process, characteristic of your role, that you used to arrive at the current proposal for this content.]]
65
+ 3. **Clarify Scope Options**: If the section contains multiple distinct items, inform the user they can apply elicitation actions to:
66
+ - The entire section as a whole
67
+ - Individual items within the section (specify which item when selecting an action)
69
68
 
70
- 2. Critique and Refine
71
- [[LLM: From your current role's perspective, review your last output or the current section for flaws, inconsistencies, or areas for improvement, and then suggest a refined version reflecting your expertise.]]
69
+ ### 3. Present Elicitation Options
72
70
 
73
- 3. Analyze Logical Flow and Dependencies
74
- [[LLM: From your role's standpoint, examine the content's structure for logical progression, internal consistency, and any relevant dependencies. Confirm if elements are presented in an effective order.]]
71
+ **Review Request Process:**
75
72
 
76
- 4. Assess Alignment with Overall Goals
77
- [[LLM: Evaluate how well the current content contributes to the stated overall goals of the document, interpreting this from your specific role's perspective and identifying any misalignments you perceive.]]
73
+ - Ask the user to review the drafted section
74
+ - In the SAME message, inform them they can suggest direct changes OR select an elicitation method
75
+ - Present 9 intelligently selected methods (0-8) plus "Proceed" (9)
76
+ - Keep descriptions short - just the method name
77
+ - Await simple numeric selection
78
78
 
79
- 5. Identify Potential Risks and Unforeseen Issues
80
- [[LLM: Based on your role's expertise, brainstorm potential risks, overlooked edge cases, or unintended consequences related to the current content or proposal.]]
79
+ **Action List Presentation Format:**
81
80
 
82
- 6. Challenge from Critical Perspective (Self or Other Persona)
83
- [[LLM: Adopt a critical perspective on the current content. If the user specifies another role or persona (e.g., 'as a customer', 'as [Another Persona Name]'), critique the content or play devil's advocate from that specified viewpoint. If no other role is specified, play devil's advocate from your own current persona's viewpoint, arguing against the proposal or current content and highlighting weaknesses or counterarguments specific to your concerns. This can also randomly include YAGNI when appropriate, such as when trimming the scope of an MVP, the perspective might challenge the need for something to cut MVP scope.]]
81
+ ```text
82
+ **Advanced Elicitation Options**
83
+ Choose a number (0-8) or 9 to proceed:
84
+
85
+ 0. [Method Name]
86
+ 1. [Method Name]
87
+ 2. [Method Name]
88
+ 3. [Method Name]
89
+ 4. [Method Name]
90
+ 5. [Method Name]
91
+ 6. [Method Name]
92
+ 7. [Method Name]
93
+ 8. [Method Name]
94
+ 9. Proceed / No Further Actions
95
+ ```
84
96
 
85
- 7. Explore Diverse Alternatives (ToT-Inspired)
86
- [[LLM: From your role's perspective, first broadly brainstorm a range of diverse approaches or solutions to the current topic. Then, from this wider exploration, select and present 2 distinct alternatives, detailing the pros, cons, and potential implications you foresee for each.]]
97
+ **Response Handling:**
87
98
 
88
- 8. Hindsight is 20/20: The 'If Only...' Reflection
89
- [[LLM: In your current persona, imagine it's a retrospective for a project based on the current content. What's the one 'if only we had known/done X...' that your role would humorously or dramatically highlight, along with the imagined consequences?]]
99
+ - **Numbers 0-8**: Execute the selected method, then re-offer the choice
100
+ - **Number 9**: Proceed to next section or continue conversation
101
+ - **Direct Feedback**: Apply user's suggested changes and continue
90
102
 
91
- 9. Proceed / No Further Actions
92
- [[LLM: Acknowledge the user's choice to finalize the current work, accept the AI's last output as is, or move on to the next step without selecting another action from this list. Prepare to proceed accordingly.]]
103
+ ### 4. Method Execution Framework
104
+
105
+ **Execution Process:**
106
+
107
+ 1. **Retrieve Method**: Access the specific elicitation method from the elicitation-methods data file
108
+ 2. **Apply Context**: Execute the method from your current role's perspective
109
+ 3. **Provide Results**: Deliver insights, critiques, or alternatives relevant to the content
110
+ 4. **Re-offer Choice**: Present the same 9 options again until user selects 9 or gives direct feedback
111
+
112
+ **Execution Guidelines:**
113
+
114
+ - **Be Concise**: Focus on actionable insights, not lengthy explanations
115
+ - **Stay Relevant**: Tie all elicitation back to the specific content being analyzed
116
+ - **Identify Personas**: For multi-persona methods, clearly identify which viewpoint is speaking
117
+ - **Maintain Flow**: Keep the process moving efficiently
@@ -0,0 +1,136 @@
1
+ ---
2
+ docOutputLocation: docs/brainstorming-session-results.md
3
+ template: brainstorming-output-tmpl
4
+ ---
5
+
6
+ # Facilitate Brainstorming Session Task
7
+
8
+ Facilitate interactive brainstorming sessions with users. Be creative and adaptive in applying techniques.
9
+
10
+ ## Process
11
+
12
+ ### Step 1: Session Setup
13
+
14
+ Ask 4 context questions (don't preview what happens next):
15
+
16
+ 1. What are we brainstorming about?
17
+ 2. Any constraints or parameters?
18
+ 3. Goal: broad exploration or focused ideation?
19
+ 4. Do you want a structured document output to reference later? (Y/N)
20
+
21
+ ### Step 2: Present Approach Options
22
+
23
+ After getting answers to Step 1, present 4 approach options (numbered):
24
+
25
+ 1. User selects specific techniques
26
+ 2. Analyst recommends techniques based on context
27
+ 3. Random technique selection for creative variety
28
+ 4. Progressive technique flow (start broad, narrow down)
29
+
30
+ ### Step 3: Execute Techniques Interactively
31
+
32
+ **KEY PRINCIPLES:**
33
+
34
+ - **FACILITATOR ROLE**: Guide user to generate their own ideas through questions, prompts, and examples
35
+ - **CONTINUOUS ENGAGEMENT**: Keep user engaged with chosen technique until they want to switch or are satisfied
36
+ - **CAPTURE OUTPUT**: If document output requested, capture all ideas generated in each technique section
37
+
38
+ **Technique Selection:**
39
+ If user selects Option 1, present numbered list of techniques from the brainstorming-techniques data file. User can select by number (e.g., "7" for Mind Mapping).
40
+
41
+ **Technique Execution:**
42
+
43
+ 1. Apply selected technique according to data file description
44
+ 2. Keep engaging with technique until user indicates they want to:
45
+ - Choose a different technique
46
+ - Apply current ideas to a new technique
47
+ - Move to convergent phase
48
+ - End session
49
+
50
+ **Output Capture (if requested):**
51
+ For each technique used, capture:
52
+
53
+ - Technique name and duration
54
+ - Key ideas generated by user
55
+ - Insights and patterns identified
56
+ - User's reflections on the process
57
+
58
+ ### Step 4: Session Flow
59
+
60
+ 1. **Warm-up** (5-10 min) - Build creative confidence
61
+ 2. **Divergent** (20-30 min) - Generate quantity over quality
62
+ 3. **Convergent** (15-20 min) - Group and categorize ideas
63
+ 4. **Synthesis** (10-15 min) - Refine and develop concepts
64
+
65
+ ### Step 5: Document Output (if requested)
66
+
67
+ Generate structured document with these sections:
68
+
69
+ **Executive Summary**
70
+
71
+ - Session topic and goals
72
+ - Techniques used and duration
73
+ - Total ideas generated
74
+ - Key themes and patterns identified
75
+
76
+ **Technique Sections** (for each technique used)
77
+
78
+ - Technique name and description
79
+ - Ideas generated (user's own words)
80
+ - Insights discovered
81
+ - Notable connections or patterns
82
+
83
+ **Idea Categorization**
84
+
85
+ - **Immediate Opportunities** - Ready to implement now
86
+ - **Future Innovations** - Requires development/research
87
+ - **Moonshots** - Ambitious, transformative concepts
88
+ - **Insights & Learnings** - Key realizations from session
89
+
90
+ **Action Planning**
91
+
92
+ - Top 3 priority ideas with rationale
93
+ - Next steps for each priority
94
+ - Resources/research needed
95
+ - Timeline considerations
96
+
97
+ **Reflection & Follow-up**
98
+
99
+ - What worked well in this session
100
+ - Areas for further exploration
101
+ - Recommended follow-up techniques
102
+ - Questions that emerged for future sessions
103
+
104
+ ## Key Principles
105
+
106
+ - **YOU ARE A FACILITATOR**: Guide the user to brainstorm, don't brainstorm for them
107
+ - **INTERACTIVE DIALOGUE**: Ask questions, wait for responses, build on their ideas
108
+ - **ONE TECHNIQUE AT A TIME**: Don't mix multiple techniques in one response
109
+ - **CONTINUOUS ENGAGEMENT**: Stay with one technique until user wants to switch
110
+ - **DRAW IDEAS OUT**: Use prompts and examples to help them generate their own ideas
111
+ - **REAL-TIME ADAPTATION**: Monitor engagement and adjust approach as needed
112
+ - Maintain energy and momentum
113
+ - Defer judgment during generation
114
+ - Quantity leads to quality (aim for 100 ideas in 60 minutes)
115
+ - Build on ideas collaboratively
116
+ - Document everything if output requested
117
+
118
+ ## Advanced Engagement Strategies
119
+
120
+ **Energy Management**
121
+
122
+ - Check engagement levels: "How are you feeling about this direction?"
123
+ - Offer breaks or technique switches if energy flags
124
+ - Use encouraging language and celebrate idea generation
125
+
126
+ **Depth vs. Breadth**
127
+
128
+ - Ask follow-up questions to deepen ideas: "Tell me more about that..."
129
+ - Use "Yes, and..." to build on their ideas
130
+ - Help them make connections: "How does this relate to your earlier idea about...?"
131
+
132
+ **Transition Management**
133
+
134
+ - Always ask before switching techniques: "Ready to try a different approach?"
135
+ - Offer options: "Should we explore this idea deeper or generate more alternatives?"
136
+ - Respect their process and timing