bmad-method 4.43.0 → 4.44.0

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 (96) hide show
  1. package/CONTRIBUTING.md +2 -9
  2. package/README.md +0 -80
  3. package/bmad-core/tasks/validate-next-story.md +1 -1
  4. package/dist/agents/dev.txt +1 -1
  5. package/dist/agents/po.txt +1 -1
  6. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +1 -1
  7. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +1 -1
  8. package/dist/expansion-packs/bmad-godot-game-dev/agents/bmad-orchestrator.txt +1513 -0
  9. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-analyst.txt +3190 -0
  10. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-architect.txt +4499 -0
  11. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-designer.txt +3925 -0
  12. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-developer.txt +666 -0
  13. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-pm.txt +2381 -0
  14. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-po.txt +1612 -0
  15. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-qa.txt +1745 -0
  16. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-sm.txt +1208 -0
  17. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-ux-expert.txt +958 -0
  18. package/dist/expansion-packs/bmad-godot-game-dev/teams/godot-game-team.txt +27721 -0
  19. package/dist/teams/team-all.txt +1 -1
  20. package/dist/teams/team-fullstack.txt +1 -1
  21. package/dist/teams/team-ide-minimal.txt +1 -1
  22. package/dist/teams/team-no-ui.txt +1 -1
  23. package/docs/GUIDING-PRINCIPLES.md +3 -3
  24. package/docs/flattener.md +91 -0
  25. package/docs/versions.md +1 -1
  26. package/docs/working-in-the-brownfield.md +15 -6
  27. package/expansion-packs/bmad-godot-game-dev/README.md +244 -0
  28. package/expansion-packs/bmad-godot-game-dev/agent-teams/godot-game-team.yaml +18 -0
  29. package/expansion-packs/bmad-godot-game-dev/agents/bmad-orchestrator.md +147 -0
  30. package/expansion-packs/bmad-godot-game-dev/agents/game-analyst.md +84 -0
  31. package/expansion-packs/bmad-godot-game-dev/agents/game-architect.md +146 -0
  32. package/expansion-packs/bmad-godot-game-dev/agents/game-designer.md +78 -0
  33. package/expansion-packs/bmad-godot-game-dev/agents/game-developer.md +124 -0
  34. package/expansion-packs/bmad-godot-game-dev/agents/game-pm.md +82 -0
  35. package/expansion-packs/bmad-godot-game-dev/agents/game-po.md +115 -0
  36. package/expansion-packs/bmad-godot-game-dev/agents/game-qa.md +160 -0
  37. package/expansion-packs/bmad-godot-game-dev/agents/game-sm.md +66 -0
  38. package/expansion-packs/bmad-godot-game-dev/agents/game-ux-expert.md +75 -0
  39. package/expansion-packs/bmad-godot-game-dev/checklists/game-architect-checklist.md +377 -0
  40. package/expansion-packs/bmad-godot-game-dev/checklists/game-change-checklist.md +250 -0
  41. package/expansion-packs/bmad-godot-game-dev/checklists/game-design-checklist.md +225 -0
  42. package/expansion-packs/bmad-godot-game-dev/checklists/game-po-checklist.md +448 -0
  43. package/expansion-packs/bmad-godot-game-dev/checklists/game-story-dod-checklist.md +202 -0
  44. package/expansion-packs/bmad-godot-game-dev/config.yaml +30 -0
  45. package/expansion-packs/bmad-godot-game-dev/data/bmad-kb.md +811 -0
  46. package/expansion-packs/bmad-godot-game-dev/data/brainstorming-techniques.md +36 -0
  47. package/expansion-packs/bmad-godot-game-dev/data/development-guidelines.md +893 -0
  48. package/expansion-packs/bmad-godot-game-dev/data/elicitation-methods.md +156 -0
  49. package/expansion-packs/bmad-godot-game-dev/data/technical-preferences.md +3 -0
  50. package/expansion-packs/bmad-godot-game-dev/tasks/advanced-elicitation.md +110 -0
  51. package/expansion-packs/bmad-godot-game-dev/tasks/apply-qa-fixes.md +224 -0
  52. package/expansion-packs/bmad-godot-game-dev/tasks/brownfield-create-epic.md +162 -0
  53. package/expansion-packs/bmad-godot-game-dev/tasks/brownfield-create-story.md +149 -0
  54. package/expansion-packs/bmad-godot-game-dev/tasks/correct-course-game.md +159 -0
  55. package/expansion-packs/bmad-godot-game-dev/tasks/create-deep-research-prompt.md +278 -0
  56. package/expansion-packs/bmad-godot-game-dev/tasks/create-doc.md +103 -0
  57. package/expansion-packs/bmad-godot-game-dev/tasks/create-game-story.md +202 -0
  58. package/expansion-packs/bmad-godot-game-dev/tasks/document-project.md +343 -0
  59. package/expansion-packs/bmad-godot-game-dev/tasks/execute-checklist.md +88 -0
  60. package/expansion-packs/bmad-godot-game-dev/tasks/facilitate-brainstorming-session.md +136 -0
  61. package/expansion-packs/bmad-godot-game-dev/tasks/game-brownfield-create-epic.md +160 -0
  62. package/expansion-packs/bmad-godot-game-dev/tasks/game-brownfield-create-story.md +147 -0
  63. package/expansion-packs/bmad-godot-game-dev/tasks/game-design-brainstorming.md +290 -0
  64. package/expansion-packs/bmad-godot-game-dev/tasks/game-risk-profile.md +368 -0
  65. package/expansion-packs/bmad-godot-game-dev/tasks/game-test-design.md +219 -0
  66. package/expansion-packs/bmad-godot-game-dev/tasks/generate-ai-frontend-prompt.md +51 -0
  67. package/expansion-packs/bmad-godot-game-dev/tasks/kb-mode-interaction.md +77 -0
  68. package/expansion-packs/bmad-godot-game-dev/tasks/review-game-story.md +364 -0
  69. package/expansion-packs/bmad-godot-game-dev/tasks/shard-doc.md +187 -0
  70. package/expansion-packs/bmad-godot-game-dev/tasks/validate-game-story.md +208 -0
  71. package/expansion-packs/bmad-godot-game-dev/templates/brainstorming-output-tmpl.yaml +156 -0
  72. package/expansion-packs/bmad-godot-game-dev/templates/brownfield-prd-tmpl.yaml +281 -0
  73. package/expansion-packs/bmad-godot-game-dev/templates/competitor-analysis-tmpl.yaml +306 -0
  74. package/expansion-packs/bmad-godot-game-dev/templates/game-architecture-tmpl.yaml +1111 -0
  75. package/expansion-packs/bmad-godot-game-dev/templates/game-brief-tmpl.yaml +356 -0
  76. package/expansion-packs/bmad-godot-game-dev/templates/game-design-doc-tmpl.yaml +724 -0
  77. package/expansion-packs/bmad-godot-game-dev/templates/game-prd-tmpl.yaml +209 -0
  78. package/expansion-packs/bmad-godot-game-dev/templates/game-qa-gate-tmpl.yaml +186 -0
  79. package/expansion-packs/bmad-godot-game-dev/templates/game-story-tmpl.yaml +406 -0
  80. package/expansion-packs/bmad-godot-game-dev/templates/game-ui-spec-tmpl.yaml +601 -0
  81. package/expansion-packs/bmad-godot-game-dev/templates/level-design-doc-tmpl.yaml +620 -0
  82. package/expansion-packs/bmad-godot-game-dev/templates/market-research-tmpl.yaml +418 -0
  83. package/expansion-packs/bmad-godot-game-dev/utils/bmad-doc-template.md +327 -0
  84. package/expansion-packs/bmad-godot-game-dev/utils/workflow-management.md +71 -0
  85. package/expansion-packs/bmad-godot-game-dev/workflows/game-dev-greenfield.yaml +245 -0
  86. package/expansion-packs/bmad-godot-game-dev/workflows/game-prototype.yaml +213 -0
  87. package/package.json +1 -1
  88. package/release_notes.md +11 -2
  89. package/tools/flattener/ignoreRules.js +2 -0
  90. package/tools/installer/bin/bmad.js +2 -1
  91. package/tools/installer/config/install.config.yaml +16 -7
  92. package/tools/installer/lib/ide-setup.js +192 -80
  93. package/tools/installer/package.json +1 -1
  94. package/tools/upgraders/v3-to-v4-upgrader.js +1 -0
  95. package/test.md +0 -1
  96. /package/{implement-fork-friendly-ci.sh → tools/implement-fork-friendly-ci.sh} +0 -0
@@ -0,0 +1,149 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
3
+ # Create Brownfield Story Task
4
+
5
+ ## Purpose
6
+
7
+ Create a single user story for very small brownfield enhancements that can be completed in one focused development session. This task is for minimal additions or bug fixes that require existing system integration awareness.
8
+
9
+ ## When to Use This Task
10
+
11
+ **Use this task when:**
12
+
13
+ - The enhancement can be completed in a single story
14
+ - No new architecture or significant design is required
15
+ - The change follows existing patterns exactly
16
+ - Integration is straightforward with minimal risk
17
+ - Change is isolated with clear boundaries
18
+
19
+ **Use brownfield-create-epic when:**
20
+
21
+ - The enhancement requires 2-3 coordinated stories
22
+ - Some design work is needed
23
+ - Multiple integration points are involved
24
+
25
+ **Use the full brownfield PRD/Architecture process when:**
26
+
27
+ - The enhancement requires multiple coordinated stories
28
+ - Architectural planning is needed
29
+ - Significant integration work is required
30
+
31
+ ## Instructions
32
+
33
+ ### 1. Quick Project Assessment
34
+
35
+ Gather minimal but essential context about the existing project:
36
+
37
+ **Current System Context:**
38
+
39
+ - [ ] Relevant existing functionality identified
40
+ - [ ] Technology stack for this area noted
41
+ - [ ] Integration point(s) clearly understood
42
+ - [ ] Existing patterns for similar work identified
43
+
44
+ **Change Scope:**
45
+
46
+ - [ ] Specific change clearly defined
47
+ - [ ] Impact boundaries identified
48
+ - [ ] Success criteria established
49
+
50
+ ### 2. Story Creation
51
+
52
+ Create a single focused story following this structure:
53
+
54
+ #### Story Title
55
+
56
+ {{Specific Enhancement}} - Brownfield Addition
57
+
58
+ #### User Story
59
+
60
+ As a {{user type}},
61
+ I want {{specific action/capability}},
62
+ So that {{clear benefit/value}}.
63
+
64
+ #### Story Context
65
+
66
+ **Existing System Integration:**
67
+
68
+ - Integrates with: {{existing component/system}}
69
+ - Technology: {{relevant tech stack}}
70
+ - Follows pattern: {{existing pattern to follow}}
71
+ - Touch points: {{specific integration points}}
72
+
73
+ #### Acceptance Criteria
74
+
75
+ **Functional Requirements:**
76
+
77
+ 1. {{Primary functional requirement}}
78
+ 2. {{Secondary functional requirement (if any)}}
79
+ 3. {{Integration requirement}}
80
+
81
+ **Integration Requirements:** 4. Existing {{relevant functionality}} continues to work unchanged 5. New functionality follows existing {{pattern}} pattern 6. Integration with {{system/component}} maintains current behavior
82
+
83
+ **Quality Requirements:** 7. Change is covered by appropriate tests 8. Documentation is updated if needed 9. No regression in existing functionality verified
84
+
85
+ #### Technical Notes
86
+
87
+ - **Integration Approach:** {{how it connects to existing system}}
88
+ - **Existing Pattern Reference:** {{link or description of pattern to follow}}
89
+ - **Key Constraints:** {{any important limitations or requirements}}
90
+
91
+ #### Definition of Done
92
+
93
+ - [ ] Functional requirements met
94
+ - [ ] Integration requirements verified
95
+ - [ ] Existing functionality regression tested
96
+ - [ ] Code follows existing patterns and standards
97
+ - [ ] Tests pass (existing and new)
98
+ - [ ] Documentation updated if applicable
99
+
100
+ ### 3. Risk and Compatibility Check
101
+
102
+ **Minimal Risk Assessment:**
103
+
104
+ - **Primary Risk:** {{main risk to existing system}}
105
+ - **Mitigation:** {{simple mitigation approach}}
106
+ - **Rollback:** {{how to undo if needed}}
107
+
108
+ **Compatibility Verification:**
109
+
110
+ - [ ] No breaking changes to existing APIs
111
+ - [ ] Database changes (if any) are additive only
112
+ - [ ] UI changes follow existing design patterns
113
+ - [ ] Performance impact is negligible
114
+
115
+ ### 4. Validation Checklist
116
+
117
+ Before finalizing the story, confirm:
118
+
119
+ **Scope Validation:**
120
+
121
+ - [ ] Story can be completed in one development session
122
+ - [ ] Integration approach is straightforward
123
+ - [ ] Follows existing patterns exactly
124
+ - [ ] No design or architecture work required
125
+
126
+ **Clarity Check:**
127
+
128
+ - [ ] Story requirements are unambiguous
129
+ - [ ] Integration points are clearly specified
130
+ - [ ] Success criteria are testable
131
+ - [ ] Rollback approach is simple
132
+
133
+ ## Success Criteria
134
+
135
+ The story creation is successful when:
136
+
137
+ 1. Enhancement is clearly defined and appropriately scoped for single session
138
+ 2. Integration approach is straightforward and low-risk
139
+ 3. Existing system patterns are identified and will be followed
140
+ 4. Rollback plan is simple and feasible
141
+ 5. Acceptance criteria include existing functionality verification
142
+
143
+ ## Important Notes
144
+
145
+ - This task is for VERY SMALL brownfield changes only
146
+ - If complexity grows during analysis, escalate to brownfield-create-epic
147
+ - Always prioritize existing system integrity
148
+ - When in doubt about integration complexity, use brownfield-create-epic instead
149
+ - Stories should take no more than 4 hours of focused development work
@@ -0,0 +1,159 @@
1
+ # Correct Course Task - Godot Game Development
2
+
3
+ ## Purpose
4
+
5
+ - Guide a structured response to Godot game development change triggers using the `.bmad-godot-game-dev/checklists/game-change-checklist`.
6
+ - Analyze the impacts of changes on game features, node systems, and performance targets (60+ FPS).
7
+ - Explore Godot-specific solutions (e.g., GDScript vs C# optimization, scene restructuring, platform export adjustments).
8
+ - Draft specific, actionable proposed updates to affected game artifacts (e.g., GDD sections, technical specs, Godot project settings).
9
+ - Produce a consolidated "Godot Game Development Change Proposal" document for review and approval.
10
+ - Ensure clear handoff path for changes requiring fundamental redesign, language migration, or architecture updates.
11
+
12
+ ## Instructions
13
+
14
+ ### 1. Initial Setup & Mode Selection
15
+
16
+ - **Acknowledge Task & Inputs:**
17
+ - Confirm with the user that the "Godot Game Development Correct Course Task" is being initiated.
18
+ - Verify the change trigger (e.g., 60+ FPS performance issue, GDScript/C# migration need, node system refactor, platform export problem).
19
+ - Confirm access to relevant game artifacts:
20
+ - Game Design Document (GDD)
21
+ - Technical Design Documents
22
+ - Godot Architecture specifications (node hierarchy, signal flow)
23
+ - Performance budgets (60+ FPS minimum) and platform requirements
24
+ - Current sprint's game stories with TDD test coverage
25
+ - Asset import settings and resource management
26
+ - Language strategy documentation (GDScript vs C#)
27
+ - Confirm access to `.bmad-godot-game-dev/checklists/game-change-checklist`.
28
+
29
+ - **Establish Interaction Mode:**
30
+ - Ask the user their preferred interaction mode:
31
+ - **"Incrementally (Default & Recommended):** Work through the game-change-checklist section by section, discussing findings and drafting changes collaboratively. Best for complex node restructuring, language migrations, or performance optimizations."
32
+ - **"YOLO Mode (Batch Processing):** Conduct batched analysis and present consolidated findings. Suitable for straightforward scene optimizations or export setting adjustments."
33
+ - Confirm the selected mode and inform: "We will now use the game-change-checklist to analyze the change and draft proposed updates specific to our Godot game development context with 60+ FPS targets and TDD practices."
34
+
35
+ ### 2. Execute Game Development Checklist Analysis
36
+
37
+ - Systematically work through the game-change-checklist sections:
38
+ 1. **Change Context & Game Impact**
39
+ 2. **Feature/System Impact Analysis**
40
+ 3. **Technical Artifact Conflict Resolution**
41
+ 4. **Performance & Platform Evaluation**
42
+ 5. **Path Forward Recommendation**
43
+
44
+ - For each checklist section:
45
+ - Present Godot-specific prompts and considerations
46
+ - Analyze impacts on:
47
+ - Godot scenes and node hierarchies
48
+ - Signal connections and dependencies
49
+ - Performance metrics (60+ FPS requirement, frame time, draw calls)
50
+ - GDScript vs C# language boundaries
51
+ - Resource loading and object pooling
52
+ - Platform export templates and settings
53
+ - TDD test coverage (GUT for GDScript, GoDotTest for C#)
54
+ - Discuss findings with performance profiler data
55
+ - Record status: `[x] Addressed`, `[N/A]`, `[!] Further Action Needed`
56
+ - Document Godot-specific decisions and language choices
57
+
58
+ ### 3. Draft Game-Specific Proposed Changes
59
+
60
+ Based on the analysis and agreed path forward:
61
+
62
+ - **Identify affected game artifacts requiring updates:**
63
+ - GDD sections (mechanics, systems, progression)
64
+ - Technical specifications (node architecture, 60+ FPS targets)
65
+ - Godot-specific configurations (project settings, export presets)
66
+ - Game story modifications (TDD requirements, language choices)
67
+ - Resource import settings and compression
68
+ - Platform export template configurations
69
+ - Test suite updates (GUT/GoDotTest coverage)
70
+
71
+ - **Draft explicit changes for each artifact:**
72
+ - **Game Stories:** Revise story text, TDD test requirements, GDScript/C# language selection
73
+ - **Technical Specs:** Update node hierarchies, signal architectures, 60+ FPS validation
74
+ - **Godot Configurations:** Propose project settings, rendering options, export templates
75
+ - **GDD Updates:** Modify feature descriptions, balance parameters, progression systems
76
+ - **Resource Specifications:** Adjust import settings, compression, pooling strategies
77
+ - **Performance Targets:** Ensure 60+ FPS minimum, frame time <16.67ms, draw call budgets
78
+ - **Test Coverage:** Update GUT tests for GDScript, GoDotTest for C# components
79
+
80
+ - **Include Godot-specific details:**
81
+ - Scene tree structure changes
82
+ - Node composition updates
83
+ - Signal refactoring needs
84
+ - Shader/material optimizations
85
+ - Language migration paths (GDScript ↔ C#)
86
+ - Object pooling implementations
87
+ - Export preset modifications
88
+
89
+ ### 4. Generate "Godot Game Development Change Proposal"
90
+
91
+ - Create a comprehensive proposal document containing:
92
+
93
+ **A. Change Summary:**
94
+ - Original issue (60+ FPS violation, language inefficiency, node bottleneck)
95
+ - Godot systems affected (scenes, nodes, signals)
96
+ - Platform/performance implications (frame time impact)
97
+ - Chosen solution approach (GDScript optimization, C# migration, pooling)
98
+
99
+ **B. Technical Impact Analysis:**
100
+ - Godot node architecture changes needed
101
+ - Performance implications (profiler metrics, FPS measurements)
102
+ - Language strategy adjustments (GDScript vs C# boundaries)
103
+ - Resource loading and pooling modifications
104
+ - Platform export compatibility effects
105
+ - TDD test suite impacts (GUT/GoDotTest coverage)
106
+
107
+ **C. Specific Proposed Edits:**
108
+ - For each game story: "Change Story GS-X.Y from: [old] To: [new with TDD requirements]"
109
+ - For technical specs: "Update Godot Architecture Section X: [node/signal changes]"
110
+ - For GDD: "Modify [Feature] in Section Y: [updates with performance targets]"
111
+ - For project.godot: "Change [Setting] from [old_value] to [new_value]"
112
+ - For language strategy: "Migrate [System] from GDScript to C# for performance"
113
+
114
+ **D. Implementation Considerations:**
115
+ - Required Godot version (4.x vs 3.x LTS)
116
+ - Resource reimport with optimized settings
117
+ - Scene and node refactoring requirements
118
+ - GDScript static typing enforcement
119
+ - C# performance optimization needs
120
+ - Object pooling implementation
121
+ - Platform export template testing
122
+ - TDD test updates (Red-Green-Refactor cycle)
123
+
124
+ ### 5. Finalize & Determine Next Steps
125
+
126
+ - Obtain explicit approval for the "Godot Game Development Change Proposal"
127
+ - Verify 60+ FPS targets are maintained post-change
128
+ - Provide the finalized document to the user
129
+
130
+ - **Based on change scope:**
131
+ - **Minor adjustments (can be handled in current sprint):**
132
+ - Confirm task completion
133
+ - Verify TDD tests are updated
134
+ - Suggest handoff to game-developer agent for implementation
135
+ - Note required performance profiling validation
136
+ - **Major changes (require replanning):**
137
+ - Clearly state need for deeper technical review
138
+ - Recommend engaging Game Architect for node restructuring
139
+ - Evaluate language migration complexity (GDScript ↔ C#)
140
+ - Provide proposal as input for architecture revision
141
+ - Flag any 60+ FPS risks or TDD coverage gaps
142
+
143
+ ## Output Deliverables
144
+
145
+ - **Primary:** "Godot Game Development Change Proposal" document containing:
146
+ - Godot-specific change analysis
147
+ - Technical impact assessment with node/signal context
148
+ - Language strategy implications (GDScript vs C#)
149
+ - Performance validation against 60+ FPS target
150
+ - Clearly drafted updates for all affected game artifacts
151
+ - TDD test coverage requirements
152
+ - Implementation guidance following Carmack's optimization principles
153
+
154
+ - **Secondary:** Annotated game-change-checklist showing:
155
+ - Technical decisions made (node architecture, language choices)
156
+ - Performance trade-offs considered (profiler data)
157
+ - Platform export accommodations
158
+ - Godot-specific implementation notes
159
+ - Required test updates (GUT/GoDotTest)
@@ -0,0 +1,278 @@
1
+ # Create Deep Research Prompt Task
2
+
3
+ This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
4
+
5
+ ## Purpose
6
+
7
+ Generate well-structured research prompts that:
8
+
9
+ - Define clear research objectives and scope
10
+ - Specify appropriate research methodologies
11
+ - Outline expected deliverables and formats
12
+ - Guide systematic investigation of complex topics
13
+ - Ensure actionable insights are captured
14
+
15
+ ## Research Type Selection
16
+
17
+ CRITICAL: First, help the user select the most appropriate research focus based on their needs and any input documents they've provided.
18
+
19
+ ### 1. Research Focus Options
20
+
21
+ Present these numbered options to the user:
22
+
23
+ 1. **Product Validation Research**
24
+ - Validate product hypotheses and market fit
25
+ - Test assumptions about user needs and solutions
26
+ - Assess technical and business feasibility
27
+ - Identify risks and mitigation strategies
28
+
29
+ 2. **Market Opportunity Research**
30
+ - Analyze market size and growth potential
31
+ - Identify market segments and dynamics
32
+ - Assess market entry strategies
33
+ - Evaluate timing and market readiness
34
+
35
+ 3. **User & Customer Research**
36
+ - Deep dive into user personas and behaviors
37
+ - Understand jobs-to-be-done and pain points
38
+ - Map customer journeys and touchpoints
39
+ - Analyze willingness to pay and value perception
40
+
41
+ 4. **Competitive Intelligence Research**
42
+ - Detailed competitor analysis and positioning
43
+ - Feature and capability comparisons
44
+ - Business model and strategy analysis
45
+ - Identify competitive advantages and gaps
46
+
47
+ 5. **Technology & Innovation Research**
48
+ - Assess technology trends and possibilities
49
+ - Evaluate technical approaches and architectures
50
+ - Identify emerging technologies and disruptions
51
+ - Analyze build vs. buy vs. partner options
52
+
53
+ 6. **Industry & Ecosystem Research**
54
+ - Map industry value chains and dynamics
55
+ - Identify key players and relationships
56
+ - Analyze regulatory and compliance factors
57
+ - Understand partnership opportunities
58
+
59
+ 7. **Strategic Options Research**
60
+ - Evaluate different strategic directions
61
+ - Assess business model alternatives
62
+ - Analyze go-to-market strategies
63
+ - Consider expansion and scaling paths
64
+
65
+ 8. **Risk & Feasibility Research**
66
+ - Identify and assess various risk factors
67
+ - Evaluate implementation challenges
68
+ - Analyze resource requirements
69
+ - Consider regulatory and legal implications
70
+
71
+ 9. **Custom Research Focus**
72
+ - User-defined research objectives
73
+ - Specialized domain investigation
74
+ - Cross-functional research needs
75
+
76
+ ### 2. Input Processing
77
+
78
+ **If Project Brief provided:**
79
+
80
+ - Extract key product concepts and goals
81
+ - Identify target users and use cases
82
+ - Note technical constraints and preferences
83
+ - Highlight uncertainties and assumptions
84
+
85
+ **If Brainstorming Results provided:**
86
+
87
+ - Synthesize main ideas and themes
88
+ - Identify areas needing validation
89
+ - Extract hypotheses to test
90
+ - Note creative directions to explore
91
+
92
+ **If Market Research provided:**
93
+
94
+ - Build on identified opportunities
95
+ - Deepen specific market insights
96
+ - Validate initial findings
97
+ - Explore adjacent possibilities
98
+
99
+ **If Starting Fresh:**
100
+
101
+ - Gather essential context through questions
102
+ - Define the problem space
103
+ - Clarify research objectives
104
+ - Establish success criteria
105
+
106
+ ## Process
107
+
108
+ ### 3. Research Prompt Structure
109
+
110
+ CRITICAL: collaboratively develop a comprehensive research prompt with these components.
111
+
112
+ #### A. Research Objectives
113
+
114
+ CRITICAL: collaborate with the user to articulate clear, specific objectives for the research.
115
+
116
+ - Primary research goal and purpose
117
+ - Key decisions the research will inform
118
+ - Success criteria for the research
119
+ - Constraints and boundaries
120
+
121
+ #### B. Research Questions
122
+
123
+ CRITICAL: collaborate with the user to develop specific, actionable research questions organized by theme.
124
+
125
+ **Core Questions:**
126
+
127
+ - Central questions that must be answered
128
+ - Priority ranking of questions
129
+ - Dependencies between questions
130
+
131
+ **Supporting Questions:**
132
+
133
+ - Additional context-building questions
134
+ - Nice-to-have insights
135
+ - Future-looking considerations
136
+
137
+ #### C. Research Methodology
138
+
139
+ **Data Collection Methods:**
140
+
141
+ - Secondary research sources
142
+ - Primary research approaches (if applicable)
143
+ - Data quality requirements
144
+ - Source credibility criteria
145
+
146
+ **Analysis Frameworks:**
147
+
148
+ - Specific frameworks to apply
149
+ - Comparison criteria
150
+ - Evaluation methodologies
151
+ - Synthesis approaches
152
+
153
+ #### D. Output Requirements
154
+
155
+ **Format Specifications:**
156
+
157
+ - Executive summary requirements
158
+ - Detailed findings structure
159
+ - Visual/tabular presentations
160
+ - Supporting documentation
161
+
162
+ **Key Deliverables:**
163
+
164
+ - Must-have sections and insights
165
+ - Decision-support elements
166
+ - Action-oriented recommendations
167
+ - Risk and uncertainty documentation
168
+
169
+ ### 4. Prompt Generation
170
+
171
+ **Research Prompt Template:**
172
+
173
+ ```markdown
174
+ ## Research Objective
175
+
176
+ [Clear statement of what this research aims to achieve]
177
+
178
+ ## Background Context
179
+
180
+ [Relevant information from project brief, brainstorming, or other inputs]
181
+
182
+ ## Research Questions
183
+
184
+ ### Primary Questions (Must Answer)
185
+
186
+ 1. [Specific, actionable question]
187
+ 2. [Specific, actionable question]
188
+ ...
189
+
190
+ ### Secondary Questions (Nice to Have)
191
+
192
+ 1. [Supporting question]
193
+ 2. [Supporting question]
194
+ ...
195
+
196
+ ## Research Methodology
197
+
198
+ ### Information Sources
199
+
200
+ - [Specific source types and priorities]
201
+
202
+ ### Analysis Frameworks
203
+
204
+ - [Specific frameworks to apply]
205
+
206
+ ### Data Requirements
207
+
208
+ - [Quality, recency, credibility needs]
209
+
210
+ ## Expected Deliverables
211
+
212
+ ### Executive Summary
213
+
214
+ - Key findings and insights
215
+ - Critical implications
216
+ - Recommended actions
217
+
218
+ ### Detailed Analysis
219
+
220
+ [Specific sections needed based on research type]
221
+
222
+ ### Supporting Materials
223
+
224
+ - Data tables
225
+ - Comparison matrices
226
+ - Source documentation
227
+
228
+ ## Success Criteria
229
+
230
+ [How to evaluate if research achieved its objectives]
231
+
232
+ ## Timeline and Priority
233
+
234
+ [If applicable, any time constraints or phasing]
235
+ ```
236
+
237
+ ### 5. Review and Refinement
238
+
239
+ 1. **Present Complete Prompt**
240
+ - Show the full research prompt
241
+ - Explain key elements and rationale
242
+ - Highlight any assumptions made
243
+
244
+ 2. **Gather Feedback**
245
+ - Are the objectives clear and correct?
246
+ - Do the questions address all concerns?
247
+ - Is the scope appropriate?
248
+ - Are output requirements sufficient?
249
+
250
+ 3. **Refine as Needed**
251
+ - Incorporate user feedback
252
+ - Adjust scope or focus
253
+ - Add missing elements
254
+ - Clarify ambiguities
255
+
256
+ ### 6. Next Steps Guidance
257
+
258
+ **Execution Options:**
259
+
260
+ 1. **Use with AI Research Assistant**: Provide this prompt to an AI model with research capabilities
261
+ 2. **Guide Human Research**: Use as a framework for manual research efforts
262
+ 3. **Hybrid Approach**: Combine AI and human research using this structure
263
+
264
+ **Integration Points:**
265
+
266
+ - How findings will feed into next phases
267
+ - Which team members should review results
268
+ - How to validate findings
269
+ - When to revisit or expand research
270
+
271
+ ## Important Notes
272
+
273
+ - The quality of the research prompt directly impacts the quality of insights gathered
274
+ - Be specific rather than general in research questions
275
+ - Consider both current state and future implications
276
+ - Balance comprehensiveness with focus
277
+ - Document assumptions and limitations clearly
278
+ - Plan for iterative refinement based on initial findings
@@ -0,0 +1,103 @@
1
+ <!-- Powered by BMAD™ Core -->
2
+
3
+ # Create Document from Template (YAML Driven)
4
+
5
+ ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
6
+
7
+ **THIS IS AN EXECUTABLE WORKFLOW - NOT REFERENCE MATERIAL**
8
+
9
+ When this task is invoked:
10
+
11
+ 1. **DISABLE ALL EFFICIENCY OPTIMIZATIONS** - This workflow requires full user interaction
12
+ 2. **MANDATORY STEP-BY-STEP EXECUTION** - Each section must be processed sequentially with user feedback
13
+ 3. **ELICITATION IS REQUIRED** - When `elicit: true`, you MUST use the 1-9 format and wait for user response
14
+ 4. **NO SHORTCUTS ALLOWED** - Complete documents cannot be created without following this workflow
15
+
16
+ **VIOLATION INDICATOR:** If you create a complete document without user interaction, you have violated this workflow.
17
+
18
+ ## Critical: Template Discovery
19
+
20
+ If a YAML Template has not been provided, list all templates from .bmad-core/templates or ask the user to provide another.
21
+
22
+ ## CRITICAL: Mandatory Elicitation Format
23
+
24
+ **When `elicit: true`, this is a HARD STOP requiring user interaction:**
25
+
26
+ **YOU MUST:**
27
+
28
+ 1. Present section content
29
+ 2. Provide detailed rationale (explain trade-offs, assumptions, decisions made)
30
+ 3. **STOP and present numbered options 1-9:**
31
+ - **Option 1:** Always "Proceed to next section"
32
+ - **Options 2-9:** Select 8 methods from data/elicitation-methods
33
+ - End with: "Select 1-9 or just type your question/feedback:"
34
+ 4. **WAIT FOR USER RESPONSE** - Do not proceed until user selects option or provides feedback
35
+
36
+ **WORKFLOW VIOLATION:** Creating content for elicit=true sections without user interaction violates this task.
37
+
38
+ **NEVER ask yes/no questions or use any other format.**
39
+
40
+ ## Processing Flow
41
+
42
+ 1. **Parse YAML template** - Load template metadata and sections
43
+ 2. **Set preferences** - Show current mode (Interactive), confirm output file
44
+ 3. **Process each section:**
45
+ - Skip if condition unmet
46
+ - Check agent permissions (owner/editors) - note if section is restricted to specific agents
47
+ - Draft content using section instruction
48
+ - Present content + detailed rationale
49
+ - **IF elicit: true** → MANDATORY 1-9 options format
50
+ - Save to file if possible
51
+ 4. **Continue until complete**
52
+
53
+ ## Detailed Rationale Requirements
54
+
55
+ When presenting section content, ALWAYS include rationale that explains:
56
+
57
+ - Trade-offs and choices made (what was chosen over alternatives and why)
58
+ - Key assumptions made during drafting
59
+ - Interesting or questionable decisions that need user attention
60
+ - Areas that might need validation
61
+
62
+ ## Elicitation Results Flow
63
+
64
+ After user selects elicitation method (2-9):
65
+
66
+ 1. Execute method from data/elicitation-methods
67
+ 2. Present results with insights
68
+ 3. Offer options:
69
+ - **1. Apply changes and update section**
70
+ - **2. Return to elicitation menu**
71
+ - **3. Ask any questions or engage further with this elicitation**
72
+
73
+ ## Agent Permissions
74
+
75
+ When processing sections with agent permission fields:
76
+
77
+ - **owner**: Note which agent role initially creates/populates the section
78
+ - **editors**: List agent roles allowed to modify the section
79
+ - **readonly**: Mark sections that cannot be modified after creation
80
+
81
+ **For sections with restricted access:**
82
+
83
+ - Include a note in the generated document indicating the responsible agent
84
+ - Example: "_(This section is owned by dev-agent and can only be modified by dev-agent)_"
85
+
86
+ ## YOLO Mode
87
+
88
+ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
89
+
90
+ ## CRITICAL REMINDERS
91
+
92
+ **❌ NEVER:**
93
+
94
+ - Ask yes/no questions for elicitation
95
+ - Use any format other than 1-9 numbered options
96
+ - Create new elicitation methods
97
+
98
+ **✅ ALWAYS:**
99
+
100
+ - Use exact 1-9 format when elicit: true
101
+ - Select options 2-9 from data/elicitation-methods only
102
+ - Provide detailed rationale explaining decisions
103
+ - End with "Select 1-9 or just type your question/feedback:"