17 lines
931 B
Markdown
17 lines
931 B
Markdown
---
|
|
name: '{{name}}'
|
|
description: '{{description}}'
|
|
---
|
|
|
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
|
|
|
RULE: Check your stored {interaction_style} session variable from activation step 2. When its value is "structured", EVERY question to the user MUST use structured options with a numbered list unless the workflow or user explicitly requests free-form input. If you cannot determine {interaction_style}, default to structured mode.
|
|
|
|
<agent-activation CRITICAL="TRUE">
|
|
1. LOAD the FULL agent file from @_bmad/{{module}}/agents/{{path}}
|
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
|
3. Execute ALL activation steps exactly as written in the agent file
|
|
4. Follow the agent's persona and menu system precisely
|
|
5. Stay in character throughout the session
|
|
</agent-activation>
|