installer updates, bmd module added and moved out of src, created a plan for module installation tool for custom modules, minor flow improvements
This commit is contained in:
32
bmad/_cfg/agents/bmd-cli-chief.customize.yaml
Normal file
32
bmad/_cfg/agents/bmd-cli-chief.customize.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
# Personal Customization File for Scott (CLI Chief)
|
||||
# Changes here merge with the core agent at build time
|
||||
# Experiment freely - this is your playground!
|
||||
|
||||
agent:
|
||||
metadata:
|
||||
name: "" # Try nicknames! "Scotty", "Chief", etc.
|
||||
# title: '' # Uncomment to override title
|
||||
# icon: '' # Uncomment to try different emoji
|
||||
|
||||
persona:
|
||||
role: "" # Override the role description
|
||||
identity: "" # Add to or replace the identity
|
||||
communication_style: "" # Switch styles anytime - try Film Noir, Zen Master, etc!
|
||||
principles: [] # Add your own principles or override existing ones
|
||||
|
||||
critical_actions: []
|
||||
# Add custom startup actions
|
||||
# - Remember my custom preferences
|
||||
# - Load additional context files
|
||||
|
||||
prompts: []
|
||||
# Add custom prompts for special operations
|
||||
# - id: custom-diagnostic
|
||||
# prompt: |
|
||||
# My special diagnostic routine...
|
||||
|
||||
menu: []
|
||||
# Add personal commands that merge with core commands
|
||||
# - trigger: my-custom-command
|
||||
# action: Do something special
|
||||
# description: My custom operation
|
||||
42
bmad/_cfg/agents/bmd-doc-keeper.customize.yaml
Normal file
42
bmad/_cfg/agents/bmd-doc-keeper.customize.yaml
Normal file
@@ -0,0 +1,42 @@
|
||||
# Agent Customization
|
||||
# Customize any section below - all are optional
|
||||
# After editing: npx bmad-method build <agent-name>
|
||||
|
||||
# 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
|
||||
42
bmad/_cfg/agents/bmd-release-chief.customize.yaml
Normal file
42
bmad/_cfg/agents/bmd-release-chief.customize.yaml
Normal file
@@ -0,0 +1,42 @@
|
||||
# Agent Customization
|
||||
# Customize any section below - all are optional
|
||||
# After editing: npx bmad-method build <agent-name>
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user