bmad-method 6.0.0-alpha.4 → 6.0.0-alpha.6

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 (225) hide show
  1. package/.claude/agents/bmad-analysis/api-documenter.md +102 -0
  2. package/.claude/agents/bmad-analysis/codebase-analyzer.md +82 -0
  3. package/.claude/agents/bmad-analysis/data-analyst.md +101 -0
  4. package/.claude/agents/bmad-analysis/pattern-detector.md +84 -0
  5. package/.claude/agents/bmad-planning/dependency-mapper.md +83 -0
  6. package/.claude/agents/bmad-planning/epic-optimizer.md +81 -0
  7. package/.claude/agents/bmad-planning/requirements-analyst.md +61 -0
  8. package/.claude/agents/bmad-planning/technical-decisions-curator.md +168 -0
  9. package/.claude/agents/bmad-planning/trend-spotter.md +115 -0
  10. package/.claude/agents/bmad-planning/user-journey-mapper.md +123 -0
  11. package/.claude/agents/bmad-planning/user-researcher.md +72 -0
  12. package/.claude/agents/bmad-research/market-researcher.md +51 -0
  13. package/.claude/agents/bmad-research/tech-debt-auditor.md +106 -0
  14. package/.claude/agents/bmad-review/document-reviewer.md +102 -0
  15. package/.claude/agents/bmad-review/technical-evaluator.md +68 -0
  16. package/.claude/agents/bmad-review/test-coverage-analyzer.md +108 -0
  17. package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
  18. package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
  19. package/.claude/commands/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
  20. package/.claude/commands/bmad/bmm/workflows/README.md +3 -3
  21. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
  22. package/.claude/commands/bmad/bmm/workflows/prd.md +1 -1
  23. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +3 -3
  24. package/.claude/settings.local.json +3 -8
  25. package/CHANGELOG.md +305 -0
  26. package/CONTRIBUTING.md +1 -13
  27. package/README.md +88 -39
  28. package/bmad/_cfg/agent-manifest.csv +1 -6
  29. package/bmad/_cfg/files-manifest.csv +40 -114
  30. package/bmad/_cfg/ides/claude-code.yaml +4 -3
  31. package/bmad/_cfg/manifest.yaml +3 -4
  32. package/bmad/_cfg/task-manifest.csv +0 -1
  33. package/bmad/_cfg/workflow-manifest.csv +3 -7
  34. package/bmad/bmb/config.yaml +2 -2
  35. package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
  36. package/bmad/bmm/README.md +79 -120
  37. package/bmad/bmm/agents/architect.md +0 -1
  38. package/bmad/bmm/agents/sm.md +1 -1
  39. package/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
  40. package/bmad/bmm/config.yaml +4 -3
  41. package/bmad/bmm/tasks/daily-standup.xml +1 -1
  42. package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  43. package/bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  44. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  45. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  46. package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  47. package/bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  48. package/bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +1 -1
  49. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  50. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  51. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  52. package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  53. package/bmad/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  54. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  55. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  56. package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  57. package/bmad/bmm/workflows/techdoc/documentation-standards.md +26 -2
  58. package/bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
  59. package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
  60. package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  61. package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  62. package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
  63. package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  64. package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
  65. package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  66. package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  67. package/bmad/core/config.yaml +2 -2
  68. package/bmad/core/tasks/workflow.xml +1 -11
  69. package/package.json +1 -1
  70. package/src/core/tasks/workflow.xml +1 -11
  71. package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
  72. package/src/modules/bmm/README.md +1 -1
  73. package/src/modules/bmm/_module-installer/install-config.yaml +5 -0
  74. package/src/modules/bmm/agents/architect.agent.yaml +0 -4
  75. package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
  76. package/src/modules/bmm/agents/sm.agent.yaml +1 -1
  77. package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
  78. package/src/modules/bmm/docs/README.md +19 -18
  79. package/src/modules/bmm/docs/agents-guide.md +47 -99
  80. package/src/modules/bmm/docs/brownfield-guide.md +216 -96
  81. package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
  82. package/src/modules/bmm/docs/faq.md +16 -16
  83. package/src/modules/bmm/docs/glossary.md +44 -50
  84. package/src/modules/bmm/docs/party-mode.md +110 -1122
  85. package/src/modules/bmm/docs/quick-spec-flow.md +36 -36
  86. package/src/modules/bmm/docs/quick-start.md +34 -34
  87. package/src/modules/bmm/docs/scale-adaptive-system.md +304 -454
  88. package/{bmad/bmm/testarch/README.md → src/modules/bmm/docs/test-architecture.md} +56 -38
  89. package/src/modules/bmm/docs/troubleshooting.md +7 -7
  90. package/src/modules/bmm/docs/workflows-analysis.md +64 -28
  91. package/src/modules/bmm/docs/workflows-implementation.md +196 -1671
  92. package/src/modules/bmm/docs/workflows-planning.md +74 -35
  93. package/src/modules/bmm/docs/workflows-solutioning.md +47 -17
  94. package/src/modules/bmm/tasks/daily-standup.xml +1 -1
  95. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
  96. package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
  97. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
  98. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
  99. package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
  100. package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
  101. package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
  102. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
  103. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
  104. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
  105. package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
  106. package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
  107. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
  108. package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
  109. package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
  110. package/src/modules/bmm/workflows/techdoc/documentation-standards.md +25 -2
  111. package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
  112. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
  113. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
  114. package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
  115. package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
  116. package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
  117. package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
  118. package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
  119. package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
  120. package/tools/cli/installers/lib/core/config-collector.js +39 -11
  121. package/tools/cli/installers/lib/core/ide-config-manager.js +3 -1
  122. package/tools/cli/installers/lib/core/installer.js +20 -9
  123. package/tools/cli/installers/lib/core/manifest-generator.js +3 -1
  124. package/tools/cli/installers/lib/core/manifest.js +6 -2
  125. package/tools/cli/installers/lib/modules/manager.js +6 -0
  126. package/tools/cli/lib/config.js +3 -1
  127. package/tools/cli/lib/ui.js +5 -5
  128. package/tools/cli/lib/yaml-format.js +2 -1
  129. package/tools/schema/agent.js +2 -0
  130. package/.claude/commands/bmad/bmm/workflows/tech-spec-sm.md +0 -15
  131. package/bmad/_cfg/agents/cis-brainstorming-coach.customize.yaml +0 -42
  132. package/bmad/_cfg/agents/cis-creative-problem-solver.customize.yaml +0 -42
  133. package/bmad/_cfg/agents/cis-design-thinking-coach.customize.yaml +0 -42
  134. package/bmad/_cfg/agents/cis-innovation-strategist.customize.yaml +0 -42
  135. package/bmad/_cfg/agents/cis-storyteller.customize.yaml +0 -42
  136. package/bmad/bmb/agents/bmad-builder.md.bak +0 -70
  137. package/bmad/bmb/workflows/audit-workflow/workflow.yaml.bak +0 -23
  138. package/bmad/bmb/workflows/create-module/workflow.yaml.bak +0 -42
  139. package/bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml.bak +0 -39
  140. package/bmad/bmb/workflows/create-workflow/workflow.yaml.bak +0 -40
  141. package/bmad/bmb/workflows/edit-agent/workflow.yaml.bak +0 -33
  142. package/bmad/bmb/workflows/edit-module/workflow.yaml.bak +0 -34
  143. package/bmad/bmb/workflows/edit-workflow/workflow.yaml.bak +0 -27
  144. package/bmad/bmb/workflows/module-brief/workflow.yaml.bak +0 -29
  145. package/bmad/bmb/workflows/redoc/workflow.yaml.bak +0 -32
  146. package/bmad/bmm/docs/brownfield-guide.md +0 -1260
  147. package/bmad/bmm/docs/quick-spec-flow.md +0 -645
  148. package/bmad/bmm/docs/quick-start.md +0 -341
  149. package/bmad/bmm/docs/scale-adaptive-system.md +0 -1045
  150. package/bmad/bmm/tasks/retrospective.xml +0 -104
  151. package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
  152. package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
  153. package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
  154. package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
  155. package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
  156. package/bmad/bmm/workflows/3-solutioning/architecture/README.md +0 -318
  157. package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
  158. package/bmad/bmm/workflows/4-implementation/README.md +0 -221
  159. package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
  160. package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
  161. package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
  162. package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
  163. package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
  164. package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
  165. package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
  166. package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
  167. package/bmad/bmm/workflows/README.md +0 -256
  168. package/bmad/bmm/workflows/document-project/README.md +0 -444
  169. package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
  170. package/bmad/bmm/workflows/testarch/README.md +0 -26
  171. package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
  172. package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
  173. package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
  174. package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
  175. package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
  176. package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
  177. package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
  178. package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
  179. package/bmad/bmm/workflows/workflow-status/README.md +0 -260
  180. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  181. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  182. package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  183. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  184. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  185. package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  186. package/bmad/cis/README.md +0 -153
  187. package/bmad/cis/agents/README.md +0 -104
  188. package/bmad/cis/agents/brainstorming-coach.md +0 -62
  189. package/bmad/cis/agents/creative-problem-solver.md +0 -62
  190. package/bmad/cis/agents/design-thinking-coach.md +0 -62
  191. package/bmad/cis/agents/innovation-strategist.md +0 -62
  192. package/bmad/cis/agents/storyteller.md +0 -59
  193. package/bmad/cis/config.yaml +0 -10
  194. package/bmad/cis/teams/creative-squad.yaml +0 -6
  195. package/bmad/cis/workflows/README.md +0 -139
  196. package/bmad/cis/workflows/design-thinking/README.md +0 -56
  197. package/bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
  198. package/bmad/cis/workflows/design-thinking/instructions.md +0 -200
  199. package/bmad/cis/workflows/design-thinking/template.md +0 -111
  200. package/bmad/cis/workflows/design-thinking/workflow.yaml +0 -32
  201. package/bmad/cis/workflows/innovation-strategy/README.md +0 -56
  202. package/bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
  203. package/bmad/cis/workflows/innovation-strategy/instructions.md +0 -274
  204. package/bmad/cis/workflows/innovation-strategy/template.md +0 -189
  205. package/bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -32
  206. package/bmad/cis/workflows/problem-solving/README.md +0 -56
  207. package/bmad/cis/workflows/problem-solving/instructions.md +0 -250
  208. package/bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
  209. package/bmad/cis/workflows/problem-solving/template.md +0 -165
  210. package/bmad/cis/workflows/problem-solving/workflow.yaml +0 -32
  211. package/bmad/cis/workflows/storytelling/README.md +0 -58
  212. package/bmad/cis/workflows/storytelling/instructions.md +0 -291
  213. package/bmad/cis/workflows/storytelling/story-types.csv +0 -26
  214. package/bmad/cis/workflows/storytelling/template.md +0 -113
  215. package/bmad/cis/workflows/storytelling/workflow.yaml +0 -32
  216. package/bmad/core/agents/bmad-master.md.bak +0 -69
  217. package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
  218. package/src/modules/bmm/docs/workflows-testing.md +0 -1572
  219. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
  220. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
  221. package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
  222. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
  223. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
  224. package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
  225. /package/bmad/_cfg/agents/{bmm-paige.customize.yaml → bmm-tech-writer.customize.yaml} +0 -0
@@ -1,39 +0,0 @@
1
- # {TITLE} Workflow Template Configuration
2
- name: "{WORKFLOW_CODE}"
3
- description: "{WORKFLOW_DESCRIPTION}"
4
- author: "BMad"
5
-
6
- # Critical variables load from config_source
7
- # Add Additional Config Pulled Variables Here
8
- config_source: "{project-root}/{module-code}/config.yaml"
9
- output_folder: "{config_source}:output_folder"
10
- user_name: "{config_source}:user_name"
11
- communication_language: "{config_source}:communication_language"
12
- date: system-generated
13
-
14
- # Required Data Files - HALT if missing!
15
- # optional, can be omitted
16
- brain_techniques: "{installed_path}/{critical-data-file.csv}" # example, can be other formats or URLs
17
-
18
- # Optional docs that if loaded on start to kickstart this workflow or used at some point, these are meant to be suggested inputs for the user
19
- recommended_inputs: # optional, can be omitted
20
- - example_input: "{project-root}/{path/to/file.md}"
21
-
22
- # Module path and component files
23
- installed_path: "{project-root}/bmad/{module-code}/workflows/{workflow-code}"
24
- template: "{installed_path}/template.md" # optional, can be omitted
25
- instructions: "{installed_path}/instructions.md" # optional, can be omitted
26
- validation: "{installed_path}/checklist.md" # optional, can be omitted
27
-
28
- # Output configuration
29
- default_output_file: "{output_folder}/{file.md}" # optional, can be omitted
30
- validation_output_file: "{output_folder}/{file-validation-report.md}" # optional, can be omitted
31
-
32
- # Tool Requirements (MCP Required Tools or other tools needed to run this workflow)
33
- required_tools: #optional, can be omitted
34
- - "Tool Name": #example, can be omitted if none
35
- description: "Description of why this tool is needed"
36
- link: "https://link-to-tool.com"
37
- # Web Bundle Configuration (optional - for web-deployable workflows)
38
- # IMPORTANT: Web bundles are self-contained and cannot use config_source variables
39
- # All referenced files must be listed in web_bundle_files
@@ -1,40 +0,0 @@
1
- # Build Workflow - Workflow Builder Configuration
2
- name: create-workflow
3
- description: "Interactive workflow builder that guides creation of new BMAD workflows with proper structure and validation for optimal human-AI collaboration. Includes optional brainstorming phase for workflow ideas and design."
4
- author: "BMad Builder"
5
-
6
- # Critical variables
7
- config_source: "{project-root}/bmad/bmb/config.yaml"
8
- custom_workflow_location: "{config_source}:custom_workflow_location"
9
- user_name: "{config_source}:user_name"
10
- communication_language: "{config_source}:communication_language"
11
-
12
- # Template files for new workflows
13
- template_workflow_yaml: "{workflow_template_path}/workflow.yaml"
14
- template_instructions: "{workflow_template_path}/instructions.md"
15
- template_template: "{workflow_template_path}/template.md"
16
- template_checklist: "{workflow_template_path}/checklist.md"
17
-
18
- # Optional input docs
19
- recommended_inputs:
20
- - existing_workflows: "{project-root}/bmad/*/workflows/"
21
- - bmm_workflows: "{project-root}/bmad/bmm/workflows/"
22
-
23
- # Module path and component files
24
- installed_path: "{project-root}/bmad/bmb/workflows/create-workflow"
25
- template: false # This is an action workflow - no template needed
26
- instructions: "{installed_path}/instructions.md"
27
- validation: "{installed_path}/checklist.md"
28
-
29
- # Required data files - CRITICAL for workflow conventions
30
- workflow_creation_guide: "{installed_path}/workflow-creation-guide.md"
31
- workflow_template_path: "{installed_path}/workflow-template"
32
-
33
- # Output configuration - Creates the new workflow folder with all files
34
- # If workflow belongs to a module: Save to module's workflows folder
35
- # If standalone workflow: Save to custom_workflow_location/{{workflow_name}}
36
- module_output_folder: "{project-root}/bmad/{{target_module}}/workflows/{{workflow_name}}"
37
- standalone_output_folder: "{custom_workflow_location}/{{workflow_name}}"
38
-
39
- standalone: true
40
- # Web bundle configuration
@@ -1,33 +0,0 @@
1
- # Edit Agent - Agent Editor Configuration
2
- name: "edit-agent"
3
- description: "Edit existing BMAD agents while following all best practices and conventions"
4
- author: "BMad"
5
-
6
- # Critical variables load from config_source
7
- config_source: "{project-root}/bmad/bmb/config.yaml"
8
- communication_language: "{config_source}:communication_language"
9
- user_name: "{config_source}:user_name"
10
-
11
- # Required Data Files - Critical for understanding agent conventions
12
- agent_types: "{project-root}/bmad/bmb/workflows/create-agent/agent-types.md"
13
- agent_architecture: "{project-root}/bmad/bmb/workflows/create-agent/agent-architecture.md"
14
- agent_commands: "{project-root}/bmad/bmb/workflows/create-agent/agent-command-patterns.md"
15
- communication_styles: "{project-root}/bmad/bmb/workflows/create-agent/communication-styles.md"
16
-
17
- # Workflow execution engine reference
18
- workflow_execution_engine: "{project-root}/bmad/core/tasks/workflow.xml"
19
-
20
- # Optional docs that can be used to understand the target agent
21
- recommended_inputs:
22
- - target_agent: "Path to the agent.yaml or agent.md file to edit"
23
- - example_agents: "{project-root}/bmad/bmm/agents/"
24
- - agent_activation_rules: "{project-root}/src/utility/models/agent-activation-ide.xml"
25
-
26
- # Module path and component files
27
- installed_path: "{project-root}/bmad/bmb/workflows/edit-agent"
28
- template: false # This is an action workflow - no template needed
29
- instructions: "{installed_path}/instructions.md"
30
- validation: "{installed_path}/checklist.md"
31
-
32
- standalone: true
33
- # Web bundle configuration
@@ -1,34 +0,0 @@
1
- # Edit Module - Module Editor Configuration
2
- name: "edit-module"
3
- description: "Edit existing BMAD modules (structure, agents, workflows, documentation) while following all best practices"
4
- author: "BMad"
5
-
6
- # Critical variables load from config_source
7
- config_source: "{project-root}/bmad/bmb/config.yaml"
8
- communication_language: "{config_source}:communication_language"
9
- user_name: "{config_source}:user_name"
10
-
11
- # Required Data Files - Critical for understanding module conventions
12
- module_structure_guide: "{project-root}/bmad/bmb/workflows/create-module/module-structure.md"
13
-
14
- # Related workflow editors
15
- agent_editor: "{project-root}/bmad/bmb/workflows/edit-agent/workflow.yaml"
16
- workflow_editor: "{project-root}/bmad/bmb/workflows/edit-workflow/workflow.yaml"
17
-
18
- # Optional docs that can be used to understand the target module
19
- recommended_inputs:
20
- - target_module: "Path to the module directory to edit"
21
- - bmm_module: "{project-root}/bmad/bmm/"
22
- - bmb_module: "{project-root}/bmad/bmb/"
23
- - cis_module: "{project-root}/bmad/cis/"
24
- - existing_agents: "{project-root}/bmad/*/agents/"
25
- - existing_workflows: "{project-root}/bmad/*/workflows/"
26
-
27
- # Module path and component files
28
- installed_path: "{project-root}/bmad/bmb/workflows/edit-module"
29
- template: false # This is an action workflow - no template needed
30
- instructions: "{installed_path}/instructions.md"
31
- validation: "{installed_path}/checklist.md"
32
-
33
- standalone: true
34
- # Web bundle configuration
@@ -1,27 +0,0 @@
1
- # Edit Workflow - Workflow Editor Configuration
2
- name: "edit-workflow"
3
- description: "Edit existing BMAD workflows while following all best practices and conventions"
4
- author: "BMad"
5
-
6
- # Critical variables load from config_source
7
- config_source: "{project-root}/bmad/bmb/config.yaml"
8
- communication_language: "{config_source}:communication_language"
9
- user_name: "{config_source}:user_name"
10
-
11
- # Required Data Files - Critical for understanding workflow conventions
12
- workflow_creation_guide: "{project-root}/bmad/bmb/workflows/create-workflow/workflow-creation-guide.md"
13
- workflow_execution_engine: "{project-root}/bmad/core/tasks/workflow.xml"
14
-
15
- # Optional docs that can be used to understand the target workflow
16
- recommended_inputs:
17
- - target_workflow: "Path to the workflow.yaml file to edit"
18
- - workflow_examples: "{project-root}/bmad/bmm/workflows/"
19
-
20
- # Module path and component files
21
- installed_path: "{project-root}/bmad/bmb/workflows/edit-workflow"
22
- template: false # This is an action workflow - no template needed
23
- instructions: "{installed_path}/instructions.md"
24
- validation: "{installed_path}/checklist.md"
25
-
26
- standalone: true
27
- # Web bundle configuration
@@ -1,29 +0,0 @@
1
- # Module Brief Workflow Configuration
2
- name: module-brief
3
- description: "Create a comprehensive Module Brief that serves as the blueprint for building new BMAD modules using strategic analysis and creative vision"
4
- author: "BMad Builder"
5
-
6
- # Critical variables
7
- config_source: "{project-root}/bmad/bmb/config.yaml"
8
- output_folder: "{config_source}:output_folder"
9
- user_name: "{config_source}:user_name"
10
- communication_language: "{config_source}:communication_language"
11
- date: system-generated
12
-
13
- # Optional input docs that enhance module planning
14
- recommended_inputs:
15
- - brainstorming_results: "{output_folder}/brainstorming-*.md"
16
- - existing_modules: "{project-root}/bmad/"
17
- - module_examples: "{project-root}/bmad/bmb/workflows/create-module/module-structure.md"
18
-
19
- # Module path and component files
20
- installed_path: "{project-root}/bmad/bmb/workflows/module-brief"
21
- template: "{installed_path}/template.md"
22
- instructions: "{installed_path}/instructions.md"
23
- validation: "{installed_path}/checklist.md"
24
-
25
- # Output configuration
26
- default_output_file: "{output_folder}/module-brief-{{module_code}}-{{date}}.md"
27
-
28
- standalone: true
29
- # Web bundle configuration
@@ -1,32 +0,0 @@
1
- # ReDoc - Reverse-Tree Documentation Engine
2
- name: "redoc"
3
- description: "Autonomous documentation system that maintains module, workflow, and agent documentation using a reverse-tree approach (leaf folders first, then parents). Understands BMAD conventions and produces technical writer quality output."
4
- author: "BMad"
5
-
6
- # Critical variables
7
- config_source: "{project-root}/bmad/bmb/config.yaml"
8
- user_name: "{config_source}:user_name"
9
- communication_language: "{config_source}:communication_language"
10
-
11
- # Required knowledge base - BMAD conventions and patterns
12
- bmad_conventions:
13
- agent_architecture: "{project-root}/src/modules/bmb/workflows/create-agent/agent-architecture.md"
14
- agent_command_patterns: "{project-root}/src/modules/bmb/workflows/create-agent/agent-command-patterns.md"
15
- agent_types: "{project-root}/src/modules/bmb/workflows/create-agent/agent-types.md"
16
- module_structure: "{project-root}/src/modules/bmb/workflows/create-module/module-structure.md"
17
- workflow_guide: "{project-root}/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md"
18
-
19
- # Runtime inputs
20
- target_path: "" # User specifies: module path, workflow path, agent path, or folder path
21
-
22
- # Module path and component files
23
- installed_path: "{project-root}/src/modules/bmb/workflows/redoc"
24
- template: false # Action workflow - updates files in place
25
- instructions: "{installed_path}/instructions.md"
26
- validation: "{installed_path}/checklist.md"
27
-
28
- # Configuration
29
- autonomous: true # Runs without user checkpoints unless clarification needed
30
-
31
- standalone: true
32
- # Web bundle configuration