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,137 +0,0 @@
1
- template:
2
- id: story-template-v2
3
- name: Story Document
4
- version: 2.0
5
- output:
6
- format: markdown
7
- filename: docs/stories/{{epic_num}}.{{story_num}}.{{story_title_short}}.md
8
- title: "Story {{epic_num}}.{{story_num}}: {{story_title_short}}"
9
-
10
- workflow:
11
- mode: interactive
12
- elicitation: advanced-elicitation
13
-
14
- agent_config:
15
- editable_sections:
16
- - Status
17
- - Story
18
- - Acceptance Criteria
19
- - Tasks / Subtasks
20
- - Dev Notes
21
- - Testing
22
- - Change Log
23
-
24
- sections:
25
- - id: status
26
- title: Status
27
- type: choice
28
- choices: [Draft, Approved, InProgress, Review, Done]
29
- instruction: Select the current status of the story
30
- owner: scrum-master
31
- editors: [scrum-master, dev-agent]
32
-
33
- - id: story
34
- title: Story
35
- type: template-text
36
- template: |
37
- **As a** {{role}},
38
- **I want** {{action}},
39
- **so that** {{benefit}}
40
- instruction: Define the user story using the standard format with role, action, and benefit
41
- elicit: true
42
- owner: scrum-master
43
- editors: [scrum-master]
44
-
45
- - id: acceptance-criteria
46
- title: Acceptance Criteria
47
- type: numbered-list
48
- instruction: Copy the acceptance criteria numbered list from the epic file
49
- elicit: true
50
- owner: scrum-master
51
- editors: [scrum-master]
52
-
53
- - id: tasks-subtasks
54
- title: Tasks / Subtasks
55
- type: bullet-list
56
- instruction: |
57
- Break down the story into specific tasks and subtasks needed for implementation.
58
- Reference applicable acceptance criteria numbers where relevant.
59
- template: |
60
- - [ ] Task 1 (AC: # if applicable)
61
- - [ ] Subtask1.1...
62
- - [ ] Task 2 (AC: # if applicable)
63
- - [ ] Subtask 2.1...
64
- - [ ] Task 3 (AC: # if applicable)
65
- - [ ] Subtask 3.1...
66
- elicit: true
67
- owner: scrum-master
68
- editors: [scrum-master, dev-agent]
69
-
70
- - id: dev-notes
71
- title: Dev Notes
72
- instruction: |
73
- Populate relevant information, only what was pulled from actual artifacts from docs folder, relevant to this story:
74
- - Do not invent information
75
- - If known add Relevant Source Tree info that relates to this story
76
- - If there were important notes from previous story that are relevant to this one, include them here
77
- - Put enough information in this section so that the dev agent should NEVER need to read the architecture documents, these notes along with the tasks and subtasks must give the Dev Agent the complete context it needs to comprehend with the least amount of overhead the information to complete the story, meeting all AC and completing all tasks+subtasks
78
- elicit: true
79
- owner: scrum-master
80
- editors: [scrum-master]
81
- sections:
82
- - id: testing-standards
83
- title: Testing
84
- instruction: |
85
- List Relevant Testing Standards from Architecture the Developer needs to conform to:
86
- - Test file location
87
- - Test standards
88
- - Testing frameworks and patterns to use
89
- - Any specific testing requirements for this story
90
- elicit: true
91
- owner: scrum-master
92
- editors: [scrum-master]
93
-
94
- - id: change-log
95
- title: Change Log
96
- type: table
97
- columns: [Date, Version, Description, Author]
98
- instruction: Track changes made to this story document
99
- owner: scrum-master
100
- editors: [scrum-master, dev-agent, qa-agent]
101
-
102
- - id: dev-agent-record
103
- title: Dev Agent Record
104
- instruction: This section is populated by the development agent during implementation
105
- owner: dev-agent
106
- editors: [dev-agent]
107
- sections:
108
- - id: agent-model
109
- title: Agent Model Used
110
- template: "{{agent_model_name_version}}"
111
- instruction: Record the specific AI agent model and version used for development
112
- owner: dev-agent
113
- editors: [dev-agent]
114
-
115
- - id: debug-log-references
116
- title: Debug Log References
117
- instruction: Reference any debug logs or traces generated during development
118
- owner: dev-agent
119
- editors: [dev-agent]
120
-
121
- - id: completion-notes
122
- title: Completion Notes List
123
- instruction: Notes about the completion of tasks and any issues encountered
124
- owner: dev-agent
125
- editors: [dev-agent]
126
-
127
- - id: file-list
128
- title: File List
129
- instruction: List all files created, modified, or affected during story implementation
130
- owner: dev-agent
131
- editors: [dev-agent]
132
-
133
- - id: qa-results
134
- title: QA Results
135
- instruction: Results from QA Agent QA review of the completed story implementation
136
- owner: qa-agent
137
- editors: [qa-agent]
@@ -1,250 +0,0 @@
1
- # BMad-Method BMAd Code User Guide
2
-
3
- This guide will help you understand and effectively use the BMad Method for agile ai driven planning and development.
4
-
5
- ## The BMad Plan and Execute Workflow
6
-
7
- First, here is the full standard Greenfield Planning + Execution Workflow. Brownfield is very similar, but its suggested to understand this greenfield first, even if on a simple project before tackling a brownfield project. The BMad Method needs to be installed to the root of your new project folder. For the planning phase, you can optionally perform it with powerful web agents, potentially resulting in higher quality results at a fraction of the cost it would take to complete if providing your own API key or credits in some Agentic tools. For planning, powerful thinking models and larger context - along with working as a partner with the agents will net the best results.
8
-
9
- If you are going to use the BMad Method with a Brownfield project (an existing project), review [Working in the Brownfield](./working-in-the-brownfield.md)
10
-
11
- If you do not see the diagrams that following rendering, you can install Markdown All in One along with the Markdown Preview Mermaid Support plugins to VSCode (or one of the forked clones). With these plugin's, if you right click on the tab when open, there should be a Open Preview option, or check the IDE documentation.
12
-
13
- ### The Planning Workflow (Web UI or Powerful IDE Agents)
14
-
15
- Before development begins, BMad follows a structured planning workflow that's ideally done in web UI for cost efficiency:
16
-
17
- ```mermaid
18
- graph TD
19
- A["Start: Project Idea"] --> B{"Optional: Analyst Research"}
20
- B -->|Yes| C["Analyst: Brainstorming (Optional)"]
21
- B -->|No| G{"Project Brief Available?"}
22
- C --> C2["Analyst: Market Research (Optional)"]
23
- C2 --> C3["Analyst: Competitor Analysis (Optional)"]
24
- C3 --> D["Analyst: Create Project Brief"]
25
- D --> G
26
- G -->|Yes| E["PM: Create PRD from Brief (Fast Track)"]
27
- G -->|No| E2["PM: Interactive PRD Creation (More Questions)"]
28
- E --> F["PRD Created with FRs, NFRs, Epics & Stories"]
29
- E2 --> F
30
- F --> F2{"UX Required?"}
31
- F2 -->|Yes| F3["UX Expert: Create Front End Spec"]
32
- F2 -->|No| H["Architect: Create Architecture from PRD"]
33
- F3 --> F4["UX Expert: Generate UI Prompt for Lovable/V0 (Optional)"]
34
- F4 --> H2["Architect: Create Architecture from PRD + UX Spec"]
35
- H --> I["PO: Run Master Checklist"]
36
- H2 --> I
37
- I --> J{"Documents Aligned?"}
38
- J -->|Yes| K["Planning Complete"]
39
- J -->|No| L["PO: Update Epics & Stories"]
40
- L --> M["Update PRD/Architecture as needed"]
41
- M --> I
42
- K --> N["📁 Switch to IDE (If in a Web Agent Platform)"]
43
- N --> O["PO: Shard Documents"]
44
- O --> P["Ready for SM/Dev Cycle"]
45
-
46
- style A fill:#f5f5f5,color:#000
47
- style B fill:#e3f2fd,color:#000
48
- style C fill:#e8f5e9,color:#000
49
- style C2 fill:#e8f5e9,color:#000
50
- style C3 fill:#e8f5e9,color:#000
51
- style D fill:#e8f5e9,color:#000
52
- style E fill:#fff3e0,color:#000
53
- style E2 fill:#fff3e0,color:#000
54
- style F fill:#fff3e0,color:#000
55
- style F2 fill:#e3f2fd,color:#000
56
- style F3 fill:#e1f5fe,color:#000
57
- style F4 fill:#e1f5fe,color:#000
58
- style G fill:#e3f2fd,color:#000
59
- style H fill:#f3e5f5,color:#000
60
- style H2 fill:#f3e5f5,color:#000
61
- style I fill:#f9ab00,color:#fff
62
- style J fill:#e3f2fd,color:#000
63
- style K fill:#34a853,color:#fff
64
- style L fill:#f9ab00,color:#fff
65
- style M fill:#fff3e0,color:#000
66
- style N fill:#1a73e8,color:#fff
67
- style O fill:#f9ab00,color:#fff
68
- style P fill:#34a853,color:#fff
69
- ```
70
-
71
- #### Web UI to IDE Transition
72
-
73
- **Critical Transition Point**: Once the PO confirms document alignment, you must switch from web UI to IDE to begin the development workflow:
74
-
75
- 1. **Copy Documents to Project**: Ensure `docs/prd.md` and `docs/architecture.md` are in your project's docs folder (or a custom location you can specify during installation)
76
- 2. **Switch to IDE**: Open your project in your preferred Agentic IDE
77
- 3. **Document Sharding**: Use the PO agent to shard the PRD and then the Architecture
78
- 4. **Begin Development**: Start the Core Development Cycle that follows
79
-
80
- ### The Core Development Cycle (IDE)
81
-
82
- Once planning is complete and documents are sharded, BMad follows a structured development workflow:
83
-
84
- ```mermaid
85
- graph TD
86
- A["Development Phase Start"] --> B["SM: Reviews Previous Story Dev/QA Notes"]
87
- B --> B2["SM: Drafts Next Story from Sharded Epic + Architecture"]
88
- B2 --> B3{"QA: Review Story Draft (Optional)"}
89
- B3 -->|Review Requested| B4["QA: Review Story Against Artifacts"]
90
- B3 -->|Skip Review| C{"User Approval"}
91
- B4 --> C
92
- C -->|Approved| D["Dev: Sequential Task Execution"]
93
- C -->|Needs Changes| B2
94
- D --> E["Dev: Implement Tasks + Tests"]
95
- E --> F["Dev: Run All Validations"]
96
- F --> G["Dev: Mark Ready for Review + Add Notes"]
97
- G --> H{"User Verification"}
98
- H -->|Request QA Review| I["QA: Senior Dev Review + Active Refactoring"]
99
- H -->|Approve Without QA| M["IMPORTANT: Verify All Regression Tests and Linting are Passing"]
100
- I --> J["QA: Review, Refactor Code, Add Tests, Document Notes"]
101
- J --> L{"QA Decision"}
102
- L -->|Needs Dev Work| D
103
- L -->|Approved| M
104
- H -->|Needs Fixes| D
105
- M --> N["IMPORTANT: COMMIT YOUR CHANGES BEFORE PROCEEDING!"]
106
- N --> K["Mark Story as Done"]
107
- K --> B
108
-
109
- style A fill:#f5f5f5,color:#000
110
- style B fill:#e8f5e9,color:#000
111
- style B2 fill:#e8f5e9,color:#000
112
- style B3 fill:#e3f2fd,color:#000
113
- style B4 fill:#fce4ec,color:#000
114
- style C fill:#e3f2fd,color:#000
115
- style D fill:#e3f2fd,color:#000
116
- style E fill:#e3f2fd,color:#000
117
- style F fill:#e3f2fd,color:#000
118
- style G fill:#e3f2fd,color:#000
119
- style H fill:#e3f2fd,color:#000
120
- style I fill:#f9ab00,color:#fff
121
- style J fill:#ffd54f,color:#000
122
- style K fill:#34a853,color:#fff
123
- style L fill:#e3f2fd,color:#000
124
- style M fill:#ff5722,color:#fff
125
- style N fill:#d32f2f,color:#fff
126
- ```
127
-
128
- ## Installation
129
-
130
- ### Optional
131
-
132
- If you want to do the planning in the Web with Claude (Sonnet 4 or Opus), Gemini Gem (2.5 Pro), or Custom GPT's:
133
-
134
- 1. Navigate to `dist/teams/`
135
- 2. Copy `team-fullstack.txt` content
136
- 3. Create new Gemini Gem or CustomGPT
137
- 4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
138
- 5. Type `/help` to see available commands
139
-
140
- ### IDE Project Setup
141
-
142
- ```bash
143
- # Interactive installation (recommended)
144
- npx bmad-method install
145
- ```
146
-
147
- ## Special Agents
148
-
149
- There are two bmad agents - in the future they will be consolidated into the single bmad-master.
150
-
151
- ### BMad-Master
152
-
153
- This agent can do any task or command that all other agents can do, aside from actual story implementation. Additionally, this agent can help explain the BMad Method when in the web by accessing the knowledge base and explaining anything to you about the process.
154
-
155
- If you dont want to bother switching between different agents aside from the dev, this is the agent for you.
156
-
157
- ### BMad-Orchestrator
158
-
159
- This agent should NOT be used within the IDE, it is a heavy weight special purpose agent that utilizes a lot of context and can morph into any other agent. This exists solely to facilitate the team's within the web bundles. If you use a web bundle you will be greeted by the BMad Orchestrator.
160
-
161
- ### How Agents Work
162
-
163
- #### Dependencies System
164
-
165
- Each agent has a YAML section that defines its dependencies:
166
-
167
- ```yaml
168
- dependencies:
169
- templates:
170
- - prd-template.md
171
- - user-story-template.md
172
- tasks:
173
- - create-doc.md
174
- - shard-doc.md
175
- data:
176
- - bmad-kb.md
177
- ```
178
-
179
- **Key Points:**
180
-
181
- - Agents only load resources they need (lean context)
182
- - Dependencies are automatically resolved during bundling
183
- - Resources are shared across agents to maintain consistency
184
-
185
- #### Agent Interaction
186
-
187
- **In IDE:**
188
-
189
- ```bash
190
- # Some Ide's, like Cursor or Windsurf for example, utilize manual rules so interaction is done with the '@' symbol
191
- @pm Create a PRD for a task management app
192
- @architect Design the system architecture
193
- @dev Implement the user authentication
194
-
195
- # Some, like Claude Code use slash commands instead
196
- /pm Create user stories
197
- /dev Fix the login bug
198
- ```
199
-
200
- #### Interactive Modes
201
-
202
- - **Incremental Mode**: Step-by-step with user input
203
- - **YOLO Mode**: Rapid generation with minimal interaction
204
-
205
- ## IDE Integration
206
-
207
- ### IDE Best Practices
208
-
209
- - **Context Management**: Keep relevant files only in context, keep files as lean and focused as necessary
210
- - **Agent Selection**: Use appropriate agent for task
211
- - **Iterative Development**: Work in small, focused tasks
212
- - **File Organization**: Maintain clean project structure
213
-
214
- ## Technical Preferences System
215
-
216
- BMad includes a personalization system through the `technical-preferences.md` file located in `.bmad-core/data/` - this can help bias the PM and Architect to recommend your preferences for design patterns, technology selection, or anything else you would like to put in here.
217
-
218
- ### Using with Web Bundles
219
-
220
- When creating custom web bundles or uploading to AI platforms, include your `technical-preferences.md` content to ensure agents have your preferences from the start of any conversation.
221
-
222
- ## Core Configuration
223
-
224
- The `bmad-core/core-config.yaml` file is a critical config that enables BMad to work seamlessly with differing project structures, more options will be made available in the future. Currently the most important is the devLoadAlwaysFiles list section in the yaml.
225
-
226
- ### Developer Context Files
227
-
228
- Define which files the dev agent should always load:
229
-
230
- ```yaml
231
- devLoadAlwaysFiles:
232
- - docs/architecture/coding-standards.md
233
- - docs/architecture/tech-stack.md
234
- - docs/architecture/project-structure.md
235
- ```
236
-
237
- You will want to verify from sharding your architecture that these documents exist, that they are as lean as possible, and contain exactly the information you want your dev agent to ALWAYS load into it's context. These are the rules the agent will follow.
238
-
239
- As your project grows and the code starts to build consistent patterns, coding standards should be reduced to just the items that the agent makes mistakes at still - must with the better models, they will look at surrounding code in files and not need a rule from that file to guide them.
240
-
241
- ## Getting Help
242
-
243
- - **Discord Community**: [Join Discord](https://discord.gg/gk8jAdXWmj)
244
- - **GitHub Issues**: [Report bugs](https://github.com/bmadcode/bmad-method/issues)
245
- - **Documentation**: [Browse docs](https://github.com/bmadcode/bmad-method/docs)
246
- - **YouTube**: [BMadCode Channel](https://www.youtube.com/@BMadCode)
247
-
248
- ## Conclusion
249
-
250
- Remember: BMad is designed to enhance your development process, not replace your expertise. Use it as a powerful tool to accelerate your projects while maintaining control over design decisions and implementation details.
@@ -1,297 +0,0 @@
1
- workflow:
2
- id: brownfield-fullstack
3
- name: Brownfield Full-Stack Enhancement
4
- description: >-
5
- Agent workflow for enhancing existing full-stack applications with new features,
6
- modernization, or significant changes. Handles existing system analysis and safe integration.
7
- type: brownfield
8
- project_types:
9
- - feature-addition
10
- - refactoring
11
- - modernization
12
- - integration-enhancement
13
-
14
- sequence:
15
- - step: enhancement_classification
16
- agent: analyst
17
- action: classify enhancement scope
18
- notes: |
19
- Determine enhancement complexity to route to appropriate path:
20
- - Single story (< 4 hours) → Use brownfield-create-story task
21
- - Small feature (1-3 stories) → Use brownfield-create-epic task
22
- - Major enhancement (multiple epics) → Continue with full workflow
23
-
24
- Ask user: "Can you describe the enhancement scope? Is this a small fix, a feature addition, or a major enhancement requiring architectural changes?"
25
-
26
- - step: routing_decision
27
- condition: based_on_classification
28
- routes:
29
- single_story:
30
- agent: pm
31
- uses: brownfield-create-story
32
- notes: "Create single story for immediate implementation. Exit workflow after story creation."
33
- small_feature:
34
- agent: pm
35
- uses: brownfield-create-epic
36
- notes: "Create focused epic with 1-3 stories. Exit workflow after epic creation."
37
- major_enhancement:
38
- continue: to_next_step
39
- notes: "Continue with comprehensive planning workflow below."
40
-
41
- - step: documentation_check
42
- agent: analyst
43
- action: check existing documentation
44
- condition: major_enhancement_path
45
- notes: |
46
- Check if adequate project documentation exists:
47
- - Look for existing architecture docs, API specs, coding standards
48
- - Assess if documentation is current and comprehensive
49
- - If adequate: Skip document-project, proceed to PRD
50
- - If inadequate: Run document-project first
51
-
52
- - step: project_analysis
53
- agent: architect
54
- action: analyze existing project and use task document-project
55
- creates: brownfield-architecture.md (or multiple documents)
56
- condition: documentation_inadequate
57
- notes: "Run document-project to capture current system state, technical debt, and constraints. Pass findings to PRD creation."
58
-
59
- - agent: pm
60
- creates: prd.md
61
- uses: brownfield-prd-tmpl
62
- requires: existing_documentation_or_analysis
63
- notes: |
64
- Creates PRD for major enhancement. If document-project was run, reference its output to avoid re-analysis.
65
- If skipped, use existing project documentation.
66
- SAVE OUTPUT: Copy final prd.md to your project's docs/ folder.
67
-
68
- - step: architecture_decision
69
- agent: pm/architect
70
- action: determine if architecture document needed
71
- condition: after_prd_creation
72
- notes: |
73
- Review PRD to determine if architectural planning is needed:
74
- - New architectural patterns → Create architecture doc
75
- - New libraries/frameworks → Create architecture doc
76
- - Platform/infrastructure changes → Create architecture doc
77
- - Following existing patterns → Skip to story creation
78
-
79
- - agent: architect
80
- creates: architecture.md
81
- uses: brownfield-architecture-tmpl
82
- requires: prd.md
83
- condition: architecture_changes_needed
84
- notes: "Creates architecture ONLY for significant architectural changes. SAVE OUTPUT: Copy final architecture.md to your project's docs/ folder."
85
-
86
- - agent: po
87
- validates: all_artifacts
88
- uses: po-master-checklist
89
- notes: "Validates all documents for integration safety and completeness. May require updates to any document."
90
-
91
- - agent: various
92
- updates: any_flagged_documents
93
- condition: po_checklist_issues
94
- notes: "If PO finds issues, return to relevant agent to fix and re-export updated documents to docs/ folder."
95
-
96
- - agent: po
97
- action: shard_documents
98
- creates: sharded_docs
99
- requires: all_artifacts_in_project
100
- notes: |
101
- Shard documents for IDE development:
102
- - Option A: Use PO agent to shard: @po then ask to shard docs/prd.md
103
- - Option B: Manual: Drag shard-doc task + docs/prd.md into chat
104
- - Creates docs/prd/ and docs/architecture/ folders with sharded content
105
-
106
- - agent: sm
107
- action: create_story
108
- creates: story.md
109
- requires: sharded_docs_or_brownfield_docs
110
- repeats: for_each_epic_or_enhancement
111
- notes: |
112
- Story creation cycle:
113
- - For sharded PRD: @sm → *create (uses create-next-story)
114
- - For brownfield docs: @sm → use create-brownfield-story task
115
- - Creates story from available documentation
116
- - Story starts in "Draft" status
117
- - May require additional context gathering for brownfield
118
-
119
- - agent: analyst/pm
120
- action: review_draft_story
121
- updates: story.md
122
- requires: story.md
123
- optional: true
124
- condition: user_wants_story_review
125
- notes: |
126
- OPTIONAL: Review and approve draft story
127
- - NOTE: story-review task coming soon
128
- - Review story completeness and alignment
129
- - Update story status: Draft → Approved
130
-
131
- - agent: dev
132
- action: implement_story
133
- creates: implementation_files
134
- requires: story.md
135
- notes: |
136
- Dev Agent (New Chat): @dev
137
- - Implements approved story
138
- - Updates File List with all changes
139
- - Marks story as "Review" when complete
140
-
141
- - agent: qa
142
- action: review_implementation
143
- updates: implementation_files
144
- requires: implementation_files
145
- optional: true
146
- notes: |
147
- OPTIONAL: QA Agent (New Chat): @qa → review-story
148
- - Senior dev review with refactoring ability
149
- - Fixes small issues directly
150
- - Leaves checklist for remaining items
151
- - Updates story status (Review → Done or stays Review)
152
-
153
- - agent: dev
154
- action: address_qa_feedback
155
- updates: implementation_files
156
- condition: qa_left_unchecked_items
157
- notes: |
158
- If QA left unchecked items:
159
- - Dev Agent (New Chat): Address remaining items
160
- - Return to QA for final approval
161
-
162
- - repeat_development_cycle:
163
- action: continue_for_all_stories
164
- notes: |
165
- Repeat story cycle (SM → Dev → QA) for all epic stories
166
- Continue until all stories in PRD are complete
167
-
168
- - agent: po
169
- action: epic_retrospective
170
- creates: epic-retrospective.md
171
- condition: epic_complete
172
- optional: true
173
- notes: |
174
- OPTIONAL: After epic completion
175
- - NOTE: epic-retrospective task coming soon
176
- - Validate epic was completed correctly
177
- - Document learnings and improvements
178
-
179
- - workflow_end:
180
- action: project_complete
181
- notes: |
182
- All stories implemented and reviewed!
183
- Project development phase complete.
184
-
185
- Reference: {root}/data/bmad-kb.md#IDE Development Workflow
186
-
187
- flow_diagram: |
188
- ```mermaid
189
- graph TD
190
- A[Start: Brownfield Enhancement] --> B[analyst: classify enhancement scope]
191
- B --> C{Enhancement Size?}
192
-
193
- C -->|Single Story| D[pm: brownfield-create-story]
194
- C -->|1-3 Stories| E[pm: brownfield-create-epic]
195
- C -->|Major Enhancement| F[analyst: check documentation]
196
-
197
- D --> END1[To Dev Implementation]
198
- E --> END2[To Story Creation]
199
-
200
- F --> G{Docs Adequate?}
201
- G -->|No| H[architect: document-project]
202
- G -->|Yes| I[pm: brownfield PRD]
203
- H --> I
204
-
205
- I --> J{Architecture Needed?}
206
- J -->|Yes| K[architect: architecture.md]
207
- J -->|No| L[po: validate artifacts]
208
- K --> L
209
-
210
- L --> M{PO finds issues?}
211
- M -->|Yes| N[Fix issues]
212
- M -->|No| O[po: shard documents]
213
- N --> L
214
-
215
- O --> P[sm: create story]
216
- P --> Q{Story Type?}
217
- Q -->|Sharded PRD| R[create-next-story]
218
- Q -->|Brownfield Docs| S[create-brownfield-story]
219
-
220
- R --> T{Review draft?}
221
- S --> T
222
- T -->|Yes| U[review & approve]
223
- T -->|No| V[dev: implement]
224
- U --> V
225
-
226
- V --> W{QA review?}
227
- W -->|Yes| X[qa: review]
228
- W -->|No| Y{More stories?}
229
- X --> Z{Issues?}
230
- Z -->|Yes| AA[dev: fix]
231
- Z -->|No| Y
232
- AA --> X
233
- Y -->|Yes| P
234
- Y -->|No| AB{Retrospective?}
235
- AB -->|Yes| AC[po: retrospective]
236
- AB -->|No| AD[Complete]
237
- AC --> AD
238
-
239
- style AD fill:#90EE90
240
- style END1 fill:#90EE90
241
- style END2 fill:#90EE90
242
- style D fill:#87CEEB
243
- style E fill:#87CEEB
244
- style I fill:#FFE4B5
245
- style K fill:#FFE4B5
246
- style O fill:#ADD8E6
247
- style P fill:#ADD8E6
248
- style V fill:#ADD8E6
249
- style U fill:#F0E68C
250
- style X fill:#F0E68C
251
- style AC fill:#F0E68C
252
- ```
253
-
254
- decision_guidance:
255
- when_to_use:
256
- - Enhancement requires coordinated stories
257
- - Architectural changes are needed
258
- - Significant integration work required
259
- - Risk assessment and mitigation planning necessary
260
- - Multiple team members will work on related changes
261
-
262
- handoff_prompts:
263
- classification_complete: |
264
- Enhancement classified as: {{enhancement_type}}
265
- {{if single_story}}: Proceeding with brownfield-create-story task for immediate implementation.
266
- {{if small_feature}}: Creating focused epic with brownfield-create-epic task.
267
- {{if major_enhancement}}: Continuing with comprehensive planning workflow.
268
-
269
- documentation_assessment: |
270
- Documentation assessment complete:
271
- {{if adequate}}: Existing documentation is sufficient. Proceeding directly to PRD creation.
272
- {{if inadequate}}: Running document-project to capture current system state before PRD.
273
-
274
- document_project_to_pm: |
275
- Project analysis complete. Key findings documented in:
276
- - {{document_list}}
277
- Use these findings to inform PRD creation and avoid re-analyzing the same aspects.
278
-
279
- pm_to_architect_decision: |
280
- PRD complete and saved as docs/prd.md.
281
- Architectural changes identified: {{yes/no}}
282
- {{if yes}}: Proceeding to create architecture document for: {{specific_changes}}
283
- {{if no}}: No architectural changes needed. Proceeding to validation.
284
-
285
- architect_to_po: "Architecture complete. Save it as docs/architecture.md. Please validate all artifacts for integration safety."
286
-
287
- po_to_sm: |
288
- All artifacts validated.
289
- Documentation type available: {{sharded_prd / brownfield_docs}}
290
- {{if sharded}}: Use standard create-next-story task.
291
- {{if brownfield}}: Use create-brownfield-story task to handle varied documentation formats.
292
-
293
- sm_story_creation: |
294
- Creating story from {{documentation_type}}.
295
- {{if missing_context}}: May need to gather additional context from user during story creation.
296
-
297
- complete: "All planning artifacts validated and development can begin. Stories will be created based on available documentation format."