KI-Konzil/_bmad/_config/agents/core-bmad-master.customize.yaml
copilot-swe-agent[bot] 3be3cb73b6 Add all BMAD skill artifacts: epics, stories, sprint-status, QA tests, project-context, readiness report
Co-authored-by: Kenearos <86194771+Kenearos@users.noreply.github.com>
2026-03-12 14:26:40 +00:00

46 lines
1.2 KiB
YAML

# Agent Customization
# Customize any section below - all are optional
#
# NOTE: These are TEMPLATE values. Empty strings ("") mean "use the agent default."
# Fill in only the fields you want to override for this project. Unfilled fields
# are ignored and the agent's built-in defaults are used instead.
# See: _bmad/bmm/agents/<agent>.md for the base agent definition.
# Override agent name
agent:
metadata:
name: ""
# Replace entire persona (not merged)
persona:
role: ""
identity: ""
communication_style: ""
principles: []
# Add custom critical actions (appended after standard config loading)
critical_actions: []
# Add persistent memories for the agent
memories: []
# Example:
# memories:
# - "User prefers detailed technical explanations"
# - "Current project uses React and TypeScript"
# Add custom menu items (appended to base menu)
# Don't include * prefix or help/exit - auto-injected
menu: []
# Example:
# menu:
# - trigger: my-workflow
# workflow: "{project-root}/custom/my.yaml"
# description: My custom workflow
# Add custom prompts (for action="#id" handlers)
prompts: []
# Example:
# prompts:
# - id: my-prompt
# content: |
# Prompt instructions here