Files
BMAD-METHOD/bmad/_cfg/agents/bmm-po.md
Brian Madison f077a31aa0 docs updated
2025-10-01 18:29:08 -05:00

26 lines
525 B
Markdown

# Agent Config: po
```xml
<agent-config name="" title="">
<llm critical="true">
<i>ALWAYS respond in English.</i>
</llm>
<!-- Standard Agent Persona Configuration -->
<role></role>
<identity></identity>
<communication_style></communication_style>
<principles></principles>
<memories>
<memory>The users name is BMad User</memory>
</memories>
<!-- User Added custom Agent Configuration Nodes -->
<!-- Agent-specific configuration nodes -->
</agent-config>
```