bmad-method 4.42.1 → 4.43.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 (105) hide show
  1. package/CONTRIBUTING.md +2 -9
  2. package/README.md +0 -98
  3. package/bmad-core/agents/bmad-master.md +6 -6
  4. package/bmad-core/data/bmad-kb.md +1 -0
  5. package/bmad-core/tasks/validate-next-story.md +1 -1
  6. package/bmad-core/templates/brownfield-architecture-tmpl.yaml +5 -5
  7. package/dist/agents/analyst.txt +1 -0
  8. package/dist/agents/architect.txt +5 -5
  9. package/dist/agents/bmad-master.txt +12 -11
  10. package/dist/agents/bmad-orchestrator.txt +1 -0
  11. package/dist/agents/dev.txt +1 -1
  12. package/dist/agents/po.txt +1 -1
  13. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +1 -1
  14. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +1 -1
  15. package/dist/expansion-packs/bmad-godot-game-dev/agents/bmad-orchestrator.txt +1513 -0
  16. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-analyst.txt +3190 -0
  17. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-architect.txt +4499 -0
  18. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-designer.txt +3925 -0
  19. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-developer.txt +666 -0
  20. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-pm.txt +2381 -0
  21. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-po.txt +1612 -0
  22. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-qa.txt +1745 -0
  23. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-sm.txt +1208 -0
  24. package/dist/expansion-packs/bmad-godot-game-dev/agents/game-ux-expert.txt +958 -0
  25. package/dist/expansion-packs/bmad-godot-game-dev/teams/godot-game-team.txt +27721 -0
  26. package/dist/teams/team-all.txt +7 -6
  27. package/dist/teams/team-fullstack.txt +7 -6
  28. package/dist/teams/team-ide-minimal.txt +2 -1
  29. package/dist/teams/team-no-ui.txt +7 -6
  30. package/docs/GUIDING-PRINCIPLES.md +3 -3
  31. package/docs/expansion-packs.md +3 -83
  32. package/docs/flattener.md +91 -0
  33. package/docs/versions.md +1 -1
  34. package/docs/working-in-the-brownfield.md +15 -6
  35. package/expansion-packs/bmad-godot-game-dev/README.md +244 -0
  36. package/expansion-packs/bmad-godot-game-dev/agent-teams/godot-game-team.yaml +18 -0
  37. package/expansion-packs/bmad-godot-game-dev/agents/bmad-orchestrator.md +147 -0
  38. package/expansion-packs/bmad-godot-game-dev/agents/game-analyst.md +84 -0
  39. package/expansion-packs/bmad-godot-game-dev/agents/game-architect.md +146 -0
  40. package/expansion-packs/bmad-godot-game-dev/agents/game-designer.md +78 -0
  41. package/expansion-packs/bmad-godot-game-dev/agents/game-developer.md +124 -0
  42. package/expansion-packs/bmad-godot-game-dev/agents/game-pm.md +82 -0
  43. package/expansion-packs/bmad-godot-game-dev/agents/game-po.md +115 -0
  44. package/expansion-packs/bmad-godot-game-dev/agents/game-qa.md +160 -0
  45. package/expansion-packs/bmad-godot-game-dev/agents/game-sm.md +66 -0
  46. package/expansion-packs/bmad-godot-game-dev/agents/game-ux-expert.md +75 -0
  47. package/expansion-packs/bmad-godot-game-dev/checklists/game-architect-checklist.md +377 -0
  48. package/expansion-packs/bmad-godot-game-dev/checklists/game-change-checklist.md +250 -0
  49. package/expansion-packs/bmad-godot-game-dev/checklists/game-design-checklist.md +225 -0
  50. package/expansion-packs/bmad-godot-game-dev/checklists/game-po-checklist.md +448 -0
  51. package/expansion-packs/bmad-godot-game-dev/checklists/game-story-dod-checklist.md +202 -0
  52. package/expansion-packs/bmad-godot-game-dev/config.yaml +30 -0
  53. package/expansion-packs/bmad-godot-game-dev/data/bmad-kb.md +811 -0
  54. package/expansion-packs/bmad-godot-game-dev/data/brainstorming-techniques.md +36 -0
  55. package/expansion-packs/bmad-godot-game-dev/data/development-guidelines.md +893 -0
  56. package/expansion-packs/bmad-godot-game-dev/data/elicitation-methods.md +156 -0
  57. package/expansion-packs/bmad-godot-game-dev/data/technical-preferences.md +3 -0
  58. package/expansion-packs/bmad-godot-game-dev/tasks/advanced-elicitation.md +110 -0
  59. package/expansion-packs/bmad-godot-game-dev/tasks/apply-qa-fixes.md +224 -0
  60. package/expansion-packs/bmad-godot-game-dev/tasks/brownfield-create-epic.md +162 -0
  61. package/expansion-packs/bmad-godot-game-dev/tasks/brownfield-create-story.md +149 -0
  62. package/expansion-packs/bmad-godot-game-dev/tasks/correct-course-game.md +159 -0
  63. package/expansion-packs/bmad-godot-game-dev/tasks/create-deep-research-prompt.md +278 -0
  64. package/expansion-packs/bmad-godot-game-dev/tasks/create-doc.md +103 -0
  65. package/expansion-packs/bmad-godot-game-dev/tasks/create-game-story.md +202 -0
  66. package/expansion-packs/bmad-godot-game-dev/tasks/document-project.md +343 -0
  67. package/expansion-packs/bmad-godot-game-dev/tasks/execute-checklist.md +88 -0
  68. package/expansion-packs/bmad-godot-game-dev/tasks/facilitate-brainstorming-session.md +136 -0
  69. package/expansion-packs/bmad-godot-game-dev/tasks/game-brownfield-create-epic.md +160 -0
  70. package/expansion-packs/bmad-godot-game-dev/tasks/game-brownfield-create-story.md +147 -0
  71. package/expansion-packs/bmad-godot-game-dev/tasks/game-design-brainstorming.md +290 -0
  72. package/expansion-packs/bmad-godot-game-dev/tasks/game-risk-profile.md +368 -0
  73. package/expansion-packs/bmad-godot-game-dev/tasks/game-test-design.md +219 -0
  74. package/expansion-packs/bmad-godot-game-dev/tasks/generate-ai-frontend-prompt.md +51 -0
  75. package/expansion-packs/bmad-godot-game-dev/tasks/kb-mode-interaction.md +77 -0
  76. package/expansion-packs/bmad-godot-game-dev/tasks/review-game-story.md +364 -0
  77. package/expansion-packs/bmad-godot-game-dev/tasks/shard-doc.md +187 -0
  78. package/expansion-packs/bmad-godot-game-dev/tasks/validate-game-story.md +208 -0
  79. package/expansion-packs/bmad-godot-game-dev/templates/brainstorming-output-tmpl.yaml +156 -0
  80. package/expansion-packs/bmad-godot-game-dev/templates/brownfield-prd-tmpl.yaml +281 -0
  81. package/expansion-packs/bmad-godot-game-dev/templates/competitor-analysis-tmpl.yaml +306 -0
  82. package/expansion-packs/bmad-godot-game-dev/templates/game-architecture-tmpl.yaml +1111 -0
  83. package/expansion-packs/bmad-godot-game-dev/templates/game-brief-tmpl.yaml +356 -0
  84. package/expansion-packs/bmad-godot-game-dev/templates/game-design-doc-tmpl.yaml +724 -0
  85. package/expansion-packs/bmad-godot-game-dev/templates/game-prd-tmpl.yaml +209 -0
  86. package/expansion-packs/bmad-godot-game-dev/templates/game-qa-gate-tmpl.yaml +186 -0
  87. package/expansion-packs/bmad-godot-game-dev/templates/game-story-tmpl.yaml +406 -0
  88. package/expansion-packs/bmad-godot-game-dev/templates/game-ui-spec-tmpl.yaml +601 -0
  89. package/expansion-packs/bmad-godot-game-dev/templates/level-design-doc-tmpl.yaml +620 -0
  90. package/expansion-packs/bmad-godot-game-dev/templates/market-research-tmpl.yaml +418 -0
  91. package/expansion-packs/bmad-godot-game-dev/utils/bmad-doc-template.md +327 -0
  92. package/expansion-packs/bmad-godot-game-dev/utils/workflow-management.md +71 -0
  93. package/expansion-packs/bmad-godot-game-dev/workflows/game-dev-greenfield.yaml +245 -0
  94. package/expansion-packs/bmad-godot-game-dev/workflows/game-prototype.yaml +213 -0
  95. package/package.json +1 -1
  96. package/release_notes.md +19 -2
  97. package/tools/flattener/ignoreRules.js +2 -0
  98. package/tools/installer/bin/bmad.js +37 -1
  99. package/tools/installer/config/install.config.yaml +35 -7
  100. package/tools/installer/lib/ide-setup.js +285 -80
  101. package/tools/installer/lib/installer.js +6 -1
  102. package/tools/installer/package.json +1 -1
  103. package/tools/upgraders/v3-to-v4-upgrader.js +1 -0
  104. package/test.md +0 -1
  105. /package/{implement-fork-friendly-ci.sh → tools/implement-fork-friendly-ci.sh} +0 -0
@@ -0,0 +1,306 @@
1
+ template:
2
+ id: competitor-analysis-template-v2
3
+ name: Competitive Analysis Report
4
+ version: 2.0
5
+ output:
6
+ format: markdown
7
+ filename: docs/competitor-analysis.md
8
+ title: "Competitive Analysis Report: {{project_product_name}}"
9
+
10
+ workflow:
11
+ mode: interactive
12
+ elicitation: advanced-elicitation
13
+ custom_elicitation:
14
+ title: "Competitive Analysis Elicitation Actions"
15
+ options:
16
+ - "Deep dive on a specific competitor's strategy"
17
+ - "Analyze competitive dynamics in a specific segment"
18
+ - "War game competitive responses to your moves"
19
+ - "Explore partnership vs. competition scenarios"
20
+ - "Stress test differentiation claims"
21
+ - "Analyze disruption potential (yours or theirs)"
22
+ - "Compare to competition in adjacent markets"
23
+ - "Generate win/loss analysis insights"
24
+ - "If only we had known about [competitor X's plan]..."
25
+ - "Proceed to next section"
26
+
27
+ sections:
28
+ - id: executive-summary
29
+ title: Executive Summary
30
+ instruction: Provide high-level competitive insights, main threats and opportunities, and recommended strategic actions. Write this section LAST after completing all analysis.
31
+
32
+ - id: analysis-scope
33
+ title: Analysis Scope & Methodology
34
+ instruction: This template guides comprehensive competitor analysis. Start by understanding the user's competitive intelligence needs and strategic objectives. Help them identify and prioritize competitors before diving into detailed analysis.
35
+ sections:
36
+ - id: analysis-purpose
37
+ title: Analysis Purpose
38
+ instruction: |
39
+ Define the primary purpose:
40
+ - New market entry assessment
41
+ - Product positioning strategy
42
+ - Feature gap analysis
43
+ - Pricing strategy development
44
+ - Partnership/acquisition targets
45
+ - Competitive threat assessment
46
+ - id: competitor-categories
47
+ title: Competitor Categories Analyzed
48
+ instruction: |
49
+ List categories included:
50
+ - Direct Competitors: Same product/service, same target market
51
+ - Indirect Competitors: Different product, same need/problem
52
+ - Potential Competitors: Could enter market easily
53
+ - Substitute Products: Alternative solutions
54
+ - Aspirational Competitors: Best-in-class examples
55
+ - id: research-methodology
56
+ title: Research Methodology
57
+ instruction: |
58
+ Describe approach:
59
+ - Information sources used
60
+ - Analysis timeframe
61
+ - Confidence levels
62
+ - Limitations
63
+
64
+ - id: competitive-landscape
65
+ title: Competitive Landscape Overview
66
+ sections:
67
+ - id: market-structure
68
+ title: Market Structure
69
+ instruction: |
70
+ Describe the competitive environment:
71
+ - Number of active competitors
72
+ - Market concentration (fragmented/consolidated)
73
+ - Competitive dynamics
74
+ - Recent market entries/exits
75
+ - id: prioritization-matrix
76
+ title: Competitor Prioritization Matrix
77
+ instruction: |
78
+ Help categorize competitors by market share and strategic threat level
79
+
80
+ Create a 2x2 matrix:
81
+ - Priority 1 (Core Competitors): High Market Share + High Threat
82
+ - Priority 2 (Emerging Threats): Low Market Share + High Threat
83
+ - Priority 3 (Established Players): High Market Share + Low Threat
84
+ - Priority 4 (Monitor Only): Low Market Share + Low Threat
85
+
86
+ - id: competitor-profiles
87
+ title: Individual Competitor Profiles
88
+ instruction: Create detailed profiles for each Priority 1 and Priority 2 competitor. For Priority 3 and 4, create condensed profiles.
89
+ repeatable: true
90
+ sections:
91
+ - id: competitor
92
+ title: "{{competitor_name}} - Priority {{priority_level}}"
93
+ sections:
94
+ - id: company-overview
95
+ title: Company Overview
96
+ template: |
97
+ - **Founded:** {{year_founders}}
98
+ - **Headquarters:** {{location}}
99
+ - **Company Size:** {{employees_revenue}}
100
+ - **Funding:** {{total_raised_investors}}
101
+ - **Leadership:** {{key_executives}}
102
+ - id: business-model
103
+ title: Business Model & Strategy
104
+ template: |
105
+ - **Revenue Model:** {{revenue_model}}
106
+ - **Target Market:** {{customer_segments}}
107
+ - **Value Proposition:** {{value_promise}}
108
+ - **Go-to-Market Strategy:** {{gtm_approach}}
109
+ - **Strategic Focus:** {{current_priorities}}
110
+ - id: product-analysis
111
+ title: Product/Service Analysis
112
+ template: |
113
+ - **Core Offerings:** {{main_products}}
114
+ - **Key Features:** {{standout_capabilities}}
115
+ - **User Experience:** {{ux_assessment}}
116
+ - **Technology Stack:** {{tech_stack}}
117
+ - **Pricing:** {{pricing_model}}
118
+ - id: strengths-weaknesses
119
+ title: Strengths & Weaknesses
120
+ sections:
121
+ - id: strengths
122
+ title: Strengths
123
+ type: bullet-list
124
+ template: "- {{strength}}"
125
+ - id: weaknesses
126
+ title: Weaknesses
127
+ type: bullet-list
128
+ template: "- {{weakness}}"
129
+ - id: market-position
130
+ title: Market Position & Performance
131
+ template: |
132
+ - **Market Share:** {{market_share_estimate}}
133
+ - **Customer Base:** {{customer_size_notables}}
134
+ - **Growth Trajectory:** {{growth_trend}}
135
+ - **Recent Developments:** {{key_news}}
136
+
137
+ - id: comparative-analysis
138
+ title: Comparative Analysis
139
+ sections:
140
+ - id: feature-comparison
141
+ title: Feature Comparison Matrix
142
+ instruction: Create a detailed comparison table of key features across competitors
143
+ type: table
144
+ columns:
145
+ [
146
+ "Feature Category",
147
+ "{{your_company}}",
148
+ "{{competitor_1}}",
149
+ "{{competitor_2}}",
150
+ "{{competitor_3}}",
151
+ ]
152
+ rows:
153
+ - category: "Core Functionality"
154
+ items:
155
+ - ["Feature A", "{{status}}", "{{status}}", "{{status}}", "{{status}}"]
156
+ - ["Feature B", "{{status}}", "{{status}}", "{{status}}", "{{status}}"]
157
+ - category: "User Experience"
158
+ items:
159
+ - ["Mobile App", "{{rating}}", "{{rating}}", "{{rating}}", "{{rating}}"]
160
+ - ["Onboarding Time", "{{time}}", "{{time}}", "{{time}}", "{{time}}"]
161
+ - category: "Integration & Ecosystem"
162
+ items:
163
+ - [
164
+ "API Availability",
165
+ "{{availability}}",
166
+ "{{availability}}",
167
+ "{{availability}}",
168
+ "{{availability}}",
169
+ ]
170
+ - ["Third-party Integrations", "{{number}}", "{{number}}", "{{number}}", "{{number}}"]
171
+ - category: "Pricing & Plans"
172
+ items:
173
+ - ["Starting Price", "{{price}}", "{{price}}", "{{price}}", "{{price}}"]
174
+ - ["Free Tier", "{{yes_no}}", "{{yes_no}}", "{{yes_no}}", "{{yes_no}}"]
175
+ - id: swot-comparison
176
+ title: SWOT Comparison
177
+ instruction: Create SWOT analysis for your solution vs. top competitors
178
+ sections:
179
+ - id: your-solution
180
+ title: Your Solution
181
+ template: |
182
+ - **Strengths:** {{strengths}}
183
+ - **Weaknesses:** {{weaknesses}}
184
+ - **Opportunities:** {{opportunities}}
185
+ - **Threats:** {{threats}}
186
+ - id: vs-competitor
187
+ title: "vs. {{main_competitor}}"
188
+ template: |
189
+ - **Competitive Advantages:** {{your_advantages}}
190
+ - **Competitive Disadvantages:** {{their_advantages}}
191
+ - **Differentiation Opportunities:** {{differentiation}}
192
+ - id: positioning-map
193
+ title: Positioning Map
194
+ instruction: |
195
+ Describe competitor positions on key dimensions
196
+
197
+ Create a positioning description using 2 key dimensions relevant to the market, such as:
198
+ - Price vs. Features
199
+ - Ease of Use vs. Power
200
+ - Specialization vs. Breadth
201
+ - Self-Serve vs. High-Touch
202
+
203
+ - id: strategic-analysis
204
+ title: Strategic Analysis
205
+ sections:
206
+ - id: competitive-advantages
207
+ title: Competitive Advantages Assessment
208
+ sections:
209
+ - id: sustainable-advantages
210
+ title: Sustainable Advantages
211
+ instruction: |
212
+ Identify moats and defensible positions:
213
+ - Network effects
214
+ - Switching costs
215
+ - Brand strength
216
+ - Technology barriers
217
+ - Regulatory advantages
218
+ - id: vulnerable-points
219
+ title: Vulnerable Points
220
+ instruction: |
221
+ Where competitors could be challenged:
222
+ - Weak customer segments
223
+ - Missing features
224
+ - Poor user experience
225
+ - High prices
226
+ - Limited geographic presence
227
+ - id: blue-ocean
228
+ title: Blue Ocean Opportunities
229
+ instruction: |
230
+ Identify uncontested market spaces
231
+
232
+ List opportunities to create new market space:
233
+ - Underserved segments
234
+ - Unaddressed use cases
235
+ - New business models
236
+ - Geographic expansion
237
+ - Different value propositions
238
+
239
+ - id: strategic-recommendations
240
+ title: Strategic Recommendations
241
+ sections:
242
+ - id: differentiation-strategy
243
+ title: Differentiation Strategy
244
+ instruction: |
245
+ How to position against competitors:
246
+ - Unique value propositions to emphasize
247
+ - Features to prioritize
248
+ - Segments to target
249
+ - Messaging and positioning
250
+ - id: competitive-response
251
+ title: Competitive Response Planning
252
+ sections:
253
+ - id: offensive-strategies
254
+ title: Offensive Strategies
255
+ instruction: |
256
+ How to gain market share:
257
+ - Target competitor weaknesses
258
+ - Win competitive deals
259
+ - Capture their customers
260
+ - id: defensive-strategies
261
+ title: Defensive Strategies
262
+ instruction: |
263
+ How to protect your position:
264
+ - Strengthen vulnerable areas
265
+ - Build switching costs
266
+ - Deepen customer relationships
267
+ - id: partnership-ecosystem
268
+ title: Partnership & Ecosystem Strategy
269
+ instruction: |
270
+ Potential collaboration opportunities:
271
+ - Complementary players
272
+ - Channel partners
273
+ - Technology integrations
274
+ - Strategic alliances
275
+
276
+ - id: monitoring-plan
277
+ title: Monitoring & Intelligence Plan
278
+ sections:
279
+ - id: key-competitors
280
+ title: Key Competitors to Track
281
+ instruction: Priority list with rationale
282
+ - id: monitoring-metrics
283
+ title: Monitoring Metrics
284
+ instruction: |
285
+ What to track:
286
+ - Product updates
287
+ - Pricing changes
288
+ - Customer wins/losses
289
+ - Funding/M&A activity
290
+ - Market messaging
291
+ - id: intelligence-sources
292
+ title: Intelligence Sources
293
+ instruction: |
294
+ Where to gather ongoing intelligence:
295
+ - Company websites/blogs
296
+ - Customer reviews
297
+ - Industry reports
298
+ - Social media
299
+ - Patent filings
300
+ - id: update-cadence
301
+ title: Update Cadence
302
+ instruction: |
303
+ Recommended review schedule:
304
+ - Weekly: {{weekly_items}}
305
+ - Monthly: {{monthly_items}}
306
+ - Quarterly: {{quarterly_analysis}}