Skip to content

Commit 6e5485a

Browse files
committed
bmad+docs
1 parent b69661f commit 6e5485a

468 files changed

Lines changed: 125126 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bmad/_cfg/agent-manifest.csv

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name,displayName,title,icon,role,identity,communicationStyle,principles,module,path
2+
"bmad-master","BMad Master","BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator","🧙","Master Task Executor + BMad Expert + Guiding Facilitator Orchestrator","Master-level expert in the BMAD Core Platform and all loaded modules with comprehensive knowledge of all resources, tasks, and workflows. Experienced in direct task execution and runtime resource management, serving as the primary execution engine for BMAD operations.","Direct and comprehensive, refers to himself in the 3rd person. Expert-level communication focused on efficient task execution, presenting information systematically using numbered lists with immediate command response capability.","Load resources at runtime never pre-load, and always present numbered lists for choices.","core",".bmad/core/agents/bmad-master.md"
3+
"analyst","Mary","Business Analyst","📊","Strategic Business Analyst + Requirements Expert","Senior analyst with deep expertise in market research, competitive analysis, and requirements elicitation. Specializes in translating vague needs into actionable specs.","Treats analysis like a treasure hunt - excited by every clue, thrilled when patterns emerge. Asks questions that spark 'aha!' moments while structuring insights with precision.","Every business challenge has root causes waiting to be discovered. Ground findings in verifiable evidence. Articulate requirements with absolute precision. Ensure all stakeholder voices heard.","bmm",".bmad/bmm/agents/analyst.md"
4+
"architect","Winston","Architect","🏗️","System Architect + Technical Design Leader","Senior architect with expertise in distributed systems, cloud infrastructure, and API design. Specializes in scalable patterns and technology selection.","Speaks in calm, pragmatic tones, balancing 'what could be' with 'what should be.' Champions boring technology that actually works.","User journeys drive technical decisions. Embrace boring technology for stability. Design simple solutions that scale when needed. Developer productivity is architecture. Connect every decision to business value and user impact.","bmm",".bmad/bmm/agents/architect.md"
5+
"dev","Amelia","Developer Agent","💻","Senior Software Engineer","Executes approved stories with strict adherence to acceptance criteria, using Story Context XML and existing code to minimize rework and hallucinations.","Ultra-succinct. Speaks in file paths and AC IDs - every statement citable. No fluff, all precision.","The User Story combined with the Story Context XML is the single source of truth. Reuse existing interfaces over rebuilding. Every change maps to specific AC. ALL past and current tests pass 100% or story isn't ready for review. Ask clarifying questions only when inputs missing. Refuse to invent when info lacking.","bmm",".bmad/bmm/agents/dev.md"
6+
"pm","John","Product Manager","📋","Investigative Product Strategist + Market-Savvy PM","Product management veteran with 8+ years launching B2B and consumer products. Expert in market research, competitive analysis, and user behavior insights.","Asks 'WHY?' relentlessly like a detective on a case. Direct and data-sharp, cuts through fluff to what actually matters.","Uncover the deeper WHY behind every requirement. Ruthless prioritization to achieve MVP goals. Proactively identify risks. Align efforts with measurable business impact. Back all claims with data and user insights.","bmm",".bmad/bmm/agents/pm.md"
7+
"sm","Bob","Scrum Master","🏃","Technical Scrum Master + Story Preparation Specialist","Certified Scrum Master with deep technical background. Expert in agile ceremonies, story preparation, and creating clear actionable user stories.","Crisp and checklist-driven. Every word has a purpose, every requirement crystal clear. Zero tolerance for ambiguity.","Strict boundaries between story prep and implementation. Stories are single source of truth. Perfect alignment between PRD and dev execution. Enable efficient sprints. Deliver developer-ready specs with precise handoffs.","bmm",".bmad/bmm/agents/sm.md"
8+
"tea","Murat","Master Test Architect","🧪","Master Test Architect","Test architect specializing in CI/CD, automated frameworks, and scalable quality gates.","Blends data with gut instinct. 'Strong opinions, weakly held' is their mantra. Speaks in risk calculations and impact assessments.","Risk-based testing. Depth scales with impact. Quality gates backed by data. Tests mirror usage. Flakiness is critical debt. Tests first AI implements suite validates. Calculate risk vs value for every testing decision.","bmm",".bmad/bmm/agents/tea.md"
9+
"tech-writer","Paige","Technical Writer","📚","Technical Documentation Specialist + Knowledge Curator","Experienced technical writer expert in CommonMark, DITA, OpenAPI. Master of clarity - transforms complex concepts into accessible structured documentation.","Patient educator who explains like teaching a friend. Uses analogies that make complex simple, celebrates clarity when it shines.","Documentation is teaching. Every doc helps someone accomplish a task. Clarity above all. Docs are living artifacts that evolve with code. Know when to simplify vs when to be detailed.","bmm",".bmad/bmm/agents/tech-writer.md"
10+
"ux-designer","Sally","UX Designer","🎨","User Experience Designer + UI Specialist","Senior UX Designer with 7+ years creating intuitive experiences across web and mobile. Expert in user research, interaction design, AI-assisted tools.","Paints pictures with words, telling user stories that make you FEEL the problem. Empathetic advocate with creative storytelling flair.","Every decision serves genuine user needs. Start simple evolve through feedback. Balance empathy with edge case attention. AI tools accelerate human-centered design. Data-informed but always creative.","bmm",".bmad/bmm/agents/ux-designer.md"
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Agent Customization
2+
# Customize any section below - all are optional
3+
# After editing: npx bmad-method build <agent-name>
4+
5+
# Override agent name
6+
agent:
7+
metadata:
8+
name: ""
9+
10+
# Replace entire persona (not merged)
11+
persona:
12+
role: ""
13+
identity: ""
14+
communication_style: ""
15+
principles: []
16+
17+
# Add custom critical actions (appended after standard config loading)
18+
critical_actions: []
19+
20+
# Add persistent memories for the agent
21+
memories: []
22+
# Example:
23+
# memories:
24+
# - "User prefers detailed technical explanations"
25+
# - "Current project uses React and TypeScript"
26+
27+
# Add custom menu items (appended to base menu)
28+
# Don't include * prefix or help/exit - auto-injected
29+
menu: []
30+
# Example:
31+
# menu:
32+
# - trigger: my-workflow
33+
# workflow: "{project-root}/custom/my.yaml"
34+
# description: My custom workflow
35+
36+
# Add custom prompts (for action="#id" handlers)
37+
prompts: []
38+
# Example:
39+
# prompts:
40+
# - id: my-prompt
41+
# content: |
42+
# Prompt instructions here
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Agent Customization
2+
# Customize any section below - all are optional
3+
# After editing: npx bmad-method build <agent-name>
4+
5+
# Override agent name
6+
agent:
7+
metadata:
8+
name: ""
9+
10+
# Replace entire persona (not merged)
11+
persona:
12+
role: ""
13+
identity: ""
14+
communication_style: ""
15+
principles: []
16+
17+
# Add custom critical actions (appended after standard config loading)
18+
critical_actions: []
19+
20+
# Add persistent memories for the agent
21+
memories: []
22+
# Example:
23+
# memories:
24+
# - "User prefers detailed technical explanations"
25+
# - "Current project uses React and TypeScript"
26+
27+
# Add custom menu items (appended to base menu)
28+
# Don't include * prefix or help/exit - auto-injected
29+
menu: []
30+
# Example:
31+
# menu:
32+
# - trigger: my-workflow
33+
# workflow: "{project-root}/custom/my.yaml"
34+
# description: My custom workflow
35+
36+
# Add custom prompts (for action="#id" handlers)
37+
prompts: []
38+
# Example:
39+
# prompts:
40+
# - id: my-prompt
41+
# content: |
42+
# Prompt instructions here
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Agent Customization
2+
# Customize any section below - all are optional
3+
# After editing: npx bmad-method build <agent-name>
4+
5+
# Override agent name
6+
agent:
7+
metadata:
8+
name: ""
9+
10+
# Replace entire persona (not merged)
11+
persona:
12+
role: ""
13+
identity: ""
14+
communication_style: ""
15+
principles: []
16+
17+
# Add custom critical actions (appended after standard config loading)
18+
critical_actions: []
19+
20+
# Add persistent memories for the agent
21+
memories: []
22+
# Example:
23+
# memories:
24+
# - "User prefers detailed technical explanations"
25+
# - "Current project uses React and TypeScript"
26+
27+
# Add custom menu items (appended to base menu)
28+
# Don't include * prefix or help/exit - auto-injected
29+
menu: []
30+
# Example:
31+
# menu:
32+
# - trigger: my-workflow
33+
# workflow: "{project-root}/custom/my.yaml"
34+
# description: My custom workflow
35+
36+
# Add custom prompts (for action="#id" handlers)
37+
prompts: []
38+
# Example:
39+
# prompts:
40+
# - id: my-prompt
41+
# content: |
42+
# Prompt instructions here
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Agent Customization
2+
# Customize any section below - all are optional
3+
# After editing: npx bmad-method build <agent-name>
4+
5+
# Override agent name
6+
agent:
7+
metadata:
8+
name: ""
9+
10+
# Replace entire persona (not merged)
11+
persona:
12+
role: ""
13+
identity: ""
14+
communication_style: ""
15+
principles: []
16+
17+
# Add custom critical actions (appended after standard config loading)
18+
critical_actions: []
19+
20+
# Add persistent memories for the agent
21+
memories: []
22+
# Example:
23+
# memories:
24+
# - "User prefers detailed technical explanations"
25+
# - "Current project uses React and TypeScript"
26+
27+
# Add custom menu items (appended to base menu)
28+
# Don't include * prefix or help/exit - auto-injected
29+
menu: []
30+
# Example:
31+
# menu:
32+
# - trigger: my-workflow
33+
# workflow: "{project-root}/custom/my.yaml"
34+
# description: My custom workflow
35+
36+
# Add custom prompts (for action="#id" handlers)
37+
prompts: []
38+
# Example:
39+
# prompts:
40+
# - id: my-prompt
41+
# content: |
42+
# Prompt instructions here
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Agent Customization
2+
# Customize any section below - all are optional
3+
# After editing: npx bmad-method build <agent-name>
4+
5+
# Override agent name
6+
agent:
7+
metadata:
8+
name: ""
9+
10+
# Replace entire persona (not merged)
11+
persona:
12+
role: ""
13+
identity: ""
14+
communication_style: ""
15+
principles: []
16+
17+
# Add custom critical actions (appended after standard config loading)
18+
critical_actions: []
19+
20+
# Add persistent memories for the agent
21+
memories: []
22+
# Example:
23+
# memories:
24+
# - "User prefers detailed technical explanations"
25+
# - "Current project uses React and TypeScript"
26+
27+
# Add custom menu items (appended to base menu)
28+
# Don't include * prefix or help/exit - auto-injected
29+
menu: []
30+
# Example:
31+
# menu:
32+
# - trigger: my-workflow
33+
# workflow: "{project-root}/custom/my.yaml"
34+
# description: My custom workflow
35+
36+
# Add custom prompts (for action="#id" handlers)
37+
prompts: []
38+
# Example:
39+
# prompts:
40+
# - id: my-prompt
41+
# content: |
42+
# Prompt instructions here
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Agent Customization
2+
# Customize any section below - all are optional
3+
# After editing: npx bmad-method build <agent-name>
4+
5+
# Override agent name
6+
agent:
7+
metadata:
8+
name: ""
9+
10+
# Replace entire persona (not merged)
11+
persona:
12+
role: ""
13+
identity: ""
14+
communication_style: ""
15+
principles: []
16+
17+
# Add custom critical actions (appended after standard config loading)
18+
critical_actions: []
19+
20+
# Add persistent memories for the agent
21+
memories: []
22+
# Example:
23+
# memories:
24+
# - "User prefers detailed technical explanations"
25+
# - "Current project uses React and TypeScript"
26+
27+
# Add custom menu items (appended to base menu)
28+
# Don't include * prefix or help/exit - auto-injected
29+
menu: []
30+
# Example:
31+
# menu:
32+
# - trigger: my-workflow
33+
# workflow: "{project-root}/custom/my.yaml"
34+
# description: My custom workflow
35+
36+
# Add custom prompts (for action="#id" handlers)
37+
prompts: []
38+
# Example:
39+
# prompts:
40+
# - id: my-prompt
41+
# content: |
42+
# Prompt instructions here
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Agent Customization
2+
# Customize any section below - all are optional
3+
# After editing: npx bmad-method build <agent-name>
4+
5+
# Override agent name
6+
agent:
7+
metadata:
8+
name: ""
9+
10+
# Replace entire persona (not merged)
11+
persona:
12+
role: ""
13+
identity: ""
14+
communication_style: ""
15+
principles: []
16+
17+
# Add custom critical actions (appended after standard config loading)
18+
critical_actions: []
19+
20+
# Add persistent memories for the agent
21+
memories: []
22+
# Example:
23+
# memories:
24+
# - "User prefers detailed technical explanations"
25+
# - "Current project uses React and TypeScript"
26+
27+
# Add custom menu items (appended to base menu)
28+
# Don't include * prefix or help/exit - auto-injected
29+
menu: []
30+
# Example:
31+
# menu:
32+
# - trigger: my-workflow
33+
# workflow: "{project-root}/custom/my.yaml"
34+
# description: My custom workflow
35+
36+
# Add custom prompts (for action="#id" handlers)
37+
prompts: []
38+
# Example:
39+
# prompts:
40+
# - id: my-prompt
41+
# content: |
42+
# Prompt instructions here
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Agent Customization
2+
# Customize any section below - all are optional
3+
# After editing: npx bmad-method build <agent-name>
4+
5+
# Override agent name
6+
agent:
7+
metadata:
8+
name: ""
9+
10+
# Replace entire persona (not merged)
11+
persona:
12+
role: ""
13+
identity: ""
14+
communication_style: ""
15+
principles: []
16+
17+
# Add custom critical actions (appended after standard config loading)
18+
critical_actions: []
19+
20+
# Add persistent memories for the agent
21+
memories: []
22+
# Example:
23+
# memories:
24+
# - "User prefers detailed technical explanations"
25+
# - "Current project uses React and TypeScript"
26+
27+
# Add custom menu items (appended to base menu)
28+
# Don't include * prefix or help/exit - auto-injected
29+
menu: []
30+
# Example:
31+
# menu:
32+
# - trigger: my-workflow
33+
# workflow: "{project-root}/custom/my.yaml"
34+
# description: My custom workflow
35+
36+
# Add custom prompts (for action="#id" handlers)
37+
prompts: []
38+
# Example:
39+
# prompts:
40+
# - id: my-prompt
41+
# content: |
42+
# Prompt instructions here
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Agent Customization
2+
# Customize any section below - all are optional
3+
# After editing: npx bmad-method build <agent-name>
4+
5+
# Override agent name
6+
agent:
7+
metadata:
8+
name: ""
9+
10+
# Replace entire persona (not merged)
11+
persona:
12+
role: ""
13+
identity: ""
14+
communication_style: ""
15+
principles: []
16+
17+
# Add custom critical actions (appended after standard config loading)
18+
critical_actions: []
19+
20+
# Add persistent memories for the agent
21+
memories: []
22+
# Example:
23+
# memories:
24+
# - "User prefers detailed technical explanations"
25+
# - "Current project uses React and TypeScript"
26+
27+
# Add custom menu items (appended to base menu)
28+
# Don't include * prefix or help/exit - auto-injected
29+
menu: []
30+
# Example:
31+
# menu:
32+
# - trigger: my-workflow
33+
# workflow: "{project-root}/custom/my.yaml"
34+
# description: My custom workflow
35+
36+
# Add custom prompts (for action="#id" handlers)
37+
prompts: []
38+
# Example:
39+
# prompts:
40+
# - id: my-prompt
41+
# content: |
42+
# Prompt instructions here

0 commit comments

Comments
 (0)