ma-agents 2.13.4 → 2.15.0

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 (317) hide show
  1. package/_bmad/_config/agent-manifest.csv +15 -0
  2. package/_bmad/_config/agents/antigravity.customize.yaml +10 -0
  3. package/_bmad/_config/agents/bmm-analyst.customize.yaml +41 -0
  4. package/_bmad/_config/agents/bmm-architect.customize.yaml +41 -0
  5. package/_bmad/_config/agents/bmm-cyber.customize.yaml +42 -0
  6. package/_bmad/_config/agents/bmm-dev.customize.yaml +41 -0
  7. package/_bmad/_config/agents/bmm-devops.customize.yaml +37 -0
  8. package/_bmad/_config/agents/bmm-mil498.customize.yaml +41 -0
  9. package/_bmad/_config/agents/bmm-pm.customize.yaml +41 -0
  10. package/_bmad/_config/agents/bmm-qa.customize.yaml +41 -0
  11. package/_bmad/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +41 -0
  12. package/_bmad/_config/agents/bmm-sm.customize.yaml +41 -0
  13. package/_bmad/_config/agents/bmm-sre.customize.yaml +37 -0
  14. package/_bmad/_config/agents/bmm-tech-writer.customize.yaml +41 -0
  15. package/_bmad/_config/agents/bmm-ux-designer.customize.yaml +41 -0
  16. package/_bmad/_config/agents/claude-code.customize.yaml +10 -0
  17. package/_bmad/_config/agents/cline.customize.yaml +9 -0
  18. package/_bmad/_config/agents/core-bmad-master.customize.yaml +41 -0
  19. package/_bmad/_config/agents/cursor.customize.yaml +9 -0
  20. package/_bmad/_config/agents/gemini.customize.yaml +9 -0
  21. package/_bmad/_config/agents/generic.customize.yaml +7 -0
  22. package/_bmad/_config/bmad-help.csv +40 -0
  23. package/_bmad/_config/files-manifest.csv +212 -0
  24. package/_bmad/_config/manifest.yaml +27 -0
  25. package/_bmad/_config/task-manifest.csv +8 -0
  26. package/_bmad/_config/tool-manifest.csv +1 -0
  27. package/_bmad/_config/workflow-manifest.csv +26 -0
  28. package/_bmad/_memory/config.yaml +11 -0
  29. package/_bmad/_memory/tech-writer-sidecar/documentation-standards.md +224 -0
  30. package/_bmad/bmm/agents/analyst.md +78 -0
  31. package/_bmad/bmm/agents/architect.md +58 -0
  32. package/_bmad/bmm/agents/cyber.md +56 -0
  33. package/_bmad/bmm/agents/dev.md +69 -0
  34. package/_bmad/bmm/agents/devops.md +54 -0
  35. package/_bmad/bmm/agents/mil498.md +65 -0
  36. package/_bmad/bmm/agents/pm.md +72 -0
  37. package/_bmad/bmm/agents/qa.md +92 -0
  38. package/_bmad/bmm/agents/quick-flow-solo-dev.md +69 -0
  39. package/_bmad/bmm/agents/sm.md +70 -0
  40. package/_bmad/bmm/agents/sre.md +54 -14
  41. package/_bmad/bmm/agents/tech-writer/tech-writer.md +70 -0
  42. package/_bmad/bmm/agents/ux-designer.md +57 -0
  43. package/_bmad/bmm/config.yaml +16 -0
  44. package/_bmad/bmm/data/project-context-template.md +26 -0
  45. package/_bmad/bmm/module-help.csv +31 -0
  46. package/_bmad/bmm/teams/default-party.csv +20 -0
  47. package/_bmad/bmm/teams/team-fullstack.yaml +12 -0
  48. package/_bmad/bmm/templates/mil498/OCD.md +169 -0
  49. package/_bmad/bmm/templates/mil498/README.md +4 -0
  50. package/_bmad/bmm/templates/mil498/SDP.md +307 -0
  51. package/_bmad/bmm/templates/mil498/SRS.md +219 -0
  52. package/_bmad/bmm/templates/mil498/SSDD.md +154 -0
  53. package/_bmad/bmm/templates/mil498/SSS.md +225 -0
  54. package/_bmad/bmm/templates/mil498/STD.md +188 -0
  55. package/_bmad/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +10 -0
  56. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +177 -0
  57. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +161 -0
  58. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +199 -0
  59. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +202 -0
  60. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +205 -0
  61. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +219 -0
  62. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +162 -0
  63. package/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +57 -0
  64. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +137 -0
  65. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +229 -0
  66. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +238 -0
  67. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +206 -0
  68. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +234 -0
  69. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +444 -0
  70. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
  71. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +237 -0
  72. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +249 -0
  73. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +259 -0
  74. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +177 -0
  75. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +476 -0
  76. package/_bmad/bmm/workflows/1-analysis/research/research.template.md +29 -0
  77. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +137 -0
  78. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +239 -0
  79. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +248 -0
  80. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +202 -0
  81. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +233 -0
  82. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +487 -0
  83. package/_bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md +54 -0
  84. package/_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md +54 -0
  85. package/_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md +54 -0
  86. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +15 -0
  87. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +197 -0
  88. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +11 -0
  89. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md +191 -0
  90. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +152 -0
  91. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +224 -0
  92. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02b-vision.md +154 -0
  93. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02c-executive-summary.md +170 -0
  94. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +226 -0
  95. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +213 -0
  96. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +207 -0
  97. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +226 -0
  98. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +237 -0
  99. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +228 -0
  100. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +231 -0
  101. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +242 -0
  102. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +217 -0
  103. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +124 -0
  104. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +247 -0
  105. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +208 -0
  106. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +249 -0
  107. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +253 -0
  108. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +168 -0
  109. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +226 -0
  110. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +191 -0
  111. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +209 -0
  112. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +174 -0
  113. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +214 -0
  114. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +228 -0
  115. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +217 -0
  116. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +205 -0
  117. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +243 -0
  118. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +263 -0
  119. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +209 -0
  120. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
  121. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +242 -0
  122. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +231 -0
  123. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md +10 -0
  124. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md +63 -0
  125. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md +65 -0
  126. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +63 -0
  127. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +135 -0
  128. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +127 -0
  129. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
  130. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
  131. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
  132. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
  133. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
  134. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
  135. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
  136. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
  137. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
  138. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
  139. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
  140. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
  141. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +171 -0
  142. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +13 -0
  143. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +42 -0
  144. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +184 -0
  145. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +172 -0
  146. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +173 -0
  147. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +133 -0
  148. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +245 -0
  149. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +129 -0
  150. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +4 -0
  151. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +54 -0
  152. package/_bmad/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +12 -0
  153. package/_bmad/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +13 -0
  154. package/_bmad/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +7 -0
  155. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +153 -0
  156. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +173 -0
  157. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
  158. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +329 -0
  159. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
  160. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
  161. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
  162. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
  163. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +76 -0
  164. package/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +49 -0
  165. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
  166. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +233 -0
  167. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +272 -0
  168. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +149 -0
  169. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
  170. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +58 -0
  171. package/_bmad/bmm/workflows/4-implementation/code-review/checklist.md +23 -0
  172. package/_bmad/bmm/workflows/4-implementation/code-review/instructions.xml +227 -0
  173. package/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +43 -0
  174. package/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +288 -0
  175. package/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +207 -0
  176. package/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +53 -0
  177. package/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +358 -0
  178. package/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +346 -0
  179. package/_bmad/bmm/workflows/4-implementation/create-story/template.md +49 -0
  180. package/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +52 -0
  181. package/_bmad/bmm/workflows/4-implementation/dev-story/checklist.md +80 -0
  182. package/_bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +410 -0
  183. package/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +20 -0
  184. package/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +1444 -0
  185. package/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +52 -0
  186. package/_bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +33 -0
  187. package/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +226 -0
  188. package/_bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
  189. package/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +47 -0
  190. package/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +230 -0
  191. package/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +25 -0
  192. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +174 -0
  193. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +118 -0
  194. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +111 -0
  195. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +111 -0
  196. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +104 -0
  197. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +146 -0
  198. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +50 -0
  199. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +189 -0
  200. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +143 -0
  201. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +126 -0
  202. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +200 -0
  203. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +74 -0
  204. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +79 -0
  205. package/_bmad/bmm/workflows/cyber/generate-certs.md +18 -0
  206. package/_bmad/bmm/workflows/cyber/immunity-estimation.md +20 -0
  207. package/_bmad/bmm/workflows/cyber/security-audit.md +18 -0
  208. package/_bmad/bmm/workflows/cyber/vault-secrets.md +19 -0
  209. package/_bmad/bmm/workflows/cyber/verify-docker-users.md +14 -0
  210. package/_bmad/bmm/workflows/cyber/verify-image-signature.md +13 -0
  211. package/_bmad/bmm/workflows/cyber/vulnerability-scan.md +19 -0
  212. package/_bmad/bmm/workflows/devops/configure-infrastructure.md +18 -0
  213. package/_bmad/bmm/workflows/devops/disconnected-deployment.md +18 -0
  214. package/_bmad/bmm/workflows/devops/docker-compose-setup.md +17 -0
  215. package/_bmad/bmm/workflows/devops/manage-helm.md +19 -0
  216. package/_bmad/bmm/workflows/devops/sign-docker-image.md +15 -0
  217. package/_bmad/bmm/workflows/document-project/checklist.md +245 -0
  218. package/_bmad/bmm/workflows/document-project/documentation-requirements.csv +12 -0
  219. package/_bmad/bmm/workflows/document-project/instructions.md +130 -0
  220. package/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md +345 -0
  221. package/_bmad/bmm/workflows/document-project/templates/index-template.md +169 -0
  222. package/_bmad/bmm/workflows/document-project/templates/project-overview-template.md +103 -0
  223. package/_bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -0
  224. package/_bmad/bmm/workflows/document-project/templates/source-tree-template.md +135 -0
  225. package/_bmad/bmm/workflows/document-project/workflow.yaml +22 -0
  226. package/_bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
  227. package/_bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -0
  228. package/_bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
  229. package/_bmad/bmm/workflows/document-project/workflows/full-scan.yaml +31 -0
  230. package/_bmad/bmm/workflows/generate-project-context/project-context-template.md +21 -0
  231. package/_bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +184 -0
  232. package/_bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +318 -0
  233. package/_bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +278 -0
  234. package/_bmad/bmm/workflows/generate-project-context/workflow.md +49 -0
  235. package/_bmad/bmm/workflows/mil498/bmad-mil-generate-ocd.md +17 -0
  236. package/_bmad/bmm/workflows/mil498/bmad-mil-generate-sdd.md +18 -0
  237. package/_bmad/bmm/workflows/mil498/bmad-mil-generate-sdp.md +17 -0
  238. package/_bmad/bmm/workflows/mil498/bmad-mil-generate-srs.md +19 -0
  239. package/_bmad/bmm/workflows/mil498/bmad-mil-generate-sss.md +16 -0
  240. package/_bmad/bmm/workflows/mil498/bmad-mil-generate-std.md +17 -0
  241. package/_bmad/bmm/workflows/qa-generate-e2e-tests/checklist.md +33 -0
  242. package/_bmad/bmm/workflows/qa-generate-e2e-tests/instructions.md +110 -0
  243. package/_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml +42 -0
  244. package/_bmad/bmm/workflows/sre/check-deployment-status.md +23 -0
  245. package/_bmad/bmm/workflows/sre/check-secrets.md +14 -0
  246. package/_bmad/bmm/workflows/sre/check-system-status.md +18 -0
  247. package/_bmad/bmm/workflows/sre/day-2-ops.md +16 -0
  248. package/_bmad/bmm/workflows/sre/deployment-strategies.md +18 -0
  249. package/_bmad/bmm/workflows/sre/fix-deployments.md +16 -0
  250. package/_bmad/bmm/workflows/sre/gitops-status.md +16 -0
  251. package/_bmad/core/agents/bmad-master.md +56 -0
  252. package/_bmad/core/config.yaml +9 -0
  253. package/_bmad/core/module-help.csv +10 -0
  254. package/_bmad/core/tasks/editorial-review-prose.xml +102 -0
  255. package/_bmad/core/tasks/editorial-review-structure.xml +208 -0
  256. package/_bmad/core/tasks/help.md +86 -0
  257. package/_bmad/core/tasks/index-docs.xml +65 -0
  258. package/_bmad/core/tasks/review-adversarial-general.xml +49 -0
  259. package/_bmad/core/tasks/review-edge-case-hunter.xml +63 -0
  260. package/_bmad/core/tasks/shard-doc.xml +108 -0
  261. package/_bmad/core/tasks/workflow.xml +235 -0
  262. package/_bmad/core/workflows/advanced-elicitation/methods.csv +51 -0
  263. package/_bmad/core/workflows/advanced-elicitation/workflow.xml +118 -0
  264. package/_bmad/core/workflows/brainstorming/brain-methods.csv +62 -0
  265. package/_bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +210 -0
  266. package/_bmad/core/workflows/brainstorming/steps/step-01b-continue.md +122 -0
  267. package/_bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +225 -0
  268. package/_bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +237 -0
  269. package/_bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +209 -0
  270. package/_bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +264 -0
  271. package/_bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +399 -0
  272. package/_bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +303 -0
  273. package/_bmad/core/workflows/brainstorming/template.md +15 -0
  274. package/_bmad/core/workflows/brainstorming/workflow.md +60 -0
  275. package/_bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
  276. package/_bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +187 -0
  277. package/_bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +168 -0
  278. package/_bmad/core/workflows/party-mode/workflow.md +194 -0
  279. package/_bmad/custom/agents/cyber.md +56 -0
  280. package/_bmad/custom/agents/devops.md +54 -0
  281. package/_bmad/custom/agents/mil498.md +65 -0
  282. package/_bmad/custom/agents/sre.md +54 -0
  283. package/_bmad/custom/config.yaml +11 -0
  284. package/_bmad/custom/workflows/cyber/generate-certs.md +18 -0
  285. package/_bmad/custom/workflows/cyber/immunity-estimation.md +20 -0
  286. package/_bmad/custom/workflows/cyber/security-audit.md +18 -0
  287. package/_bmad/custom/workflows/cyber/vault-secrets.md +19 -0
  288. package/_bmad/custom/workflows/cyber/verify-docker-users.md +14 -0
  289. package/_bmad/custom/workflows/cyber/verify-image-signature.md +13 -0
  290. package/_bmad/custom/workflows/cyber/vulnerability-scan.md +19 -0
  291. package/_bmad/custom/workflows/devops/configure-infrastructure.md +18 -0
  292. package/_bmad/custom/workflows/devops/disconnected-deployment.md +18 -0
  293. package/_bmad/custom/workflows/devops/docker-compose-setup.md +17 -0
  294. package/_bmad/custom/workflows/devops/manage-helm.md +19 -0
  295. package/_bmad/custom/workflows/devops/sign-docker-image.md +15 -0
  296. package/_bmad/custom/workflows/mil498/bmad-mil-generate-ocd.md +17 -0
  297. package/_bmad/custom/workflows/mil498/bmad-mil-generate-sdd.md +18 -0
  298. package/_bmad/custom/workflows/mil498/bmad-mil-generate-sdp.md +17 -0
  299. package/_bmad/custom/workflows/mil498/bmad-mil-generate-srs.md +19 -0
  300. package/_bmad/custom/workflows/mil498/bmad-mil-generate-sss.md +16 -0
  301. package/_bmad/custom/workflows/mil498/bmad-mil-generate-std.md +17 -0
  302. package/_bmad/custom/workflows/sre/check-deployment-status.md +23 -0
  303. package/_bmad/custom/workflows/sre/check-secrets.md +14 -0
  304. package/_bmad/custom/workflows/sre/check-system-status.md +18 -0
  305. package/_bmad/custom/workflows/sre/day-2-ops.md +16 -0
  306. package/_bmad/custom/workflows/sre/deployment-strategies.md +18 -0
  307. package/_bmad/custom/workflows/sre/fix-deployments.md +16 -0
  308. package/_bmad/custom/workflows/sre/gitops-status.md +16 -0
  309. package/_bmad/skills/config.yaml +11 -0
  310. package/bin/cli.js +2 -1
  311. package/lib/bmad-customizations/bmm-cyber.customize.yaml +19 -13
  312. package/lib/bmad-customizations/bmm-devops.customize.yaml +16 -11
  313. package/lib/bmad-customizations/bmm-mil498.customize.yaml +19 -13
  314. package/lib/bmad-customizations/bmm-sre.customize.yaml +13 -9
  315. package/lib/bmad.js +4 -3
  316. package/lib/installer.js +26 -2
  317. package/package.json +1 -1
@@ -0,0 +1,278 @@
1
+ # Step 3: Context Completion & Finalization
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - 🛑 NEVER generate content without user input
6
+ - ✅ ALWAYS treat this as collaborative completion between technical peers
7
+ - 📋 YOU ARE A FACILITATOR, not a content generator
8
+ - 💬 FOCUS on finalizing a lean, LLM-optimized project context
9
+ - 🎯 ENSURE all critical rules are captured and actionable
10
+ - ⚠️ ABSOLUTELY NO TIME ESTIMATES - AI development speed has fundamentally changed
11
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
12
+
13
+ ## EXECUTION PROTOCOLS:
14
+
15
+ - 🎯 Show your analysis before taking any action
16
+ - 📝 Review and optimize content for LLM context efficiency
17
+ - 📖 Update frontmatter with completion status
18
+ - 🚫 NO MORE STEPS - this is the final step
19
+
20
+ ## CONTEXT BOUNDARIES:
21
+
22
+ - All rule categories from step-2 are complete
23
+ - Technology stack and versions are documented
24
+ - Focus on final review, optimization, and completion
25
+ - Ensure the context file is ready for AI agent consumption
26
+
27
+ ## YOUR TASK:
28
+
29
+ Complete the project context file, optimize it for LLM efficiency, and provide guidance for usage and maintenance.
30
+
31
+ ## COMPLETION SEQUENCE:
32
+
33
+ ### 1. Review Complete Context File
34
+
35
+ Read the entire project context file and analyze:
36
+
37
+ **Content Analysis:**
38
+
39
+ - Total length and readability for LLMs
40
+ - Clarity and specificity of rules
41
+ - Coverage of all critical areas
42
+ - Actionability of each rule
43
+
44
+ **Structure Analysis:**
45
+
46
+ - Logical organization of sections
47
+ - Consistency of formatting
48
+ - Absence of redundant or obvious information
49
+ - Optimization for quick scanning
50
+
51
+ ### 2. Optimize for LLM Context
52
+
53
+ Ensure the file is lean and efficient:
54
+
55
+ **Content Optimization:**
56
+
57
+ - Remove any redundant rules or obvious information
58
+ - Combine related rules into concise bullet points
59
+ - Use specific, actionable language
60
+ - Ensure each rule provides unique value
61
+
62
+ **Formatting Optimization:**
63
+
64
+ - Use consistent markdown formatting
65
+ - Implement clear section hierarchy
66
+ - Ensure scannability with strategic use of bolding
67
+ - Maintain readability while maximizing information density
68
+
69
+ ### 3. Final Content Structure
70
+
71
+ Ensure the final structure follows this optimized format:
72
+
73
+ ```markdown
74
+ # Project Context for AI Agents
75
+
76
+ _This file contains critical rules and patterns that AI agents must follow when implementing code in this project. Focus on unobvious details that agents might otherwise miss._
77
+
78
+ ---
79
+
80
+ ## Technology Stack & Versions
81
+
82
+ {{concise_technology_list}}
83
+
84
+ ## Critical Implementation Rules
85
+
86
+ ### Language-Specific Rules
87
+
88
+ {{specific_language_rules}}
89
+
90
+ ### Framework-Specific Rules
91
+
92
+ {{framework_patterns}}
93
+
94
+ ### Testing Rules
95
+
96
+ {{testing_requirements}}
97
+
98
+ ### Code Quality & Style Rules
99
+
100
+ {{style_and_quality_patterns}}
101
+
102
+ ### Development Workflow Rules
103
+
104
+ {{workflow_patterns}}
105
+
106
+ ### Critical Don't-Miss Rules
107
+
108
+ {{anti_patterns_and_edge_cases}}
109
+
110
+ ---
111
+
112
+ ## Usage Guidelines
113
+
114
+ **For AI Agents:**
115
+
116
+ - Read this file before implementing any code
117
+ - Follow ALL rules exactly as documented
118
+ - When in doubt, prefer the more restrictive option
119
+ - Update this file if new patterns emerge
120
+
121
+ **For Humans:**
122
+
123
+ - Keep this file lean and focused on agent needs
124
+ - Update when technology stack changes
125
+ - Review quarterly for outdated rules
126
+ - Remove rules that become obvious over time
127
+
128
+ Last Updated: {{date}}
129
+ ```
130
+
131
+ ### 4. Present Completion Summary
132
+
133
+ Based on user skill level, present the completion:
134
+
135
+ **Expert Mode:**
136
+ "Project context complete. Optimized for LLM consumption with {{rule_count}} critical rules across {{section_count}} sections.
137
+
138
+ File saved to: `{output_folder}/project-context.md`
139
+
140
+ Ready for AI agent integration."
141
+
142
+ **Intermediate Mode:**
143
+ "Your project context is complete and optimized for AI agents!
144
+
145
+ **What we created:**
146
+
147
+ - {{rule_count}} critical implementation rules
148
+ - Technology stack with exact versions
149
+ - Framework-specific patterns and conventions
150
+ - Testing and quality guidelines
151
+ - Workflow and anti-pattern rules
152
+
153
+ **Key benefits:**
154
+
155
+ - AI agents will implement consistently with your standards
156
+ - Reduced context switching and implementation errors
157
+ - Clear guidance for unobvious project requirements
158
+
159
+ **Next steps:**
160
+
161
+ - AI agents should read this file before implementing
162
+ - Update as your project evolves
163
+ - Review periodically for optimization"
164
+
165
+ **Beginner Mode:**
166
+ "Excellent! Your project context guide is ready! 🎉
167
+
168
+ **What this does:**
169
+ Think of this as a 'rules of the road' guide for AI agents working on your project. It ensures they all follow the same patterns and avoid common mistakes.
170
+
171
+ **What's included:**
172
+
173
+ - Exact technology versions to use
174
+ - Critical coding rules they might miss
175
+ - Testing and quality standards
176
+ - Workflow patterns to follow
177
+
178
+ **How AI agents use it:**
179
+ They read this file before writing any code, ensuring everything they create follows your project's standards perfectly.
180
+
181
+ Your project context is saved and ready to help agents implement consistently!"
182
+
183
+ ### 5. Final File Updates
184
+
185
+ Update the project context file with completion information:
186
+
187
+ **Frontmatter Update:**
188
+
189
+ ```yaml
190
+ ---
191
+ project_name: '{{project_name}}'
192
+ user_name: '{{user_name}}'
193
+ date: '{{date}}'
194
+ sections_completed:
195
+ ['technology_stack', 'language_rules', 'framework_rules', 'testing_rules', 'quality_rules', 'workflow_rules', 'anti_patterns']
196
+ status: 'complete'
197
+ rule_count: { { total_rules } }
198
+ optimized_for_llm: true
199
+ ---
200
+ ```
201
+
202
+ **Add Usage Section:**
203
+ Append the usage guidelines from step 3 to complete the document.
204
+
205
+ ### 6. Completion Validation
206
+
207
+ Final checks before completion:
208
+
209
+ **Content Validation:**
210
+ ✅ All critical technology versions documented
211
+ ✅ Language-specific rules are specific and actionable
212
+ ✅ Framework rules cover project conventions
213
+ ✅ Testing rules ensure consistency
214
+ ✅ Code quality rules maintain standards
215
+ ✅ Workflow rules prevent conflicts
216
+ ✅ Anti-pattern rules prevent common mistakes
217
+
218
+ **Format Validation:**
219
+ ✅ Content is lean and optimized for LLMs
220
+ ✅ Structure is logical and scannable
221
+ ✅ No redundant or obvious information
222
+ ✅ Consistent formatting throughout
223
+
224
+ ### 7. Completion Message
225
+
226
+ Present final completion to user:
227
+
228
+ "✅ **Project Context Generation Complete!**
229
+
230
+ Your optimized project context file is ready at:
231
+ `{output_folder}/project-context.md`
232
+
233
+ **📊 Context Summary:**
234
+
235
+ - {{rule_count}} critical rules for AI agents
236
+ - {{section_count}} comprehensive sections
237
+ - Optimized for LLM context efficiency
238
+ - Ready for immediate agent integration
239
+
240
+ **🎯 Key Benefits:**
241
+
242
+ - Consistent implementation across all AI agents
243
+ - Reduced common mistakes and edge cases
244
+ - Clear guidance for project-specific patterns
245
+ - Minimal LLM context usage
246
+
247
+ **📋 Next Steps:**
248
+
249
+ 1. AI agents will automatically read this file when implementing
250
+ 2. Update this file when your technology stack or patterns evolve
251
+ 3. Review quarterly to optimize and remove outdated rules
252
+
253
+ Your project context will help ensure high-quality, consistent implementation across all development work. Great work capturing your project's critical implementation requirements!"
254
+
255
+ ## SUCCESS METRICS:
256
+
257
+ ✅ Complete project context file with all critical rules
258
+ ✅ Content optimized for LLM context efficiency
259
+ ✅ All technology versions and patterns documented
260
+ ✅ File structure is logical and scannable
261
+ ✅ Usage guidelines included for agents and humans
262
+ ✅ Frontmatter properly updated with completion status
263
+ ✅ User provided with clear next steps and benefits
264
+
265
+ ## FAILURE MODES:
266
+
267
+ ❌ Final content is too verbose for LLM consumption
268
+ ❌ Missing critical implementation rules or patterns
269
+ ❌ Not optimizing content for agent readability
270
+ ❌ Not providing clear usage guidelines
271
+ ❌ Frontmatter not properly updated
272
+ ❌ Not validating file completion before ending
273
+
274
+ ## WORKFLOW COMPLETE:
275
+
276
+ This is the final step of the Generate Project Context workflow. The user now has a comprehensive, optimized project context file that will ensure consistent, high-quality implementation across all AI agents working on the project.
277
+
278
+ The project context file serves as the critical "rules of the road" that agents need to implement code consistently with the project's standards and patterns.
@@ -0,0 +1,49 @@
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
+ # Generate Project Context Workflow
7
+
8
+ **Goal:** Create a concise, optimized `project-context.md` file containing critical rules, patterns, and guidelines that AI agents must follow when implementing code. This file focuses on unobvious details that LLMs need to be reminded of.
9
+
10
+ **Your Role:** You are a technical facilitator working with a peer to capture the essential implementation rules that will ensure consistent, high-quality code generation across all AI agents working on the project.
11
+
12
+ ---
13
+
14
+ ## WORKFLOW ARCHITECTURE
15
+
16
+ This uses **micro-file architecture** for disciplined execution:
17
+
18
+ - Each step is a self-contained file with embedded rules
19
+ - Sequential progression with user control at each step
20
+ - Document state tracked in frontmatter
21
+ - Focus on lean, LLM-optimized content generation
22
+ - You NEVER proceed to a step file if the current step file indicates the user must approve and indicate continuation.
23
+
24
+ ---
25
+
26
+ ## INITIALIZATION
27
+
28
+ ### Configuration Loading
29
+
30
+ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
31
+
32
+ - `project_name`, `output_folder`, `user_name`
33
+ - `communication_language`, `document_output_language`, `user_skill_level`
34
+ - `date` as system-generated current datetime
35
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
36
+
37
+ ### Paths
38
+
39
+ - `installed_path` = `{project-root}/_bmad/bmm/workflows/generate-project-context`
40
+ - `template_path` = `{installed_path}/project-context-template.md`
41
+ - `output_file` = `{output_folder}/project-context.md`
42
+
43
+ ---
44
+
45
+ ## EXECUTION
46
+
47
+ Load and execute `{project-root}/_bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md` to begin the workflow.
48
+
49
+ **Note:** Input document discovery and initialization protocols are handled in step-01-discover.md.
@@ -0,0 +1,17 @@
1
+ # bmad-mil-generate-ocd.md
2
+ # Generate Operational Concept Description (OCD)
3
+
4
+ This workflow generates a MIL-STD-498 OCD document to describe the system from a user's perspective.
5
+
6
+ ## Instructions
7
+ 1. **Load Template**: Read the OCD template from `{project-root}/_bmad/bmm/templates/mil498/OCD.md`.
8
+ 2. **Gather Context**:
9
+ - Load the **PRD** for user needs and business goals.
10
+ - Load the **Architecture** for system context.
11
+ - Load **UX Designs** for user workflows and interactions.
12
+ 3. **Map Concept**:
13
+ - **Section 3 (Current system or situation)**: Describe the problem being solved (from PRD).
14
+ - **Section 4 (Nature of proposed changes)**: Overview of the solution.
15
+ - **Section 5 (Operational concept)**: Describe user roles, operational scenarios, and key workflows (from UX/Stories).
16
+ 4. **Clarity**: Ensure the document is written in a way that is easily understood by system users and stakeholders.
17
+ 5. **Output**: Save the generated document to the `{output_folder}/planning-artifacts/` as `OCD.md`.
@@ -0,0 +1,18 @@
1
+ # bmad-mil-generate-sdd.md
2
+ # Generate Software Design Description (SDD)
3
+
4
+ This workflow generates a MIL-STD-498 SDD document (using the SSDD template) based on the system design and implementation details.
5
+
6
+ ## Instructions
7
+ 1. **Load Template**: Read the SSDD template from `{project-root}/_bmad/bmm/templates/mil498/SSDD.md`.
8
+ 2. **Gather Context**:
9
+ - Load the **Architecture** document for high-level design and component structure.
10
+ - Load **UX Designs** for detailed user interface design.
11
+ - Load **Epics and Stories** to understand detailed behavior and logic.
12
+ - Load the **PRD** for design constraints.
13
+ 3. **Map Design**:
14
+ - **Section 3 (CSCI-wide design decisions)**: Describe the architectural patterns and technology stack.
15
+ - **Section 4 (CSCI architectural design)**: Define components, their interfaces, and data flow.
16
+ - **Section 5 (CSCI detailed design)**: Map Stories to detailed logic and internal data structures.
17
+ 4. **Consistency**: Ensure the design matches the requirements specified in the SRS.
18
+ 5. **Output**: Save the generated document to the `{output_folder}/planning-artifacts/` as `SDD.md`.
@@ -0,0 +1,17 @@
1
+ # bmad-mil-generate-sdp.md
2
+ # Generate Software Development Plan (SDP)
3
+
4
+ This workflow generates a MIL-STD-498 SDP document to outline the development approach and project management artifacts.
5
+
6
+ ## Instructions
7
+ 1. **Load Template**: Read the SDP template from `{project-root}/_bmad/bmm/templates/mil498/SDP.md`.
8
+ 2. **Gather Context**:
9
+ - Load the **Product Brief** for project vision and objectives.
10
+ - Load the **PRD** for scope and constraints.
11
+ - Identify any **Planning Documents** or schedules.
12
+ 3. **Map Plan**:
13
+ - **Section 3 (Project organization and resources)**: Define roles and resources based on the Product Brief.
14
+ - **Section 4 (Software development process)**: Describe the BMAD-METHOD lifecycle used.
15
+ - **Section 5 (Software development activities)**: Detail the tasks, schedules, and milestones.
16
+ 4. **Consistency**: Ensure the plan reflects the actual development methodology being followed.
17
+ 5. **Output**: Save the generated document to the `{output_folder}/planning-artifacts/` as `SDP.md`.
@@ -0,0 +1,19 @@
1
+ # bmad-mil-generate-srs.md
2
+ # Generate Software Requirements Specification (SRS)
3
+
4
+ This workflow generates a MIL-STD-498 SRS document by extracting requirements from BMAD-METHOD records.
5
+
6
+ ## Instructions
7
+ 1. **Load Template**: Read the SRS template from `{project-root}/_bmad/bmm/templates/mil498/SRS.md`.
8
+ 2. **Gather Context**:
9
+ - Load the **PRD** to identify functional and non-functional requirements.
10
+ - Load the **Architecture** document to understand system boundaries and external interfaces.
11
+ - Load **UX Designs** to define user interface requirements.
12
+ - Load **Epics** to group related requirements into capabilities (Section 3.2).
13
+ 3. **Map Requirements**:
14
+ - **Section 3.1 (States and Modes)**: Identify any operational modes from the PRD/Architecture.
15
+ - **Section 3.2 (CSCI Capability Requirements)**: Map Epics and leur related requirements to this section.
16
+ - **Section 3.3 (External Interface Requirements)**: Map Architecture interface definitions here.
17
+ - **Section 3.10 (Computer Resource Requirements)**: Extract hardware/software constraints from the Architecture document.
18
+ 4. **Traceability**: Ensure each requirement has a unique CID and is traced to the original PRD entry.
19
+ 5. **Output**: Save the generated document to the `{output_folder}/planning-artifacts/` as `SRS.md`.
@@ -0,0 +1,16 @@
1
+ # bmad-mil-generate-sss.md
2
+ # Generate System/Subsystem Specification (SSS)
3
+
4
+ This workflow generates a MIL-STD-498 SSS document for high-level system requirements.
5
+
6
+ ## Instructions
7
+ 1. **Load Template**: Read the SSS template from `{project-root}/_bmad/bmm/templates/mil498/SSS.md`.
8
+ 2. **Gather Context**:
9
+ - Load the **Product Brief** for high-level system identification and goals.
10
+ - Load the **PRD** for primary system requirements.
11
+ 3. **Map Requirements**:
12
+ - **Section 3.2 (System capability requirements)**: Map high-level PRD features to system capabilities.
13
+ - **Section 3.3 (System external interface requirements)**: Map top-level interfaces.
14
+ - **Section 3.4 (System internal interface requirements)**: Map interfaces between major subsystems.
15
+ 4. **High-Level Focus**: Keep requirements at the system/subsystem level, avoiding low-level software details.
16
+ 5. **Output**: Save the generated document to the `{output_folder}/planning-artifacts/` as `SSS.md`.
@@ -0,0 +1,17 @@
1
+ # bmad-mil-generate-std.md
2
+ # Generate Software Test Description (STD)
3
+
4
+ This workflow generates a MIL-STD-498 STD document to define the test cases and procedures for software qualification.
5
+
6
+ ## Instructions
7
+ 1. **Load Template**: Read the STD template from `{project-root}/_bmad/bmm/templates/mil498/STD.md`.
8
+ 2. **Gather Context**:
9
+ - Load the **Architecture** for test environment details.
10
+ - Load **Epics and Stories** to identify test objectives and acceptance criteria.
11
+ - Load the **SRS** to link test cases to requirements (Traceability).
12
+ 3. **Map Tests**:
13
+ - **Section 3 (Test preparations)**: Describe hardware/software needed for testing (from Architecture).
14
+ - **Section 4 (Test descriptions)**: Map Story acceptance criteria to specific test cases and procedures.
15
+ - **Section 5 (Requirements traceability)**: Link each test case to one or more SRS requirements.
16
+ 4. **Verification**: Ensure all requirements in the SRS have at least one test case.
17
+ 5. **Output**: Save the generated document to the `{output_folder}/planning-artifacts/` as `STD.md`.
@@ -0,0 +1,33 @@
1
+ # Quinn Automate - Validation Checklist
2
+
3
+ ## Test Generation
4
+
5
+ - [ ] API tests generated (if applicable)
6
+ - [ ] E2E tests generated (if UI exists)
7
+ - [ ] Tests use standard test framework APIs
8
+ - [ ] Tests cover happy path
9
+ - [ ] Tests cover 1-2 critical error cases
10
+
11
+ ## Test Quality
12
+
13
+ - [ ] All generated tests run successfully
14
+ - [ ] Tests use proper locators (semantic, accessible)
15
+ - [ ] Tests have clear descriptions
16
+ - [ ] No hardcoded waits or sleeps
17
+ - [ ] Tests are independent (no order dependency)
18
+
19
+ ## Output
20
+
21
+ - [ ] Test summary created
22
+ - [ ] Tests saved to appropriate directories
23
+ - [ ] Summary includes coverage metrics
24
+
25
+ ## Validation
26
+
27
+ Run the tests using your project's test command.
28
+
29
+ **Expected**: All tests pass ✅
30
+
31
+ ---
32
+
33
+ **Need more comprehensive testing?** Install [Test Architect (TEA)](https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/) for advanced workflows.
@@ -0,0 +1,110 @@
1
+ # Quinn QA - Automate
2
+
3
+ **Goal**: Generate automated API and E2E tests for implemented code.
4
+
5
+ **Scope**: This workflow generates tests ONLY. It does **not** perform code review or story validation (use Code Review `CR` for that).
6
+
7
+ ## Instructions
8
+
9
+ ### Step 0: Detect Test Framework
10
+
11
+ Check project for existing test framework:
12
+
13
+ - Look for `package.json` dependencies (playwright, jest, vitest, cypress, etc.)
14
+ - Check for existing test files to understand patterns
15
+ - Use whatever test framework the project already has
16
+ - If no framework exists:
17
+ - Analyze source code to determine project type (React, Vue, Node API, etc.)
18
+ - Search online for current recommended test framework for that stack
19
+ - Suggest the meta framework and use it (or ask user to confirm)
20
+
21
+ ### Step 1: Identify Features
22
+
23
+ Ask user what to test:
24
+
25
+ - Specific feature/component name
26
+ - Directory to scan (e.g., `src/components/`)
27
+ - Or auto-discover features in the codebase
28
+
29
+ ### Step 2: Generate API Tests (if applicable)
30
+
31
+ For API endpoints/services, generate tests that:
32
+
33
+ - Test status codes (200, 400, 404, 500)
34
+ - Validate response structure
35
+ - Cover happy path + 1-2 error cases
36
+ - Use project's existing test framework patterns
37
+
38
+ ### Step 3: Generate E2E Tests (if UI exists)
39
+
40
+ For UI features, generate tests that:
41
+
42
+ - Test user workflows end-to-end
43
+ - Use semantic locators (roles, labels, text)
44
+ - Focus on user interactions (clicks, form fills, navigation)
45
+ - Assert visible outcomes
46
+ - Keep tests linear and simple
47
+ - Follow project's existing test patterns
48
+
49
+ ### Step 4: Run Tests
50
+
51
+ Execute tests to verify they pass (use project's test command).
52
+
53
+ If failures occur, fix them immediately.
54
+
55
+ ### Step 5: Create Summary
56
+
57
+ Output markdown summary:
58
+
59
+ ```markdown
60
+ # Test Automation Summary
61
+
62
+ ## Generated Tests
63
+
64
+ ### API Tests
65
+ - [x] tests/api/endpoint.spec.ts - Endpoint validation
66
+
67
+ ### E2E Tests
68
+ - [x] tests/e2e/feature.spec.ts - User workflow
69
+
70
+ ## Coverage
71
+ - API endpoints: 5/10 covered
72
+ - UI features: 3/8 covered
73
+
74
+ ## Next Steps
75
+ - Run tests in CI
76
+ - Add more edge cases as needed
77
+ ```
78
+
79
+ ## Keep It Simple
80
+
81
+ **Do:**
82
+
83
+ - Use standard test framework APIs
84
+ - Focus on happy path + critical errors
85
+ - Write readable, maintainable tests
86
+ - Run tests to verify they pass
87
+
88
+ **Avoid:**
89
+
90
+ - Complex fixture composition
91
+ - Over-engineering
92
+ - Unnecessary abstractions
93
+
94
+ **For Advanced Features:**
95
+
96
+ If the project needs:
97
+
98
+ - Risk-based test strategy
99
+ - Test design planning
100
+ - Quality gates and NFR assessment
101
+ - Comprehensive coverage analysis
102
+ - Advanced testing patterns and utilities
103
+
104
+ → **Install Test Architect (TEA) module**: <https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/>
105
+
106
+ ## Output
107
+
108
+ Save summary to: `{implementation_artifacts}/tests/test-summary.md`
109
+
110
+ **Done!** Tests generated and verified.
@@ -0,0 +1,42 @@
1
+ name: qa-generate-e2e-tests
2
+ description: 'Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]"'
3
+
4
+ # Critical variables from config
5
+ config_source: "{project-root}/_bmad/bmm/config.yaml"
6
+ implementation_artifacts: "{config_source}:implementation_artifacts"
7
+ user_name: "{config_source}:user_name"
8
+ communication_language: "{config_source}:communication_language"
9
+ document_output_language: "{config_source}:document_output_language"
10
+ date: system-generated
11
+
12
+ # Workflow components
13
+ installed_path: "{project-root}/_bmad/bmm/workflows/qa-generate-e2e-tests"
14
+ instructions: "{installed_path}/instructions.md"
15
+ validation: "{installed_path}/checklist.md"
16
+ template: false
17
+
18
+ # Variables and inputs
19
+ test_dir: "{project-root}/tests" # Root test directory
20
+ source_dir: "{project-root}" # Source code directory
21
+
22
+ # Output configuration
23
+ default_output_file: "{implementation_artifacts}/tests/test-summary.md"
24
+
25
+ # Required tools
26
+ required_tools:
27
+ - read_file # Read source code and existing tests
28
+ - write_file # Create test files
29
+ - create_directory # Create test directories
30
+ - list_files # Discover features
31
+ - search_repo # Find patterns
32
+ - glob # Find files
33
+
34
+ tags:
35
+ - qa
36
+ - automation
37
+ - testing
38
+
39
+ execution_hints:
40
+ interactive: false
41
+ autonomous: true
42
+ iterative: false
@@ -0,0 +1,23 @@
1
+ # workflow-check-deployment-status.md
2
+ # Deployment Status Check Workflow
3
+
4
+ This workflow guides the agent through checking the status of a specific deployment in a Kubernetes cluster.
5
+
6
+ ## Parameters
7
+ - `{namespace}`: The namespace of the deployment (default: `default`)
8
+ - `{deployment_name}`: The name of the deployment to check
9
+
10
+ ## Instructions
11
+ 1. **Identify Resource**: Determine the `{deployment_name}` and `{namespace}` from user input or context.
12
+ 2. **Run Diagnostics**:
13
+ - `kubectl get deployment {deployment_name} -n {namespace}`
14
+ - `kubectl describe deployment {deployment_name} -n {namespace}`
15
+ 3. **Check Pods**:
16
+ - `kubectl get pods -l app={deployment_name} -n {namespace}`
17
+ - Identify any pods that are NOT in `Running` state.
18
+ 4. **Analyze Events**:
19
+ - Look at the `Events` section of the `describe` output for error messages (e.g., `ImagePullBackOff`, `CrashLoopBackOff`).
20
+ 5. **Report**:
21
+ - Summarize the current status.
22
+ - Highlight any issues found.
23
+ - Suggest next steps (e.g., "Check logs", "Check resource limits").
@@ -0,0 +1,14 @@
1
+ # workflow-check-secrets.md
2
+ # Secret Debugging Workflow
3
+
4
+ This workflow helps identify and resolve problems related to Kubernetes Secrets.
5
+
6
+ ## Instructions
7
+ 1. **Check Visibility**: `kubectl get secret -n {namespace}`
8
+ 2. **Verify Mounting**:
9
+ - Check if the deployment actually mounts the secret.
10
+ - `kubectl get deployment {deployment_name} -o yaml | grep secret`
11
+ 3. **Check Permissions**: Verify ServiceAccount has permissions to read the secret (RBAC).
12
+ 4. **Content Verification**: (Safety first!) Offer to check if keys exist WITHOUT displaying sensitive values unless explicitly requested.
13
+ - `kubectl get secret {name} -n {namespace} -o jsonpath='{.data}'`
14
+ 5. **Common Errors**: Look for "Secret not found" or "Authorization" errors in pod events.
@@ -0,0 +1,18 @@
1
+ # workflow-check-system-status.md
2
+ # Overall System Status Workflow
3
+
4
+ This workflow provides a high-level overview of the health of the container runtime and orchestration environment.
5
+
6
+ ## Instructions
7
+ 1. **Detect Runtime**: Check if reachable:
8
+ - `kubectl cluster-info` (Kubernetes)
9
+ - `docker info` (Docker)
10
+ - `podman info` (Podman)
11
+ 2. **Resource Overview**:
12
+ - **K8s**: `kubectl get nodes`, `kubectl get pods -A | grep -v Running`
13
+ - **Docker**: `docker ps`, `docker stats --no-stream`
14
+ - **Podman**: `podman ps`, `podman stats --no-stream`
15
+ 3. **Cross-Platform Diagnostics**:
16
+ - Check for resource exhaustion (High CPU/Memory).
17
+ - Verify network connectivity between key services.
18
+ 4. **Summary Table**: Present a status table of all detected environments.