Commit Graph

4 Commits

Author SHA1 Message Date
LNKB82REZ2GE4 fbf2430ef6 feat: implement specialized research coordinator system
- 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>
2025-09-20 22:54:15 +01:00
Brian Madison 80d73d9093 fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
Brian Madison 9de873777a fix: prettier fixes 2025-08-17 07:51:46 -05:00
Brian Madison b6fe44b16e fix: alphabetize agent commands and dependencies for improved organization
- Alphabetized all commands in agent files while maintaining help first and exit last
- Alphabetized all dependency categories (checklists, data, tasks, templates, utils, workflows)
- Alphabetized items within each dependency category across all 10 core agents:
  - analyst.md: commands and dependencies reorganized
  - architect.md: commands and dependencies reorganized
  - bmad-master.md: commands and dependencies reorganized, fixed YAML parsing issue
  - bmad-orchestrator.md: commands and dependencies reorganized
  - dev.md: commands and dependencies reorganized
  - pm.md: commands and dependencies reorganized
  - po.md: commands and dependencies reorganized
  - qa.md: commands and dependencies reorganized
  - sm.md: commands and dependencies reorganized
  - ux-expert.md: commands and dependencies reorganized
- Fixed YAML parsing error in bmad-master.md by properly quoting activation instructions
- Rebuilt all agent bundles and team bundles successfully
- Updated expansion pack bundles including new creative writing agents

This improves consistency and makes it easier to locate specific commands and dependencies
across all agent configurations.
2025-08-17 00:30:04 -05:00