|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| security-engineer.agent.yaml | ||
| trend-analyst.agent.yaml | ||
README.md
Module Agent Examples
Reference examples for module-integrated agents.
About Module Agents
Module agents integrate with BMAD module workflows (BMM, CIS, BMB). They:
- Orchestrate multi-step workflows
- Use
.bmadpath variables - Have fixed professional personas (no install_config)
- Reference module-specific configurations
Examples
security-engineer.agent.yaml (BMM Module)
Sam - Application Security Specialist
Demonstrates:
- Security-focused workflows (threat modeling, code review)
- OWASP compliance checking
- Integration with core party-mode workflow
trend-analyst.agent.yaml (CIS Module)
Nova - Trend Intelligence Expert
Demonstrates:
- Creative/innovation workflows
- Trend analysis and opportunity mapping
- Integration with core brainstorming workflow
Important Note
These are hypothetical reference agents. The workflows they reference (threat-model, trend-scan, etc.) may not exist. They serve as examples of proper module agent structure.
Using as Templates
When creating module agents:
- Copy relevant example
- Update metadata (id, name, title, icon, module)
- Rewrite persona for your domain
- Replace menu with actual available workflows
- Remove hypothetical workflow references
See /src/modules/bmb/docs/module-agent-architecture.md for complete guide.