bmad-method 6.0.0-alpha.4 → 6.0.0-alpha.5

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 (162) hide show
  1. package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
  2. package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
  3. package/.claude/commands/bmad/bmm/agents/tech-writer.md +82 -0
  4. package/.claude/commands/bmad/bmm/workflows/README.md +1 -1
  5. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
  6. package/.claude/commands/bmad/core/workflows/README.md +10 -0
  7. package/.claude/settings.local.json +4 -8
  8. package/CHANGELOG.md +305 -0
  9. package/README.md +88 -39
  10. package/bmad/_cfg/agent-manifest.csv +2 -1
  11. package/bmad/_cfg/agents/bmm-tech-writer.customize.yaml +42 -0
  12. package/bmad/_cfg/files-manifest.csv +40 -62
  13. package/bmad/_cfg/ides/claude-code.yaml +1 -1
  14. package/bmad/_cfg/manifest.yaml +4 -3
  15. package/bmad/_cfg/task-manifest.csv +4 -1
  16. package/bmad/_cfg/tool-manifest.csv +1 -0
  17. package/bmad/_cfg/workflow-manifest.csv +3 -1
  18. package/bmad/bmb/config.yaml +2 -2
  19. package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
  20. package/bmad/bmm/README.md +79 -120
  21. package/bmad/bmm/README.md.bak +169 -0
  22. package/bmad/bmm/agents/analyst.md.bak +67 -0
  23. package/bmad/bmm/agents/architect.md +0 -1
  24. package/bmad/bmm/agents/architect.md.bak +73 -0
  25. package/bmad/bmm/agents/dev.md.bak +69 -0
  26. package/bmad/bmm/agents/pm.md.bak +76 -0
  27. package/bmad/bmm/agents/sm.md +1 -1
  28. package/bmad/bmm/agents/sm.md.bak +85 -0
  29. package/bmad/bmm/agents/tea.md.bak +72 -0
  30. package/bmad/bmm/agents/tech-writer.md +82 -0
  31. package/bmad/bmm/agents/ux-designer.md.bak +71 -0
  32. package/bmad/bmm/config.yaml +2 -2
  33. package/bmad/bmm/docs/README.md +235 -0
  34. package/bmad/bmm/docs/agents-guide.md +1057 -0
  35. package/bmad/bmm/docs/brownfield-guide.md +471 -972
  36. package/bmad/bmm/docs/enterprise-agentic-development.md +680 -0
  37. package/bmad/bmm/docs/faq.md +589 -0
  38. package/bmad/bmm/docs/glossary.md +321 -0
  39. package/bmad/bmm/docs/party-mode.md +224 -0
  40. package/bmad/bmm/docs/quick-spec-flow.md +64 -57
  41. package/bmad/bmm/docs/quick-start.md +72 -47
  42. package/bmad/bmm/docs/scale-adaptive-system.md +332 -778
  43. package/bmad/bmm/docs/troubleshooting.md +680 -0
  44. package/bmad/bmm/{workflows/3-solutioning/architecture/README.md → docs/workflow-architecture-reference.md} +130 -77
  45. package/bmad/bmm/{workflows/document-project/README.md → docs/workflow-document-project-reference.md} +45 -2
  46. package/bmad/bmm/docs/workflows-analysis.md +670 -0
  47. package/bmad/bmm/docs/workflows-implementation.md +1758 -0
  48. package/bmad/bmm/docs/workflows-planning.md +1086 -0
  49. package/bmad/bmm/docs/workflows-solutioning.md +726 -0
  50. package/bmad/bmm/tasks/daily-standup.xml +1 -1
  51. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml.bak +60 -0
  52. package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  53. package/bmad/bmm/workflows/techdoc/documentation-standards.md +2 -1
  54. package/bmad/bmm/workflows/techdoc/documentation-standards.md.bak +238 -0
  55. package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
  56. package/bmad/bmm/workflows/workflow-status/init/workflow.yaml.bak +27 -0
  57. package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  58. package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  59. package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
  60. package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  61. package/{src/modules/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
  62. package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  63. package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  64. package/bmad/cis/agents/brainstorming-coach.md.bak +62 -0
  65. package/bmad/cis/agents/creative-problem-solver.md.bak +62 -0
  66. package/bmad/cis/agents/design-thinking-coach.md.bak +62 -0
  67. package/bmad/cis/agents/innovation-strategist.md.bak +62 -0
  68. package/bmad/cis/agents/storyteller.md.bak +59 -0
  69. package/bmad/cis/config.yaml +2 -2
  70. package/bmad/core/agents/bmad-master.md.bak +15 -13
  71. package/bmad/core/config.yaml +2 -2
  72. package/bmad/core/tasks/workflow.xml +1 -11
  73. package/package.json +1 -1
  74. package/src/core/tasks/workflow.xml +1 -11
  75. package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
  76. package/src/modules/bmm/README.md +1 -1
  77. package/src/modules/bmm/agents/architect.agent.yaml +0 -4
  78. package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
  79. package/src/modules/bmm/agents/sm.agent.yaml +1 -1
  80. package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
  81. package/src/modules/bmm/docs/README.md +9 -9
  82. package/src/modules/bmm/docs/agents-guide.md +46 -98
  83. package/src/modules/bmm/docs/brownfield-guide.md +211 -90
  84. package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
  85. package/src/modules/bmm/docs/faq.md +10 -10
  86. package/src/modules/bmm/docs/glossary.md +36 -42
  87. package/src/modules/bmm/docs/party-mode.md +110 -1122
  88. package/src/modules/bmm/docs/quick-spec-flow.md +33 -33
  89. package/src/modules/bmm/docs/quick-start.md +29 -29
  90. package/src/modules/bmm/docs/scale-adaptive-system.md +303 -453
  91. package/src/modules/bmm/docs/troubleshooting.md +1 -1
  92. package/src/modules/bmm/docs/workflows-implementation.md +20 -21
  93. package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
  94. package/src/modules/bmm/tasks/daily-standup.xml +1 -1
  95. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  96. package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  97. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  98. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  99. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  100. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  101. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
  102. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  103. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  104. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  105. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  106. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  107. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  108. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  109. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  110. package/src/modules/bmm/workflows/techdoc/documentation-standards.md +1 -1
  111. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
  112. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  113. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  114. package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-3.yaml → src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml} +33 -31
  115. package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  116. package/{bmad/bmm/workflows/workflow-status/paths/brownfield-level-1.yaml → src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml} +18 -18
  117. package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  118. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  119. package/bmad/bmm/tasks/retrospective.xml +0 -104
  120. package/bmad/bmm/testarch/README.md +0 -311
  121. package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
  122. package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
  123. package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
  124. package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
  125. package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
  126. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
  127. package/bmad/bmm/workflows/4-implementation/README.md +0 -221
  128. package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
  129. package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
  130. package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
  131. package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
  132. package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
  133. package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
  134. package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
  135. package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
  136. package/bmad/bmm/workflows/README.md +0 -256
  137. package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
  138. package/bmad/bmm/workflows/testarch/README.md +0 -26
  139. package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
  140. package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
  141. package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
  142. package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
  143. package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
  144. package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
  145. package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
  146. package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
  147. package/bmad/bmm/workflows/workflow-status/README.md +0 -260
  148. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  149. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  150. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  151. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  152. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  153. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  154. package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
  155. package/src/modules/bmm/docs/workflows-testing.md +0 -1572
  156. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  157. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  158. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  159. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  160. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  161. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  162. /package/bmad/bmm/agents/{paige.md → paige.md.bak} +0 -0
@@ -1,180 +0,0 @@
1
- # Product Brief Workflow
2
-
3
- ## Overview
4
-
5
- Interactive product brief creation workflow that guides users through defining their product vision with multiple input sources and conversational collaboration. Supports both structured interactive mode and rapid "YOLO" mode for quick draft generation.
6
-
7
- ## Key Features
8
-
9
- - **Dual Mode Operation** - Interactive step-by-step or rapid draft generation
10
- - **Multi-Input Support** - Integrates market research, competitive analysis, and brainstorming results
11
- - **Conversational Design** - Guides users through strategic thinking with probing questions
12
- - **Executive Summary Generation** - Creates compelling summaries for stakeholder communication
13
- - **Comprehensive Coverage** - Addresses all critical product planning dimensions
14
- - **Stakeholder Ready** - Generates professional briefs suitable for PM handoff
15
-
16
- ## Usage
17
-
18
- ### Basic Invocation
19
-
20
- ```bash
21
- workflow product-brief
22
- ```
23
-
24
- ### With Input Documents
25
-
26
- ```bash
27
- # With market research
28
- workflow product-brief --input market-research.md
29
-
30
- # With multiple inputs
31
- workflow product-brief --input market-research.md --input competitive-analysis.md
32
- ```
33
-
34
- ### Configuration
35
-
36
- - **brief_format**: "comprehensive" (full detail) or "executive" (3-page limit)
37
- - **autonomous**: false (requires user collaboration)
38
- - **output_folder**: Location for generated brief
39
-
40
- ## Workflow Structure
41
-
42
- ### Files Included
43
-
44
- ```
45
- product-brief/
46
- ├── workflow.yaml # Configuration and metadata
47
- ├── instructions.md # Interactive workflow steps
48
- ├── template.md # Product brief document structure
49
- ├── checklist.md # Validation criteria
50
- └── README.md # This file
51
- ```
52
-
53
- ## Workflow Process
54
-
55
- ### Phase 1: Initialization and Context (Steps 0-2)
56
-
57
- - **Project Setup**: Captures project name and basic context
58
- - **Input Gathering**: Collects and analyzes available documents
59
- - **Mode Selection**: Chooses interactive or YOLO collaboration approach
60
- - **Context Extraction**: Identifies core problems and opportunities
61
-
62
- ### Phase 2: Interactive Development (Steps 3-12) - Interactive Mode
63
-
64
- - **Problem Definition**: Deep dive into user pain points and market gaps
65
- - **Solution Articulation**: Develops clear value proposition and approach
66
- - **User Segmentation**: Defines primary and secondary target audiences
67
- - **Success Metrics**: Establishes measurable goals and KPIs
68
- - **MVP Scoping**: Ruthlessly defines minimum viable features
69
- - **Financial Planning**: Assesses ROI and strategic alignment
70
- - **Technical Context**: Captures platform and technology considerations
71
- - **Risk Assessment**: Identifies constraints, assumptions, and unknowns
72
-
73
- ### Phase 3: Rapid Generation (Steps 3-4) - YOLO Mode
74
-
75
- - **Complete Draft**: Generates full brief based on initial context
76
- - **Iterative Refinement**: User-guided section improvements
77
- - **Quality Validation**: Ensures completeness and consistency
78
-
79
- ### Phase 4: Finalization (Steps 13-15)
80
-
81
- - **Executive Summary**: Creates compelling overview for stakeholders
82
- - **Supporting Materials**: Compiles research summaries and references
83
- - **Final Review**: Quality check and handoff preparation
84
-
85
- ## Output
86
-
87
- ### Generated Files
88
-
89
- - **Primary output**: product-brief-{project_name}-{date}.md
90
- - **Supporting files**: Research summaries and stakeholder input documentation
91
-
92
- ### Output Structure
93
-
94
- 1. **Executive Summary** - High-level product concept and value proposition
95
- 2. **Problem Statement** - Detailed problem analysis with evidence
96
- 3. **Proposed Solution** - Core approach and key differentiators
97
- 4. **Target Users** - Primary and secondary user segments with personas
98
- 5. **Goals and Success Metrics** - Business objectives and measurable KPIs
99
- 6. **MVP Scope** - Must-have features and out-of-scope items
100
- 7. **Post-MVP Vision** - Phase 2 features and long-term roadmap
101
- 8. **Financial Impact** - Investment requirements and ROI projections
102
- 9. **Strategic Alignment** - Connection to company OKRs and initiatives
103
- 10. **Technical Considerations** - Platform requirements and preferences
104
- 11. **Constraints and Assumptions** - Resource limits and key assumptions
105
- 12. **Risks and Open Questions** - Risk assessment and research needs
106
- 13. **Supporting Materials** - Research summaries and references
107
-
108
- ## Requirements
109
-
110
- No special requirements - designed to work with or without existing documentation.
111
-
112
- ## Best Practices
113
-
114
- ### Before Starting
115
-
116
- 1. **Gather Available Research**: Collect any market research, competitive analysis, or user feedback
117
- 2. **Define Stakeholder Audience**: Know who will use this brief for decision-making
118
- 3. **Set Time Boundaries**: Interactive mode requires 60-90 minutes for quality results
119
-
120
- ### During Execution
121
-
122
- 1. **Be Specific**: Avoid generic statements - provide concrete examples and data
123
- 2. **Think Strategically**: Focus on "why" and "what" rather than "how"
124
- 3. **Challenge Assumptions**: Use the conversation to test and refine your thinking
125
- 4. **Scope Ruthlessly**: Resist feature creep in MVP definition
126
-
127
- ### After Completion
128
-
129
- 1. **Validate with Checklist**: Use included criteria to ensure completeness
130
- 2. **Stakeholder Review**: Share executive summary first, then full brief
131
- 3. **Iterate Based on Feedback**: Product briefs should evolve with new insights
132
-
133
- ## Troubleshooting
134
-
135
- ### Common Issues
136
-
137
- **Issue**: Brief lacks specificity or contains vague statements
138
-
139
- - **Solution**: Restart problem definition with concrete examples and measurable impacts
140
- - **Check**: Ensure each section answers "so what?" and provides actionable insights
141
-
142
- **Issue**: MVP scope is too large or undefined
143
-
144
- - **Solution**: Use the "what's the minimum to validate core hypothesis?" filter
145
- - **Check**: Verify that each MVP feature is truly essential for initial value delivery
146
-
147
- **Issue**: Missing strategic context or business justification
148
-
149
- - **Solution**: Return to financial impact and strategic alignment sections
150
- - **Check**: Ensure connection to company goals and clear ROI potential
151
-
152
- ## Customization
153
-
154
- To customize this workflow:
155
-
156
- 1. **Modify Questions**: Update instructions.md to add industry-specific or company-specific prompts
157
- 2. **Adjust Template**: Customize template.md sections for organizational brief standards
158
- 3. **Add Validation**: Extend checklist.md with company-specific quality criteria
159
- 4. **Configure Modes**: Adjust brief_format settings for different output styles
160
-
161
- ## Version History
162
-
163
- - **v6.0.0** - Interactive conversational design with dual modes
164
- - Interactive and YOLO mode support
165
- - Multi-input document integration
166
- - Executive summary generation
167
- - Strategic alignment focus
168
-
169
- ## Support
170
-
171
- For issues or questions:
172
-
173
- - Review the workflow creation guide at `/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md`
174
- - Validate output using `checklist.md`
175
- - Consider running market research workflow first if lacking business context
176
- - Consult BMAD documentation for product planning methodology
177
-
178
- ---
179
-
180
- _Part of the BMad Method v6 - BMM (Method) Module_
@@ -1,454 +0,0 @@
1
- # Research Workflow - Multi-Type Research System
2
-
3
- ## Overview
4
-
5
- The Research Workflow is a comprehensive, adaptive research system that supports multiple research types through an intelligent router pattern. This workflow consolidates various research methodologies into a single, powerful tool that adapts to your specific research needs - from market analysis to technical evaluation to AI prompt generation.
6
-
7
- **Version 2.0.0** - Multi-type research system with router-based architecture
8
-
9
- ## Key Features
10
-
11
- ### 🔀 Intelligent Research Router
12
-
13
- - **6 Research Types**: Market, Deep Prompt, Technical, Competitive, User, Domain
14
- - **Dynamic Instructions**: Loads appropriate instruction set based on research type
15
- - **Adaptive Templates**: Selects optimal output format for research goal
16
- - **Context-Aware**: Adjusts frameworks and methods per research type
17
-
18
- ### 🔍 Market Research (Type: `market`)
19
-
20
- - Real-time web research for current market data
21
- - TAM/SAM/SOM calculations with multiple methodologies
22
- - Competitive landscape analysis and positioning
23
- - Customer persona development and Jobs-to-be-Done
24
- - Porter's Five Forces and strategic frameworks
25
- - Go-to-market strategy recommendations
26
-
27
- ### 🤖 Deep Research Prompt Generation (Type: `deep_prompt`)
28
-
29
- - **Optimized for AI Research Platforms**: ChatGPT Deep Research, Gemini, Grok DeepSearch, Claude Projects
30
- - **Prompt Engineering Best Practices**: Multi-stage research workflows, iterative refinement
31
- - **Platform-Specific Optimization**: Tailored prompts for each AI research tool
32
- - **Context Packaging**: Structures background information for optimal AI understanding
33
- - **Research Question Refinement**: Transforms vague questions into precise research prompts
34
-
35
- ### 🏗️ Technical/Architecture Research (Type: `technical`)
36
-
37
- - Technology evaluation and comparison matrices
38
- - Architecture pattern research and trade-off analysis
39
- - Framework/library assessment with pros/cons
40
- - Technical feasibility studies
41
- - Cost-benefit analysis for technology decisions
42
- - Architecture Decision Records (ADR) generation
43
-
44
- ### 🎯 Competitive Intelligence (Type: `competitive`)
45
-
46
- - Deep competitor analysis and profiling
47
- - Competitive positioning and gap analysis
48
- - Strategic group mapping
49
- - Feature comparison matrices
50
- - Pricing strategy analysis
51
- - Market share and growth tracking
52
-
53
- ### 👥 User Research (Type: `user`)
54
-
55
- - Customer insights and behavioral analysis
56
- - Persona development with demographics and psychographics
57
- - Jobs-to-be-Done framework application
58
- - Customer journey mapping
59
- - Pain point identification
60
- - Willingness-to-pay analysis
61
-
62
- ### 🌐 Domain/Industry Research (Type: `domain`)
63
-
64
- - Industry deep dives and trend analysis
65
- - Regulatory landscape assessment
66
- - Domain expertise synthesis
67
- - Best practices identification
68
- - Standards and compliance requirements
69
- - Emerging patterns and disruptions
70
-
71
- ## Usage
72
-
73
- ### Basic Invocation
74
-
75
- ```bash
76
- workflow research
77
- ```
78
-
79
- The workflow will prompt you to select a research type.
80
-
81
- ### Direct Research Type Selection
82
-
83
- ```bash
84
- # Market research
85
- workflow research --type market
86
-
87
- # Deep research prompt generation
88
- workflow research --type deep_prompt
89
-
90
- # Technical evaluation
91
- workflow research --type technical
92
-
93
- # Competitive intelligence
94
- workflow research --type competitive
95
-
96
- # User research
97
- workflow research --type user
98
-
99
- # Domain analysis
100
- workflow research --type domain
101
- ```
102
-
103
- ### With Input Documents
104
-
105
- ```bash
106
- workflow research --type market --input product-brief.md --input competitor-list.md
107
- workflow research --type technical --input requirements.md --input architecture.md
108
- workflow research --type deep_prompt --input research-question.md
109
- ```
110
-
111
- ### Configuration Options
112
-
113
- Can be customized through `workflow.yaml`:
114
-
115
- - **research_depth**: `quick`, `standard`, or `comprehensive`
116
- - **enable_web_research**: `true`/`false` for real-time data gathering
117
- - **enable_competitor_analysis**: `true`/`false` (market/competitive types)
118
- - **enable_financial_modeling**: `true`/`false` (market type)
119
-
120
- ## Workflow Structure
121
-
122
- ### Files Included
123
-
124
- ```
125
- research/
126
- ├── workflow.yaml # Multi-type configuration
127
- ├── instructions-router.md # Router logic (loads correct instructions)
128
- ├── instructions-market.md # Market research workflow
129
- ├── instructions-deep-prompt.md # Deep prompt generation workflow
130
- ├── instructions-technical.md # Technical evaluation workflow
131
- ├── template-market.md # Market research report template
132
- ├── template-deep-prompt.md # Research prompt template
133
- ├── template-technical.md # Technical evaluation template
134
- ├── checklist.md # Universal validation criteria
135
- ├── README.md # This file
136
- └── claude-code/ # Claude Code enhancements (optional)
137
- ├── injections.yaml # Integration configuration
138
- └── sub-agents/ # Specialized research agents
139
- ├── bmm-market-researcher.md
140
- ├── bmm-trend-spotter.md
141
- ├── bmm-data-analyst.md
142
- ├── bmm-competitor-analyzer.md
143
- ├── bmm-user-researcher.md
144
- └── bmm-technical-evaluator.md
145
- ```
146
-
147
- ## Workflow Process
148
-
149
- ### Phase 1: Research Type Selection and Setup
150
-
151
- 1. Router presents research type menu
152
- 2. User selects research type (market, deep_prompt, technical, competitive, user, domain)
153
- 3. Router loads appropriate instructions and template
154
- 4. Gather research parameters and inputs
155
-
156
- ### Phase 2: Research Type-Specific Execution
157
-
158
- **For Market Research:**
159
-
160
- 1. Define research objectives and market boundaries
161
- 2. Conduct web research across multiple sources
162
- 3. Calculate TAM/SAM/SOM with triangulation
163
- 4. Develop customer segments and personas
164
- 5. Analyze competitive landscape
165
- 6. Apply industry frameworks (Porter's Five Forces, etc.)
166
- 7. Identify trends and opportunities
167
- 8. Develop strategic recommendations
168
- 9. Create financial projections (optional)
169
- 10. Compile comprehensive report
170
-
171
- **For Deep Prompt Generation:**
172
-
173
- 1. Analyze research question or topic
174
- 2. Identify optimal AI research platform (ChatGPT, Gemini, Grok, Claude)
175
- 3. Structure research context and background
176
- 4. Generate platform-optimized prompt
177
- 5. Create multi-stage research workflow
178
- 6. Define iteration and refinement strategy
179
- 7. Package with context documents
180
- 8. Provide execution guidance
181
-
182
- **For Technical Research:**
183
-
184
- 1. Define technical requirements and constraints
185
- 2. Identify technologies/frameworks to evaluate
186
- 3. Research each option (documentation, community, maturity)
187
- 4. Create comparison matrix with criteria
188
- 5. Perform trade-off analysis
189
- 6. Calculate cost-benefit for each option
190
- 7. Generate Architecture Decision Record (ADR)
191
- 8. Provide recommendation with rationale
192
-
193
- **For Competitive/User/Domain:**
194
-
195
- - Uses market research workflow with specific focus
196
- - Adapts questions and frameworks to research type
197
- - Customizes output format for target audience
198
-
199
- ### Phase 3: Validation and Delivery
200
-
201
- 1. Review outputs against checklist
202
- 2. Validate completeness and quality
203
- 3. Generate final report/document
204
- 4. Provide next steps and recommendations
205
-
206
- ## Output
207
-
208
- ### Generated Files by Research Type
209
-
210
- **Market Research:**
211
-
212
- - `market-research-{product_name}-{date}.md`
213
- - Comprehensive market analysis report (10+ sections)
214
-
215
- **Deep Research Prompt:**
216
-
217
- - `deep-research-prompt-{date}.md`
218
- - Optimized AI research prompt with context and instructions
219
-
220
- **Technical Research:**
221
-
222
- - `technical-research-{date}.md`
223
- - Technology evaluation with comparison matrix and ADR
224
-
225
- **Competitive Intelligence:**
226
-
227
- - `competitive-intelligence-{date}.md`
228
- - Detailed competitor analysis and positioning
229
-
230
- **User Research:**
231
-
232
- - `user-research-{date}.md`
233
- - Customer insights and persona documentation
234
-
235
- **Domain Research:**
236
-
237
- - `domain-research-{date}.md`
238
- - Industry deep dive with trends and best practices
239
-
240
- ## Requirements
241
-
242
- ### All Research Types
243
-
244
- - BMAD Core v6 project structure
245
- - Web search capability (for real-time research)
246
- - Access to research data sources
247
-
248
- ### Market Research
249
-
250
- - Product or business description
251
- - Target customer hypotheses (optional)
252
- - Known competitors list (optional)
253
-
254
- ### Deep Prompt Research
255
-
256
- - Research question or topic
257
- - Background context documents (optional)
258
- - Target AI platform preference (optional)
259
-
260
- ### Technical Research
261
-
262
- - Technical requirements document
263
- - Current architecture (if brownfield)
264
- - Technical constraints list
265
-
266
- ## Best Practices
267
-
268
- ### Before Starting
269
-
270
- 1. **Know Your Research Goal**: Select the most appropriate research type
271
- 2. **Gather Context**: Collect relevant documents before starting
272
- 3. **Set Depth Level**: Choose appropriate research_depth (quick/standard/comprehensive)
273
- 4. **Define Success Criteria**: What decisions will this research inform?
274
-
275
- ### During Execution
276
-
277
- **Market Research:**
278
-
279
- - Provide specific product/service details
280
- - Validate market boundaries carefully
281
- - Review TAM/SAM/SOM assumptions
282
- - Challenge competitive positioning
283
-
284
- **Deep Prompt Generation:**
285
-
286
- - Be specific about research platform target
287
- - Provide rich context documents
288
- - Clarify expected research outcome
289
- - Define iteration strategy
290
-
291
- **Technical Research:**
292
-
293
- - List all evaluation criteria upfront
294
- - Weight criteria by importance
295
- - Consider long-term implications
296
- - Include cost analysis
297
-
298
- ### After Completion
299
-
300
- 1. Review using the validation checklist
301
- 2. Update with any missing information
302
- 3. Share with stakeholders for feedback
303
- 4. Schedule follow-up research if needed
304
- 5. Document decisions made based on research
305
-
306
- ## Research Frameworks Available
307
-
308
- ### Market Research Frameworks
309
-
310
- - TAM/SAM/SOM Analysis
311
- - Porter's Five Forces
312
- - Jobs-to-be-Done (JTBD)
313
- - Technology Adoption Lifecycle
314
- - SWOT Analysis
315
- - Value Chain Analysis
316
-
317
- ### Technical Research Frameworks
318
-
319
- - Trade-off Analysis Matrix
320
- - Architecture Decision Records (ADR)
321
- - Technology Radar
322
- - Comparison Matrix
323
- - Cost-Benefit Analysis
324
- - Technical Risk Assessment
325
-
326
- ### Deep Prompt Frameworks
327
-
328
- - ChatGPT Deep Research Best Practices
329
- - Gemini Deep Research Framework
330
- - Grok DeepSearch Optimization
331
- - Claude Projects Methodology
332
- - Iterative Prompt Refinement
333
-
334
- ## Data Sources
335
-
336
- The workflow leverages multiple data sources:
337
-
338
- - Industry reports and publications
339
- - Government statistics and databases
340
- - Financial reports and SEC filings
341
- - News articles and press releases
342
- - Academic research papers
343
- - Technical documentation and RFCs
344
- - GitHub repositories and discussions
345
- - Stack Overflow and developer forums
346
- - Market research firm reports
347
- - Social media and communities
348
- - Patent databases
349
- - Benchmarking studies
350
-
351
- ## Claude Code Enhancements
352
-
353
- ### Available Subagents
354
-
355
- 1. **bmm-market-researcher** - Market intelligence gathering
356
- 2. **bmm-trend-spotter** - Emerging trends and weak signals
357
- 3. **bmm-data-analyst** - Quantitative analysis and modeling
358
- 4. **bmm-competitor-analyzer** - Competitive intelligence
359
- 5. **bmm-user-researcher** - Customer insights and personas
360
- 6. **bmm-technical-evaluator** - Technology assessment
361
-
362
- These are automatically invoked during workflow execution if Claude Code integration is configured.
363
-
364
- ## Troubleshooting
365
-
366
- ### Issue: Don't know which research type to choose
367
-
368
- - **Solution**: Start with research question - "What do I need to know?"
369
- - Market viability? → `market`
370
- - Best technology? → `technical`
371
- - Need AI to research deeper? → `deep_prompt`
372
- - Who are competitors? → `competitive`
373
- - Who are users? → `user`
374
- - Industry understanding? → `domain`
375
-
376
- ### Issue: Market research results seem incomplete
377
-
378
- - **Solution**: Increase research_depth to `comprehensive`
379
- - **Check**: Enable web_research in workflow.yaml
380
- - **Try**: Run competitive and user research separately for more depth
381
-
382
- ### Issue: Deep prompt doesn't work with target platform
383
-
384
- - **Solution**: Review platform-specific best practices in generated prompt
385
- - **Check**: Ensure context documents are included
386
- - **Try**: Regenerate with different platform selection
387
-
388
- ### Issue: Technical comparison is subjective
389
-
390
- - **Solution**: Add more objective criteria (performance metrics, cost, community size)
391
- - **Check**: Weight criteria by business importance
392
- - **Try**: Run pilot implementations for top 2 options
393
-
394
- ## Customization
395
-
396
- ### Adding New Research Types
397
-
398
- 1. Create new instructions file: `instructions-{type}.md`
399
- 2. Create new template file: `template-{type}.md`
400
- 3. Add research type to `workflow.yaml` `research_types` section
401
- 4. Update router logic in `instructions-router.md`
402
-
403
- ### Modifying Existing Research Types
404
-
405
- 1. Edit appropriate `instructions-{type}.md` file
406
- 2. Update corresponding `template-{type}.md` if needed
407
- 3. Adjust validation criteria in `checklist.md`
408
-
409
- ### Creating Custom Frameworks
410
-
411
- Add to `workflow.yaml` `frameworks` section under appropriate research type.
412
-
413
- ## Version History
414
-
415
- - **v2.0.0** - Multi-type research system with router architecture
416
- - Added deep_prompt research type for AI research platform optimization
417
- - Added technical research type for technology evaluation
418
- - Consolidated competitive, user, domain under market with focus variants
419
- - Router-based instruction loading
420
- - Template selection by research type
421
- - Enhanced Claude Code subagent support
422
-
423
- - **v1.0.0** - Initial market research only implementation
424
- - Single-purpose market research workflow
425
- - Now deprecated in favor of v2.0.0 multi-type system
426
-
427
- ## Support
428
-
429
- For issues or questions:
430
-
431
- - Review workflow creation guide at `/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md`
432
- - Check validation against `checklist.md`
433
- - Examine router logic in `instructions-router.md`
434
- - Review research type-specific instructions
435
- - Consult BMAD Method v6 documentation
436
-
437
- ## Migration from v1.0 market-research
438
-
439
- If you're used to the standalone `market-research` workflow:
440
-
441
- ```bash
442
- # Old way
443
- workflow market-research
444
-
445
- # New way
446
- workflow research --type market
447
- # Or just: workflow research (then select market)
448
- ```
449
-
450
- All market research functionality is preserved and enhanced in v2.0.0.
451
-
452
- ---
453
-
454
- _Part of the BMad Method v6 - BMM (BMad Method) Module - Empowering systematic research and analysis_