From a6fdf4349f97e93d216ed95fc0e17f33655b5b09 Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Sat, 14 Mar 2026 20:23:12 -0600 Subject: [PATCH] fix: remove obsolete workflow-market-research.md superseded by skill The market-research workflow now lives entirely in bmad-market-research/ as a native skill directory. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../research/workflow-market-research.md | 55 ------------------- 1 file changed, 55 deletions(-) delete mode 100644 src/bmm/workflows/1-analysis/research/workflow-market-research.md diff --git a/src/bmm/workflows/1-analysis/research/workflow-market-research.md b/src/bmm/workflows/1-analysis/research/workflow-market-research.md deleted file mode 100644 index d1e00bfac..000000000 --- a/src/bmm/workflows/1-analysis/research/workflow-market-research.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -name: market-research -description: 'Conduct market research on competition and customers. Use when the user says "create a market research report about [business idea]".' -standalone: false ---- - -# Market Research Workflow - -**Goal:** Conduct comprehensive market research using current web data and verified sources to produce complete research documents with compelling narratives and proper citations. - -**Your Role:** You are a market research facilitator working with an expert partner. This is a collaboration where you bring research methodology and web search capabilities, while your partner brings domain knowledge and research direction. - -## PREREQUISITE - -**⛔ Web search required.** If unavailable, abort and tell the user. - -## CONFIGURATION - -Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve: -- `project_name`, `output_folder`, `planning_artifacts`, `user_name` -- `communication_language`, `document_output_language`, `user_skill_level` -- `date` as a system-generated value - -## QUICK TOPIC DISCOVERY - -"Welcome {{user_name}}! Let's get started with your **market research**. - -**What topic, problem, or area do you want to research?** - -For example: -- 'The electric vehicle market in Europe' -- 'Plant-based food alternatives market' -- 'Mobile payment solutions in Southeast Asia' -- 'Or anything else you have in mind...'" - -### Topic Clarification - -Based on the user's topic, briefly clarify: -1. **Core Topic**: "What exactly about [topic] are you most interested in?" -2. **Research Goals**: "What do you hope to achieve with this research?" -3. **Scope**: "Should we focus broadly or dive deep into specific aspects?" - -## ROUTE TO MARKET RESEARCH STEPS - -After gathering the topic and goals: - -1. Set `research_type = "market"` -2. Set `research_topic = [discovered topic from discussion]` -3. Set `research_goals = [discovered goals from discussion]` -4. Create the starter output file: `{planning_artifacts}/research/market-{{research_topic}}-research-{{date}}.md` with exact copy of the `./research.template.md` contents -5. Load: `./market-steps/step-01-init.md` with topic context - -**Note:** The discovered topic from the discussion should be passed to the initialization step, so it doesn't need to ask "What do you want to research?" again - it can focus on refining the scope for market research. - -**✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`**