2025-09-28 23:17:07 -05:00
# Research Workflow - Multi-Type Research System
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"
# Critical variables from config
config_source : "{project-root}/bmad/bmm/config.yaml"
output_folder : "{config_source}:output_folder"
user_name : "{config_source}:user_name"
2025-10-15 23:50:34 -05:00
communication_language : "{config_source}:communication_language"
2025-09-28 23:17:07 -05:00
date : system-generated
# Workflow components - ROUTER PATTERN
installed_path : "{project-root}/bmad/bmm/workflows/1-analysis/research"
instructions : "{installed_path}/instructions-router.md" # Router loads specific instruction sets
validation : "{installed_path}/checklist.md"
# Research type specific instructions (loaded by router)
instructions_market : "{installed_path}/instructions-market.md"
instructions_deep_prompt : "{installed_path}/instructions-deep-prompt.md"
instructions_technical : "{installed_path}/instructions-technical.md"
# Templates (loaded based on research type)
template_market : "{installed_path}/template-market.md"
template_deep_prompt : "{installed_path}/template-deep-prompt.md"
template_technical : "{installed_path}/template-technical.md"
2025-10-16 08:11:22 -05:00
# Output configuration (dynamic based on research type selected in router)
2025-09-28 23:17:07 -05:00
default_output_file : "{output_folder}/research-{{research_type}}-{{date}}.md"
2025-09-29 20:19:14 -05:00
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"
2025-09-30 00:19:56 -05:00
instructions : "bmad/bmm/workflows/1-analysis/research/instructions-router.md" # Router loads specific instruction sets
validation : "bmad/bmm/workflows/1-analysis/research/checklist.md"
2025-09-29 20:19:14 -05:00
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"