Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added __pycache__/calculator.cpython-312.pyc
Binary file not shown.
Binary file added __pycache__/test_calculator.cpython-312.pyc
Binary file not shown.
19 changes: 19 additions & 0 deletions bmad/_cfg/agent-manifest.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name,displayName,description,module,path
"bmad-master","BMad Master","","core","bmad/core/agents/bmad-master.md"
"bmad-builder","BMad Builder","","bmb","bmad/bmb/agents/bmad-builder.md"
"analyst","Mary","","bmm","bmad/bmm/agents/analyst.md"
"architect","Winston","","bmm","bmad/bmm/agents/architect.md"
"dev","Amelia","","bmm","bmad/bmm/agents/dev.md"
"game-architect","Cloud Dragonborn","","bmm","bmad/bmm/agents/game-architect.md"
"game-designer","Samus Shepard","","bmm","bmad/bmm/agents/game-designer.md"
"game-dev","Link Freeman","","bmm","bmad/bmm/agents/game-dev.md"
"pm","John","","bmm","bmad/bmm/agents/pm.md"
"po","Sarah","","bmm","bmad/bmm/agents/po.md"
"sm","Bob","","bmm","bmad/bmm/agents/sm.md"
"tea","Murat","","bmm","bmad/bmm/agents/tea.md"
"ux-expert","Sally","","bmm","bmad/bmm/agents/ux-expert.md"
"brainstorming-coach","Carson","","cis","bmad/cis/agents/brainstorming-coach.md"
"creative-problem-solver","Dr. Quinn","","cis","bmad/cis/agents/creative-problem-solver.md"
"design-thinking-coach","Maya","","cis","bmad/cis/agents/design-thinking-coach.md"
"innovation-strategist","Victor","","cis","bmad/cis/agents/innovation-strategist.md"
"storyteller","Sophia","","cis","bmad/cis/agents/storyteller.md"
42 changes: 42 additions & 0 deletions bmad/_cfg/agents/bmb-bmad-builder.customize.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 42 additions & 0 deletions bmad/_cfg/agents/bmm-analyst.customize.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 42 additions & 0 deletions bmad/_cfg/agents/bmm-architect.customize.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 42 additions & 0 deletions bmad/_cfg/agents/bmm-dev.customize.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 42 additions & 0 deletions bmad/_cfg/agents/bmm-game-architect.customize.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 42 additions & 0 deletions bmad/_cfg/agents/bmm-game-designer.customize.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 42 additions & 0 deletions bmad/_cfg/agents/bmm-game-dev.customize.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 42 additions & 0 deletions bmad/_cfg/agents/bmm-pm.customize.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading
Loading