Add Context7 MCP integration to provide agents with current, version-specific
documentation for libraries and frameworks, eliminating outdated code generation.
- Create comprehensive Context7 task (bmad-core/tasks/context7-docs.md)
- Add Context7 configuration to core-config.yaml with command templates
- Enhance dev agent with implementation-focused documentation access
- Enhance architect agent with architecture pattern documentation
- Enhance researcher agent with technical domain research capabilities
- Follow proven Gemini CLI integration pattern for consistency
- Support six documentation modes: library, API, patterns, troubleshooting, etc.
- Include agent-specific usage guidance and safety measures
Agents can now use `*context7-docs {technology}` to get current documentation
by including "use context7" in their prompts, ensuring accurate and up-to-date
implementation guidance for architecture decisions and code patterns.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add research-coordinator agent with multi-perspective coordination capabilities
- Add adaptable researcher agent with domain-specific specialization profiles
- Implement unified request-research task for agent-to-research communication
- Add research logging and indexing system in docs/research/
- Include web search capabilities and configurable team size (default 3)
- Update analyst, architect, and pm agents with research command integration
- Add research team configuration and integrate into fullstack team
- Implement research synthesis templates and quality assurance checklists
- Add comprehensive research methodologies and domain expertise documentation
The system enables any agent to request specialized research through standardized
task interface, with research coordinator spawning domain experts and synthesizing
findings into actionable reports while maintaining indexed research log.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>