ma-agents 2.16.1 → 2.16.3

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.
Files changed (76) hide show
  1. package/lib/agents.js +4 -4
  2. package/lib/bmad-customizations/bmm-mil498.customize.yaml +12 -9
  3. package/lib/bmad-customizations/mil498.md +6 -3
  4. package/lib/bmad.js +78 -0
  5. package/package.json +1 -1
  6. package/.agent/workflows/bmad-agent-bmad-master.md +0 -15
  7. package/.agent/workflows/bmad-agent-bmm-analyst.md +0 -15
  8. package/.agent/workflows/bmad-agent-bmm-architect.md +0 -15
  9. package/.agent/workflows/bmad-agent-bmm-dev.md +0 -15
  10. package/.agent/workflows/bmad-agent-bmm-pm.md +0 -15
  11. package/.agent/workflows/bmad-agent-bmm-qa.md +0 -15
  12. package/.agent/workflows/bmad-agent-bmm-quick-flow-solo-dev.md +0 -15
  13. package/.agent/workflows/bmad-agent-bmm-sm.md +0 -15
  14. package/.agent/workflows/bmad-agent-bmm-tech-writer.md +0 -15
  15. package/.agent/workflows/bmad-agent-bmm-ux-designer.md +0 -15
  16. package/.agent/workflows/bmad-agent-cis-brainstorming-coach.md +0 -15
  17. package/.agent/workflows/bmad-agent-cis-creative-problem-solver.md +0 -15
  18. package/.agent/workflows/bmad-agent-cis-design-thinking-coach.md +0 -15
  19. package/.agent/workflows/bmad-agent-cis-innovation-strategist.md +0 -15
  20. package/.agent/workflows/bmad-agent-cis-presentation-master.md +0 -15
  21. package/.agent/workflows/bmad-agent-cis-storyteller.md +0 -15
  22. package/.agent/workflows/bmad-bmm-check-implementation-readiness.md +0 -6
  23. package/.agent/workflows/bmad-bmm-code-review.md +0 -14
  24. package/.agent/workflows/bmad-bmm-correct-course.md +0 -14
  25. package/.agent/workflows/bmad-bmm-create-architecture.md +0 -6
  26. package/.agent/workflows/bmad-bmm-create-epics-and-stories.md +0 -6
  27. package/.agent/workflows/bmad-bmm-create-prd.md +0 -6
  28. package/.agent/workflows/bmad-bmm-create-product-brief.md +0 -6
  29. package/.agent/workflows/bmad-bmm-create-story.md +0 -14
  30. package/.agent/workflows/bmad-bmm-create-ux-design.md +0 -6
  31. package/.agent/workflows/bmad-bmm-dev-story.md +0 -14
  32. package/.agent/workflows/bmad-bmm-document-project.md +0 -14
  33. package/.agent/workflows/bmad-bmm-domain-research.md +0 -6
  34. package/.agent/workflows/bmad-bmm-edit-prd.md +0 -6
  35. package/.agent/workflows/bmad-bmm-generate-project-context.md +0 -6
  36. package/.agent/workflows/bmad-bmm-market-research.md +0 -6
  37. package/.agent/workflows/bmad-bmm-qa-generate-e2e-tests.md +0 -14
  38. package/.agent/workflows/bmad-bmm-quick-dev.md +0 -6
  39. package/.agent/workflows/bmad-bmm-quick-spec.md +0 -6
  40. package/.agent/workflows/bmad-bmm-retrospective.md +0 -14
  41. package/.agent/workflows/bmad-bmm-sprint-planning.md +0 -14
  42. package/.agent/workflows/bmad-bmm-sprint-status.md +0 -14
  43. package/.agent/workflows/bmad-bmm-technical-research.md +0 -6
  44. package/.agent/workflows/bmad-bmm-validate-prd.md +0 -6
  45. package/.agent/workflows/bmad-brainstorming.md +0 -6
  46. package/.agent/workflows/bmad-cis-design-thinking.md +0 -14
  47. package/.agent/workflows/bmad-cis-innovation-strategy.md +0 -14
  48. package/.agent/workflows/bmad-cis-problem-solving.md +0 -14
  49. package/.agent/workflows/bmad-cis-storytelling.md +0 -14
  50. package/.agent/workflows/bmad-editorial-review-prose.md +0 -10
  51. package/.agent/workflows/bmad-editorial-review-structure.md +0 -10
  52. package/.agent/workflows/bmad-help.md +0 -10
  53. package/.agent/workflows/bmad-index-docs.md +0 -10
  54. package/.agent/workflows/bmad-party-mode.md +0 -6
  55. package/.agent/workflows/bmad-review-adversarial-general.md +0 -10
  56. package/.agent/workflows/bmad-review-edge-case-hunter.md +0 -10
  57. package/.agent/workflows/bmad-shard-doc.md +0 -10
  58. package/.antigravity/antigravity.md +0 -14
  59. package/.antigravity/skills/.ma-agents.json +0 -14
  60. package/.antigravity/skills/MANIFEST.yaml +0 -7
  61. package/.antigravity/skills/docker-image-signing/SKILL.md +0 -28
  62. package/.antigravity/skills/docker-image-signing/scripts/sign-image.sh +0 -33
  63. package/lib/bmad-workflows/mil498/bmad-mil-generate-ocd.md +0 -17
  64. package/lib/bmad-workflows/mil498/bmad-mil-generate-sdd.md +0 -18
  65. package/lib/bmad-workflows/mil498/bmad-mil-generate-sdp.md +0 -17
  66. package/lib/bmad-workflows/mil498/bmad-mil-generate-srs.md +0 -19
  67. package/lib/bmad-workflows/mil498/bmad-mil-generate-sss.md +0 -16
  68. package/lib/bmad-workflows/mil498/bmad-mil-generate-std.md +0 -17
  69. package/mil498/OCD.md +0 -169
  70. package/mil498/README.md +0 -4
  71. package/mil498/SDP.md +0 -307
  72. package/mil498/SRS.md +0 -219
  73. package/mil498/SSDD.md +0 -154
  74. package/mil498/SSS.md +0 -225
  75. package/mil498/STD.md +0 -188
  76. package/out.txt +0 -0
package/lib/agents.js CHANGED
@@ -171,9 +171,9 @@ const agents = [
171
171
  id: 'antigravity',
172
172
  name: 'Antigravity',
173
173
  version: '1.0.0',
174
- category: 'bmad',
174
+ category: 'ide',
175
175
  description: 'Google Deepmind Antigravity Agent',
176
- getProjectPath: () => path.join(process.cwd(), '_bmad', 'skills'),
176
+ getProjectPath: () => path.join(process.cwd(), '.antigravity', 'skills'),
177
177
  getGlobalPath: () => {
178
178
  const platform = os.platform();
179
179
  if (platform === 'win32') {
@@ -186,7 +186,7 @@ const agents = [
186
186
  },
187
187
  fileExtension: '.md',
188
188
  template: 'generic',
189
- instructionFiles: ['_bmad/bmm/agents/antigravity.md']
189
+ instructionFiles: ['.antigravity/antigravity.md']
190
190
  },
191
191
  {
192
192
  id: 'bmm-devops',
@@ -232,7 +232,7 @@ const agents = [
232
232
  },
233
233
  {
234
234
  id: 'bmm-mil498',
235
- name: 'Joseph',
235
+ name: 'MIL-STD-498 Expert',
236
236
  version: '1.0.0',
237
237
  category: 'bmad',
238
238
  description: 'MIL-STD-498 Documentation Expert',
@@ -15,16 +15,19 @@ persona:
15
15
  menu:
16
16
  - trigger: bmad-mil-generate-srs
17
17
  workflow: "bmm/workflows/mil498/bmad-mil-generate-srs.md"
18
- description: "Generate SRS Document"
18
+ description: "Generate SRS (Software Requirements Specification)"
19
19
  - trigger: bmad-mil-generate-sdd
20
20
  workflow: "bmm/workflows/mil498/bmad-mil-generate-sdd.md"
21
- description: "Generate SDD Document"
22
- - trigger: bmad-mil-generate-stp
23
- workflow: "bmm/workflows/mil498/bmad-mil-generate-stp.md"
24
- description: "Generate STP Document"
25
- - trigger: bmad-mil-generate-ocd
26
- workflow: "bmm/workflows/mil498/bmad-mil-generate-ocd.md"
27
- description: "Generate OCD Document"
21
+ description: "Generate SDD (Software Design Description)"
28
22
  - trigger: bmad-mil-generate-sdp
29
23
  workflow: "bmm/workflows/mil498/bmad-mil-generate-sdp.md"
30
- description: "Generate SDP Document"
24
+ description: "Generate SDP (Software Development Plan)"
25
+ - trigger: bmad-mil-generate-ocd
26
+ workflow: "bmm/workflows/mil498/bmad-mil-generate-ocd.md"
27
+ description: "Generate OCD (Operational Concept Description)"
28
+ - trigger: bmad-mil-generate-sss
29
+ workflow: "bmm/workflows/mil498/bmad-mil-generate-sss.md"
30
+ description: "Generate SSS (System/Subsystem Specification)"
31
+ - trigger: bmad-mil-generate-std
32
+ workflow: "bmm/workflows/mil498/bmad-mil-generate-std.md"
33
+ description: "Generate STD (Software Test Description)"
@@ -62,9 +62,12 @@ You must fully embody this agent's persona and follow all activation instruction
62
62
  <menu>
63
63
  <item cmd="MH">[MH] Redisplay Menu Help</item>
64
64
  <item cmd="CH">[CH] Chat with Joseph about MIL-STD-498</item>
65
- <item cmd="GS" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-srs.md">[GS] Generate SRS: Generate a Software Requirements Specification</item>
66
- <item cmd="GD" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-sdd.md">[GD] Generate SDD: Generate a Software Design Description</item>
67
- <item cmd="GT" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-stp.md">[GT] Generate STP: Generate a Software Test Plan</item>
65
+ <item cmd="GS" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-srs.md">[GS] Generate SRS: Software Requirements Specification</item>
66
+ <item cmd="GD" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-sdd.md">[GD] Generate SDD: Software Design Description</item>
67
+ <item cmd="GP" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-sdp.md">[GP] Generate SDP: Software Development Plan</item>
68
+ <item cmd="GO" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-ocd.md">[GO] Generate OCD: Operational Concept Description</item>
69
+ <item cmd="SS" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-sss.md">[SS] Generate SSS: System/Subsystem Specification</item>
70
+ <item cmd="GT" workflow="{project-root}/_bmad/bmm/workflows/mil498/bmad-mil-generate-std.md">[GT] Generate STD: Software Test Description</item>
68
71
  <item cmd="DA">[DA] Dismiss Agent</item>
69
72
  </menu>
70
73
  </agent>
package/lib/bmad.js CHANGED
@@ -134,6 +134,84 @@ async function applyCustomizations(projectRoot = process.cwd(), modules = ['bmm'
134
134
  } catch (error) {
135
135
  console.error(chalk.red(` BMAD recompile failed: ${error.message}`));
136
136
  }
137
+
138
+ // 5. Register custom workflows in BMAD CSV registries (after recompile)
139
+ if (selectedAgentIds.length === 0 || selectedAgentIds.includes('bmm-mil498')) {
140
+ await registerMilWorkflows(projectRoot);
141
+ }
142
+ }
143
+
144
+ /**
145
+ * Append MIL-STD-498 workflow entries to the BMAD CSV registries
146
+ * so they appear as available slash commands.
147
+ */
148
+ async function registerMilWorkflows(projectRoot) {
149
+ const milEntries = [
150
+ {
151
+ name: 'Generate SRS', code: 'GS',
152
+ file: '_bmad/bmm/workflows/mil498/bmad-mil-generate-srs.md',
153
+ command: 'bmad-mil-generate-srs',
154
+ description: 'Generate a MIL-STD-498 Software Requirements Specification from BMAD project artifacts'
155
+ },
156
+ {
157
+ name: 'Generate SDD', code: 'GD',
158
+ file: '_bmad/bmm/workflows/mil498/bmad-mil-generate-sdd.md',
159
+ command: 'bmad-mil-generate-sdd',
160
+ description: 'Generate a MIL-STD-498 Software Design Description from architecture and design docs'
161
+ },
162
+ {
163
+ name: 'Generate SDP', code: 'GP',
164
+ file: '_bmad/bmm/workflows/mil498/bmad-mil-generate-sdp.md',
165
+ command: 'bmad-mil-generate-sdp',
166
+ description: 'Generate a MIL-STD-498 Software Development Plan from project planning artifacts'
167
+ },
168
+ {
169
+ name: 'Generate OCD', code: 'GO',
170
+ file: '_bmad/bmm/workflows/mil498/bmad-mil-generate-ocd.md',
171
+ command: 'bmad-mil-generate-ocd',
172
+ description: 'Generate a MIL-STD-498 Operational Concept Description from PRD and architecture'
173
+ },
174
+ {
175
+ name: 'Generate SSS', code: 'SS',
176
+ file: '_bmad/bmm/workflows/mil498/bmad-mil-generate-sss.md',
177
+ command: 'bmad-mil-generate-sss',
178
+ description: 'Generate a MIL-STD-498 System/Subsystem Specification from project requirements'
179
+ },
180
+ {
181
+ name: 'Generate STD', code: 'GT',
182
+ file: '_bmad/bmm/workflows/mil498/bmad-mil-generate-std.md',
183
+ command: 'bmad-mil-generate-std',
184
+ description: 'Generate a MIL-STD-498 Software Test Description from epics stories and architecture'
185
+ }
186
+ ];
187
+
188
+ // Append to module-help.csv
189
+ const moduleHelpPath = path.join(projectRoot, BMAD_DIR, 'bmm', 'module-help.csv');
190
+ if (fs.existsSync(moduleHelpPath)) {
191
+ let content = await fs.readFile(moduleHelpPath, 'utf-8');
192
+ for (const entry of milEntries) {
193
+ if (!content.includes(entry.command)) {
194
+ const row = `bmm,anytime,${entry.name},${entry.code},,${entry.file},${entry.command},false,mil498,Create Mode,${entry.description},planning_artifacts,document,`;
195
+ content = content.trimEnd() + '\n' + row + '\n';
196
+ }
197
+ }
198
+ await fs.writeFile(moduleHelpPath, content, 'utf-8');
199
+ console.log(chalk.cyan(` + Registered MIL-STD-498 workflows in module-help.csv`));
200
+ }
201
+
202
+ // Append to bmad-help.csv
203
+ const bmadHelpPath = path.join(projectRoot, BMAD_DIR, '_config', 'bmad-help.csv');
204
+ if (fs.existsSync(bmadHelpPath)) {
205
+ let content = await fs.readFile(bmadHelpPath, 'utf-8');
206
+ for (const entry of milEntries) {
207
+ if (!content.includes(entry.command)) {
208
+ const row = `bmm,anytime,${entry.name},${entry.code},,${entry.file},${entry.command},false,mil498,bmad:MIL-STD-498 compliance:agent:mil498,Joseph,📜 MIL-STD-498 Expert,Create Mode,${entry.description},planning_artifacts,document`;
209
+ content = content.trimEnd() + '\n' + row + '\n';
210
+ }
211
+ }
212
+ await fs.writeFile(bmadHelpPath, content, 'utf-8');
213
+ console.log(chalk.cyan(` + Registered MIL-STD-498 workflows in bmad-help.csv`));
214
+ }
137
215
  }
138
216
 
139
217
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ma-agents",
3
- "version": "2.16.1",
3
+ "version": "2.16.3",
4
4
  "description": "NPX tool to install skills for AI coding agents (Claude Code, Gemini, Copilot, Kilocode, Cline, Cursor)",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'bmad-master'
3
- description: 'bmad-master agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/core/agents/bmad-master.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'analyst'
3
- description: 'analyst agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/analyst.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'architect'
3
- description: 'architect agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/architect.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'dev'
3
- description: 'dev agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/dev.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'pm'
3
- description: 'pm agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/pm.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'qa'
3
- description: 'qa agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/qa.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'quick-flow-solo-dev'
3
- description: 'quick-flow-solo-dev agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/quick-flow-solo-dev.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'sm'
3
- description: 'sm agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/sm.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'tech-writer'
3
- description: 'tech-writer agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'ux-designer'
3
- description: 'ux-designer agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/ux-designer.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'brainstorming-coach'
3
- description: 'brainstorming-coach agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/brainstorming-coach.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'creative-problem-solver'
3
- description: 'creative-problem-solver agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/creative-problem-solver.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'design-thinking-coach'
3
- description: 'design-thinking-coach agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/design-thinking-coach.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'innovation-strategist'
3
- description: 'innovation-strategist agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/innovation-strategist.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'presentation-master'
3
- description: 'presentation-master agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/presentation-master.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,15 +0,0 @@
1
- ---
2
- name: 'storyteller'
3
- description: 'storyteller agent'
4
- ---
5
-
6
- You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
-
8
- <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/storyteller/storyteller.md
10
- 2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
- 3. FOLLOW every step in the <activation> section precisely
12
- 4. DISPLAY the welcome/greeting as instructed
13
- 5. PRESENT the numbered menu
14
- 6. WAIT for user input before proceeding
15
- </agent-activation>
@@ -1,6 +0,0 @@
1
- ---
2
- name: 'check-implementation-readiness'
3
- description: 'Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness".'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md, READ its entire contents and follow its directions exactly!
@@ -1,14 +0,0 @@
1
- ---
2
- name: 'code-review'
3
- description: 'Perform adversarial code review finding specific issues. Use when the user says "run code review" or "review this code"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
7
-
8
- <steps CRITICAL="TRUE">
9
- 1. Always LOAD the FULL {project-root}/_bmad/core/tasks/workflow.xml
10
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config {project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
11
- 3. Pass the yaml path {project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
12
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
13
- 5. Save outputs after EACH section when generating any documents from templates
14
- </steps>
@@ -1,14 +0,0 @@
1
- ---
2
- name: 'correct-course'
3
- description: 'Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
7
-
8
- <steps CRITICAL="TRUE">
9
- 1. Always LOAD the FULL {project-root}/_bmad/core/tasks/workflow.xml
10
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
11
- 3. Pass the yaml path {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
12
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
13
- 5. Save outputs after EACH section when generating any documents from templates
14
- </steps>
@@ -1,6 +0,0 @@
1
- ---
2
- name: 'create-architecture'
3
- description: 'Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md, READ its entire contents and follow its directions exactly!
@@ -1,6 +0,0 @@
1
- ---
2
- name: 'create-epics-and-stories'
3
- description: 'Break requirements into epics and user stories. Use when the user says "create the epics and stories list"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md, READ its entire contents and follow its directions exactly!
@@ -1,6 +0,0 @@
1
- ---
2
- name: 'create-prd'
3
- description: 'Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md, READ its entire contents and follow its directions exactly!
@@ -1,6 +0,0 @@
1
- ---
2
- name: 'create-product-brief'
3
- description: 'Create product brief through collaborative discovery. Use when the user says "lets create a product brief" or "help me create a project brief"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md, READ its entire contents and follow its directions exactly!
@@ -1,14 +0,0 @@
1
- ---
2
- name: 'create-story'
3
- description: 'Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
7
-
8
- <steps CRITICAL="TRUE">
9
- 1. Always LOAD the FULL {project-root}/_bmad/core/tasks/workflow.xml
10
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config {project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml
11
- 3. Pass the yaml path {project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
12
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
13
- 5. Save outputs after EACH section when generating any documents from templates
14
- </steps>
@@ -1,6 +0,0 @@
1
- ---
2
- name: 'create-ux-design'
3
- description: 'Plan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md, READ its entire contents and follow its directions exactly!
@@ -1,14 +0,0 @@
1
- ---
2
- name: 'dev-story'
3
- description: 'Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
7
-
8
- <steps CRITICAL="TRUE">
9
- 1. Always LOAD the FULL {project-root}/_bmad/core/tasks/workflow.xml
10
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config {project-root}/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml
11
- 3. Pass the yaml path {project-root}/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
12
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
13
- 5. Save outputs after EACH section when generating any documents from templates
14
- </steps>
@@ -1,14 +0,0 @@
1
- ---
2
- name: 'document-project'
3
- description: 'Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
7
-
8
- <steps CRITICAL="TRUE">
9
- 1. Always LOAD the FULL {project-root}/_bmad/core/tasks/workflow.xml
10
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config {project-root}/_bmad/bmm/workflows/document-project/workflow.yaml
11
- 3. Pass the yaml path {project-root}/_bmad/bmm/workflows/document-project/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
12
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
13
- 5. Save outputs after EACH section when generating any documents from templates
14
- </steps>
@@ -1,6 +0,0 @@
1
- ---
2
- name: 'domain-research'
3
- description: 'Conduct domain and industry research. Use when the user says "lets create a research report on [domain or industry]"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md, READ its entire contents and follow its directions exactly!
@@ -1,6 +0,0 @@
1
- ---
2
- name: 'edit-prd'
3
- description: 'Edit an existing PRD. Use when the user says "edit this PRD".'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md, READ its entire contents and follow its directions exactly!
@@ -1,6 +0,0 @@
1
- ---
2
- name: 'generate-project-context'
3
- description: 'Create project-context.md with AI rules. Use when the user says "generate project context" or "create project context"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/generate-project-context/workflow.md, READ its entire contents and follow its directions exactly!
@@ -1,6 +0,0 @@
1
- ---
2
- name: 'market-research'
3
- description: 'Conduct market research on competition and customers. Use when the user says "create a market research report about [business idea]".'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md, READ its entire contents and follow its directions exactly!
@@ -1,14 +0,0 @@
1
- ---
2
- name: 'qa-generate-e2e-tests'
3
- description: 'Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
7
-
8
- <steps CRITICAL="TRUE">
9
- 1. Always LOAD the FULL {project-root}/_bmad/core/tasks/workflow.xml
10
- 2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config {project-root}/_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml
11
- 3. Pass the yaml path {project-root}/_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
12
- 4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
13
- 5. Save outputs after EACH section when generating any documents from templates
14
- </steps>
@@ -1,6 +0,0 @@
1
- ---
2
- name: 'quick-dev'
3
- description: 'Implement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says "implement this quick spec" or "proceed with implementation of [quick tech spec]"'
4
- ---
5
-
6
- IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md, READ its entire contents and follow its directions exactly!