fix: complete sharding of market research customer analysis steps#1486
Conversation
Connect orphaned detailed customer analysis chain (steps 02-behavior, 03-pain-points, 04-decisions) by updating step-01-init to load step-02-customer-behavior instead of the condensed step-02-customer-insights. Remove the now-superseded monolithic file. Fixes bmad-code-org#1399
📝 WalkthroughWalkthroughThe changes complete workflow sharding by redirecting the market research entry point from the condensed customer-insights analysis to the detailed customer-behavior analysis and removing the now-obsolete customer-insights file. This shifts the workflow from a 4-step to 6-step process with more comprehensive customer analysis coverage. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
src/bmm/workflows/1-analysis/research/market-steps/step-01-init.md (1)
178-180:⚠️ Potential issue | 🟠 MajorFix contradictory next-step instruction (still points to removed file).
Line 180 conflicts with the updated next-step load and will send agents to a deleted step. Align it with the new flow.
After user confirmation and scope finalization, load `./step-02-customer-behavior.md` to begin detailed market research with customer behavior analysis.
### 🎁 Features * Add generate-project-context workflow * Shard market research customer analysis ### 🐛 Bug Fixes * Fix npm install peer dependency issues (PR #1476) * Fix leaked source paths in PRD validation report (#1481) * Fix orphaned market research customer analysis (#1486) * Fix duplicate 2-letter brainstorming code (BS → BSP) * Fix tech writer sidecar functionality (#1487) * Fix relative paths in workflow steps (#1497, #1498) * Fix party-mode workflow file extension (#1499) * Fix generated slash commands (#1501) * Fix agent scan and help CSV files * Fix HELP_STEP placeholder replacement (#1437) ### 📚 Documentation * Add exact slash commands to Getting Started guide (#1505) * Remove .claude/commands from version control (#1506) ### 🔧 Maintenance * Update Starlight to 0.37.5 * Add GitHub issue templates
…ad-code-org#1486) Connect orphaned detailed customer analysis chain (steps 02-behavior, 03-pain-points, 04-decisions) by updating step-01-init to load step-02-customer-behavior instead of the condensed step-02-customer-insights. Remove the now-superseded monolithic file. Fixes bmad-code-org#1399 Co-authored-by: Brian <bmadcode@gmail.com>
### 🎁 Features * Add generate-project-context workflow * Shard market research customer analysis ### 🐛 Bug Fixes * Fix npm install peer dependency issues (PR bmad-code-org#1476) * Fix leaked source paths in PRD validation report (bmad-code-org#1481) * Fix orphaned market research customer analysis (bmad-code-org#1486) * Fix duplicate 2-letter brainstorming code (BS → BSP) * Fix tech writer sidecar functionality (bmad-code-org#1487) * Fix relative paths in workflow steps (bmad-code-org#1497, bmad-code-org#1498) * Fix party-mode workflow file extension (bmad-code-org#1499) * Fix generated slash commands (bmad-code-org#1501) * Fix agent scan and help CSV files * Fix HELP_STEP placeholder replacement (bmad-code-org#1437) ### 📚 Documentation * Add exact slash commands to Getting Started guide (bmad-code-org#1505) * Remove .claude/commands from version control (bmad-code-org#1506) ### 🔧 Maintenance * Update Starlight to 0.37.5 * Add GitHub issue templates
Connect orphaned detailed customer analysis chain (steps 02-behavior, 03-pain-points, 04-decisions) by updating step-01-init to load step-02-customer-behavior instead of the condensed step-02-customer-insights. Remove the now-superseded monolithic file.
Fixes #1399