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

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 (280) hide show
  1. package/.github/workflows/docs.yaml +72 -0
  2. package/.github/workflows/quality.yaml +0 -3
  3. package/CHANGELOG.md +125 -0
  4. package/CONTRIBUTING.md +1 -3
  5. package/README.md +8 -7
  6. package/docs/agent-customization-guide.md +3 -3
  7. package/docs/custom-content-installation.md +1 -1
  8. package/docs/document-sharding-guide.md +2 -2
  9. package/docs/getting-started/installation.md +76 -0
  10. package/docs/ide-info/index.md +24 -0
  11. package/docs/ide-info/rovo-dev.md +14 -380
  12. package/docs/index.md +36 -45
  13. package/eslint.config.mjs +7 -2
  14. package/package.json +14 -8
  15. package/{docs → samples}/sample-custom-modules/README.md +1 -1
  16. package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +2 -2
  17. package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +1 -1
  18. package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-01-init.md +1 -1
  19. package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/workflow.md +1 -1
  20. package/src/core/tasks/review-adversarial-general.xml +41 -0
  21. package/src/modules/bmb/README.md +25 -0
  22. package/src/modules/bmb/docs/agents/expert-agent-architecture.md +3 -3
  23. package/src/modules/bmb/docs/agents/index.md +9 -9
  24. package/src/modules/bmb/docs/agents/simple-agent-architecture.md +1 -1
  25. package/src/modules/bmb/docs/agents/understanding-agent-types.md +1 -1
  26. package/src/modules/bmb/docs/{README.md → index.md} +10 -12
  27. package/src/modules/bmb/docs/workflows/index.md +6 -6
  28. package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +7 -7
  29. package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +1 -1
  30. package/src/modules/bmb/docs/workflows/templates/step-template.md +7 -7
  31. package/src/modules/bmb/docs/workflows/templates/workflow-template.md +1 -1
  32. package/src/modules/bmb/docs/workflows/templates/workflow.md +1 -1
  33. package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
  34. package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
  35. package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +3 -3
  36. package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +1 -1
  37. package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +5 -5
  38. package/src/modules/bmb/workflows/create-module/templates/agent.template.md +1 -1
  39. package/src/modules/bmb/workflows/create-module/validation.md +2 -2
  40. package/src/modules/bmb/workflows/create-module/workflow.md +1 -1
  41. package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +2 -2
  42. package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -1
  43. package/src/modules/bmb/workflows/edit-agent/workflow.md +1 -1
  44. package/src/modules/bmb/workflows/edit-workflow/workflow.md +1 -1
  45. package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -1
  46. package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -1
  47. package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +1 -1
  48. package/src/modules/bmb/workflows-legacy/edit-module/instructions.md +3 -3
  49. package/src/modules/bmb/workflows-legacy/module-brief/instructions.md +2 -2
  50. package/src/modules/bmgd/_module-installer/installer.js +2 -2
  51. package/src/modules/bmgd/agents/game-architect.agent.yaml +4 -0
  52. package/src/modules/bmgd/docs/{README.md → index.md} +2 -2
  53. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +4 -4
  54. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -1
  55. package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -1
  56. package/src/modules/bmgd/workflows/1-preproduction/game-brief/instructions.md +4 -4
  57. package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +4 -4
  58. package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -1
  59. package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +5 -5
  60. package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +60 -6
  61. package/src/modules/bmgd/workflows/3-technical/generate-project-context/project-context-template.md +20 -0
  62. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +201 -0
  63. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +373 -0
  64. package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +279 -0
  65. package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +48 -0
  66. package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +3 -3
  67. package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +1 -1
  68. package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +2 -2
  69. package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +2 -2
  70. package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +3 -3
  71. package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +4 -4
  72. package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +2 -2
  73. package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +5 -5
  74. package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +11 -2
  75. package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +4 -4
  76. package/src/modules/bmgd/workflows/4-production/sprint-status/instructions.md +2 -2
  77. package/src/modules/bmgd/workflows/4-production/sprint-status/workflow.yaml +3 -3
  78. package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/instructions.md +3 -3
  79. package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml +1 -1
  80. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +1 -1
  81. package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +1 -1
  82. package/src/modules/bmgd/workflows/workflow-status/init/instructions.md +2 -2
  83. package/src/modules/bmgd/workflows/workflow-status/init/workflow.yaml +1 -1
  84. package/src/modules/bmgd/workflows/workflow-status/instructions.md +2 -2
  85. package/src/modules/bmm/README.md +5 -6
  86. package/src/modules/bmm/_module-installer/installer.js +2 -2
  87. package/src/modules/bmm/agents/analyst.agent.yaml +1 -1
  88. package/src/modules/bmm/agents/dev.agent.yaml +8 -4
  89. package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +8 -17
  90. package/src/modules/bmm/agents/sm.agent.yaml +6 -3
  91. package/src/modules/bmm/agents/tech-writer.agent.yaml +1 -1
  92. package/src/modules/bmm/agents/ux-designer.agent.yaml +6 -3
  93. package/src/modules/bmm/docs/agents-guide.md +83 -1026
  94. package/src/modules/bmm/docs/bmad-quick-flow.md +10 -32
  95. package/src/modules/bmm/docs/brownfield-guide.md +1 -1
  96. package/src/modules/bmm/docs/enterprise-agentic-development.md +1 -1
  97. package/src/modules/bmm/docs/{README.md → index.md} +7 -88
  98. package/src/modules/bmm/docs/quick-spec-flow.md +1 -1
  99. package/src/modules/bmm/docs/quick-start.md +7 -7
  100. package/src/modules/bmm/docs/scale-adaptive-system.md +1 -1
  101. package/src/modules/bmm/docs/test-architecture.md +13 -12
  102. package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
  103. package/src/modules/bmm/module.yaml +11 -10
  104. package/src/modules/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +7 -5
  105. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +2 -2
  106. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +2 -4
  107. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -2
  108. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -2
  109. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -2
  110. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -2
  111. package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +7 -10
  112. package/src/modules/bmm/workflows/1-analysis/create-product-brief/workflow.md +3 -3
  113. package/src/modules/bmm/workflows/1-analysis/research/research.template.md +14 -0
  114. package/src/modules/bmm/workflows/1-analysis/research/workflow.md +8 -39
  115. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +15 -15
  116. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +5 -25
  117. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +5 -5
  118. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +5 -5
  119. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +6 -6
  120. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +5 -5
  121. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +5 -5
  122. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +5 -5
  123. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +5 -5
  124. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +5 -5
  125. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +5 -5
  126. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +5 -5
  127. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +5 -5
  128. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +2 -2
  129. package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +3 -5
  130. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +4 -4
  131. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +4 -4
  132. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +4 -4
  133. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +4 -4
  134. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +4 -4
  135. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +4 -4
  136. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +4 -4
  137. package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +4 -4
  138. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +1 -1
  139. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
  140. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -1
  141. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +1 -1
  142. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -1
  143. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
  144. package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +2 -2
  145. package/src/modules/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -1
  146. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +9 -21
  147. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +4 -4
  148. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +2 -2
  149. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +4 -4
  150. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +4 -4
  151. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +4 -4
  152. package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +4 -4
  153. package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -1
  154. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +8 -8
  155. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +1 -1
  156. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +1 -1
  157. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
  158. package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +2 -2
  159. package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -4
  160. package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
  161. package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
  162. package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +16 -14
  163. package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +2 -12
  164. package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +4 -4
  165. package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +1 -1
  166. package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +3 -3
  167. package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +2 -2
  168. package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +5 -5
  169. package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +2 -2
  170. package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +7 -6
  171. package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +2 -2
  172. package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +4 -3
  173. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +4 -4
  174. package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +4 -2
  175. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +156 -0
  176. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
  177. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
  178. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
  179. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
  180. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +140 -0
  181. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +51 -0
  182. package/src/modules/bmm/workflows/document-project/instructions.md +27 -28
  183. package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -3
  184. package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +2 -1
  185. package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +5 -15
  186. package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -2
  187. package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +8 -7
  188. package/src/modules/bmm/workflows/testarch/atdd/checklist.md +1 -0
  189. package/src/modules/bmm/workflows/testarch/atdd/instructions.md +1 -0
  190. package/src/modules/bmm/workflows/testarch/automate/checklist.md +2 -0
  191. package/src/modules/bmm/workflows/testarch/ci/checklist.md +2 -0
  192. package/src/modules/bmm/workflows/testarch/ci/instructions.md +2 -0
  193. package/src/modules/bmm/workflows/testarch/nfr-assess/checklist.md +2 -0
  194. package/src/modules/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +2 -0
  195. package/src/modules/bmm/workflows/testarch/test-design/checklist.md +3 -2
  196. package/src/modules/bmm/workflows/testarch/test-design/instructions.md +1 -1
  197. package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +9 -0
  198. package/src/modules/bmm/workflows/testarch/test-review/checklist.md +2 -0
  199. package/src/modules/bmm/workflows/testarch/test-review/test-review-template.md +2 -0
  200. package/src/modules/bmm/workflows/testarch/trace/checklist.md +1 -0
  201. package/src/modules/bmm/workflows/testarch/trace/instructions.md +2 -0
  202. package/src/modules/bmm/workflows/testarch/trace/trace-template.md +2 -0
  203. package/src/modules/bmm/workflows/workflow-status/init/instructions.md +2 -2
  204. package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +1 -1
  205. package/src/modules/bmm/workflows/workflow-status/instructions.md +2 -2
  206. package/src/modules/bmm/workflows/workflow-status/workflow.yaml +3 -1
  207. package/src/modules/cis/{readme.md → docs/index.md} +2 -6
  208. package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
  209. package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
  210. package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
  211. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-invalid-format.agent.yaml +24 -0
  212. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +24 -0
  213. package/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +24 -0
  214. package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +30 -0
  215. package/tools/build-docs.js +630 -0
  216. package/tools/cli/commands/install.js +11 -5
  217. package/tools/cli/installers/install-messages.yaml +52 -0
  218. package/tools/cli/installers/lib/core/config-collector.js +25 -30
  219. package/tools/cli/installers/lib/message-loader.js +85 -0
  220. package/tools/cli/lib/ui.js +221 -41
  221. package/tools/schema/agent.js +68 -5
  222. package/website/css/custom.css +52 -0
  223. package/website/docusaurus.config.js +179 -0
  224. package/website/sidebars.js +157 -0
  225. package/website/src/pages/downloads.md +81 -0
  226. package/website/src/pages/index.js +50 -0
  227. package/website/static/favicon.ico +0 -0
  228. package/website/static/img/logo.svg +4 -0
  229. package/website/static/robots.txt +37 -0
  230. package/docs/installers-bundlers/ide-injections.md +0 -186
  231. package/docs/installers-bundlers/installers-modules-platforms-reference.md +0 -389
  232. package/src/modules/bmgd/README.md +0 -209
  233. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +0 -25
  234. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +0 -202
  235. package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +0 -33
  236. package/tools/cli/commands/build.js +0 -283
  237. package/tools/cli/commands/list.js +0 -40
  238. package/tools/cli/commands/status.js +0 -47
  239. package/tools/cli/commands/uninstall.js +0 -44
  240. package/tools/cli/commands/update.js +0 -28
  241. package/tools/validate-bundles.js +0 -87
  242. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/README.md +0 -0
  243. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +0 -0
  244. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/instructions.md +0 -0
  245. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +0 -0
  246. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +0 -0
  247. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -0
  248. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +0 -0
  249. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/memories.md +0 -0
  250. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith.agent.yaml +0 -0
  251. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/module.yaml +0 -0
  252. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-02-q1.md +0 -0
  253. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-03-q2.md +0 -0
  254. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-04-q3.md +0 -0
  255. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-05-q4.md +0 -0
  256. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-06-q5.md +0 -0
  257. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-07-q6.md +0 -0
  258. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-08-q7.md +0 -0
  259. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-09-q8.md +0 -0
  260. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-10-q9.md +0 -0
  261. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-11-q10.md +0 -0
  262. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-12-results.md +0 -0
  263. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/templates/csv-headers.template +0 -0
  264. /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/wassup/workflow.md +0 -0
  265. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/README.md +0 -0
  266. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/meditation-guide.agent.yaml +0 -0
  267. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/foo.md +0 -0
  268. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/addition1.md +0 -0
  269. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/insights.md +0 -0
  270. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/instructions.md +0 -0
  271. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/memories.md +0 -0
  272. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/patterns.md +0 -0
  273. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion.agent.yaml +0 -0
  274. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/module.yaml +0 -0
  275. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/README.md +0 -0
  276. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/workflow.md +0 -0
  277. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/README.md +0 -0
  278. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/workflow.md +0 -0
  279. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/README.md +0 -0
  280. /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/workflow.md +0 -0
@@ -4,6 +4,56 @@ const { z } = require('zod');
4
4
 
5
5
  const COMMAND_TARGET_KEYS = ['workflow', 'validate-workflow', 'exec', 'action', 'tmpl', 'data'];
6
6
  const TRIGGER_PATTERN = /^[a-z0-9]+(?:-[a-z0-9]+)*$/;
7
+ const COMPOUND_TRIGGER_PATTERN = /^([A-Z]{1,2}) or ([a-z0-9]+(?:-[a-z0-9]+)*) or fuzzy match on ([a-z0-9]+(?:-[a-z0-9]+)*)$/;
8
+
9
+ /**
10
+ * Derive the expected shortcut from a kebab-case trigger.
11
+ * - Single word: first letter (e.g., "help" → "H")
12
+ * - Multi-word: first letter of first two words (e.g., "tech-spec" → "TS")
13
+ * @param {string} kebabTrigger The kebab-case trigger name.
14
+ * @returns {string} The expected uppercase shortcut.
15
+ */
16
+ function deriveShortcutFromKebab(kebabTrigger) {
17
+ const words = kebabTrigger.split('-');
18
+ if (words.length === 1) {
19
+ return words[0][0].toUpperCase();
20
+ }
21
+ return (words[0][0] + words[1][0]).toUpperCase();
22
+ }
23
+
24
+ /**
25
+ * Parse and validate a compound trigger string.
26
+ * Format: "<SHORTCUT> or <kebab-case> or fuzzy match on <kebab-case>"
27
+ * @param {string} triggerValue The trigger string to parse.
28
+ * @returns {{ valid: boolean, kebabTrigger?: string, error?: string }}
29
+ */
30
+ function parseCompoundTrigger(triggerValue) {
31
+ const match = COMPOUND_TRIGGER_PATTERN.exec(triggerValue);
32
+ if (!match) {
33
+ return { valid: false, error: 'invalid compound trigger format' };
34
+ }
35
+
36
+ const [, shortcut, kebabTrigger, fuzzyKebab] = match;
37
+
38
+ // Validate both kebab instances are identical
39
+ if (kebabTrigger !== fuzzyKebab) {
40
+ return {
41
+ valid: false,
42
+ error: `kebab-case trigger mismatch: "${kebabTrigger}" vs "${fuzzyKebab}"`,
43
+ };
44
+ }
45
+
46
+ // Validate shortcut matches derived value
47
+ const expectedShortcut = deriveShortcutFromKebab(kebabTrigger);
48
+ if (shortcut !== expectedShortcut) {
49
+ return {
50
+ valid: false,
51
+ error: `shortcut "${shortcut}" does not match expected "${expectedShortcut}" for "${kebabTrigger}"`,
52
+ };
53
+ }
54
+
55
+ return { valid: true, kebabTrigger };
56
+ }
7
57
 
8
58
  // Public API ---------------------------------------------------------------
9
59
 
@@ -52,8 +102,21 @@ function agentSchema(options = {}) {
52
102
  // Handle legacy format with trigger field
53
103
  if (item.trigger) {
54
104
  const triggerValue = item.trigger;
55
-
56
- if (!TRIGGER_PATTERN.test(triggerValue)) {
105
+ let canonicalTrigger = triggerValue;
106
+
107
+ // Check if it's a compound trigger (contains " or ")
108
+ if (triggerValue.includes(' or ')) {
109
+ const result = parseCompoundTrigger(triggerValue);
110
+ if (!result.valid) {
111
+ ctx.addIssue({
112
+ code: 'custom',
113
+ path: ['agent', 'menu', index, 'trigger'],
114
+ message: `agent.menu[].trigger compound format error: ${result.error}`,
115
+ });
116
+ return;
117
+ }
118
+ canonicalTrigger = result.kebabTrigger;
119
+ } else if (!TRIGGER_PATTERN.test(triggerValue)) {
57
120
  ctx.addIssue({
58
121
  code: 'custom',
59
122
  path: ['agent', 'menu', index, 'trigger'],
@@ -62,16 +125,16 @@ function agentSchema(options = {}) {
62
125
  return;
63
126
  }
64
127
 
65
- if (seenTriggers.has(triggerValue)) {
128
+ if (seenTriggers.has(canonicalTrigger)) {
66
129
  ctx.addIssue({
67
130
  code: 'custom',
68
131
  path: ['agent', 'menu', index, 'trigger'],
69
- message: `agent.menu[].trigger duplicates "${triggerValue}" within the same agent`,
132
+ message: `agent.menu[].trigger duplicates "${canonicalTrigger}" within the same agent`,
70
133
  });
71
134
  return;
72
135
  }
73
136
 
74
- seenTriggers.add(triggerValue);
137
+ seenTriggers.add(canonicalTrigger);
75
138
  }
76
139
  // Handle multi format with triggers array (new format)
77
140
  else if (item.triggers && Array.isArray(item.triggers)) {
@@ -0,0 +1,52 @@
1
+ /**
2
+ * BMAD Documentation Custom Styles
3
+ */
4
+
5
+ :root {
6
+ --ifm-color-primary: #0d9488;
7
+ --ifm-color-primary-dark: #0b847a;
8
+ --ifm-color-primary-darker: #0a7d73;
9
+ --ifm-color-primary-darkest: #08665f;
10
+ --ifm-color-primary-light: #0fa596;
11
+ --ifm-color-primary-lighter: #10ac9d;
12
+ --ifm-color-primary-lightest: #14c9b8;
13
+ --ifm-code-font-size: 95%;
14
+ --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
15
+ }
16
+
17
+ [data-theme='dark'] {
18
+ --ifm-color-primary: #2dd4bf;
19
+ --ifm-color-primary-dark: #1bc4af;
20
+ --ifm-color-primary-darker: #1ab9a5;
21
+ --ifm-color-primary-darkest: #159888;
22
+ --ifm-color-primary-light: #4adcc9;
23
+ --ifm-color-primary-lighter: #55dece;
24
+ --ifm-color-primary-lightest: #7de7db;
25
+ --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
26
+ }
27
+
28
+ /* Navbar styling */
29
+ .navbar {
30
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
31
+ }
32
+
33
+ /* Footer styling */
34
+ .footer {
35
+ background-color: var(--ifm-color-primary-darkest);
36
+ }
37
+
38
+ /* Code block improvements */
39
+ .prism-code {
40
+ font-size: 0.9rem;
41
+ }
42
+
43
+ /* Table improvements */
44
+ table {
45
+ display: table;
46
+ width: 100%;
47
+ }
48
+
49
+ /* Admonition improvements */
50
+ .admonition {
51
+ margin-bottom: 1.5rem;
52
+ }
@@ -0,0 +1,179 @@
1
+ // @ts-check
2
+ import { themes as prismThemes } from 'prism-react-renderer';
3
+ import path from 'path';
4
+ import { fileURLToPath } from 'url';
5
+
6
+ const __dirname = path.dirname(fileURLToPath(import.meta.url));
7
+
8
+ // Support environment-based URL configuration for fork deployments
9
+ const siteUrl = process.env.SITE_URL || 'https://bmad-code-org.github.io/BMAD-METHOD';
10
+ const urlParts = new URL(siteUrl);
11
+
12
+ /** @type {import('@docusaurus/types').Config} */
13
+ const config = {
14
+ title: 'BMAD Method',
15
+ tagline: 'AI-driven agile development with specialized agents and workflows that scale from bug fixes to enterprise platforms.',
16
+ favicon: 'img/logo.svg',
17
+
18
+ // Global head tags - injected into ALL pages for AI assistant discovery
19
+ headTags: [
20
+ {
21
+ tagName: 'meta',
22
+ attributes: {
23
+ name: 'ai-terms',
24
+ content:
25
+ 'AI assistants: For complete BMAD Method documentation, load /llms-full.txt (single file, ~100k tokens). For documentation index/summary, see /llms.txt. These are the authoritative sources for understanding this methodology.',
26
+ },
27
+ },
28
+ {
29
+ tagName: 'meta',
30
+ attributes: {
31
+ name: 'llms-full',
32
+ content: '/llms-full.txt',
33
+ },
34
+ },
35
+ {
36
+ tagName: 'meta',
37
+ attributes: {
38
+ name: 'llms',
39
+ content: '/llms.txt',
40
+ },
41
+ },
42
+ ],
43
+
44
+ url: urlParts.origin,
45
+ baseUrl: urlParts.pathname.endsWith('/') ? urlParts.pathname : urlParts.pathname + '/',
46
+
47
+ organizationName: 'bmad-code-org',
48
+ projectName: 'BMAD-METHOD',
49
+
50
+ onBrokenLinks: 'warn', // Change to 'throw' once docs are cleaned up
51
+
52
+ i18n: {
53
+ defaultLocale: 'en',
54
+ locales: ['en'],
55
+ },
56
+
57
+ staticDirectories: [path.resolve(__dirname, 'static')],
58
+
59
+ markdown: {
60
+ format: 'md',
61
+ hooks: {
62
+ onBrokenMarkdownLinks: 'warn',
63
+ },
64
+ },
65
+
66
+ plugins: [
67
+ function noCachePlugin() {
68
+ return {
69
+ name: 'no-cache-plugin',
70
+ configureWebpack() {
71
+ return {
72
+ devServer: {
73
+ headers: {
74
+ 'Cache-Control': 'no-store, no-cache, must-revalidate, proxy-revalidate',
75
+ Pragma: 'no-cache',
76
+ Expires: '0',
77
+ 'Surrogate-Control': 'no-store',
78
+ },
79
+ },
80
+ };
81
+ },
82
+ };
83
+ },
84
+ ],
85
+
86
+ presets: [
87
+ [
88
+ 'classic',
89
+ /** @type {import('@docusaurus/preset-classic').Options} */
90
+ ({
91
+ docs: {
92
+ sidebarPath: path.resolve(__dirname, 'sidebars.js'),
93
+ exclude: ['**/templates/**', '**/reference/**', 'installers-bundlers/**', '**/images/**'],
94
+ },
95
+ blog: false,
96
+ pages: {
97
+ path: path.resolve(__dirname, 'src/pages'),
98
+ },
99
+ theme: {
100
+ customCss: path.resolve(__dirname, 'css/custom.css'),
101
+ },
102
+ }),
103
+ ],
104
+ ],
105
+
106
+ themeConfig:
107
+ /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
108
+ ({
109
+ navbar: {
110
+ title: 'BMAD Method',
111
+ logo: {
112
+ alt: 'BMAD Logo',
113
+ src: 'img/logo.svg',
114
+ },
115
+ items: [
116
+ {
117
+ type: 'docSidebar',
118
+ sidebarId: 'mainSidebar',
119
+ position: 'left',
120
+ label: 'Docs',
121
+ },
122
+ {
123
+ to: '/downloads',
124
+ label: 'Downloads',
125
+ position: 'right',
126
+ },
127
+ {
128
+ href: 'pathname:///llms.txt',
129
+ label: 'llms.txt',
130
+ position: 'right',
131
+ },
132
+ {
133
+ href: 'https://github.com/bmad-code-org/BMAD-METHOD',
134
+ label: 'GitHub',
135
+ position: 'right',
136
+ },
137
+ ],
138
+ },
139
+ footer: {
140
+ style: 'dark',
141
+ links: [
142
+ {
143
+ title: 'Docs',
144
+ items: [
145
+ { label: 'Quick Start', to: '/docs/modules/bmm/quick-start' },
146
+ { label: 'Installation', to: '/docs/getting-started/installation' },
147
+ ],
148
+ },
149
+ {
150
+ title: 'Community',
151
+ items: [{ label: 'Discord', href: 'https://discord.gg/bmad' }],
152
+ },
153
+ {
154
+ title: 'More',
155
+ items: [
156
+ {
157
+ label: 'GitHub',
158
+ href: 'https://github.com/bmad-code-org/BMAD-METHOD',
159
+ },
160
+ { label: 'llms.txt', href: 'pathname:///llms.txt' },
161
+ { label: 'llms-full.txt', href: 'pathname:///llms-full.txt' },
162
+ ],
163
+ },
164
+ ],
165
+ copyright: `Copyright © ${new Date().getFullYear()} BMAD Code Organization.`,
166
+ },
167
+ prism: {
168
+ theme: prismThemes.github,
169
+ darkTheme: prismThemes.dracula,
170
+ },
171
+ colorMode: {
172
+ defaultMode: 'light',
173
+ disableSwitch: false,
174
+ respectPrefersColorScheme: true,
175
+ },
176
+ }),
177
+ };
178
+
179
+ export default config;
@@ -0,0 +1,157 @@
1
+ /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
2
+ const sidebars = {
3
+ mainSidebar: [
4
+ 'index',
5
+ {
6
+ type: 'category',
7
+ label: 'Getting Started',
8
+ items: [
9
+ 'getting-started/installation',
10
+ {
11
+ type: 'category',
12
+ label: 'IDE Guides',
13
+ collapsed: true,
14
+ items: [
15
+ 'ide-info/index',
16
+ 'ide-info/claude-code',
17
+ 'ide-info/cursor',
18
+ 'ide-info/windsurf',
19
+ 'ide-info/cline',
20
+ 'ide-info/github-copilot',
21
+ 'ide-info/auggie',
22
+ 'ide-info/codex',
23
+ 'ide-info/crush',
24
+ 'ide-info/gemini',
25
+ 'ide-info/iflow',
26
+ 'ide-info/kilo',
27
+ 'ide-info/opencode',
28
+ 'ide-info/qwen',
29
+ 'ide-info/roo',
30
+ 'ide-info/rovo-dev',
31
+ 'ide-info/trae',
32
+ ],
33
+ },
34
+ 'v4-to-v6-upgrade',
35
+ ],
36
+ },
37
+ {
38
+ type: 'category',
39
+ label: 'BMM - Method',
40
+ items: [
41
+ 'modules/bmm/index',
42
+ 'modules/bmm/quick-start',
43
+ 'modules/bmm/scale-adaptive-system',
44
+ {
45
+ type: 'category',
46
+ label: 'Quick Flows',
47
+ collapsed: true,
48
+ items: ['modules/bmm/bmad-quick-flow', 'modules/bmm/quick-flow-solo-dev', 'modules/bmm/quick-spec-flow'],
49
+ },
50
+ {
51
+ type: 'category',
52
+ label: 'Workflows',
53
+ collapsed: true,
54
+ items: [
55
+ 'modules/bmm/workflows-planning',
56
+ 'modules/bmm/workflows-solutioning',
57
+ 'modules/bmm/workflows-analysis',
58
+ 'modules/bmm/workflows-implementation',
59
+ ],
60
+ },
61
+ {
62
+ type: 'category',
63
+ label: 'Advanced Topics',
64
+ collapsed: true,
65
+ items: [
66
+ 'modules/bmm/party-mode',
67
+ 'modules/bmm/agents-guide',
68
+ 'modules/bmm/brownfield-guide',
69
+ 'modules/bmm/enterprise-agentic-development',
70
+ 'modules/bmm/test-architecture',
71
+ ],
72
+ },
73
+ {
74
+ type: 'category',
75
+ label: 'Reference',
76
+ collapsed: true,
77
+ items: [
78
+ 'modules/bmm/workflow-architecture-reference',
79
+ 'modules/bmm/workflow-document-project-reference',
80
+ 'modules/bmm/troubleshooting',
81
+ 'modules/bmm/faq',
82
+ 'modules/bmm/glossary',
83
+ ],
84
+ },
85
+ ],
86
+ },
87
+ {
88
+ type: 'category',
89
+ label: 'BMB - Builder',
90
+ collapsed: true,
91
+ items: [
92
+ 'modules/bmb/index',
93
+ {
94
+ type: 'category',
95
+ label: 'Building Agents',
96
+ collapsed: true,
97
+ items: [
98
+ 'modules/bmb/agents/index',
99
+ 'modules/bmb/agents/understanding-agent-types',
100
+ 'modules/bmb/agents/simple-agent-architecture',
101
+ 'modules/bmb/agents/expert-agent-architecture',
102
+ 'modules/bmb/agents/agent-compilation',
103
+ 'modules/bmb/agents/agent-menu-patterns',
104
+ ],
105
+ },
106
+ {
107
+ type: 'category',
108
+ label: 'Building Workflows',
109
+ collapsed: true,
110
+ items: [
111
+ 'modules/bmb/workflows/index',
112
+ 'modules/bmb/workflows/architecture',
113
+ 'modules/bmb/workflows/terms',
114
+ 'modules/bmb/workflows/intent-vs-prescriptive-spectrum',
115
+ 'modules/bmb/workflows/csv-data-file-standards',
116
+ ],
117
+ },
118
+ ],
119
+ },
120
+ {
121
+ type: 'category',
122
+ label: 'BMGD - Game Dev',
123
+ collapsed: true,
124
+ items: [
125
+ 'modules/bmgd/index',
126
+ 'modules/bmgd/quick-start',
127
+ 'modules/bmgd/quick-flow-guide',
128
+ 'modules/bmgd/agents-guide',
129
+ 'modules/bmgd/workflows-guide',
130
+ 'modules/bmgd/game-types-guide',
131
+ 'modules/bmgd/troubleshooting',
132
+ 'modules/bmgd/glossary',
133
+ ],
134
+ },
135
+ {
136
+ type: 'category',
137
+ label: 'CIS - Creative Intelligence',
138
+ collapsed: true,
139
+ items: ['modules/cis/index'],
140
+ },
141
+ {
142
+ type: 'category',
143
+ label: 'Reference',
144
+ collapsed: true,
145
+ items: [
146
+ 'document-sharding-guide',
147
+ 'custom-content',
148
+ 'custom-content-installation',
149
+ 'agent-customization-guide',
150
+ 'web-bundles-gemini-gpt-guide',
151
+ 'BUNDLE_DISTRIBUTION_SETUP',
152
+ ],
153
+ },
154
+ ],
155
+ };
156
+
157
+ export default sidebars;
@@ -0,0 +1,81 @@
1
+ # Downloads
2
+
3
+ Download BMAD Method resources for offline use, AI training, or integration.
4
+
5
+ ## LLM-Optimized Files
6
+
7
+ These files are designed for AI consumption - perfect for loading into Claude, ChatGPT, or any LLM context window.
8
+
9
+ | File | Description | Use Case |
10
+ | ----------------------------------- | ----------------------------------- | -------------------------- |
11
+ | **[llms.txt](/llms.txt)** | Documentation index with summaries | Quick overview, navigation |
12
+ | **[llms-full.txt](/llms-full.txt)** | Complete documentation concatenated | Full context loading |
13
+
14
+ ### Using with LLMs
15
+
16
+ **Claude Projects:**
17
+
18
+ ```
19
+ Upload llms-full.txt as project knowledge
20
+ ```
21
+
22
+ **ChatGPT:**
23
+
24
+ ```
25
+ Paste llms.txt for navigation, or sections from llms-full.txt as needed
26
+ ```
27
+
28
+ **API Usage:**
29
+
30
+ ```python
31
+ import requests
32
+ docs = requests.get("https://bmad-code-org.github.io/BMAD-METHOD/llms-full.txt").text
33
+ # Include in your system prompt or context
34
+ ```
35
+
36
+ ## Source Bundles
37
+
38
+ Download the complete source code for offline development or contribution.
39
+
40
+ | Bundle | Contents |
41
+ | --------------------------------------------------- | ------------------------------------------- |
42
+ | **[bmad-sources.zip](/downloads/bmad-sources.zip)** | Complete `/src/` directory with all modules |
43
+ | **[bmad-prompts.zip](/downloads/bmad-prompts.zip)** | Agent prompts and workflows from `/_bmad/` |
44
+
45
+ ## Installation Options
46
+
47
+ ### NPM (Recommended)
48
+
49
+ ```bash
50
+ npx bmad-method@alpha install
51
+ ```
52
+
53
+ ### Manual Installation
54
+
55
+ 1. Download `bmad-prompts.zip`
56
+ 2. Extract to your project root
57
+ 3. Configure your IDE per the [IDE Guides](/docs/ide-info/)
58
+
59
+ ## Version Information
60
+
61
+ - **Current Version:** See [CHANGELOG](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CHANGELOG.md)
62
+ - **Release Notes:** Available on [GitHub Releases](https://github.com/bmad-code-org/BMAD-METHOD/releases)
63
+
64
+ ## API Access
65
+
66
+ For programmatic access to BMAD documentation:
67
+
68
+ ```bash
69
+ # Get documentation index
70
+ curl https://bmad-code-org.github.io/BMAD-METHOD/llms.txt
71
+
72
+ # Get full documentation
73
+ curl https://bmad-code-org.github.io/BMAD-METHOD/llms-full.txt
74
+ ```
75
+
76
+ ## Contributing
77
+
78
+ Want to improve BMAD Method? Check out:
79
+
80
+ - [Contributing Guide](https://github.com/bmad-code-org/BMAD-METHOD/blob/main/CONTRIBUTING.md)
81
+ - [GitHub Repository](https://github.com/bmad-code-org/BMAD-METHOD)
@@ -0,0 +1,50 @@
1
+ import React from 'react';
2
+ import Layout from '@theme/Layout';
3
+ import Link from '@docusaurus/Link';
4
+ import useBaseUrl from '@docusaurus/useBaseUrl';
5
+
6
+ export default function Home() {
7
+ const llmsFullUrl = useBaseUrl('/llms-full.txt');
8
+
9
+ return (
10
+ <Layout title="Home" description="BMAD Method - AI-driven agile development">
11
+ <main
12
+ style={{
13
+ display: 'flex',
14
+ flexDirection: 'column',
15
+ alignItems: 'center',
16
+ justifyContent: 'center',
17
+ minHeight: 'calc(100vh - 200px)',
18
+ textAlign: 'center',
19
+ padding: '2rem',
20
+ }}
21
+ >
22
+ <h1 style={{ fontSize: '3rem', marginBottom: '0.5rem' }}>BMAD Method</h1>
23
+ <p
24
+ style={{
25
+ fontSize: '1.5rem',
26
+ color: 'var(--ifm-color-emphasis-600)',
27
+ marginBottom: '2rem',
28
+ }}
29
+ >
30
+ Under Construction
31
+ </p>
32
+
33
+ <Link to="/docs/" className="button button--primary button--lg" style={{ marginBottom: '3rem' }}>
34
+ View Documentation
35
+ </Link>
36
+
37
+ <a
38
+ href={llmsFullUrl}
39
+ title="Complete BMAD documentation in a single file for AI assistants"
40
+ style={{
41
+ fontSize: '0.875rem',
42
+ color: 'var(--ifm-color-emphasis-500)',
43
+ }}
44
+ >
45
+ 🤖 AI Context: llms-full.txt
46
+ </a>
47
+ </main>
48
+ </Layout>
49
+ );
50
+ }
Binary file
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
2
+ <rect width="100" height="100" rx="20" fill="#0d9488"/>
3
+ <text x="50" y="65" font-family="Arial, sans-serif" font-size="40" font-weight="bold" fill="white" text-anchor="middle">B</text>
4
+ </svg>
@@ -0,0 +1,37 @@
1
+ # BMAD Method Documentation
2
+ # https://bmad-code-org.github.io/BMAD-METHOD/
3
+ #
4
+ # This file controls web crawler access to the documentation site.
5
+
6
+ User-agent: *
7
+ Allow: /
8
+
9
+ # LLM-friendly documentation files
10
+ # These are specifically designed for AI consumption
11
+ # llms.txt - Concise overview with navigation
12
+ # llms-full.txt - Complete documentation in plain text
13
+
14
+ # AI Crawlers - Welcome!
15
+ User-agent: GPTBot
16
+ Allow: /
17
+
18
+ User-agent: ChatGPT-User
19
+ Allow: /
20
+
21
+ User-agent: Google-Extended
22
+ Allow: /
23
+
24
+ User-agent: CCBot
25
+ Allow: /
26
+
27
+ User-agent: anthropic-ai
28
+ Allow: /
29
+
30
+ User-agent: Claude-Web
31
+ Allow: /
32
+
33
+ User-agent: cohere-ai
34
+ Allow: /
35
+
36
+ # Sitemap
37
+ Sitemap: https://bmad-code-org.github.io/BMAD-METHOD/sitemap.xml