BMAD-METHOD/src
Claude 1eafd05c0c
feat: make Deep Research module universal - works with ALL AI models
Transform Deep Research into a model-agnostic system that works seamlessly
with ChatGPT, Claude, Gemini, and any other AI model.

## Key Changes

**Three Operational Modes:**
- Automated Mode: For models WITH web search (Claude Code, ChatGPT Plus, Gemini+search)
- Guided Mode: For models WITHOUT web search (standard ChatGPT, Claude, Gemini)
- Hybrid Mode: Combines AI training knowledge with user-provided sources

**Updated Components:**

1. **Workflow Instructions** (instructions.md)
   - Added Model Capability Detection section
   - Comprehensive Guided Mode workflow for user-assisted research
   - Training Knowledge Mode for working without any web access
   - Mode-specific guidance for all 8 research phases
   - Updated citation types: [1] verified, [Training] AI knowledge, [Analysis] AI conclusions

2. **Configuration** (config.yaml & workflow.yaml)
   - Added model compatibility flags
   - Auto-detect capabilities setting
   - Fallback to Guided Mode option
   - Version bump to 1.1.0

3. **Agent** (research-specialist.agent.yaml)
   - Updated persona to emphasize model-agnostic capabilities
   - Adjusted communication style for adaptive behavior
   - Added principle: "Adapt to tools available. Never hallucinate sources"
   - Updated command descriptions

4. **Documentation** (All READMEs)
   - Prominent model compatibility tables
   - Separate Quick Start sections for Automated vs Guided modes
   - Updated research mode tables with timings for both modes
   - Guided Mode usage examples
   - Clear labeling of universal compatibility

**Benefits:**
- Works in standard ChatGPT, Claude, Gemini (no special features needed)
- Still optimized for models with web search capabilities
- Maintains same quality standards across all modes
- Never hallucinates sources - adapts approach instead
- Professional research reports regardless of AI model used

**Use Cases Enabled:**
- ChatGPT users can now conduct enterprise-grade research
- Gemini users get structured research workflows
- Any AI chat interface can use this module
- Organizations with specific AI tools aren't locked out

Based on user request: "Make this module works with all models not only
claude desktop ex:chatgpt, gemini etc ..."
2025-11-20 17:23:45 +00:00
..
core refactor(bmm,cis,core): Align diagram workflows with agile roles and distribute capabilities 2025-11-18 21:55:47 -06:00
modules feat: make Deep Research module universal - works with ALL AI models 2025-11-20 17:23:45 +00:00
utility Major Enhancements: 2025-11-09 17:39:05 -06:00