appiq-solution 1.3.3 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (295) hide show
  1. package/#Tools/APPIQ-METHOD/.bmad-config.json +13 -0
  2. package/#Tools/APPIQ-METHOD/.cursor/commands/analyze.md +27 -0
  3. package/#Tools/APPIQ-METHOD/.cursor/commands/appiq.md +27 -0
  4. package/#Tools/APPIQ-METHOD/.cursor/commands/help.md +27 -0
  5. package/#Tools/APPIQ-METHOD/.cursor/commands/story.md +27 -0
  6. package/#Tools/APPIQ-METHOD/CHANGELOG.md +119 -173
  7. package/#Tools/APPIQ-METHOD/DEVELOPMENT_GUIDE.md +855 -0
  8. package/#Tools/APPIQ-METHOD/NPM-README.md +138 -0
  9. package/#Tools/APPIQ-METHOD/SMART_WORKFLOW_GUIDE.md +401 -0
  10. package/#Tools/APPIQ-METHOD/activate-appiq.js +81 -0
  11. package/#Tools/APPIQ-METHOD/appiq-solution/README.md +226 -0
  12. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-flutter-mobile.yaml +114 -0
  13. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-fullstack.yaml +11 -1
  14. package/#Tools/APPIQ-METHOD/bmad-core/agents/analyst.md +7 -3
  15. package/#Tools/APPIQ-METHOD/bmad-core/agents/architect.md +6 -0
  16. package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-orchestrator.md +0 -84
  17. package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-smart-launcher.md +170 -0
  18. package/#Tools/APPIQ-METHOD/bmad-core/agents/dev.md +31 -12
  19. package/#Tools/APPIQ-METHOD/bmad-core/agents/pm.md +10 -4
  20. package/#Tools/APPIQ-METHOD/bmad-core/agents/qa.md +17 -0
  21. package/#Tools/APPIQ-METHOD/bmad-core/agents/sm.md +8 -3
  22. package/#Tools/APPIQ-METHOD/bmad-core/agents/ux-expert.md +8 -3
  23. package/#Tools/APPIQ-METHOD/bmad-core/bmad-core/user-guide.md +0 -0
  24. package/#Tools/APPIQ-METHOD/bmad-core/checklists/security-validation-checklist.md +332 -0
  25. package/#Tools/APPIQ-METHOD/bmad-core/data/backend-services-integration.md +686 -0
  26. package/#Tools/APPIQ-METHOD/bmad-core/data/shadcn-ui-integration.md +388 -0
  27. package/#Tools/APPIQ-METHOD/bmad-core/data/technical-preferences.md +147 -1
  28. package/#Tools/APPIQ-METHOD/bmad-core/enhanced-ide-development-workflow.md +43 -0
  29. package/#Tools/APPIQ-METHOD/bmad-core/tasks/create-flutter-story.md +197 -0
  30. package/#Tools/APPIQ-METHOD/bmad-core/tasks/intelligent-epic-creation.md +234 -0
  31. package/#Tools/APPIQ-METHOD/bmad-core/tasks/smart-project-analysis.md +289 -0
  32. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-mobile-prd-tmpl.yaml +330 -0
  33. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-story-tmpl.yaml +376 -0
  34. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-ui-spec-tmpl.yaml +415 -0
  35. package/#Tools/APPIQ-METHOD/bmad-core/templates/fullstack-architecture-tmpl.yaml +12 -5
  36. package/#Tools/APPIQ-METHOD/bmad-core/user-guide.md +10 -9
  37. package/#Tools/APPIQ-METHOD/bmad-core/workflows/brownfield-fullstack.yaml +15 -1
  38. package/#Tools/APPIQ-METHOD/bmad-core/workflows/greenfield-fullstack.yaml +49 -5
  39. package/#Tools/APPIQ-METHOD/bmad-core/working-in-the-brownfield.md +56 -44
  40. package/#Tools/APPIQ-METHOD/commands/README.md +28 -0
  41. package/#Tools/APPIQ-METHOD/commands/analyze.md +27 -0
  42. package/#Tools/APPIQ-METHOD/commands/appiq.md +27 -0
  43. package/#Tools/APPIQ-METHOD/commands/help.md +27 -0
  44. package/#Tools/APPIQ-METHOD/commands/story.md +27 -0
  45. package/#Tools/APPIQ-METHOD/dist/agents/bmad-orchestrator.txt +0 -111
  46. package/#Tools/APPIQ-METHOD/dist/agents/pm.txt +2 -0
  47. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +0 -111
  48. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +0 -111
  49. package/#Tools/APPIQ-METHOD/dist/teams/team-all.txt +2 -111
  50. package/#Tools/APPIQ-METHOD/dist/teams/team-fullstack.txt +2 -111
  51. package/#Tools/APPIQ-METHOD/dist/teams/team-ide-minimal.txt +0 -111
  52. package/#Tools/APPIQ-METHOD/dist/teams/team-no-ui.txt +2 -111
  53. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
  54. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
  55. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agent-teams/flutter-mobile-team.yaml +23 -0
  56. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-cubit-agent.md +133 -0
  57. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-data-agent.md +160 -0
  58. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-domain-agent.md +153 -0
  59. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-ui-agent.md +122 -0
  60. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/shared-components-agent.md +161 -0
  61. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/checklists/flutter-story-dod-checklist.md +194 -0
  62. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/config.yaml +41 -0
  63. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/data/flutter-development-guidelines.md +551 -0
  64. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/templates/flutter-mobile-architecture-tmpl.yaml +530 -0
  65. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/workflows/flutter-ui-first-development.yaml +220 -0
  66. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
  67. package/#Tools/APPIQ-METHOD/install-appiq.sh +41 -0
  68. package/#Tools/APPIQ-METHOD/package-lock.json +631 -0
  69. package/#Tools/APPIQ-METHOD/package.json +20 -69
  70. package/#Tools/APPIQ-METHOD/tasks/todo.md +275 -0
  71. package/#Tools/APPIQ-METHOD/tools/appiq-installer.js +2714 -0
  72. package/#Tools/APPIQ-METHOD/tools/bmad-npx-wrapper.js +5 -7
  73. package/#Tools/APPIQ-METHOD/tools/cli.js +3 -3
  74. package/#Tools/APPIQ-METHOD/tools/epic-solution-installer.js +538 -0
  75. package/#Tools/APPIQ-METHOD/tools/flattener/main.js +570 -0
  76. package/#Tools/APPIQ-METHOD/tools/installer/bin/bmad.js +15 -14
  77. package/#Tools/APPIQ-METHOD/tools/installer/lib/installer.js +28 -2
  78. package/#Tools/APPIQ-METHOD/tools/installer/package-lock.json +906 -0
  79. package/#Tools/APPIQ-METHOD/tools/installer/package.json +1 -1
  80. package/#Tools/APPIQ-METHOD/tools/setup-ide-commands.js +345 -0
  81. package/#Tools/APPIQ-METHOD/tools/smart-installer.js +589 -0
  82. package/package.json +20 -69
  83. package/tools/appiq-installer.js +2714 -0
  84. package/tools/bmad-npx-wrapper.js +5 -7
  85. package/tools/cli.js +3 -3
  86. package/tools/epic-solution-installer.js +538 -0
  87. package/tools/flattener/main.js +570 -0
  88. package/tools/installer/bin/bmad.js +15 -14
  89. package/tools/installer/lib/installer.js +28 -2
  90. package/tools/installer/package-lock.json +89 -89
  91. package/tools/installer/package.json +1 -1
  92. package/tools/setup-ide-commands.js +345 -0
  93. package/tools/smart-installer.js +589 -0
  94. package/#Tools/APPIQ-METHOD/appiq_start.md +0 -232
  95. package/#Tools/APPIQ-METHOD/deployment/DEPLOYMENT_GUIDE.md +0 -426
  96. package/#Tools/APPIQ-METHOD/deployment/GITHUB_RELEASE_GUIDE.md +0 -326
  97. package/#Tools/APPIQ-METHOD/deployment/README.md +0 -331
  98. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-all.yaml +0 -14
  99. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-fullstack.yaml +0 -18
  100. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-ide-minimal.yaml +0 -10
  101. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-no-ui.yaml +0 -13
  102. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/analyst.md +0 -81
  103. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/architect.md +0 -84
  104. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-master.md +0 -108
  105. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-orchestrator.md +0 -234
  106. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/dev.md +0 -76
  107. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/pm.md +0 -79
  108. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/po.md +0 -76
  109. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/qa.md +0 -69
  110. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/sm.md +0 -62
  111. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/ux-expert.md +0 -66
  112. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/architect-checklist.md +0 -443
  113. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/change-checklist.md +0 -182
  114. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/pm-checklist.md +0 -375
  115. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/po-master-checklist.md +0 -441
  116. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-dod-checklist.md +0 -101
  117. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-draft-checklist.md +0 -156
  118. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/bmad-kb.md +0 -803
  119. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/brainstorming-techniques.md +0 -36
  120. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/elicitation-methods.md +0 -134
  121. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/technical-preferences.md +0 -3
  122. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/advanced-elicitation.md +0 -117
  123. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-epic.md +0 -160
  124. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-story.md +0 -147
  125. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/correct-course.md +0 -70
  126. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-brownfield-story.md +0 -304
  127. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-deep-research-prompt.md +0 -289
  128. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-next-story.md +0 -112
  129. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/document-project.md +0 -341
  130. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/facilitate-brainstorming-session.md +0 -136
  131. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/generate-ai-frontend-prompt.md +0 -51
  132. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/index-docs.md +0 -179
  133. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/kb-mode-interaction.md +0 -75
  134. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/review-story.md +0 -145
  135. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/shard-doc.md +0 -187
  136. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/validate-next-story.md +0 -134
  137. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/architecture-tmpl.yaml +0 -650
  138. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brainstorming-output-tmpl.yaml +0 -156
  139. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-architecture-tmpl.yaml +0 -476
  140. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-prd-tmpl.yaml +0 -280
  141. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/competitor-analysis-tmpl.yaml +0 -293
  142. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-architecture-tmpl.yaml +0 -206
  143. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-spec-tmpl.yaml +0 -349
  144. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/fullstack-architecture-tmpl.yaml +0 -805
  145. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/market-research-tmpl.yaml +0 -252
  146. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/prd-tmpl.yaml +0 -202
  147. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/project-brief-tmpl.yaml +0 -221
  148. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/story-tmpl.yaml +0 -137
  149. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/user-guide.md +0 -250
  150. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-fullstack.yaml +0 -297
  151. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-service.yaml +0 -187
  152. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-ui.yaml +0 -197
  153. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-fullstack.yaml +0 -240
  154. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-service.yaml +0 -206
  155. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-ui.yaml +0 -235
  156. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/working-in-the-brownfield.md +0 -361
  157. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/README.md +0 -3
  158. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +0 -13
  159. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +0 -71
  160. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +0 -78
  161. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +0 -64
  162. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +0 -201
  163. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +0 -160
  164. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +0 -8
  165. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +0 -254
  166. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +0 -651
  167. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +0 -111
  168. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +0 -216
  169. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +0 -308
  170. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +0 -613
  171. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +0 -356
  172. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +0 -343
  173. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +0 -253
  174. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +0 -484
  175. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +0 -183
  176. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +0 -175
  177. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +0 -14
  178. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +0 -80
  179. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +0 -77
  180. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +0 -78
  181. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +0 -65
  182. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +0 -396
  183. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +0 -203
  184. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +0 -201
  185. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +0 -132
  186. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/config.yaml +0 -6
  187. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +0 -776
  188. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +0 -590
  189. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +0 -111
  190. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +0 -151
  191. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +0 -184
  192. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +0 -308
  193. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +0 -200
  194. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +0 -1030
  195. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +0 -356
  196. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +0 -705
  197. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +0 -256
  198. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +0 -484
  199. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +0 -183
  200. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +0 -175
  201. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/README.md +0 -147
  202. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +0 -71
  203. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +0 -484
  204. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/config.yaml +0 -9
  205. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +0 -308
  206. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +0 -160
  207. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +0 -154
  208. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +0 -424
  209. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +0 -629
  210. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +0 -22
  211. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +0 -20
  212. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +0 -13
  213. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +0 -20
  214. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +0 -1487
  215. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +0 -279
  216. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +0 -649
  217. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +0 -339
  218. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +0 -622
  219. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +0 -1027
  220. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +0 -1451
  221. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +0 -490
  222. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/config.yaml +0 -54
  223. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +0 -292
  224. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +0 -483
  225. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +0 -645
  226. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +0 -489
  227. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +0 -437
  228. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +0 -408
  229. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +0 -555
  230. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +0 -336
  231. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +0 -345
  232. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +0 -281
  233. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +0 -283
  234. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +0 -404
  235. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/appiq.md +0 -273
  236. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/claude-appiq.md +0 -294
  237. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/cursor-appiq.md +0 -516
  238. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/universal-appiq.md +0 -448
  239. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/windsurf-appiq.md +0 -698
  240. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/start.md +0 -211
  241. package/#Tools/APPIQ-METHOD/deployment/build-release.sh +0 -449
  242. package/#Tools/APPIQ-METHOD/deployment/create-release.sh +0 -196
  243. package/#Tools/APPIQ-METHOD/deployment/dist/appiq_installer.sh +0 -678
  244. package/#Tools/APPIQ-METHOD/deployment/docs/main_prd.md +0 -36
  245. package/#Tools/APPIQ-METHOD/deployment/init_appiq.sh +0 -805
  246. package/#Tools/APPIQ-METHOD/deployment/init_appiq_v2.sh +0 -678
  247. package/#Tools/APPIQ-METHOD/deployment/installers/appiq-global.sh +0 -91
  248. package/#Tools/APPIQ-METHOD/deployment/installers/claude-integration.sh +0 -281
  249. package/#Tools/APPIQ-METHOD/deployment/installers/cursor-integration.sh +0 -257
  250. package/#Tools/APPIQ-METHOD/deployment/installers/terminal-integration.sh +0 -645
  251. package/#Tools/APPIQ-METHOD/deployment/installers/windsurf-integration.sh +0 -350
  252. package/#Tools/APPIQ-METHOD/deployment/package-v2.sh +0 -97
  253. package/#Tools/APPIQ-METHOD/deployment/package.sh +0 -363
  254. package/#Tools/APPIQ-METHOD/deployment/quick-install.sh +0 -57
  255. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.txt +0 -1530
  256. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.txt +0 -322
  257. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.txt +0 -692
  258. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.txt +0 -382
  259. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.txt +0 -665
  260. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.txt +0 -1070
  261. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.txt +0 -1494
  262. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/teams/mobile-team-cross-platform.txt +0 -15613
  263. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +0 -22
  264. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +0 -20
  265. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +0 -13
  266. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +0 -20
  267. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +0 -1487
  268. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +0 -279
  269. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +0 -649
  270. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +0 -339
  271. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +0 -622
  272. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +0 -1027
  273. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +0 -1451
  274. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +0 -490
  275. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/config.yaml +0 -54
  276. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +0 -292
  277. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +0 -483
  278. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +0 -645
  279. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +0 -489
  280. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +0 -437
  281. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +0 -408
  282. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +0 -555
  283. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +0 -336
  284. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +0 -345
  285. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +0 -281
  286. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +0 -283
  287. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +0 -404
  288. package/#Tools/APPIQ-METHOD/package-bmad-backup.json +0 -78
  289. package/#Tools/APPIQ-METHOD/slash-commands/appiq.md +0 -273
  290. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/claude-appiq.md +0 -294
  291. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/cursor-appiq.md +0 -516
  292. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/universal-appiq.md +0 -448
  293. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/windsurf-appiq.md +0 -698
  294. package/#Tools/APPIQ-METHOD/slash-commands/start.md +0 -211
  295. /package/#Tools/APPIQ-METHOD/{deployment/build/bmad-core/core-config.yaml → bmad-core/core-config.yaml.bak} +0 -0
@@ -1,803 +0,0 @@
1
- # BMad Knowledge Base
2
-
3
- ## Overview
4
-
5
- BMad-Method (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments.
6
-
7
- ### Key Features
8
-
9
- - **Modular Agent System**: Specialized AI agents for each Agile role
10
- - **Build System**: Automated dependency resolution and optimization
11
- - **Dual Environment Support**: Optimized for both web UIs and IDEs
12
- - **Reusable Resources**: Portable templates, tasks, and checklists
13
- - **Slash Command Integration**: Quick agent switching and control
14
-
15
- ### When to Use BMad
16
-
17
- - **New Projects (Greenfield)**: Complete end-to-end development
18
- - **Existing Projects (Brownfield)**: Feature additions and enhancements
19
- - **Team Collaboration**: Multiple roles working together
20
- - **Quality Assurance**: Structured testing and validation
21
- - **Documentation**: Professional PRDs, architecture docs, user stories
22
-
23
- ## How BMad Works
24
-
25
- ### The Core Method
26
-
27
- BMad transforms you into a "Vibe CEO" - directing a team of specialized AI agents through structured workflows. Here's how:
28
-
29
- 1. **You Direct, AI Executes**: You provide vision and decisions; agents handle implementation details
30
- 2. **Specialized Agents**: Each agent masters one role (PM, Developer, Architect, etc.)
31
- 3. **Structured Workflows**: Proven patterns guide you from idea to deployed code
32
- 4. **Clean Handoffs**: Fresh context windows ensure agents stay focused and effective
33
-
34
- ### The Two-Phase Approach
35
-
36
- #### Phase 1: Planning (Web UI - Cost Effective)
37
-
38
- - Use large context windows (Gemini's 1M tokens)
39
- - Generate comprehensive documents (PRD, Architecture)
40
- - Leverage multiple agents for brainstorming
41
- - Create once, use throughout development
42
-
43
- #### Phase 2: Development (IDE - Implementation)
44
-
45
- - Shard documents into manageable pieces
46
- - Execute focused SM → Dev cycles
47
- - One story at a time, sequential progress
48
- - Real-time file operations and testing
49
-
50
- ### The Development Loop
51
-
52
- ```text
53
- 1. SM Agent (New Chat) → Creates next story from sharded docs
54
- 2. You → Review and approve story
55
- 3. Dev Agent (New Chat) → Implements approved story
56
- 4. QA Agent (New Chat) → Reviews and refactors code
57
- 5. You → Verify completion
58
- 6. Repeat until epic complete
59
- ```
60
-
61
- ### Why This Works
62
-
63
- - **Context Optimization**: Clean chats = better AI performance
64
- - **Role Clarity**: Agents don't context-switch = higher quality
65
- - **Incremental Progress**: Small stories = manageable complexity
66
- - **Human Oversight**: You validate each step = quality control
67
- - **Document-Driven**: Specs guide everything = consistency
68
-
69
- ## Getting Started
70
-
71
- ### Quick Start Options
72
-
73
- #### Option 1: Web UI
74
-
75
- **Best for**: ChatGPT, Claude, Gemini users who want to start immediately
76
-
77
- 1. Navigate to `dist/teams/`
78
- 2. Copy `team-fullstack.txt` content
79
- 3. Create new Gemini Gem or CustomGPT
80
- 4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
81
- 5. Type `/help` to see available commands
82
-
83
- #### Option 2: IDE Integration
84
-
85
- **Best for**: Cursor, Claude Code, Windsurf, Trae, Cline, Roo Code, Github Copilot users
86
-
87
- ```bash
88
- # Interactive installation (recommended)
89
- npx bmad-method install
90
- ```
91
-
92
- **Installation Steps**:
93
-
94
- - Choose "Complete installation"
95
- - Select your IDE from supported options:
96
- - **Cursor**: Native AI integration
97
- - **Claude Code**: Anthropic's official IDE
98
- - **Windsurf**: Built-in AI capabilities
99
- - **Trae**: Built-in AI capabilities
100
- - **Cline**: VS Code extension with AI features
101
- - **Roo Code**: Web-based IDE with agent support
102
- - **GitHub Copilot**: VS Code extension with AI peer programming assistant
103
-
104
- **Note for VS Code Users**: BMad-Method assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo.
105
-
106
- **Verify Installation**:
107
-
108
- - `.bmad-core/` folder created with all agents
109
- - IDE-specific integration files created
110
- - All agent commands/rules/modes available
111
-
112
- **Remember**: At its core, BMad-Method is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective
113
-
114
- ### Environment Selection Guide
115
-
116
- **Use Web UI for**:
117
-
118
- - Initial planning and documentation (PRD, architecture)
119
- - Cost-effective document creation (especially with Gemini)
120
- - Brainstorming and analysis phases
121
- - Multi-agent consultation and planning
122
-
123
- **Use IDE for**:
124
-
125
- - Active development and coding
126
- - File operations and project integration
127
- - Document sharding and story management
128
- - Implementation workflow (SM/Dev cycles)
129
-
130
- **Cost-Saving Tip**: Create large documents (PRDs, architecture) in web UI, then copy to `docs/prd.md` and `docs/architecture.md` in your project before switching to IDE for development.
131
-
132
- ### IDE-Only Workflow Considerations
133
-
134
- **Can you do everything in IDE?** Yes, but understand the tradeoffs:
135
-
136
- **Pros of IDE-Only**:
137
-
138
- - Single environment workflow
139
- - Direct file operations from start
140
- - No copy/paste between environments
141
- - Immediate project integration
142
-
143
- **Cons of IDE-Only**:
144
-
145
- - Higher token costs for large document creation
146
- - Smaller context windows (varies by IDE/model)
147
- - May hit limits during planning phases
148
- - Less cost-effective for brainstorming
149
-
150
- **Using Web Agents in IDE**:
151
-
152
- - **NOT RECOMMENDED**: Web agents (PM, Architect) have rich dependencies designed for large contexts
153
- - **Why it matters**: Dev agents are kept lean to maximize coding context
154
- - **The principle**: "Dev agents code, planning agents plan" - mixing breaks this optimization
155
-
156
- **About bmad-master and bmad-orchestrator**:
157
-
158
- - **bmad-master**: CAN do any task without switching agents, BUT...
159
- - **Still use specialized agents for planning**: PM, Architect, and UX Expert have tuned personas that produce better results
160
- - **Why specialization matters**: Each agent's personality and focus creates higher quality outputs
161
- - **If using bmad-master/orchestrator**: Fine for planning phases, but...
162
-
163
- **CRITICAL RULE for Development**:
164
-
165
- - **ALWAYS use SM agent for story creation** - Never use bmad-master or bmad-orchestrator
166
- - **ALWAYS use Dev agent for implementation** - Never use bmad-master or bmad-orchestrator
167
- - **Why this matters**: SM and Dev agents are specifically optimized for the development workflow
168
- - **No exceptions**: Even if using bmad-master for everything else, switch to SM → Dev for implementation
169
-
170
- **Best Practice for IDE-Only**:
171
-
172
- 1. Use PM/Architect/UX agents for planning (better than bmad-master)
173
- 2. Create documents directly in project
174
- 3. Shard immediately after creation
175
- 4. **MUST switch to SM agent** for story creation
176
- 5. **MUST switch to Dev agent** for implementation
177
- 6. Keep planning and coding in separate chat sessions
178
-
179
- ## Core Configuration (core-config.yaml)
180
-
181
- **New in V4**: The `bmad-core/core-config.yaml` file is a critical innovation that enables BMad to work seamlessly with any project structure, providing maximum flexibility and backwards compatibility.
182
-
183
- ### What is core-config.yaml?
184
-
185
- This configuration file acts as a map for BMad agents, telling them exactly where to find your project documents and how they're structured. It enables:
186
-
187
- - **Version Flexibility**: Work with V3, V4, or custom document structures
188
- - **Custom Locations**: Define where your documents and shards live
189
- - **Developer Context**: Specify which files the dev agent should always load
190
- - **Debug Support**: Built-in logging for troubleshooting
191
-
192
- ### Key Configuration Areas
193
-
194
- #### PRD Configuration
195
-
196
- - **prdVersion**: Tells agents if PRD follows v3 or v4 conventions
197
- - **prdSharded**: Whether epics are embedded (false) or in separate files (true)
198
- - **prdShardedLocation**: Where to find sharded epic files
199
- - **epicFilePattern**: Pattern for epic filenames (e.g., `epic-{n}*.md`)
200
-
201
- #### Architecture Configuration
202
-
203
- - **architectureVersion**: v3 (monolithic) or v4 (sharded)
204
- - **architectureSharded**: Whether architecture is split into components
205
- - **architectureShardedLocation**: Where sharded architecture files live
206
-
207
- #### Developer Files
208
-
209
- - **devLoadAlwaysFiles**: List of files the dev agent loads for every task
210
- - **devDebugLog**: Where dev agent logs repeated failures
211
- - **agentCoreDump**: Export location for chat conversations
212
-
213
- ### Why It Matters
214
-
215
- 1. **No Forced Migrations**: Keep your existing document structure
216
- 2. **Gradual Adoption**: Start with V3 and migrate to V4 at your pace
217
- 3. **Custom Workflows**: Configure BMad to match your team's process
218
- 4. **Intelligent Agents**: Agents automatically adapt to your configuration
219
-
220
- ### Common Configurations
221
-
222
- **Legacy V3 Project**:
223
-
224
- ```yaml
225
- prdVersion: v3
226
- prdSharded: false
227
- architectureVersion: v3
228
- architectureSharded: false
229
- ```
230
-
231
- **V4 Optimized Project**:
232
-
233
- ```yaml
234
- prdVersion: v4
235
- prdSharded: true
236
- prdShardedLocation: docs/prd
237
- architectureVersion: v4
238
- architectureSharded: true
239
- architectureShardedLocation: docs/architecture
240
- ```
241
-
242
- ## Core Philosophy
243
-
244
- ### Vibe CEO'ing
245
-
246
- You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a singular vision. Your AI agents are your high-powered team, and your role is to:
247
-
248
- - **Direct**: Provide clear instructions and objectives
249
- - **Refine**: Iterate on outputs to achieve quality
250
- - **Oversee**: Maintain strategic alignment across all agents
251
-
252
- ### Core Principles
253
-
254
- 1. **MAXIMIZE_AI_LEVERAGE**: Push the AI to deliver more. Challenge outputs and iterate.
255
- 2. **QUALITY_CONTROL**: You are the ultimate arbiter of quality. Review all outputs.
256
- 3. **STRATEGIC_OVERSIGHT**: Maintain the high-level vision and ensure alignment.
257
- 4. **ITERATIVE_REFINEMENT**: Expect to revisit steps. This is not a linear process.
258
- 5. **CLEAR_INSTRUCTIONS**: Precise requests lead to better outputs.
259
- 6. **DOCUMENTATION_IS_KEY**: Good inputs (briefs, PRDs) lead to good outputs.
260
- 7. **START_SMALL_SCALE_FAST**: Test concepts, then expand.
261
- 8. **EMBRACE_THE_CHAOS**: Adapt and overcome challenges.
262
-
263
- ### Key Workflow Principles
264
-
265
- 1. **Agent Specialization**: Each agent has specific expertise and responsibilities
266
- 2. **Clean Handoffs**: Always start fresh when switching between agents
267
- 3. **Status Tracking**: Maintain story statuses (Draft → Approved → InProgress → Done)
268
- 4. **Iterative Development**: Complete one story before starting the next
269
- 5. **Documentation First**: Always start with solid PRD and architecture
270
-
271
- ## Agent System
272
-
273
- ### Core Development Team
274
-
275
- | Agent | Role | Primary Functions | When to Use |
276
- | ----------- | ------------------ | --------------------------------------- | -------------------------------------- |
277
- | `analyst` | Business Analyst | Market research, requirements gathering | Project planning, competitive analysis |
278
- | `pm` | Product Manager | PRD creation, feature prioritization | Strategic planning, roadmaps |
279
- | `architect` | Solution Architect | System design, technical architecture | Complex systems, scalability planning |
280
- | `dev` | Developer | Code implementation, debugging | All development tasks |
281
- | `qa` | QA Specialist | Test planning, quality assurance | Testing strategies, bug validation |
282
- | `ux-expert` | UX Designer | UI/UX design, prototypes | User experience, interface design |
283
- | `po` | Product Owner | Backlog management, story validation | Story refinement, acceptance criteria |
284
- | `sm` | Scrum Master | Sprint planning, story creation | Project management, workflow |
285
-
286
- ### Meta Agents
287
-
288
- | Agent | Role | Primary Functions | When to Use |
289
- | ------------------- | ---------------- | ------------------------------------- | --------------------------------- |
290
- | `bmad-orchestrator` | Team Coordinator | Multi-agent workflows, role switching | Complex multi-role tasks |
291
- | `bmad-master` | Universal Expert | All capabilities without switching | Single-session comprehensive work |
292
-
293
- ### Agent Interaction Commands
294
-
295
- #### IDE-Specific Syntax
296
-
297
- **Agent Loading by IDE**:
298
-
299
- - **Claude Code**: `/agent-name` (e.g., `/bmad-master`)
300
- - **Cursor**: `@agent-name` (e.g., `@bmad-master`)
301
- - **Windsurf**: `@agent-name` (e.g., `@bmad-master`)
302
- - **Trae**: `@agent-name` (e.g., `@bmad-master`)
303
- - **Roo Code**: Select mode from mode selector (e.g., `bmad-master`)
304
- - **GitHub Copilot**: Open the Chat view (`⌃⌘I` on Mac, `Ctrl+Alt+I` on Windows/Linux) and select **Agent** from the chat mode selector.
305
-
306
- **Chat Management Guidelines**:
307
-
308
- - **Claude Code, Cursor, Windsurf, Trae**: Start new chats when switching agents
309
- - **Roo Code**: Switch modes within the same conversation
310
-
311
- **Common Task Commands**:
312
-
313
- - `*help` - Show available commands
314
- - `*status` - Show current context/progress
315
- - `*exit` - Exit the agent mode
316
- - `*shard-doc docs/prd.md prd` - Shard PRD into manageable pieces
317
- - `*shard-doc docs/architecture.md architecture` - Shard architecture document
318
- - `*create` - Run create-next-story task (SM agent)
319
-
320
- **In Web UI**:
321
-
322
- ```text
323
- /pm create-doc prd
324
- /architect review system design
325
- /dev implement story 1.2
326
- /help - Show available commands
327
- /switch agent-name - Change active agent (if orchestrator available)
328
- ```
329
-
330
- ## Team Configurations
331
-
332
- ### Pre-Built Teams
333
-
334
- #### Team All
335
-
336
- - **Includes**: All 10 agents + orchestrator
337
- - **Use Case**: Complete projects requiring all roles
338
- - **Bundle**: `team-all.txt`
339
-
340
- #### Team Fullstack
341
-
342
- - **Includes**: PM, Architect, Developer, QA, UX Expert
343
- - **Use Case**: End-to-end web/mobile development
344
- - **Bundle**: `team-fullstack.txt`
345
-
346
- #### Team No-UI
347
-
348
- - **Includes**: PM, Architect, Developer, QA (no UX Expert)
349
- - **Use Case**: Backend services, APIs, system development
350
- - **Bundle**: `team-no-ui.txt`
351
-
352
- ## Core Architecture
353
-
354
- ### System Overview
355
-
356
- The BMad-Method is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini).
357
-
358
- ### Key Architectural Components
359
-
360
- #### 1. Agents (`bmad-core/agents/`)
361
-
362
- - **Purpose**: Each markdown file defines a specialized AI agent for a specific Agile role (PM, Dev, Architect, etc.)
363
- - **Structure**: Contains YAML headers specifying the agent's persona, capabilities, and dependencies
364
- - **Dependencies**: Lists of tasks, templates, checklists, and data files the agent can use
365
- - **Startup Instructions**: Can load project-specific documentation for immediate context
366
-
367
- #### 2. Agent Teams (`bmad-core/agent-teams/`)
368
-
369
- - **Purpose**: Define collections of agents bundled together for specific purposes
370
- - **Examples**: `team-all.yaml` (comprehensive bundle), `team-fullstack.yaml` (full-stack development)
371
- - **Usage**: Creates pre-packaged contexts for web UI environments
372
-
373
- #### 3. Workflows (`bmad-core/workflows/`)
374
-
375
- - **Purpose**: YAML files defining prescribed sequences of steps for specific project types
376
- - **Types**: Greenfield (new projects) and Brownfield (existing projects) for UI, service, and fullstack development
377
- - **Structure**: Defines agent interactions, artifacts created, and transition conditions
378
-
379
- #### 4. Reusable Resources
380
-
381
- - **Templates** (`bmad-core/templates/`): Markdown templates for PRDs, architecture specs, user stories
382
- - **Tasks** (`bmad-core/tasks/`): Instructions for specific repeatable actions like "shard-doc" or "create-next-story"
383
- - **Checklists** (`bmad-core/checklists/`): Quality assurance checklists for validation and review
384
- - **Data** (`bmad-core/data/`): Core knowledge base and technical preferences
385
-
386
- ### Dual Environment Architecture
387
-
388
- #### IDE Environment
389
-
390
- - Users interact directly with agent markdown files
391
- - Agents can access all dependencies dynamically
392
- - Supports real-time file operations and project integration
393
- - Optimized for development workflow execution
394
-
395
- #### Web UI Environment
396
-
397
- - Uses pre-built bundles from `dist/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
398
- - Single text files containing all agent dependencies are in `dist/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
399
- - Created by the web-builder tool for upload to web interfaces
400
- - Provides complete context in one package
401
-
402
- ### Template Processing System
403
-
404
- BMad employs a sophisticated template system with three key components:
405
-
406
- 1. **Template Format** (`utils/bmad-doc-template.md`): Defines markup language for variable substitution and AI processing directives from yaml templates
407
- 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction to transform yaml spec to final markdown output
408
- 3. **Advanced Elicitation** (`tasks/advanced-elicitation.md`): Provides interactive refinement through structured brainstorming
409
-
410
- ### Technical Preferences Integration
411
-
412
- The `technical-preferences.md` file serves as a persistent technical profile that:
413
-
414
- - Ensures consistency across all agents and projects
415
- - Eliminates repetitive technology specification
416
- - Provides personalized recommendations aligned with user preferences
417
- - Evolves over time with lessons learned
418
-
419
- ### Build and Delivery Process
420
-
421
- The `web-builder.js` tool creates web-ready bundles by:
422
-
423
- 1. Reading agent or team definition files
424
- 2. Recursively resolving all dependencies
425
- 3. Concatenating content into single text files with clear separators
426
- 4. Outputting ready-to-upload bundles for web AI interfaces
427
-
428
- This architecture enables seamless operation across environments while maintaining the rich, interconnected agent ecosystem that makes BMad powerful.
429
-
430
- ## Complete Development Workflow
431
-
432
- ### Planning Phase (Web UI Recommended - Especially Gemini!)
433
-
434
- **Ideal for cost efficiency with Gemini's massive context:**
435
-
436
- **For Brownfield Projects - Start Here!**:
437
-
438
- 1. **Upload entire project to Gemini Web** (GitHub URL, files, or zip)
439
- 2. **Document existing system**: `/analyst` → `*document-project`
440
- 3. **Creates comprehensive docs** from entire codebase analysis
441
-
442
- **For All Projects**:
443
-
444
- 1. **Optional Analysis**: `/analyst` - Market research, competitive analysis
445
- 2. **Project Brief**: Create foundation document (Analyst or user)
446
- 3. **PRD Creation**: `/pm create-doc prd` - Comprehensive product requirements
447
- 4. **Architecture Design**: `/architect create-doc architecture` - Technical foundation
448
- 5. **Validation & Alignment**: `/po` run master checklist to ensure document consistency
449
- 6. **Document Preparation**: Copy final documents to project as `docs/prd.md` and `docs/architecture.md`
450
-
451
- #### Example Planning Prompts
452
-
453
- **For PRD Creation**:
454
-
455
- ```text
456
- "I want to build a [type] application that [core purpose].
457
- Help me brainstorm features and create a comprehensive PRD."
458
- ```
459
-
460
- **For Architecture Design**:
461
-
462
- ```text
463
- "Based on this PRD, design a scalable technical architecture
464
- that can handle [specific requirements]."
465
- ```
466
-
467
- ### Critical Transition: Web UI to IDE
468
-
469
- **Once planning is complete, you MUST switch to IDE for development:**
470
-
471
- - **Why**: Development workflow requires file operations, real-time project integration, and document sharding
472
- - **Cost Benefit**: Web UI is more cost-effective for large document creation; IDE is optimized for development tasks
473
- - **Required Files**: Ensure `docs/prd.md` and `docs/architecture.md` exist in your project
474
-
475
- ### IDE Development Workflow
476
-
477
- **Prerequisites**: Planning documents must exist in `docs/` folder
478
-
479
- 1. **Document Sharding** (CRITICAL STEP):
480
- - Documents created by PM/Architect (in Web or IDE) MUST be sharded for development
481
- - Two methods to shard:
482
- a) **Manual**: Drag `shard-doc` task + document file into chat
483
- b) **Agent**: Ask `@bmad-master` or `@po` to shard documents
484
- - Shards `docs/prd.md` → `docs/prd/` folder
485
- - Shards `docs/architecture.md` → `docs/architecture/` folder
486
- - **WARNING**: Do NOT shard in Web UI - copying many small files is painful!
487
-
488
- 2. **Verify Sharded Content**:
489
- - At least one `epic-n.md` file in `docs/prd/` with stories in development order
490
- - Source tree document and coding standards for dev agent reference
491
- - Sharded docs for SM agent story creation
492
-
493
- Resulting Folder Structure:
494
-
495
- - `docs/prd/` - Broken down PRD sections
496
- - `docs/architecture/` - Broken down architecture sections
497
- - `docs/stories/` - Generated user stories
498
-
499
- 1. **Development Cycle** (Sequential, one story at a time):
500
-
501
- **CRITICAL CONTEXT MANAGEMENT**:
502
- - **Context windows matter!** Always use fresh, clean context windows
503
- - **Model selection matters!** Use most powerful thinking model for SM story creation
504
- - **ALWAYS start new chat between SM, Dev, and QA work**
505
-
506
- **Step 1 - Story Creation**:
507
- - **NEW CLEAN CHAT** → Select powerful model → `@sm` → `*create`
508
- - SM executes create-next-story task
509
- - Review generated story in `docs/stories/`
510
- - Update status from "Draft" to "Approved"
511
-
512
- **Step 2 - Story Implementation**:
513
- - **NEW CLEAN CHAT** → `@dev`
514
- - Agent asks which story to implement
515
- - Include story file content to save dev agent lookup time
516
- - Dev follows tasks/subtasks, marking completion
517
- - Dev maintains File List of all changes
518
- - Dev marks story as "Review" when complete with all tests passing
519
-
520
- **Step 3 - Senior QA Review**:
521
- - **NEW CLEAN CHAT** → `@qa` → execute review-story task
522
- - QA performs senior developer code review
523
- - QA can refactor and improve code directly
524
- - QA appends results to story's QA Results section
525
- - If approved: Status → "Done"
526
- - If changes needed: Status stays "Review" with unchecked items for dev
527
-
528
- **Step 4 - Repeat**: Continue SM → Dev → QA cycle until all epic stories complete
529
-
530
- **Important**: Only 1 story in progress at a time, worked sequentially until all epic stories complete.
531
-
532
- ### Status Tracking Workflow
533
-
534
- Stories progress through defined statuses:
535
-
536
- - **Draft** → **Approved** → **InProgress** → **Done**
537
-
538
- Each status change requires user verification and approval before proceeding.
539
-
540
- ### Workflow Types
541
-
542
- #### Greenfield Development
543
-
544
- - Business analysis and market research
545
- - Product requirements and feature definition
546
- - System architecture and design
547
- - Development execution
548
- - Testing and deployment
549
-
550
- #### Brownfield Enhancement (Existing Projects)
551
-
552
- **Key Concept**: Brownfield development requires comprehensive documentation of your existing project for AI agents to understand context, patterns, and constraints.
553
-
554
- **Complete Brownfield Workflow Options**:
555
-
556
- **Option 1: PRD-First (Recommended for Large Codebases/Monorepos)**:
557
-
558
- 1. **Upload project to Gemini Web** (GitHub URL, files, or zip)
559
- 2. **Create PRD first**: `@pm` → `*create-doc brownfield-prd`
560
- 3. **Focused documentation**: `@analyst` → `*document-project`
561
- - Analyst asks for focus if no PRD provided
562
- - Choose "single document" format for Web UI
563
- - Uses PRD to document ONLY relevant areas
564
- - Creates one comprehensive markdown file
565
- - Avoids bloating docs with unused code
566
-
567
- **Option 2: Document-First (Good for Smaller Projects)**:
568
-
569
- 1. **Upload project to Gemini Web**
570
- 2. **Document everything**: `@analyst` → `*document-project`
571
- 3. **Then create PRD**: `@pm` → `*create-doc brownfield-prd`
572
- - More thorough but can create excessive documentation
573
-
574
- 4. **Requirements Gathering**:
575
- - **Brownfield PRD**: Use PM agent with `brownfield-prd-tmpl`
576
- - **Analyzes**: Existing system, constraints, integration points
577
- - **Defines**: Enhancement scope, compatibility requirements, risk assessment
578
- - **Creates**: Epic and story structure for changes
579
-
580
- 5. **Architecture Planning**:
581
- - **Brownfield Architecture**: Use Architect agent with `brownfield-architecture-tmpl`
582
- - **Integration Strategy**: How new features integrate with existing system
583
- - **Migration Planning**: Gradual rollout and backwards compatibility
584
- - **Risk Mitigation**: Addressing potential breaking changes
585
-
586
- **Brownfield-Specific Resources**:
587
-
588
- **Templates**:
589
-
590
- - `brownfield-prd-tmpl.md`: Comprehensive enhancement planning with existing system analysis
591
- - `brownfield-architecture-tmpl.md`: Integration-focused architecture for existing systems
592
-
593
- **Tasks**:
594
-
595
- - `document-project`: Generates comprehensive documentation from existing codebase
596
- - `brownfield-create-epic`: Creates single epic for focused enhancements (when full PRD is overkill)
597
- - `brownfield-create-story`: Creates individual story for small, isolated changes
598
-
599
- **When to Use Each Approach**:
600
-
601
- **Full Brownfield Workflow** (Recommended for):
602
-
603
- - Major feature additions
604
- - System modernization
605
- - Complex integrations
606
- - Multiple related changes
607
-
608
- **Quick Epic/Story Creation** (Use when):
609
-
610
- - Single, focused enhancement
611
- - Isolated bug fixes
612
- - Small feature additions
613
- - Well-documented existing system
614
-
615
- **Critical Success Factors**:
616
-
617
- 1. **Documentation First**: Always run `document-project` if docs are outdated/missing
618
- 2. **Context Matters**: Provide agents access to relevant code sections
619
- 3. **Integration Focus**: Emphasize compatibility and non-breaking changes
620
- 4. **Incremental Approach**: Plan for gradual rollout and testing
621
-
622
- **For detailed guide**: See `docs/working-in-the-brownfield.md`
623
-
624
- ## Document Creation Best Practices
625
-
626
- ### Required File Naming for Framework Integration
627
-
628
- - `docs/prd.md` - Product Requirements Document
629
- - `docs/architecture.md` - System Architecture Document
630
-
631
- **Why These Names Matter**:
632
-
633
- - Agents automatically reference these files during development
634
- - Sharding tasks expect these specific filenames
635
- - Workflow automation depends on standard naming
636
-
637
- ### Cost-Effective Document Creation Workflow
638
-
639
- **Recommended for Large Documents (PRD, Architecture):**
640
-
641
- 1. **Use Web UI**: Create documents in web interface for cost efficiency
642
- 2. **Copy Final Output**: Save complete markdown to your project
643
- 3. **Standard Names**: Save as `docs/prd.md` and `docs/architecture.md`
644
- 4. **Switch to IDE**: Use IDE agents for development and smaller documents
645
-
646
- ### Document Sharding
647
-
648
- Templates with Level 2 headings (`##`) can be automatically sharded:
649
-
650
- **Original PRD**:
651
-
652
- ```markdown
653
- ## Goals and Background Context
654
- ## Requirements
655
- ## User Interface Design Goals
656
- ## Success Metrics
657
- ```
658
-
659
- **After Sharding**:
660
-
661
- - `docs/prd/goals-and-background-context.md`
662
- - `docs/prd/requirements.md`
663
- - `docs/prd/user-interface-design-goals.md`
664
- - `docs/prd/success-metrics.md`
665
-
666
- Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sharding.
667
-
668
- ## Usage Patterns and Best Practices
669
-
670
- ### Environment-Specific Usage
671
-
672
- **Web UI Best For**:
673
-
674
- - Initial planning and documentation phases
675
- - Cost-effective large document creation
676
- - Agent consultation and brainstorming
677
- - Multi-agent workflows with orchestrator
678
-
679
- **IDE Best For**:
680
-
681
- - Active development and implementation
682
- - File operations and project integration
683
- - Story management and development cycles
684
- - Code review and debugging
685
-
686
- ### Quality Assurance
687
-
688
- - Use appropriate agents for specialized tasks
689
- - Follow Agile ceremonies and review processes
690
- - Maintain document consistency with PO agent
691
- - Regular validation with checklists and templates
692
-
693
- ### Performance Optimization
694
-
695
- - Use specific agents vs. `bmad-master` for focused tasks
696
- - Choose appropriate team size for project needs
697
- - Leverage technical preferences for consistency
698
- - Regular context management and cache clearing
699
-
700
- ## Success Tips
701
-
702
- - **Use Gemini for big picture planning** - The team-fullstack bundle provides collaborative expertise
703
- - **Use bmad-master for document organization** - Sharding creates manageable chunks
704
- - **Follow the SM → Dev cycle religiously** - This ensures systematic progress
705
- - **Keep conversations focused** - One agent, one task per conversation
706
- - **Review everything** - Always review and approve before marking complete
707
-
708
- ## Contributing to BMad-Method
709
-
710
- ### Quick Contribution Guidelines
711
-
712
- For full details, see `CONTRIBUTING.md`. Key points:
713
-
714
- **Fork Workflow**:
715
-
716
- 1. Fork the repository
717
- 2. Create feature branches
718
- 3. Submit PRs to `next` branch (default) or `main` for critical fixes only
719
- 4. Keep PRs small: 200-400 lines ideal, 800 lines maximum
720
- 5. One feature/fix per PR
721
-
722
- **PR Requirements**:
723
-
724
- - Clear descriptions (max 200 words) with What/Why/How/Testing
725
- - Use conventional commits (feat:, fix:, docs:)
726
- - Atomic commits - one logical change per commit
727
- - Must align with guiding principles
728
-
729
- **Core Principles** (from docs/GUIDING-PRINCIPLES.md):
730
-
731
- - **Dev Agents Must Be Lean**: Minimize dependencies, save context for code
732
- - **Natural Language First**: Everything in markdown, no code in core
733
- - **Core vs Expansion Packs**: Core for universal needs, packs for specialized domains
734
- - **Design Philosophy**: "Dev agents code, planning agents plan"
735
-
736
- ## Expansion Packs
737
-
738
- ### What Are Expansion Packs?
739
-
740
- Expansion packs extend BMad-Method beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development.
741
-
742
- ### Why Use Expansion Packs?
743
-
744
- 1. **Keep Core Lean**: Dev agents maintain maximum context for coding
745
- 2. **Domain Expertise**: Deep, specialized knowledge without bloating core
746
- 3. **Community Innovation**: Anyone can create and share packs
747
- 4. **Modular Design**: Install only what you need
748
-
749
- ### Available Expansion Packs
750
-
751
- **Technical Packs**:
752
-
753
- - **Infrastructure/DevOps**: Cloud architects, SRE experts, security specialists
754
- - **Game Development**: Game designers, level designers, narrative writers
755
- - **Mobile Development**: iOS/Android specialists, mobile UX experts
756
- - **Data Science**: ML engineers, data scientists, visualization experts
757
-
758
- **Non-Technical Packs**:
759
-
760
- - **Business Strategy**: Consultants, financial analysts, marketing strategists
761
- - **Creative Writing**: Plot architects, character developers, world builders
762
- - **Health & Wellness**: Fitness trainers, nutritionists, habit engineers
763
- - **Education**: Curriculum designers, assessment specialists
764
- - **Legal Support**: Contract analysts, compliance checkers
765
-
766
- **Specialty Packs**:
767
-
768
- - **Expansion Creator**: Tools to build your own expansion packs
769
- - **RPG Game Master**: Tabletop gaming assistance
770
- - **Life Event Planning**: Wedding planners, event coordinators
771
- - **Scientific Research**: Literature reviewers, methodology designers
772
-
773
- ### Using Expansion Packs
774
-
775
- 1. **Browse Available Packs**: Check `expansion-packs/` directory
776
- 2. **Get Inspiration**: See `docs/expansion-packs.md` for detailed examples and ideas
777
- 3. **Install via CLI**:
778
-
779
- ```bash
780
- npx bmad-method install
781
- # Select "Install expansion pack" option
782
- ```
783
-
784
- 4. **Use in Your Workflow**: Installed packs integrate seamlessly with existing agents
785
-
786
- ### Creating Custom Expansion Packs
787
-
788
- Use the **expansion-creator** pack to build your own:
789
-
790
- 1. **Define Domain**: What expertise are you capturing?
791
- 2. **Design Agents**: Create specialized roles with clear boundaries
792
- 3. **Build Resources**: Tasks, templates, checklists for your domain
793
- 4. **Test & Share**: Validate with real use cases, share with community
794
-
795
- **Key Principle**: Expansion packs democratize expertise by making specialized knowledge accessible through AI agents.
796
-
797
- ## Getting Help
798
-
799
- - **Commands**: Use `*/*help` in any environment to see available commands
800
- - **Agent Switching**: Use `*/*switch agent-name` with orchestrator for role changes
801
- - **Documentation**: Check `docs/` folder for project-specific context
802
- - **Community**: Discord and GitHub resources available for support
803
- - **Contributing**: See `CONTRIBUTING.md` for full guidelines