workflows indicate web_bundle file inclusions

This commit is contained in:
Brian Madison
2025-09-29 20:19:14 -05:00
parent 023edd1b7b
commit 9934224230
147 changed files with 740 additions and 478 deletions

View File

@@ -146,7 +146,7 @@ research/
## Workflow Process
### Phase 1: Research Type Selection & Setup
### Phase 1: Research Type Selection and Setup
1. Router presents research type menu
2. User selects research type (market, deep_prompt, technical, competitive, user, domain)
@@ -196,7 +196,7 @@ research/
- Adapts questions and frameworks to research type
- Customizes output format for target audience
### Phase 3: Validation & Delivery
### Phase 3: Validation and Delivery
1. Review outputs against checklist
2. Validate completeness and quality
@@ -428,7 +428,7 @@ Add to `workflow.yaml` `frameworks` section under appropriate research type.
For issues or questions:
- Review workflow creation guide at `/bmad/bmb/workflows/build-workflow/workflow-creation-guide.md`
- Review workflow creation guide at `/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md`
- Check validation against `checklist.md`
- Examine router logic in `instructions-router.md`
- Review research type-specific instructions

View File

@@ -207,7 +207,7 @@ Competitive Threat:
### Innovation Pipeline Assessment
- Patent filing analysis
- R&D investment signals
- RandD investment signals
- Acquisition patterns
- Partnership strategies
- Beta/preview features

View File

@@ -77,7 +77,7 @@ You are a specialized Market Research Expert with deep expertise in gathering, a
- Market share estimates
- Business model analysis
- Competitive dynamics
- M&A activity
- MandA activity
**Customer Research**
@@ -87,7 +87,7 @@ You are a specialized Market Research Expert with deep expertise in gathering, a
- Decision criteria
- Price sensitivity
### Phase 3: Synthesis & Insights
### Phase 3: Synthesis and Insights
**Pattern Recognition**

View File

@@ -58,9 +58,9 @@ When analyzing trends:
For each identified trend, provide:
- **Trend Name & Description**
- **Trend Name and Description**
- **Current Stage** (Emerging/Growing/Mainstream/Declining)
- **Evidence & Signals** (3-5 specific indicators)
- **Evidence and Signals** (3-5 specific indicators)
- **Timeline** (When mainstream adoption expected)
- **Impact Assessment** (Market size, disruption potential)
- **Opportunities** (How to capitalize)

View File

@@ -62,7 +62,7 @@
---
## Complete Research Prompt (Copy & Paste)
## Complete Research Prompt (Copy and Paste)
```
{{deep_research_prompt}}

View File

@@ -22,7 +22,7 @@
---
## 1. Research Objectives & Methodology
## 1. Research Objectives and Methodology
### Research Objectives

View File

@@ -147,3 +147,17 @@ data_sources:
- "Social media and communities"
- "Patent databases"
- "Benchmarking studies"
web_bundle:
name: "research"
description: "Adaptive research workflow supporting multiple research types: market research, deep research prompt generation, technical/architecture evaluation, competitive intelligence, user research, and domain analysis"
author: "BMad"
web_bundle_files:
- "bmad/bmm/workflows/1-analysis/research/instructions-router.md"
- "bmad/bmm/workflows/1-analysis/research/instructions-market.md"
- "bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md"
- "bmad/bmm/workflows/1-analysis/research/instructions-technical.md"
- "bmad/bmm/workflows/1-analysis/research/template-market.md"
- "bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md"
- "bmad/bmm/workflows/1-analysis/research/template-technical.md"
- "bmad/bmm/workflows/1-analysis/research/checklist.md"