bmad-method 4.4.2 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.prettierignore +22 -0
- package/.prettierrc +23 -0
- package/CHANGELOG.md +25 -0
- package/README.md +41 -14
- package/bmad-core/agents/bmad-orchestrator.md +11 -11
- package/bmad-core/agents/sm.md +1 -1
- package/bmad-core/tasks/shard-doc.md +3 -5
- package/bmad-core/templates/architecture-tmpl.md +2 -2
- package/bmad-core/templates/brownfield-architecture-tmpl.md +4 -4
- package/bmad-core/templates/front-end-spec-tmpl.md +4 -4
- package/bmad-core/templates/fullstack-architecture-tmpl.md +2 -2
- package/bmad-core/utils/workflow-management.md +4 -4
- package/{bmad-core/web-bundles → dist}/agents/bmad-master.txt +0 -176
- package/{expansion-packs/bmad-2d-phaser-game-dev/web-bundles/teams/team-game-dev.txt → dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt} +4 -4
- package/dist/expansion-packs/expansion-creator/agents/bmad-the-creator.txt +1561 -0
- package/dist/teams/team-all.txt +10307 -0
- package/dist/teams/team-fullstack.txt +9659 -0
- package/dist/teams/team-ide-minimal.txt +2739 -0
- package/dist/teams/team-no-ui.txt +8519 -0
- package/docs/claude-code-guide.md +6 -4
- package/docs/cursor-guide.md +8 -4
- package/docs/roo-code-guide.md +8 -6
- package/docs/windsurf-guide.md +6 -4
- package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yml +12 -0
- package/expansion-packs/expansion-creator/README.md +8 -0
- package/expansion-packs/expansion-creator/agents/bmad-the-creator.md +53 -0
- package/expansion-packs/expansion-creator/common-tasks/create-doc.md +74 -0
- package/expansion-packs/expansion-creator/common-tasks/execute-checklist.md +97 -0
- package/expansion-packs/expansion-creator/manifest.yml +12 -0
- package/{creator-tools → expansion-packs/expansion-creator}/tasks/create-agent.md +4 -4
- package/expansion-packs/expansion-creator/tasks/generate-expansion-pack.md +1026 -0
- package/expansion-packs/expansion-creator/templates/agent-teams-tmpl.md +154 -0
- package/expansion-packs/expansion-creator/templates/agent-tmpl.md +140 -0
- package/expansion-packs/expansion-creator/utils/template-format.md +26 -0
- package/expansion-packs/expansion-creator/utils/workflow-management.md +223 -0
- package/package.json +3 -15
- package/tools/builders/web-builder.js +2 -4
- package/tools/cli.js +0 -15
- package/tools/installer/bin/bmad.js +111 -24
- package/tools/installer/lib/config-loader.js +5 -0
- package/tools/installer/lib/ide-setup.js +4 -4
- package/tools/installer/lib/installer.js +130 -24
- package/tools/installer/package.json +1 -1
- package/.claude/commands/analyst.md +0 -63
- package/.claude/commands/architect.md +0 -65
- package/.claude/commands/bmad-master.md +0 -103
- package/.claude/commands/bmad-orchestrator.md +0 -132
- package/.claude/commands/dev.md +0 -74
- package/.claude/commands/pm.md +0 -63
- package/.claude/commands/po.md +0 -64
- package/.claude/commands/qa.md +0 -56
- package/.claude/commands/sm.md +0 -59
- package/.claude/commands/ux-expert.md +0 -70
- package/.cursor/rules/analyst.mdc +0 -77
- package/.cursor/rules/architect.mdc +0 -79
- package/.cursor/rules/bmad-master.mdc +0 -117
- package/.cursor/rules/bmad-orchestrator.mdc +0 -146
- package/.cursor/rules/dev.mdc +0 -88
- package/.cursor/rules/pm.mdc +0 -77
- package/.cursor/rules/po.mdc +0 -78
- package/.cursor/rules/qa.mdc +0 -70
- package/.cursor/rules/sm.mdc +0 -73
- package/.cursor/rules/ux-expert.mdc +0 -84
- package/.roo/.roomodes +0 -95
- package/.roo/README.md +0 -27
- package/.windsurf/rules/analyst.md +0 -71
- package/.windsurf/rules/architect.md +0 -73
- package/.windsurf/rules/bmad-master.md +0 -111
- package/.windsurf/rules/bmad-orchestrator.md +0 -140
- package/.windsurf/rules/dev.md +0 -82
- package/.windsurf/rules/pm.md +0 -71
- package/.windsurf/rules/po.md +0 -72
- package/.windsurf/rules/qa.md +0 -64
- package/.windsurf/rules/sm.md +0 -67
- package/.windsurf/rules/ux-expert.md +0 -78
- package/bmad-core/bmad-core-config.yml +0 -60
- package/bmad-core/templates/agent-tmpl.md +0 -58
- package/bmad-core/utils/agent-switcher.ide.md +0 -112
- package/creator-tools/tasks/generate-expansion-pack.md +0 -427
- package/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/team-game-dev.yml +0 -12
- package/expansion-packs/bmad-2d-phaser-game-dev/web-bundles/team-game-dev.txt +0 -4395
- /package/{bmad-core/web-bundles → dist}/agents/analyst.txt +0 -0
- /package/{bmad-core/web-bundles → dist}/agents/architect.txt +0 -0
- /package/{bmad-core/web-bundles → dist}/agents/bmad-orchestrator.txt +0 -0
- /package/{bmad-core/web-bundles → dist}/agents/dev.txt +0 -0
- /package/{bmad-core/web-bundles → dist}/agents/pm.txt +0 -0
- /package/{bmad-core/web-bundles → dist}/agents/po.txt +0 -0
- /package/{bmad-core/web-bundles → dist}/agents/qa.txt +0 -0
- /package/{bmad-core/web-bundles → dist}/agents/sm.txt +0 -0
- /package/{bmad-core/web-bundles → dist}/agents/ux-expert.txt +0 -0
- /package/{expansion-packs/bmad-2d-phaser-game-dev/web-bundles → dist/expansion-packs/bmad-2d-phaser-game-dev}/agents/game-designer.txt +0 -0
- /package/{expansion-packs/bmad-2d-phaser-game-dev/web-bundles → dist/expansion-packs/bmad-2d-phaser-game-dev}/agents/game-developer.txt +0 -0
- /package/{expansion-packs/bmad-2d-phaser-game-dev/web-bundles → dist/expansion-packs/bmad-2d-phaser-game-dev}/agents/game-sm.txt +0 -0
- /package/{expansion-packs/bmad-infrastructure-devops/web-bundles → dist/expansion-packs/bmad-infrastructure-devops}/agents/infra-devops-platform.txt +0 -0
- /package/{bmad-core → expansion-packs/expansion-creator}/templates/expansion-pack-plan-tmpl.md +0 -0
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# [AGENT_ID]
|
|
2
|
-
|
|
3
|
-
CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
|
|
4
|
-
|
|
5
|
-
```yml
|
|
6
|
-
activation-instructions:
|
|
7
|
-
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
|
|
8
|
-
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
|
|
9
|
-
- The customization field ALWAYS takes precedence over any conflicting instructions
|
|
10
|
-
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
|
|
11
|
-
|
|
12
|
-
agent:
|
|
13
|
-
name: [AGENT_NAME]
|
|
14
|
-
id: [AGENT_ID]
|
|
15
|
-
title: [AGENT_TITLE]
|
|
16
|
-
customization: [OPTIONAL_CUSTOMIZATION]
|
|
17
|
-
|
|
18
|
-
persona:
|
|
19
|
-
role: [AGENT_ROLE_DESCRIPTION]
|
|
20
|
-
style: [COMMUNICATION_STYLE]
|
|
21
|
-
identity: [AGENT_IDENTITY_DESCRIPTION]
|
|
22
|
-
focus: [PRIMARY_FOCUS_AREAS]
|
|
23
|
-
|
|
24
|
-
core_principles:
|
|
25
|
-
- [PRINCIPLE_1]
|
|
26
|
-
- [PRINCIPLE_2]
|
|
27
|
-
- [PRINCIPLE_3]
|
|
28
|
-
# Add more principles as needed
|
|
29
|
-
|
|
30
|
-
startup:
|
|
31
|
-
- [STARTUP_INSTRUCTIONS]
|
|
32
|
-
|
|
33
|
-
commands:
|
|
34
|
-
- "*help" - Show: numbered list of the following commands to allow selection
|
|
35
|
-
- "*chat-mode" - (Default) [DEFAULT_MODE_DESCRIPTION]
|
|
36
|
-
- "*create-doc {template}" - Create doc (no template = show available templates)
|
|
37
|
-
- [tasks] specific to the agent that are not covered by a template
|
|
38
|
-
- "*exit" - Say goodbye as the [AGENT_TITLE], and then abandon inhabiting this persona
|
|
39
|
-
|
|
40
|
-
dependencies:
|
|
41
|
-
tasks:
|
|
42
|
-
- [TASK_1]
|
|
43
|
-
- [TASK_2]
|
|
44
|
-
# Add required tasks
|
|
45
|
-
templates:
|
|
46
|
-
- [TEMPLATE_1]
|
|
47
|
-
- [TEMPLATE_2]
|
|
48
|
-
# Add required templates
|
|
49
|
-
checklists:
|
|
50
|
-
- [CHECKLIST_1]
|
|
51
|
-
# Add required checklists
|
|
52
|
-
data:
|
|
53
|
-
- [DATA_1]
|
|
54
|
-
# Add required data files
|
|
55
|
-
utils:
|
|
56
|
-
- [UTIL_1]
|
|
57
|
-
# Add required utilities
|
|
58
|
-
```
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
# Agent Switcher Instructions
|
|
2
|
-
|
|
3
|
-
## Overview
|
|
4
|
-
|
|
5
|
-
This document provides instructions for switching between different IDE agent personas in the BMAD-METHOD framework.
|
|
6
|
-
|
|
7
|
-
## Behavior
|
|
8
|
-
|
|
9
|
-
### Listing Available Agents
|
|
10
|
-
|
|
11
|
-
When no agent name is provided:
|
|
12
|
-
|
|
13
|
-
1. Read the `bmad-core/ide-agents/` directory
|
|
14
|
-
2. Look for files matching the pattern `*.ide.md`
|
|
15
|
-
3. Extract agent names from filenames (the part before `.ide.md`)
|
|
16
|
-
4. Present a numbered list of available agents
|
|
17
|
-
|
|
18
|
-
### Loading an Agent
|
|
19
|
-
|
|
20
|
-
When an agent name is provided:
|
|
21
|
-
|
|
22
|
-
1. Attempt to load `bmad-core/ide-agents/{agent-name}.ide.md`
|
|
23
|
-
2. If the file doesn't exist:
|
|
24
|
-
- List all available agents found in the directory
|
|
25
|
-
- Prompt for a valid selection
|
|
26
|
-
3. If the file exists:
|
|
27
|
-
- Read and internalize the agent's instructions
|
|
28
|
-
- Note the agent's name and role from the Agent Profile section
|
|
29
|
-
- Embody that agent's persona, communication style, and capabilities
|
|
30
|
-
- Use the agent's name when referring to yourself (e.g., "I'm John, the Product Manager")
|
|
31
|
-
- Follow the agent's specific workflows and constraints
|
|
32
|
-
|
|
33
|
-
### Active Agent Behavior
|
|
34
|
-
|
|
35
|
-
When successfully operating as an IDE agent:
|
|
36
|
-
|
|
37
|
-
- Strictly follow the agent's defined capabilities and limitations
|
|
38
|
-
- Only execute commands that the agent supports (typically prefixed with `*`)
|
|
39
|
-
- Maintain the agent identity and context until switched or exited
|
|
40
|
-
- If asked to perform tasks outside the agent's scope:
|
|
41
|
-
- Inform the user of the limitation
|
|
42
|
-
- Suggest the appropriate agent for that task
|
|
43
|
-
|
|
44
|
-
### Exiting Agent Mode
|
|
45
|
-
|
|
46
|
-
When exiting agent mode:
|
|
47
|
-
|
|
48
|
-
- Immediately exit the current agent persona
|
|
49
|
-
- Return to standard assistant capabilities
|
|
50
|
-
- Clear any agent-specific context or workflows
|
|
51
|
-
|
|
52
|
-
## Implementation Details
|
|
53
|
-
|
|
54
|
-
- Each agent maintains its own context and workflow state
|
|
55
|
-
- Switching agents clears the previous agent's context
|
|
56
|
-
- Agents are self-contained - no need to read additional files
|
|
57
|
-
- The system automatically adapts as agents are added or removed
|
|
58
|
-
|
|
59
|
-
## Example Interactions
|
|
60
|
-
|
|
61
|
-
### Example Listing Agents
|
|
62
|
-
|
|
63
|
-
````text
|
|
64
|
-
User: [requests agent list]
|
|
65
|
-
Agent: Available IDE agents:
|
|
66
|
-
1. architect
|
|
67
|
-
2. dev
|
|
68
|
-
3. devops
|
|
69
|
-
4. pm
|
|
70
|
-
5. po
|
|
71
|
-
6. sm
|
|
72
|
-
|
|
73
|
-
Please select an agent by specifying: <agent-name>
|
|
74
|
-
```text
|
|
75
|
-
|
|
76
|
-
### Example Loading an Agent
|
|
77
|
-
|
|
78
|
-
```text
|
|
79
|
-
User: [requests dev agent]
|
|
80
|
-
Agent: [Loads dev.ide.md and operates as Dev agent]
|
|
81
|
-
````
|
|
82
|
-
|
|
83
|
-
### Example Invalid Agent Request
|
|
84
|
-
|
|
85
|
-
````text
|
|
86
|
-
User: [requests designer agent]
|
|
87
|
-
Agent: Could not find IDE agent 'designer'. Available agents:
|
|
88
|
-
1. architect
|
|
89
|
-
2. dev
|
|
90
|
-
3. devops
|
|
91
|
-
4. pm
|
|
92
|
-
5. po
|
|
93
|
-
6. sm
|
|
94
|
-
|
|
95
|
-
Please select an agent by specifying: <agent-name>
|
|
96
|
-
```text
|
|
97
|
-
|
|
98
|
-
### Example Task Outside Agent Scope
|
|
99
|
-
|
|
100
|
-
```text
|
|
101
|
-
[While operating as Dev agent]
|
|
102
|
-
User: Create a PRD
|
|
103
|
-
Agent: I'm currently operating as the Dev agent, which doesn't have PRD creation capabilities.
|
|
104
|
-
The PM agent can create PRDs. Would you like me to switch to the PM agent?
|
|
105
|
-
````
|
|
106
|
-
|
|
107
|
-
### Example Exiting Agent Mode
|
|
108
|
-
|
|
109
|
-
```text
|
|
110
|
-
User: [requests to exit agent mode]
|
|
111
|
-
Agent: Exited IDE agent mode. Returned to standard assistant capabilities.
|
|
112
|
-
```
|
|
@@ -1,427 +0,0 @@
|
|
|
1
|
-
# Create Expansion Pack Task
|
|
2
|
-
|
|
3
|
-
This task helps you create a comprehensive BMAD expansion pack that can include new agents, tasks, templates, and checklists for a specific domain.
|
|
4
|
-
|
|
5
|
-
## Understanding Expansion Packs
|
|
6
|
-
|
|
7
|
-
Expansion packs extend BMAD with domain-specific capabilities. They are self-contained packages that can be installed into any BMAD project. Every expansion pack MUST include a custom BMAD orchestrator agent that manages the domain-specific workflow.
|
|
8
|
-
|
|
9
|
-
## CRITICAL REQUIREMENTS
|
|
10
|
-
|
|
11
|
-
1. **Create Planning Document First**: Before any implementation, create a concise task list for user approval
|
|
12
|
-
2. **Verify All References**: Any task, template, or data file referenced in an agent MUST exist in the pack
|
|
13
|
-
3. **Include Orchestrator**: Every pack needs a custom BMAD-style orchestrator agent
|
|
14
|
-
4. **User Data Requirements**: Clearly specify any files users must provide in their data folder
|
|
15
|
-
|
|
16
|
-
## Process Overview
|
|
17
|
-
|
|
18
|
-
### Phase 1: Discovery and Planning
|
|
19
|
-
|
|
20
|
-
#### 1.1 Define the Domain
|
|
21
|
-
|
|
22
|
-
Ask the user:
|
|
23
|
-
|
|
24
|
-
- **Pack Name**: Short identifier (e.g., `healthcare`, `fintech`, `gamedev`)
|
|
25
|
-
- **Display Name**: Full name (e.g., "Healthcare Compliance Pack")
|
|
26
|
-
- **Description**: What domain or industry does this serve?
|
|
27
|
-
- **Key Problems**: What specific challenges will this pack solve?
|
|
28
|
-
- **Target Users**: Who will benefit from this expansion?
|
|
29
|
-
|
|
30
|
-
#### 1.2 Gather Examples
|
|
31
|
-
|
|
32
|
-
Request from the user:
|
|
33
|
-
|
|
34
|
-
- **Sample Documents**: Any existing documents in this domain
|
|
35
|
-
- **Workflow Examples**: How work currently flows in this domain
|
|
36
|
-
- **Compliance Needs**: Any regulatory or standards requirements
|
|
37
|
-
- **Output Examples**: What final deliverables look like
|
|
38
|
-
- **Data Requirements**: What reference data files users will need to provide
|
|
39
|
-
|
|
40
|
-
#### 1.3 Create Planning Document
|
|
41
|
-
|
|
42
|
-
IMPORTANT: STOP HERE AND CREATE PLAN FIRST
|
|
43
|
-
|
|
44
|
-
Create `expansion-packs/{pack-name}/plan.md` with:
|
|
45
|
-
|
|
46
|
-
````markdown
|
|
47
|
-
# {Pack Name} Expansion Pack Plan
|
|
48
|
-
|
|
49
|
-
## Overview
|
|
50
|
-
|
|
51
|
-
- Pack Name: {name}
|
|
52
|
-
- Description: {description}
|
|
53
|
-
- Target Domain: {domain}
|
|
54
|
-
|
|
55
|
-
## Components to Create
|
|
56
|
-
|
|
57
|
-
### Agents
|
|
58
|
-
|
|
59
|
-
- [ ] {pack-name}-orchestrator (REQUIRED: Custom BMAD orchestrator)
|
|
60
|
-
- [ ] {agent-1-name}
|
|
61
|
-
- [ ] {agent-2-name}
|
|
62
|
-
|
|
63
|
-
### Tasks
|
|
64
|
-
|
|
65
|
-
- [ ] {task-1} (referenced by: {agent})
|
|
66
|
-
- [ ] {task-2} (referenced by: {agent})
|
|
67
|
-
|
|
68
|
-
### Templates
|
|
69
|
-
|
|
70
|
-
- [ ] {template-1} (used by: {agent/task})
|
|
71
|
-
- [ ] {template-2} (used by: {agent/task})
|
|
72
|
-
|
|
73
|
-
### Checklists
|
|
74
|
-
|
|
75
|
-
- [ ] {checklist-1}
|
|
76
|
-
- [ ] {checklist-2}
|
|
77
|
-
|
|
78
|
-
### Data Files Required from User
|
|
79
|
-
|
|
80
|
-
- [ ] {filename}.{ext} - {description of content needed}
|
|
81
|
-
- [ ] {filename2}.{ext} - {description of content needed}
|
|
82
|
-
|
|
83
|
-
## Approval
|
|
84
|
-
|
|
85
|
-
User approval received: [ ] Yes
|
|
86
|
-
|
|
87
|
-
````text
|
|
88
|
-
|
|
89
|
-
Important: Wait for user approval before proceeding to Phase 2
|
|
90
|
-
|
|
91
|
-
### Phase 2: Component Design
|
|
92
|
-
|
|
93
|
-
#### 2.1 Create Orchestrator Agent
|
|
94
|
-
|
|
95
|
-
**FIRST PRIORITY**: Design the custom BMAD orchestrator:
|
|
96
|
-
|
|
97
|
-
- **Name**: `{pack-name}-orchestrator`
|
|
98
|
-
- **Purpose**: Master coordinator for domain-specific workflow
|
|
99
|
-
- **Key Commands**: Domain-specific orchestration commands
|
|
100
|
-
- **Integration**: How it leverages other pack agents
|
|
101
|
-
- **Workflow**: The complete process it manages
|
|
102
|
-
|
|
103
|
-
#### 2.2 Identify Specialist Agents
|
|
104
|
-
|
|
105
|
-
For each additional agent:
|
|
106
|
-
|
|
107
|
-
- **Role**: What specialist is needed?
|
|
108
|
-
- **Expertise**: Domain-specific knowledge required
|
|
109
|
-
- **Interactions**: How they work with orchestrator and BMAD agents
|
|
110
|
-
- **Unique Value**: What can't existing agents handle?
|
|
111
|
-
- **Required Tasks**: List ALL tasks this agent references
|
|
112
|
-
- **Required Templates**: List ALL templates this agent uses
|
|
113
|
-
- **Required Data**: List ALL data files this agent needs
|
|
114
|
-
|
|
115
|
-
#### 2.3 Design Specialized Tasks
|
|
116
|
-
|
|
117
|
-
For each task:
|
|
118
|
-
|
|
119
|
-
- **Purpose**: What specific action does it enable?
|
|
120
|
-
- **Inputs**: What information is needed?
|
|
121
|
-
- **Process**: Step-by-step instructions
|
|
122
|
-
- **Outputs**: What gets produced?
|
|
123
|
-
- **Agent Usage**: Which agents will use this task?
|
|
124
|
-
|
|
125
|
-
#### 2.4 Create Document Templates
|
|
126
|
-
|
|
127
|
-
For each template:
|
|
128
|
-
|
|
129
|
-
- **Document Type**: What kind of document?
|
|
130
|
-
- **Structure**: Sections and organization
|
|
131
|
-
- **Placeholders**: Variable content areas
|
|
132
|
-
- **Instructions**: How to complete each section
|
|
133
|
-
- **Standards**: Any format requirements
|
|
134
|
-
|
|
135
|
-
#### 2.5 Define Checklists
|
|
136
|
-
|
|
137
|
-
For each checklist:
|
|
138
|
-
|
|
139
|
-
- **Purpose**: What quality aspect does it verify?
|
|
140
|
-
- **Scope**: When should it be used?
|
|
141
|
-
- **Items**: Specific things to check
|
|
142
|
-
- **Criteria**: Pass/fail conditions
|
|
143
|
-
|
|
144
|
-
### Phase 3: Implementation
|
|
145
|
-
|
|
146
|
-
IMPORTANT: Only proceed after plan.md is approved
|
|
147
|
-
|
|
148
|
-
#### 3.1 Create Directory Structure
|
|
149
|
-
|
|
150
|
-
```text
|
|
151
|
-
expansion-packs/
|
|
152
|
-
└── {pack-name}/
|
|
153
|
-
├── plan.md (ALREADY CREATED)
|
|
154
|
-
├── manifest.yml
|
|
155
|
-
├── README.md
|
|
156
|
-
├── agents/
|
|
157
|
-
│ ├── {pack-name}-orchestrator.yml (REQUIRED)
|
|
158
|
-
│ └── {agent-id}.yml
|
|
159
|
-
├── personas/
|
|
160
|
-
│ ├── {pack-name}-orchestrator.md (REQUIRED)
|
|
161
|
-
│ └── {agent-id}.md
|
|
162
|
-
├── tasks/
|
|
163
|
-
│ └── {task-name}.md
|
|
164
|
-
├── templates/
|
|
165
|
-
│ └── {template-name}.md
|
|
166
|
-
├── checklists/
|
|
167
|
-
│ └── {checklist-name}.md
|
|
168
|
-
└── ide-agents/
|
|
169
|
-
├── {pack-name}-orchestrator.ide.md (REQUIRED)
|
|
170
|
-
└── {agent-id}.ide.md
|
|
171
|
-
````
|
|
172
|
-
````
|
|
173
|
-
|
|
174
|
-
#### 3.2 Create Manifest
|
|
175
|
-
|
|
176
|
-
Create `manifest.yml`:
|
|
177
|
-
|
|
178
|
-
````yaml
|
|
179
|
-
name: {pack-name}
|
|
180
|
-
version: 1.0.0
|
|
181
|
-
description: >-
|
|
182
|
-
{Detailed description of the expansion pack}
|
|
183
|
-
author: {Your name or organization}
|
|
184
|
-
bmad_version: "4.0.0"
|
|
185
|
-
|
|
186
|
-
# Files to create in the expansion pack
|
|
187
|
-
files:
|
|
188
|
-
agents:
|
|
189
|
-
- {pack-name}-orchestrator.yml
|
|
190
|
-
- {agent-name}.yml
|
|
191
|
-
|
|
192
|
-
personas:
|
|
193
|
-
- {pack-name}-orchestrator.md
|
|
194
|
-
- {agent-name}.md
|
|
195
|
-
|
|
196
|
-
ide-agents:
|
|
197
|
-
- {pack-name}-orchestrator.ide.md
|
|
198
|
-
- {agent-name}.ide.md
|
|
199
|
-
|
|
200
|
-
tasks:
|
|
201
|
-
- {task-name}.md
|
|
202
|
-
|
|
203
|
-
templates:
|
|
204
|
-
- {template-name}.md
|
|
205
|
-
|
|
206
|
-
checklists:
|
|
207
|
-
- {checklist-name}.md
|
|
208
|
-
|
|
209
|
-
# Data files users must provide
|
|
210
|
-
required_data:
|
|
211
|
-
- filename: {data-file}.{ext}
|
|
212
|
-
description: {What this file should contain}
|
|
213
|
-
location: bmad-core/data/
|
|
214
|
-
|
|
215
|
-
# Dependencies on core BMAD components
|
|
216
|
-
dependencies:
|
|
217
|
-
- {core-agent-name}
|
|
218
|
-
- {core-task-name}
|
|
219
|
-
|
|
220
|
-
# Post-install message
|
|
221
|
-
post_install_message: |
|
|
222
|
-
{Pack Name} expansion pack ready!
|
|
223
|
-
|
|
224
|
-
Required data files:
|
|
225
|
-
- {data-file}.{ext}: {description}
|
|
226
|
-
|
|
227
|
-
To use: npm run agent {pack-name}-orchestrator
|
|
228
|
-
```text
|
|
229
|
-
|
|
230
|
-
### Phase 4: Content Creation
|
|
231
|
-
|
|
232
|
-
IMPORTANT: Work through plan.md checklist systematically!
|
|
233
|
-
|
|
234
|
-
#### 4.1 Create Orchestrator First
|
|
235
|
-
|
|
236
|
-
1. Create `personas/{pack-name}-orchestrator.md` with BMAD-style commands
|
|
237
|
-
2. Create `agents/{pack-name}-orchestrator.yml` configuration
|
|
238
|
-
3. Create `ide-agents/{pack-name}-orchestrator.ide.md`
|
|
239
|
-
4. Verify ALL referenced tasks exist
|
|
240
|
-
5. Verify ALL referenced templates exist
|
|
241
|
-
6. Document data file requirements
|
|
242
|
-
|
|
243
|
-
#### 4.2 Agent Creation Order
|
|
244
|
-
|
|
245
|
-
For each additional agent:
|
|
246
|
-
|
|
247
|
-
1. Create persona file with domain expertise
|
|
248
|
-
2. Create agent configuration YAML
|
|
249
|
-
3. Create IDE-optimized version
|
|
250
|
-
4. **STOP** - Verify all referenced tasks/templates exist
|
|
251
|
-
5. Create any missing tasks/templates immediately
|
|
252
|
-
6. Mark agent as complete in plan.md
|
|
253
|
-
|
|
254
|
-
#### 4.3 Task Creation Guidelines
|
|
255
|
-
|
|
256
|
-
Each task should:
|
|
257
|
-
|
|
258
|
-
1. Have a clear, single purpose
|
|
259
|
-
2. Include step-by-step instructions
|
|
260
|
-
3. Provide examples when helpful
|
|
261
|
-
4. Reference domain standards
|
|
262
|
-
5. Be reusable across agents
|
|
263
|
-
|
|
264
|
-
#### 4.4 Template Best Practices
|
|
265
|
-
|
|
266
|
-
Templates should:
|
|
267
|
-
|
|
268
|
-
1. Include clear section headers
|
|
269
|
-
2. Provide inline instructions
|
|
270
|
-
3. Show example content
|
|
271
|
-
4. Mark required vs optional sections
|
|
272
|
-
5. Include domain-specific terminology
|
|
273
|
-
|
|
274
|
-
### Phase 5: Verification and Documentation
|
|
275
|
-
|
|
276
|
-
#### 5.1 Final Verification Checklist
|
|
277
|
-
|
|
278
|
-
Before declaring complete:
|
|
279
|
-
|
|
280
|
-
1. [ ] All items in plan.md marked complete
|
|
281
|
-
2. [ ] Orchestrator agent created and tested
|
|
282
|
-
3. [ ] All agent references validated
|
|
283
|
-
4. [ ] All required data files documented
|
|
284
|
-
5. [ ] manifest.yml lists all components
|
|
285
|
-
6. [ ] No orphaned tasks or templates
|
|
286
|
-
|
|
287
|
-
#### 5.2 Create README
|
|
288
|
-
|
|
289
|
-
Include:
|
|
290
|
-
|
|
291
|
-
- Overview of the pack's purpose
|
|
292
|
-
- **Orchestrator usage instructions**
|
|
293
|
-
- Required data files and formats
|
|
294
|
-
- List of all components
|
|
295
|
-
- Integration with BMAD workflow
|
|
296
|
-
- Example scenarios
|
|
297
|
-
|
|
298
|
-
#### 5.3 Data File Documentation
|
|
299
|
-
|
|
300
|
-
For each required data file:
|
|
301
|
-
|
|
302
|
-
```markdown
|
|
303
|
-
## Required Data Files
|
|
304
|
-
|
|
305
|
-
### {filename}.{ext}
|
|
306
|
-
|
|
307
|
-
- **Purpose**: {why this file is needed}
|
|
308
|
-
- **Format**: {file format and structure}
|
|
309
|
-
- **Location**: Place in `bmad-core/data/`
|
|
310
|
-
- **Example**:
|
|
311
|
-
````
|
|
312
|
-
|
|
313
|
-
## Example: Healthcare Expansion Pack
|
|
314
|
-
|
|
315
|
-
```text
|
|
316
|
-
healthcare/
|
|
317
|
-
├── plan.md (Created first for approval)
|
|
318
|
-
├── manifest.yml
|
|
319
|
-
├── README.md
|
|
320
|
-
├── agents/
|
|
321
|
-
│ ├── healthcare-orchestrator.yml (REQUIRED)
|
|
322
|
-
│ ├── clinical-analyst.yml
|
|
323
|
-
│ └── compliance-officer.yml
|
|
324
|
-
├── personas/
|
|
325
|
-
│ ├── healthcare-orchestrator.md (REQUIRED)
|
|
326
|
-
│ ├── clinical-analyst.md
|
|
327
|
-
│ └── compliance-officer.md
|
|
328
|
-
├── ide-agents/
|
|
329
|
-
│ ├── healthcare-orchestrator.ide.md (REQUIRED)
|
|
330
|
-
│ ├── clinical-analyst.ide.md
|
|
331
|
-
│ └── compliance-officer.ide.md
|
|
332
|
-
├── tasks/
|
|
333
|
-
│ ├── hipaa-assessment.md
|
|
334
|
-
│ ├── clinical-protocol-review.md
|
|
335
|
-
│ └── patient-data-analysis.md
|
|
336
|
-
├── templates/
|
|
337
|
-
│ ├── clinical-trial-protocol.md
|
|
338
|
-
│ ├── hipaa-compliance-report.md
|
|
339
|
-
│ └── patient-outcome-report.md
|
|
340
|
-
└── checklists/
|
|
341
|
-
├── hipaa-checklist.md
|
|
342
|
-
└── clinical-data-quality.md
|
|
343
|
-
|
|
344
|
-
Required user data files:
|
|
345
|
-
- bmad-core/data/medical-terminology.md
|
|
346
|
-
- bmad-core/data/hipaa-requirements.md
|
|
347
|
-
```
|
|
348
|
-
|
|
349
|
-
## Interactive Questions Flow
|
|
350
|
-
|
|
351
|
-
### Initial Discovery
|
|
352
|
-
|
|
353
|
-
1. "What domain or industry will this expansion pack serve?"
|
|
354
|
-
2. "What are the main challenges or workflows in this domain?"
|
|
355
|
-
3. "Do you have any example documents or outputs? (Please share)"
|
|
356
|
-
4. "What specialized roles/experts exist in this domain?"
|
|
357
|
-
5. "What reference data will users need to provide?"
|
|
358
|
-
|
|
359
|
-
### Planning Phase
|
|
360
|
-
|
|
361
|
-
1. "Here's the proposed plan. Please review and approve before we continue."
|
|
362
|
-
|
|
363
|
-
### Orchestrator Design
|
|
364
|
-
|
|
365
|
-
1. "What key commands should the {pack-name} orchestrator support?"
|
|
366
|
-
2. "What's the typical workflow from start to finish?"
|
|
367
|
-
3. "How should it integrate with core BMAD agents?"
|
|
368
|
-
|
|
369
|
-
### Agent Planning
|
|
370
|
-
|
|
371
|
-
1. "For agent '{name}', what is their specific expertise?"
|
|
372
|
-
2. "What tasks will this agent reference? (I'll create them)"
|
|
373
|
-
3. "What templates will this agent use? (I'll create them)"
|
|
374
|
-
4. "What data files will this agent need? (You'll provide these)"
|
|
375
|
-
|
|
376
|
-
### Task Design
|
|
377
|
-
|
|
378
|
-
1. "Describe the '{task}' process step-by-step"
|
|
379
|
-
2. "What information is needed to complete this task?"
|
|
380
|
-
3. "What should the output look like?"
|
|
381
|
-
|
|
382
|
-
### Template Creation
|
|
383
|
-
|
|
384
|
-
1. "What sections should the '{template}' document have?"
|
|
385
|
-
2. "Are there any required formats or standards?"
|
|
386
|
-
3. "Can you provide an example of a completed document?"
|
|
387
|
-
|
|
388
|
-
### Data Requirements
|
|
389
|
-
|
|
390
|
-
1. "For {data-file}, what information should it contain?"
|
|
391
|
-
2. "What format should this data be in?"
|
|
392
|
-
3. "Can you provide a sample?"
|
|
393
|
-
|
|
394
|
-
## Important Considerations
|
|
395
|
-
|
|
396
|
-
- **Plan First**: ALWAYS create and get approval for plan.md before implementing
|
|
397
|
-
- **Orchestrator Required**: Every pack MUST have a custom BMAD orchestrator
|
|
398
|
-
- **Verify References**: ALL referenced tasks/templates MUST exist
|
|
399
|
-
- **Document Data Needs**: Clearly specify what users must provide
|
|
400
|
-
- **Domain Expertise**: Ensure accuracy in specialized fields
|
|
401
|
-
- **Compliance**: Include necessary regulatory requirements
|
|
402
|
-
|
|
403
|
-
## Tips for Success
|
|
404
|
-
|
|
405
|
-
1. **Plan Thoroughly**: The plan.md prevents missing components
|
|
406
|
-
2. **Build Orchestrator First**: It defines the overall workflow
|
|
407
|
-
3. **Verify As You Go**: Check off items in plan.md
|
|
408
|
-
4. **Test References**: Ensure no broken dependencies
|
|
409
|
-
5. **Document Data**: Users need clear data file instructions
|
|
410
|
-
|
|
411
|
-
## Common Mistakes to Avoid
|
|
412
|
-
|
|
413
|
-
1. **Missing Orchestrator**: Every pack needs its own BMAD-style orchestrator
|
|
414
|
-
2. **Orphaned References**: Agent references task that doesn't exist
|
|
415
|
-
3. **Unclear Data Needs**: Not specifying required user data files
|
|
416
|
-
4. **Skipping Plan**: Going straight to implementation
|
|
417
|
-
5. **Generic Orchestrator**: Not making it domain-specific
|
|
418
|
-
|
|
419
|
-
## Completion Checklist
|
|
420
|
-
|
|
421
|
-
- [ ] plan.md created and approved
|
|
422
|
-
- [ ] All plan.md items checked off
|
|
423
|
-
- [ ] Orchestrator agent created
|
|
424
|
-
- [ ] All agent references verified
|
|
425
|
-
- [ ] Data requirements documented or added
|
|
426
|
-
- [ ] README includes all setup instructions
|
|
427
|
-
- [ ] manifest.yml reflects actual files
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
bundle:
|
|
2
|
-
name: Game Development Team
|
|
3
|
-
icon: 🎮
|
|
4
|
-
description: Comprehensive game development team specialized in 2D games using Phaser 3 and TypeScript. This team handles the complete game development lifecycle from initial concept brainstorming through detailed design documentation to technical implementation and quality assurance. Specializes in indie games, mobile games, web games, educational games, prototyping, and game feature development with focus on player experience and performance optimization.
|
|
5
|
-
agents:
|
|
6
|
-
- bmad-orchestrator
|
|
7
|
-
- game-designer
|
|
8
|
-
- game-developer
|
|
9
|
-
- game-sm
|
|
10
|
-
workflows:
|
|
11
|
-
- game-dev-greenfield
|
|
12
|
-
- game-prototype
|