bmad-method 6.0.0-alpha.20 → 6.0.0-alpha.21

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 (114) hide show
  1. package/CHANGELOG.md +94 -0
  2. package/package.json +2 -2
  3. package/samples/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +1 -1
  4. package/samples/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith.agent.yaml +1 -1
  5. package/src/core/agents/bmad-master.agent.yaml +4 -8
  6. package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +1 -1
  7. package/src/modules/bmb/agents/agent-builder.agent.yaml +36 -0
  8. package/src/modules/bmb/agents/module-builder.agent.yaml +48 -0
  9. package/src/modules/bmb/agents/workflow-builder.agent.yaml +40 -0
  10. package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +2 -1
  11. package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/security-engineer.agent.yaml +8 -13
  12. package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/trend-analyst.agent.yaml +10 -14
  13. package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/commit-poet.agent.yaml +1 -1
  14. package/src/modules/bmb/workflows/create-module/steps/step-01b-continue.md +1 -1
  15. package/src/modules/bmgd/agents/game-architect.agent.yaml +8 -17
  16. package/src/modules/bmgd/agents/game-designer.agent.yaml +21 -33
  17. package/src/modules/bmgd/agents/game-dev.agent.yaml +12 -16
  18. package/src/modules/bmgd/agents/game-qa.agent.yaml +16 -20
  19. package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +16 -20
  20. package/src/modules/bmgd/agents/game-solo-dev.agent.yaml +14 -18
  21. package/src/modules/bmgd/module.yaml +1 -1
  22. package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +1 -1
  23. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +1 -1
  24. package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +1 -1
  25. package/src/modules/bmm/_module-installer/installer.js +0 -34
  26. package/src/modules/bmm/agents/analyst.agent.yaml +10 -22
  27. package/src/modules/bmm/agents/architect.agent.yaml +6 -23
  28. package/src/modules/bmm/agents/dev.agent.yaml +2 -6
  29. package/src/modules/bmm/agents/pm.agent.yaml +10 -19
  30. package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +6 -2
  31. package/src/modules/bmm/agents/sm.agent.yaml +12 -24
  32. package/src/modules/bmm/agents/tea.agent.yaml +20 -25
  33. package/src/modules/bmm/agents/tech-writer.agent.yaml +18 -31
  34. package/src/modules/bmm/agents/ux-designer.agent.yaml +8 -20
  35. package/src/modules/bmm/module.yaml +3 -3
  36. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +21 -32
  37. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +19 -44
  38. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +1 -1
  39. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +2 -2
  40. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +2 -2
  41. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +2 -2
  42. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +2 -2
  43. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +2 -2
  44. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +2 -2
  45. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +3 -3
  46. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +2 -2
  47. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +2 -2
  48. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +2 -2
  49. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +2 -2
  50. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +5 -4
  51. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -15
  52. package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +0 -5
  53. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +22 -69
  54. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +2 -2
  55. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +3 -3
  56. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +3 -3
  57. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +3 -3
  58. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +3 -3
  59. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +3 -3
  60. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +3 -3
  61. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +3 -3
  62. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +3 -3
  63. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +3 -3
  64. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +5 -43
  65. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +1 -1
  66. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +8 -8
  67. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
  68. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +2 -2
  69. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +24 -53
  70. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +1 -1
  71. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +1 -1
  72. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +1 -1
  73. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +1 -1
  74. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +1 -1
  75. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +1 -1
  76. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +6 -6
  77. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +1 -1
  78. package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +1 -1
  79. package/src/modules/cis/agents/brainstorming-coach.agent.yaml +2 -11
  80. package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -11
  81. package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -11
  82. package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -11
  83. package/src/modules/cis/agents/presentation-master.agent.yaml +14 -23
  84. package/src/modules/cis/agents/storyteller/storyteller.agent.yaml +2 -11
  85. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +6 -6
  86. package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +8 -8
  87. package/test/fixtures/agent-schema/{invalid → valid}/metadata/core-agent-with-module.agent.yaml +4 -7
  88. package/test/fixtures/agent-schema/valid/metadata/module-agent-missing-module.agent.yaml +22 -0
  89. package/test/fixtures/agent-schema/valid/metadata/wrong-module-value.agent.yaml +23 -0
  90. package/test/test-installation-components.js +1 -1
  91. package/tools/cli/installers/lib/core/config-collector.js +1 -1
  92. package/tools/cli/installers/lib/core/installer.js +4 -4
  93. package/tools/cli/installers/lib/ide/antigravity.js +3 -3
  94. package/tools/cli/installers/lib/ide/claude-code.js +3 -3
  95. package/tools/cli/installers/lib/ide/codex.js +1 -1
  96. package/tools/cli/installers/lib/ide/github-copilot.js +1 -1
  97. package/tools/cli/lib/agent/compiler.js +4 -3
  98. package/tools/cli/lib/ui.js +1 -1
  99. package/tools/platform-codes.yaml +13 -1
  100. package/tools/schema/agent.js +30 -52
  101. package/src/modules/bmb/agents/bmad-builder.agent.yaml +0 -94
  102. package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/README.md +0 -242
  103. package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +0 -24
  104. package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +0 -108
  105. package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +0 -46
  106. package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +0 -39
  107. package/src/modules/bmb/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +0 -152
  108. package/src/modules/bmb/reference/agents/module-examples/README.md +0 -49
  109. package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +0 -53
  110. package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +0 -57
  111. package/src/modules/bmb/reference/agents/simple-examples/commit-poet.agent.yaml +0 -126
  112. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +0 -24
  113. package/test/fixtures/agent-schema/invalid/metadata/module-agent-missing-module.agent.yaml +0 -25
  114. package/test/fixtures/agent-schema/invalid/metadata/wrong-module-value.agent.yaml +0 -26
@@ -24,40 +24,36 @@ agent:
24
24
  - "Generate complete story drafts from existing documentation without additional elicitation"
25
25
 
26
26
  menu:
27
- - trigger: workflow-status
27
+ - trigger: WS or fuzzy match on workflow-status
28
28
  workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
29
- description: Get workflow status or initialize a workflow if not already done
29
+ description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
30
30
 
31
- - trigger: sprint-planning
31
+ - trigger: SP or fuzzy match on sprint-planning
32
32
  workflow: "{project-root}/_bmad/bmgd/workflows/4-production/sprint-planning/workflow.yaml"
33
- description: Generate or update sprint-status.yaml from epic files (Required after GDD+Epics are created)
33
+ description: "[SP] Generate or update sprint-status.yaml from epic files (Required after GDD+Epics are created)"
34
34
 
35
- - trigger: sprint-status
35
+ - trigger: SS or fuzzy match on sprint-status
36
36
  workflow: "{project-root}/_bmad/bmgd/workflows/4-production/sprint-status/workflow.yaml"
37
- description: View sprint progress, surface risks, and get next action recommendation
37
+ description: "[SS] View sprint progress, surface risks, and get next action recommendation"
38
38
 
39
- - trigger: create-story
39
+ - trigger: CS or fuzzy match on create-story
40
40
  workflow: "{project-root}/_bmad/bmgd/workflows/4-production/create-story/workflow.yaml"
41
- description: Create Story with direct ready-for-dev marking (Required to prepare stories for development)
41
+ description: "[CS] Create Story with direct ready-for-dev marking (Required to prepare stories for development)"
42
42
 
43
- - trigger: validate-create-story
43
+ - trigger: VS or fuzzy match on validate-story
44
44
  validate-workflow: "{project-root}/_bmad/bmgd/workflows/4-production/create-story/workflow.yaml"
45
- description: Validate Story Draft with Independent Review (Highly Recommended)
45
+ description: "[VS] Validate Story Draft with Independent Review (Highly Recommended)"
46
46
 
47
- - trigger: epic-retrospective
47
+ - trigger: ER or fuzzy match on epic-retrospective
48
48
  workflow: "{project-root}/_bmad/bmgd/workflows/4-production/retrospective/workflow.yaml"
49
49
  data: "{project-root}/_bmad/_config/agent-manifest.csv"
50
- description: Facilitate team retrospective after a game development epic is completed
50
+ description: "[ER] Facilitate team retrospective after a game development epic is completed"
51
51
 
52
- - trigger: correct-course
52
+ - trigger: CC or fuzzy match on correct-course
53
53
  workflow: "{project-root}/_bmad/bmgd/workflows/4-production/correct-course/workflow.yaml"
54
- description: Navigate significant changes during game dev sprint (When implementation is off-track)
54
+ description: "[CC] Navigate significant changes during game dev sprint (When implementation is off-track)"
55
55
 
56
- - trigger: party-mode
57
- exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
58
- description: Bring the whole team in to chat with other expert agents from the party
59
-
60
- - trigger: advanced-elicitation
56
+ - trigger: AE or fuzzy match on advanced-elicitation
61
57
  exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
62
- description: Advanced elicitation techniques to challenge the LLM to get better results
58
+ description: "[AE] Advanced elicitation techniques to challenge the LLM to get better results"
63
59
  web-only: true
@@ -22,35 +22,31 @@ agent:
22
22
  - "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
23
23
 
24
24
  menu:
25
- - trigger: workflow-status
25
+ - trigger: WS or fuzzy match on workflow-status
26
26
  workflow: "{project-root}/_bmad/bmgd/workflows/workflow-status/workflow.yaml"
27
- description: Get workflow status or check current project state
27
+ description: "[WS] Get workflow status or check current project state (optional)"
28
28
 
29
- - trigger: quick-prototype
29
+ - trigger: QP or fuzzy match on quick-prototype
30
30
  workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml"
31
- description: Rapid prototype to test if the mechanic is fun (Start here for new ideas)
31
+ description: "[QP] Rapid prototype to test if the mechanic is fun (Start here for new ideas)"
32
32
 
33
- - trigger: quick-dev
33
+ - trigger: QD or fuzzy match on quick-dev
34
34
  workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml"
35
- description: Implement features end-to-end solo with game-specific considerations
35
+ description: "[QD] Implement features end-to-end solo with game-specific considerations"
36
36
 
37
- - trigger: create-tech-spec
37
+ - trigger: TS or fuzzy match on tech-spec
38
38
  workflow: "{project-root}/_bmad/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml"
39
- description: Architect a technical spec with implementation-ready stories
39
+ description: "[TS] Architect a technical spec with implementation-ready stories"
40
40
 
41
- - trigger: code-review
41
+ - trigger: CR or fuzzy match on code-review
42
42
  workflow: "{project-root}/_bmad/bmgd/workflows/4-production/code-review/workflow.yaml"
43
- description: Review code quality (use fresh context for best results)
43
+ description: "[CR] Review code quality (use fresh context for best results)"
44
44
 
45
- - trigger: test-framework
45
+ - trigger: TF or fuzzy match on test-framework
46
46
  workflow: "{project-root}/_bmad/bmgd/workflows/gametest/test-framework/workflow.yaml"
47
- description: Set up automated testing for your game engine
47
+ description: "[TF] Set up automated testing for your game engine"
48
48
 
49
- - trigger: party-mode
50
- exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
51
- description: Bring in other experts when specialized backup is needed
52
-
53
- - trigger: advanced-elicitation
49
+ - trigger: AE or fuzzy match on advanced-elicitation
54
50
  exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
55
- description: Advanced elicitation techniques to challenge the LLM to get better results
51
+ description: "[AE] Advanced elicitation techniques to challenge the LLM to get better results"
56
52
  web-only: true
@@ -31,7 +31,7 @@ game_dev_experience:
31
31
 
32
32
  planning_artifacts:
33
33
  prompt: "Where should game planning artifacts be stored?\n(Game Briefs, GDDs, Narrative Designs, Architecture docs)"
34
- default: "{output_folder}/game-planning-artifacts"
34
+ default: "{output_folder}/planning-artifacts"
35
35
  result: "{project-root}/{value}"
36
36
 
37
37
  implementation_artifacts:
@@ -659,7 +659,7 @@ Enforcement: "All agents MUST follow this pattern"
659
659
 
660
660
  </check>
661
661
 
662
- <action>Save document to {output_folder}/architecture.md</action>
662
+ <action>Save document to {planning_artifacts}/architecture.md</action>
663
663
 
664
664
  <check if="standalone_mode != true">
665
665
  <action>Load the FULL file: {output_folder}/bmgd-workflow-status.yaml</action>
@@ -43,7 +43,7 @@ Load and analyze project files to identify technologies:
43
43
 
44
44
  **Architecture Document:**
45
45
 
46
- - Look for `{output_folder}/game-architecture.md` or `{output_folder}/architecture.md`
46
+ - Look for `{output_folder}/game-architecture.md` or `{planning_artifacts}/architecture.md`
47
47
  - Extract engine choice with specific version (Unity, Unreal, Godot, custom)
48
48
  - Note architectural decisions that affect implementation
49
49
 
@@ -22,7 +22,7 @@ variables:
22
22
  sprint_status: "{implementation_artifacts}/sprint-status.yaml || {output_folder}/sprint-status.yaml" # Primary source for story tracking
23
23
  epics_file: "{output_folder}/epics.md" # Preferred source for epic/story breakdown
24
24
  prd_file: "{output_folder}/PRD.md" # Fallback for requirements
25
- architecture_file: "{output_folder}/architecture.md" # Optional architecture context
25
+ architecture_file: "{planning_artifacts}/architecture.md" # Optional architecture context
26
26
  tech_spec_file: "" # Will be auto-discovered from docs as tech-spec-epic-{{epic_num}}-*.md
27
27
  tech_spec_search_dir: "{project-root}/docs"
28
28
  tech_spec_glob_template: "tech-spec-epic-{{epic_num}}*.md"
@@ -20,40 +20,8 @@ async function install(options) {
20
20
  try {
21
21
  logger.log(chalk.blue('🚀 Installing BMM Module...'));
22
22
 
23
- // Check and create tech_docs directory if configured
24
- if (config['tech_docs']) {
25
- // Strip {project-root}/ prefix if present
26
- const techDocsConfig = config['tech_docs'].replace('{project-root}/', '');
27
- const techDocsPath = path.join(projectRoot, techDocsConfig);
28
-
29
- if (await fs.pathExists(techDocsPath)) {
30
- // Check if template exists, add if missing
31
- const templateDest = path.join(techDocsPath, 'technical-decisions-template.md');
32
- if (!(await fs.pathExists(templateDest))) {
33
- const templateSource = path.join(__dirname, 'assets', 'technical-decisions-template.md');
34
- if (await fs.pathExists(templateSource)) {
35
- await fs.copy(templateSource, templateDest);
36
- logger.log(chalk.green('✓ Added technical decisions template to existing directory'));
37
- }
38
- }
39
- } else {
40
- logger.log(chalk.yellow(`Creating technical documentation directory: ${techDocsConfig}`));
41
- await fs.ensureDir(techDocsPath);
42
-
43
- // Copy technical decisions template
44
- const templateSource = path.join(__dirname, 'assets', 'technical-decisions-template.md');
45
- const templateDest = path.join(techDocsPath, 'technical-decisions-template.md');
46
-
47
- if (await fs.pathExists(templateSource)) {
48
- await fs.copy(templateSource, templateDest, { overwrite: false });
49
- logger.log(chalk.green('✓ Added technical decisions template'));
50
- }
51
- }
52
- }
53
-
54
23
  // Create output directory if configured
55
24
  if (config['output_folder']) {
56
- // Strip {project-root}/ prefix if present
57
25
  const outputConfig = config['output_folder'].replace('{project-root}/', '');
58
26
  const outputPath = path.join(projectRoot, outputConfig);
59
27
  if (!(await fs.pathExists(outputPath))) {
@@ -62,9 +30,7 @@ async function install(options) {
62
30
  }
63
31
  }
64
32
 
65
- // Create dev story location if configured
66
33
  if (config['implementation_artifacts']) {
67
- // Strip {project-root}/ prefix if present
68
34
  const storyConfig = config['implementation_artifacts'].replace('{project-root}/', '');
69
35
  const storyPath = path.join(projectRoot, storyConfig);
70
36
  if (!(await fs.pathExists(storyPath))) {
@@ -18,35 +18,23 @@ agent:
18
18
  - Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`
19
19
 
20
20
  menu:
21
- - trigger: workflow-status
21
+ - trigger: WS or fuzzy match on workflow-status
22
22
  workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
23
- description: Get workflow status or initialize a workflow if not already done (optional)
23
+ description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
24
24
 
25
- - trigger: brainstorm-project
25
+ - trigger: BP or fuzzy match on brainstorm-project
26
26
  exec: "{project-root}/_bmad/core/workflows/brainstorming/workflow.md"
27
27
  data: "{project-root}/_bmad/bmm/data/project-context-template.md"
28
- description: Guided Project Brainstorming session with final report (optional)
28
+ description: "[BP] Guided Project Brainstorming session with final report (optional)"
29
29
 
30
- - trigger: research
30
+ - trigger: RS or fuzzy match on research
31
31
  exec: "{project-root}/_bmad/bmm/workflows/1-analysis/research/workflow.md"
32
- description: Guided Research scoped to market, domain, competitive analysis, or technical research (optional)
32
+ description: "[RS] Guided Research scoped to market, domain, competitive analysis, or technical research (optional)"
33
33
 
34
- - trigger: product-brief
34
+ - trigger: PB or fuzzy match on product-brief
35
35
  exec: "{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md"
36
- description: Create a Product Brief (recommended input for PRD)
36
+ description: "[PB] Create a Product Brief (recommended input for PRD)"
37
37
 
38
- - trigger: document-project
38
+ - trigger: DP or fuzzy match on document-project
39
39
  workflow: "{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml"
40
- description: Document your existing project (optional, but recommended for existing brownfield project efforts)
41
-
42
- - multi: "[SPM] Start Party Mode (optionally suggest attendees and topic), [CH] Chat"
43
- triggers:
44
- - party-mode:
45
- - input: SPM or fuzzy match start party mode
46
- - route: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
47
- - data: what is being discussed or suggested with the command, along with custom party custom agents if specified
48
- - type: exec
49
- - expert-chat:
50
- - input: CH or fuzzy match validate agent
51
- - action: agent responds as expert based on its persona to converse
52
- - type: action
40
+ description: "[DP] Document your existing project (optional, but recommended for existing brownfield project efforts)"
@@ -18,31 +18,14 @@ agent:
18
18
  - Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`
19
19
 
20
20
  menu:
21
- - trigger: workflow-status
21
+ - trigger: WS or fuzzy match on workflow-status
22
22
  workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
23
- description: Get workflow status or initialize a workflow if not already done (optional)
23
+ description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
24
24
 
25
- - trigger: create-architecture
25
+ - trigger: CA or fuzzy match on create-architecture
26
26
  exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md"
27
- description: Create an Architecture Document to Guide Development of a PRD (required for BMad Method projects)
27
+ description: "[CA] Create an Architecture Document"
28
28
 
29
- - trigger: implementation-readiness
29
+ - trigger: IR or fuzzy match on implementation-readiness
30
30
  exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md"
31
- description: Validate PRD, UX, Architecture, Epics and stories aligned (Optional but recommended before development)
32
-
33
- - trigger: create-excalidraw-diagram
34
- workflow: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml"
35
- description: Create system architecture or technical diagram (Excalidraw) (Use any time you need a diagram)
36
-
37
- - trigger: create-excalidraw-dataflow
38
- workflow: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml"
39
- description: Create data flow diagram (Excalidraw) (Use any time you need a diagram)
40
-
41
- - trigger: party-mode
42
- exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
43
- description: Bring the whole team in to chat with other expert agents from the party
44
-
45
- - trigger: advanced-elicitation
46
- exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
47
- description: Advanced elicitation techniques to challenge the LLM to get better results
48
- web-only: true
31
+ description: "[IR] Implementation Readiness Review"
@@ -35,14 +35,10 @@ agent:
35
35
  - "NEVER lie about tests being written or passing - tests must actually exist and pass 100%"
36
36
 
37
37
  menu:
38
- - trigger: DS or dev-story or fuzzy match on dev-story
38
+ - trigger: DS or fuzzy match on dev-story
39
39
  workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml"
40
40
  description: "[DS] Execute Dev Story workflow (full BMM path with sprint-status)"
41
41
 
42
- - trigger: CR or code-review or fuzzy match on code-review
42
+ - trigger: CR or fuzzy match on code-review
43
43
  workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml"
44
44
  description: "[CR] Perform a thorough clean context code review (Highly Recommended, use fresh context and different LLM)"
45
-
46
- - trigger: PM or party-mode or fuzzy match on party-mode
47
- exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
48
- description: "[PM] Bring the whole team in to chat with other expert agents from the party"
@@ -19,32 +19,23 @@ agent:
19
19
  - Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`
20
20
 
21
21
  menu:
22
- - trigger: workflow-status
22
+ - trigger: WS or fuzzy match on workflow-status
23
23
  workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
24
- description: Get workflow status or initialize a workflow if not already done (optional)
24
+ description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
25
25
 
26
- - trigger: create-prd
26
+ - trigger: PR or fuzzy match on prd
27
27
  exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md"
28
- description: Create Product Requirements Document (PRD) (Required for BMad Method flow)
28
+ description: "[PR] Create Product Requirements Document (PRD) (Required for BMad Method flow)"
29
29
 
30
- - trigger: create-epics-and-stories
30
+ - trigger: ES or fuzzy match on epics-stories
31
31
  exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md"
32
- description: Create Epics and User Stories from PRD (Required for BMad Method flow AFTER the Architecture is completed)
32
+ description: "[ES] Create Epics and User Stories from PRD (Required for BMad Method flow AFTER the Architecture is completed)"
33
33
 
34
- - trigger: implementation-readiness
34
+ - trigger: IR or fuzzy match on implementation-readiness
35
35
  exec: "{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md"
36
- description: Validate PRD, UX, Architecture, Epics and stories aligned (Optional but recommended before development)
36
+ description: "[IR] Implementation Readiness Review"
37
37
 
38
- - trigger: correct-course
38
+ - trigger: CC or fuzzy match on correct-course
39
39
  workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml"
40
- description: Course Correction Analysis (optional during implementation when things go off track)
40
+ description: "[CC] Course Correction Analysis (optional during implementation when things go off track)"
41
41
  ide-only: true
42
-
43
- - trigger: party-mode
44
- exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
45
- description: Bring the whole team in to chat with other expert agents from the party
46
-
47
- - trigger: advanced-elicitation
48
- exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
49
- description: Advanced elicitation techniques to challenge the LLM to get better results
50
- web-only: true
@@ -18,10 +18,14 @@ agent:
18
18
  - If `**/project-context.md` exists, follow it. If absent, proceed without.
19
19
 
20
20
  menu:
21
- - trigger: TS or tech-spec or fuzzy match on tech-spec
21
+ - trigger: TS or fuzzy match on tech-spec
22
22
  workflow: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml"
23
23
  description: "[TS] Architect a technical spec with implementation-ready stories (Required first step)"
24
24
 
25
- - trigger: QD or quick-dev or fuzzy match on quick-dev
25
+ - trigger: QD or fuzzy match on quick-dev
26
26
  workflow: "{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml"
27
27
  description: "[QD] Implement the tech spec end-to-end solo (Core of Quick Flow)"
28
+
29
+ - trigger: CR or fuzzy match on code-review
30
+ workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml"
31
+ description: "[CR] Perform a thorough clean context code review (Highly Recommended, use fresh context and different LLM)"
@@ -24,35 +24,23 @@ agent:
24
24
  - "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
25
25
 
26
26
  menu:
27
- - trigger: sprint-planning
27
+ - trigger: WS or fuzzy match on workflow-status
28
+ workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
29
+ description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
30
+
31
+ - trigger: SP or fuzzy match on sprint-planning
28
32
  workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml"
29
- description: Generate or re-generate sprint-status.yaml from epic files (Required after Epics+Stories are created)
33
+ description: "[SP] Generate or re-generate sprint-status.yaml from epic files (Required after Epics+Stories are created)"
30
34
 
31
- - trigger: create-story
35
+ - trigger: CS or fuzzy match on create-story
32
36
  workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml"
33
- description: Create Story (Required to prepare stories for development)
34
-
35
- # TODO: validate-create-story is not yet implemented
36
- # The validate-workflow: handler type is not recognized by the workflow engine
37
- # See: https://github.com/bmad-code-org/BMAD-METHOD/issues/1075
38
- # - trigger: validate-create-story
39
- # workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/create-story/validate-workflow.yaml"
40
- # description: Validate Story (Highly Recommended, use fresh context and different LLM for best results)
37
+ description: "[CS] Create Story (Required to prepare stories for development)"
41
38
 
42
- - trigger: epic-retrospective
39
+ - trigger: ER or fuzzy match on epic-retrospective
43
40
  workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml"
44
41
  data: "{project-root}/_bmad/_config/agent-manifest.csv"
45
- description: Facilitate team retrospective after an epic is completed (Optional)
42
+ description: "[ER] Facilitate team retrospective after an epic is completed (Optional)"
46
43
 
47
- - trigger: correct-course
44
+ - trigger: CC or fuzzy match on correct-course
48
45
  workflow: "{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml"
49
- description: Execute correct-course task (When implementation is off-track)
50
-
51
- - trigger: party-mode
52
- exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
53
- description: Bring the whole team in to chat with other expert agents from the party
54
-
55
- - trigger: advanced-elicitation
56
- exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
57
- description: Advanced elicitation techniques to challenge the LLM to get better results
58
- web-only: true
46
+ description: "[CC] Execute correct-course task (When implementation is off-track)"
@@ -28,43 +28,38 @@ agent:
28
28
  - "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
29
29
 
30
30
  menu:
31
- - trigger: framework
31
+ - trigger: WS or fuzzy match on workflow-status
32
+ workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
33
+ description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
34
+
35
+ - trigger: TF or fuzzy match on test-framework
32
36
  workflow: "{project-root}/_bmad/bmm/workflows/testarch/framework/workflow.yaml"
33
- description: Initialize production-ready test framework architecture
37
+ description: "[TF] Initialize production-ready test framework architecture"
34
38
 
35
- - trigger: atdd
39
+ - trigger: AT or fuzzy match on atdd
36
40
  workflow: "{project-root}/_bmad/bmm/workflows/testarch/atdd/workflow.yaml"
37
- description: Generate E2E tests first, before starting implementation
41
+ description: "[AT] Generate E2E tests first, before starting implementation"
38
42
 
39
- - trigger: automate
43
+ - trigger: TA or fuzzy match on test-automate
40
44
  workflow: "{project-root}/_bmad/bmm/workflows/testarch/automate/workflow.yaml"
41
- description: Generate comprehensive test automation
45
+ description: "[TA] Generate comprehensive test automation"
42
46
 
43
- - trigger: test-design
47
+ - trigger: TD or fuzzy match on test-design
44
48
  workflow: "{project-root}/_bmad/bmm/workflows/testarch/test-design/workflow.yaml"
45
- description: Create comprehensive test scenarios
49
+ description: "[TD] Create comprehensive test scenarios"
46
50
 
47
- - trigger: trace
51
+ - trigger: TR or fuzzy match on test-trace
48
52
  workflow: "{project-root}/_bmad/bmm/workflows/testarch/trace/workflow.yaml"
49
- description: Map requirements to tests (Phase 1) and make quality gate decision (Phase 2)
53
+ description: "[TR] Map requirements to tests (Phase 1) and make quality gate decision (Phase 2)"
50
54
 
51
- - trigger: nfr-assess
55
+ - trigger: NR or fuzzy match on nfr-assess
52
56
  workflow: "{project-root}/_bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml"
53
- description: Validate non-functional requirements
57
+ description: "[NR] Validate non-functional requirements"
54
58
 
55
- - trigger: ci
59
+ - trigger: CI or fuzzy match on continuous-integration
56
60
  workflow: "{project-root}/_bmad/bmm/workflows/testarch/ci/workflow.yaml"
57
- description: Scaffold CI/CD quality pipeline
61
+ description: "[CI] Scaffold CI/CD quality pipeline"
58
62
 
59
- - trigger: test-review
63
+ - trigger: RV or fuzzy match on test-review
60
64
  workflow: "{project-root}/_bmad/bmm/workflows/testarch/test-review/workflow.yaml"
61
- description: Review test quality using comprehensive knowledge base and best practices
62
-
63
- - trigger: party-mode
64
- exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
65
- description: Bring the whole team in to chat with other expert agents from the party
66
-
67
- - trigger: advanced-elicitation
68
- exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
69
- description: Advanced elicitation techniques to challenge the LLM to get better results
70
- web-only: true
65
+ description: "[RV] Review test quality using comprehensive knowledge base and best practices"
@@ -21,47 +21,34 @@ agent:
21
21
  - "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
22
22
 
23
23
  menu:
24
- - trigger: document-project
24
+ - trigger: WS or fuzzy match on workflow-status
25
+ workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
26
+ description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
27
+
28
+ - trigger: DP or fuzzy match on document-project
25
29
  workflow: "{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml"
26
- description: Comprehensive project documentation (brownfield analysis, architecture scanning)
30
+ description: "[DP] Comprehensive project documentation (brownfield analysis, architecture scanning)"
27
31
 
28
- - trigger: generate-mermaid
32
+ - trigger: MG or fuzzy match on mermaid-gen
29
33
  action: "Create a Mermaid diagram based on user description. Ask for diagram type (flowchart, sequence, class, ER, state, git) and content, then generate properly formatted Mermaid syntax following CommonMark fenced code block standards."
30
- description: Generate Mermaid diagrams (architecture, sequence, flow, ER, class, state)
34
+ description: "[MG] Generate Mermaid diagrams (architecture, sequence, flow, ER, class, state)"
31
35
 
32
- - trigger: create-excalidraw-flowchart
36
+ - trigger: EF or fuzzy match on excalidraw-flowchart
33
37
  workflow: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml"
34
- description: Create Excalidraw flowchart for processes and logic flows
38
+ description: "[EF] Create Excalidraw flowchart for processes and logic flows"
35
39
 
36
- - trigger: create-excalidraw-diagram
40
+ - trigger: ED or fuzzy match on excalidraw-diagram
37
41
  workflow: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml"
38
- description: Create Excalidraw system architecture or technical diagram
42
+ description: "[ED] Create Excalidraw system architecture or technical diagram"
39
43
 
40
- - trigger: create-excalidraw-dataflow
44
+ - trigger: DF or fuzzy match on dataflow
41
45
  workflow: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml"
42
- description: Create Excalidraw data flow diagram
46
+ description: "[DF] Create Excalidraw data flow diagram"
43
47
 
44
- - trigger: validate-doc
48
+ - trigger: VD or fuzzy match on validate-doc
45
49
  action: "Review the specified document against CommonMark standards, technical writing best practices, and style guide compliance. Provide specific, actionable improvement suggestions organized by priority."
46
- description: Validate documentation against standards and best practices
47
-
48
- - trigger: improve-readme
49
- action: "Analyze the current README file and suggest improvements for clarity, completeness, and structure. Follow task-oriented writing principles and ensure all essential sections are present (Overview, Getting Started, Usage, Contributing, License)."
50
- description: Review and improve README files
50
+ description: "[VD] Validate documentation against standards and best practices"
51
51
 
52
- - trigger: explain-concept
52
+ - trigger: EC or fuzzy match on explain-concept
53
53
  action: "Create a clear technical explanation with examples and diagrams for a complex concept. Break it down into digestible sections using task-oriented approach. Include code examples and Mermaid diagrams where helpful."
54
- description: Create clear technical explanations with examples
55
-
56
- - trigger: standards-guide
57
- action: "Display the complete documentation standards from {project-root}/_bmad/bmm/data/documentation-standards.md in a clear, formatted way for the user."
58
- description: Show BMAD documentation standards reference (CommonMark, Mermaid, OpenAPI)
59
-
60
- - trigger: party-mode
61
- exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
62
- description: Bring the whole team in to chat with other expert agents from the party
63
-
64
- - trigger: advanced-elicitation
65
- exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
66
- description: Advanced elicitation techniques to challenge the LLM to get better results
67
- web-only: true
54
+ description: "[EC] Create clear technical explanations with examples"
@@ -23,26 +23,14 @@ agent:
23
23
  - "Find if this exists, if it does, always treat it as the bible I plan and execute against: `**/project-context.md`"
24
24
 
25
25
  menu:
26
- - trigger: create-ux-design
27
- exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md"
28
- description: Generate a UX Design and UI Plan from a PRD (Recommended before creating Architecture)
26
+ - trigger: WS or fuzzy match on workflow-status
27
+ workflow: "{project-root}/_bmad/bmm/workflows/workflow-status/workflow.yaml"
28
+ description: "[WS] Get workflow status or initialize a workflow if not already done (optional)"
29
29
 
30
- # TODO: validate-design is not yet implemented
31
- # The validate-workflow: handler type is not recognized by the workflow engine
32
- # See: https://github.com/bmad-code-org/BMAD-METHOD/issues/1075
33
- # - trigger: validate-design
34
- # workflow: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/validate-workflow.yaml"
35
- # description: Validate UX Specification and Design Artifacts
30
+ - trigger: UX or fuzzy match on ux-design
31
+ exec: "{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md"
32
+ description: "[UX] Generate a UX Design and UI Plan from a PRD (Recommended before creating Architecture)"
36
33
 
37
- - trigger: create-excalidraw-wireframe
34
+ - trigger: XW or fuzzy match on wireframe
38
35
  workflow: "{project-root}/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml"
39
- description: Create website or app wireframe (Excalidraw)
40
-
41
- - trigger: party-mode
42
- exec: "{project-root}/_bmad/core/workflows/party-mode/workflow.md"
43
- description: Bring the whole team in to chat with other expert agents from the party
44
-
45
- - trigger: advanced-elicitation
46
- exec: "{project-root}/_bmad/core/tasks/advanced-elicitation.xml"
47
- description: Advanced elicitation techniques to challenge the LLM to get better results
48
- web-only: true
36
+ description: "[XW] Create website or app wireframe (Excalidraw)"
@@ -31,7 +31,7 @@ user_skill_level:
31
31
 
32
32
  planning_artifacts: # Phase 1-3 artifacts
33
33
  prompt: "Where should project planning artifacts be stored?\n - Such as: (Brain Storming, Briefs, PRDs, UX Designs, Architectures, Detailed Epics Plan)"
34
- default: "{output_folder}/project-planning-artifacts"
34
+ default: "{output_folder}/planning-artifacts"
35
35
  result: "{project-root}/{value}"
36
36
 
37
37
  implementation_artifacts: # Phase 4 artifacts and quick-dev flow output
@@ -45,12 +45,12 @@ project_knowledge: # Artifacts from research, document-project output, other lon
45
45
  result: "{project-root}/{value}"
46
46
 
47
47
  tea_use_mcp_enhancements:
48
- prompt: "WEB APP ONLY: Test Architect Playwright MCP capabilities (healing, exploratory, verification) are optionally available.\nYou will have to setup your MCPs yourself; refer to test-architecture.md for hints.\nWould you like to enable MCP enhancements in Test Architect?"
48
+ prompt: "Test Architect Playwright MCP capabilities (healing, exploratory, verification) are optionally available.\nYou will have to setup your MCPs yourself; refer to test-architecture.md for hints.\nWould you like to enable MCP enhancements in Test Architect?"
49
49
  default: false
50
50
  result: "{value}"
51
51
 
52
52
  tea_use_playwright_utils:
53
53
  prompt:
54
- - "WEB APP ONLY: Are you using playwright-utils (@seontechnologies/playwright-utils) in your project?\nYou must install packages yourself, or use test architect's *framework command."
54
+ - "Are you using playwright-utils (@seontechnologies/playwright-utils) in your project?\nYou must install packages yourself, or use test architect's *framework command."
55
55
  default: false
56
56
  result: "{value}"