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,308 +0,0 @@
1
- # BMad Infrastructure DevOps Expansion Pack Knowledge Base
2
-
3
- ## Overview
4
-
5
- The BMad Infrastructure DevOps expansion pack extends the BMad Method framework with comprehensive infrastructure and DevOps capabilities. It enables teams to design, implement, validate, and maintain modern cloud-native infrastructure alongside their application development efforts.
6
-
7
- **Version**: 1.7.0
8
- **BMad Compatibility**: v4+
9
- **Author**: Brian (BMad)
10
-
11
- ## Core Purpose
12
-
13
- This expansion pack addresses the critical need for systematic infrastructure planning and implementation in modern software projects. It provides:
14
-
15
- - Structured approach to infrastructure architecture design
16
- - Platform engineering implementation guidance
17
- - Comprehensive validation and review processes
18
- - Integration with core BMad development workflows
19
- - Support for cloud-native and traditional infrastructure patterns
20
-
21
- ## When to Use This Expansion Pack
22
-
23
- Use the BMad Infrastructure DevOps expansion pack when your project involves:
24
-
25
- - **Cloud Infrastructure Design**: AWS, Azure, GCP, or multi-cloud architectures
26
- - **Kubernetes and Container Orchestration**: Container platform design and implementation
27
- - **Infrastructure as Code**: Terraform, CloudFormation, Pulumi implementations
28
- - **GitOps Workflows**: ArgoCD, Flux, or similar continuous deployment patterns
29
- - **Platform Engineering**: Building internal developer platforms and self-service capabilities
30
- - **Service Mesh Implementation**: Istio, Linkerd, or similar service mesh architectures
31
- - **DevOps Transformation**: Establishing or improving DevOps practices and culture
32
-
33
- ## Key Components
34
-
35
- ### 1. DevOps Agent: Alex
36
-
37
- **Role**: DevOps Infrastructure Specialist
38
- **Experience**: 15+ years in infrastructure and platform engineering
39
-
40
- **Core Principles**:
41
-
42
- - Infrastructure as Code (IaC) First
43
- - Automation and Repeatability
44
- - Reliability and Scalability
45
- - Security by Design
46
- - Cost Optimization
47
- - Developer Experience Focus
48
-
49
- **Commands**:
50
-
51
- - `*help` - Display available commands and capabilities
52
- - `*chat-mode` - Interactive conversation mode for infrastructure discussions
53
- - `*create-doc` - Generate infrastructure documentation from templates
54
- - `*review-infrastructure` - Conduct systematic infrastructure review
55
- - `*validate-infrastructure` - Validate infrastructure against comprehensive checklist
56
- - `*checklist` - Access the 16-section infrastructure validation checklist
57
- - `*exit` - Return to normal context
58
-
59
- ### 2. Infrastructure Templates
60
-
61
- #### Infrastructure Architecture Template
62
-
63
- **Purpose**: Design comprehensive infrastructure architecture
64
- **Key Sections**:
65
-
66
- - Infrastructure Overview (providers, regions, environments)
67
- - Infrastructure as Code approach and tooling
68
- - Network Architecture with visual diagrams
69
- - Compute Resources planning
70
- - Security Architecture design
71
- - Monitoring and Observability strategy
72
- - CI/CD Pipeline architecture
73
- - Disaster Recovery planning
74
- - BMad Integration points
75
-
76
- #### Platform Implementation Template
77
-
78
- **Purpose**: Implement platform infrastructure based on approved architecture
79
- **Key Sections**:
80
-
81
- - Foundation Infrastructure Layer
82
- - Container Platform (Kubernetes) setup
83
- - GitOps Workflow implementation
84
- - Service Mesh configuration
85
- - Developer Experience Platform
86
- - Security hardening procedures
87
- - Platform validation and testing
88
-
89
- ### 3. Tasks
90
-
91
- #### Review Infrastructure Task
92
-
93
- **Purpose**: Systematic infrastructure review process
94
- **Features**:
95
-
96
- - Incremental or rapid assessment modes
97
- - Architectural escalation for complex issues
98
- - Advanced elicitation for deep analysis
99
- - Prioritized findings and recommendations
100
- - Integration with BMad Architecture phase
101
-
102
- #### Validate Infrastructure Task
103
-
104
- **Purpose**: Comprehensive infrastructure validation
105
- **Features**:
106
-
107
- - 16-section validation checklist
108
- - Architecture Design Review Gate
109
- - Compliance percentage tracking
110
- - Remediation planning
111
- - BMad integration assessment
112
-
113
- ### 4. Infrastructure Validation Checklist
114
-
115
- A comprehensive 16-section checklist covering:
116
-
117
- **Foundation Infrastructure (Sections 1-12)**:
118
-
119
- 1. Security Foundation - IAM, encryption, compliance
120
- 2. Infrastructure as Code - Version control, testing, documentation
121
- 3. Resilience & High Availability - Multi-AZ, failover, SLAs
122
- 4. Backup & Disaster Recovery - Strategies, testing, RTO/RPO
123
- 5. Monitoring & Observability - Metrics, logging, alerting
124
- 6. Performance & Scalability - Auto-scaling, load testing
125
- 7. Infrastructure Operations - Patching, maintenance, runbooks
126
- 8. CI/CD Infrastructure - Pipelines, environments, deployments
127
- 9. Networking & Connectivity - Architecture, security, DNS
128
- 10. Compliance & Governance - Standards, auditing, policies
129
- 11. BMad Integration - Agent support, workflow alignment
130
- 12. Architecture Documentation - Diagrams, decisions, maintenance
131
-
132
- **Platform Engineering (Sections 13-16)**: 13. Container Platform - Kubernetes setup, RBAC, networking 14. GitOps Workflows - Repository structure, deployment patterns 15. Service Mesh - Traffic management, security, observability 16. Developer Experience - Self-service, documentation, tooling
133
-
134
- ## Integration with BMad Flow
135
-
136
- ### Workflow Integration Points
137
-
138
- 1. **After Architecture Phase**: Infrastructure design begins after application architecture is defined
139
- 2. **Parallel to Development**: Infrastructure implementation runs alongside application development
140
- 3. **Before Production**: Infrastructure validation gates before production deployment
141
- 4. **Continuous Operation**: Ongoing infrastructure reviews and improvements
142
-
143
- ### Agent Collaboration
144
-
145
- - **With Architect (Sage)**: Joint planning sessions, design reviews, architectural alignment
146
- - **With Developer (Blake)**: Platform capabilities, development environment setup
147
- - **With Product Manager (Finley)**: Infrastructure requirements, cost considerations
148
- - **With Creator Agents**: Infrastructure for creative workflows and asset management
149
-
150
- ## Best Practices
151
-
152
- ### Infrastructure Design
153
-
154
- 1. **Start with Requirements**: Understand application needs before designing infrastructure
155
- 2. **Design for Scale**: Plan for 10x growth from day one
156
- 3. **Security First**: Implement defense in depth at every layer
157
- 4. **Cost Awareness**: Balance performance with budget constraints
158
- 5. **Document Everything**: Maintain comprehensive documentation
159
-
160
- ### Implementation Approach
161
-
162
- 1. **Incremental Rollout**: Deploy infrastructure in stages with validation gates
163
- 2. **Automation Focus**: Automate repetitive tasks and deployments
164
- 3. **Testing Strategy**: Include infrastructure testing in CI/CD pipelines
165
- 4. **Monitoring Setup**: Implement observability before production
166
- 5. **Team Training**: Ensure team understanding of infrastructure
167
-
168
- ### Validation Process
169
-
170
- 1. **Regular Reviews**: Schedule periodic infrastructure assessments
171
- 2. **Checklist Compliance**: Maintain high compliance with validation checklist
172
- 3. **Performance Baselines**: Establish and monitor performance metrics
173
- 4. **Security Audits**: Regular security assessments and penetration testing
174
- 5. **Cost Optimization**: Monthly cost reviews and optimization
175
-
176
- ## Common Use Cases
177
-
178
- ### 1. New Project Infrastructure
179
-
180
- **Scenario**: Starting a new cloud-native application
181
- **Process**:
182
-
183
- 1. Use Infrastructure Architecture template for design
184
- 2. Review with Architect agent
185
- 3. Implement using Platform Implementation template
186
- 4. Validate with comprehensive checklist
187
- 5. Deploy incrementally with monitoring
188
-
189
- ### 2. Infrastructure Modernization
190
-
191
- **Scenario**: Migrating legacy infrastructure to cloud
192
- **Process**:
193
-
194
- 1. Review existing infrastructure
195
- 2. Design target architecture
196
- 3. Plan migration phases
197
- 4. Implement with validation gates
198
- 5. Monitor and optimize
199
-
200
- ### 3. Platform Engineering Initiative
201
-
202
- **Scenario**: Building internal developer platform
203
- **Process**:
204
-
205
- 1. Assess developer needs
206
- 2. Design platform architecture
207
- 3. Implement Kubernetes/GitOps foundation
208
- 4. Build self-service capabilities
209
- 5. Enable developer adoption
210
-
211
- ### 4. Multi-Cloud Strategy
212
-
213
- **Scenario**: Implementing multi-cloud architecture
214
- **Process**:
215
-
216
- 1. Define cloud strategy and requirements
217
- 2. Design cloud-agnostic architecture
218
- 3. Implement with IaC abstraction
219
- 4. Validate cross-cloud functionality
220
- 5. Establish unified monitoring
221
-
222
- ## Advanced Features
223
-
224
- ### GitOps Workflows
225
-
226
- - **Repository Structure**: Organized by environment and application
227
- - **Deployment Patterns**: Progressive delivery, canary deployments
228
- - **Secret Management**: External secrets operator integration
229
- - **Policy Enforcement**: OPA/Gatekeeper for compliance
230
-
231
- ### Service Mesh Capabilities
232
-
233
- - **Traffic Management**: Load balancing, circuit breaking, retries
234
- - **Security**: mTLS, authorization policies
235
- - **Observability**: Distributed tracing, service maps
236
- - **Multi-Cluster**: Cross-cluster communication
237
-
238
- ### Developer Self-Service
239
-
240
- - **Portal Features**: Resource provisioning, environment management
241
- - **API Gateway**: Centralized API management
242
- - **Documentation**: Automated API docs, runbooks
243
- - **Tooling**: CLI tools, IDE integrations
244
-
245
- ## Troubleshooting Guide
246
-
247
- ### Common Issues
248
-
249
- 1. **Infrastructure Drift**
250
-
251
- - Solution: Implement drift detection in IaC pipelines
252
- - Prevention: Restrict manual changes, enforce GitOps
253
-
254
- 2. **Cost Overruns**
255
-
256
- - Solution: Implement cost monitoring and alerts
257
- - Prevention: Resource tagging, budget limits
258
-
259
- 3. **Performance Problems**
260
-
261
- - Solution: Review monitoring data, scale resources
262
- - Prevention: Load testing, capacity planning
263
-
264
- 4. **Security Vulnerabilities**
265
- - Solution: Immediate patching, security reviews
266
- - Prevention: Automated scanning, compliance checks
267
-
268
- ## Metrics and KPIs
269
-
270
- ### Infrastructure Metrics
271
-
272
- - **Availability**: Target 99.9%+ uptime
273
- - **Performance**: Response time < 100ms
274
- - **Cost Efficiency**: Cost per transaction trending down
275
- - **Security**: Zero critical vulnerabilities
276
- - **Automation**: 90%+ automated deployments
277
-
278
- ### Platform Metrics
279
-
280
- - **Developer Satisfaction**: NPS > 50
281
- - **Self-Service Adoption**: 80%+ platform usage
282
- - **Deployment Frequency**: Multiple per day
283
- - **Lead Time**: < 1 hour from commit to production
284
- - **MTTR**: < 30 minutes for incidents
285
-
286
- ## Future Enhancements
287
-
288
- ### Planned Features
289
-
290
- 1. **AI-Driven Optimization**: Automated infrastructure tuning
291
- 2. **Enhanced Security**: Zero-trust architecture templates
292
- 3. **Edge Computing**: Support for edge infrastructure patterns
293
- 4. **Sustainability**: Carbon footprint optimization
294
- 5. **Advanced Compliance**: Industry-specific compliance templates
295
-
296
- ### Integration Roadmap
297
-
298
- 1. **Cloud Provider APIs**: Direct integration with AWS, Azure, GCP
299
- 2. **IaC Tools**: Native support for Terraform, Pulumi
300
- 3. **Monitoring Platforms**: Integration with Datadog, New Relic
301
- 4. **Security Tools**: SIEM and vulnerability scanner integration
302
- 5. **Cost Management**: FinOps platform integration
303
-
304
- ## Conclusion
305
-
306
- The BMad Infrastructure DevOps expansion pack provides a comprehensive framework for modern infrastructure and platform engineering. By following its structured approach and leveraging the provided tools and templates, teams can build reliable, scalable, and secure infrastructure that accelerates application delivery while maintaining operational excellence.
307
-
308
- For support and updates, refer to the main BMad Method documentation or contact the BMad community.
@@ -1,160 +0,0 @@
1
- # Infrastructure Review Task
2
-
3
- ## Purpose
4
-
5
- To conduct a thorough review of existing infrastructure to identify improvement opportunities, security concerns, and alignment with best practices. This task helps maintain infrastructure health, optimize costs, and ensure continued alignment with organizational requirements.
6
-
7
- ## Inputs
8
-
9
- - Current infrastructure documentation
10
- - Monitoring and logging data
11
- - Recent incident reports
12
- - Cost and performance metrics
13
- - `infrastructure-checklist.md` (primary review framework)
14
-
15
- ## Key Activities & Instructions
16
-
17
- ### 1. Confirm Interaction Mode
18
-
19
- - Ask the user: "How would you like to proceed with the infrastructure review? We can work:
20
- A. **Incrementally (Default & Recommended):** We'll work through each section of the checklist methodically, documenting findings for each item before moving to the next section. This provides a thorough review.
21
- B. **"YOLO" Mode:** I can perform a rapid assessment of all infrastructure components and present a comprehensive findings report. This is faster but may miss nuanced details."
22
- - Request the user to select their preferred mode and proceed accordingly.
23
-
24
- ### 2. Prepare for Review
25
-
26
- - Gather and organize current infrastructure documentation
27
- - Access monitoring and logging systems for operational data
28
- - Review recent incident reports for recurring issues
29
- - Collect cost and performance metrics
30
- - <critical_rule>Establish review scope and boundaries with the user before proceeding</critical_rule>
31
-
32
- ### 3. Conduct Systematic Review
33
-
34
- - **If "Incremental Mode" was selected:**
35
-
36
- - For each section of the infrastructure checklist:
37
- - **a. Present Section Focus:** Explain what aspects of infrastructure this section reviews
38
- - **b. Work Through Items:** Examine each checklist item against current infrastructure
39
- - **c. Document Current State:** Record how current implementation addresses or fails to address each item
40
- - **d. Identify Gaps:** Document improvement opportunities with specific recommendations
41
- - **e. [Offer Advanced Self-Refinement & Elicitation Options](#offer-advanced-self-refinement--elicitation-options)**
42
- - **f. Section Summary:** Provide an assessment summary before moving to the next section
43
-
44
- - **If "YOLO Mode" was selected:**
45
- - Rapidly assess all infrastructure components
46
- - Document key findings and improvement opportunities
47
- - Present a comprehensive review report
48
- - <important_note>After presenting the full review in YOLO mode, you MAY still offer the 'Advanced Reflective & Elicitation Options' menu for deeper investigation of specific areas with issues.</important_note>
49
-
50
- ### 4. Generate Findings Report
51
-
52
- - Summarize review findings by category (Security, Performance, Cost, Reliability, etc.)
53
- - Prioritize identified issues (Critical, High, Medium, Low)
54
- - Document recommendations with estimated effort and impact
55
- - Create an improvement roadmap with suggested timelines
56
- - Highlight cost optimization opportunities
57
-
58
- ### 5. BMad Integration Assessment
59
-
60
- - Evaluate how current infrastructure supports other BMad agents:
61
- - **Development Support:** Assess how infrastructure enables Frontend Dev (Mira), Backend Dev (Enrique), and Full Stack Dev workflows
62
- - **Product Alignment:** Verify infrastructure supports PRD requirements from Product Owner (Oli)
63
- - **Architecture Compliance:** Check if implementation follows Architect (Alphonse) decisions
64
- - Document any gaps in BMad integration
65
-
66
- ### 6. Architectural Escalation Assessment
67
-
68
- - **DevOps/Platform → Architect Escalation Review:**
69
- - Evaluate review findings for issues requiring architectural intervention:
70
- - **Technical Debt Escalation:**
71
- - Identify infrastructure technical debt that impacts system architecture
72
- - Document technical debt items that require architectural redesign vs. operational fixes
73
- - Assess cumulative technical debt impact on system maintainability and scalability
74
- - **Performance/Security Issue Escalation:**
75
- - Identify performance bottlenecks that require architectural solutions (not just operational tuning)
76
- - Document security vulnerabilities that need architectural security pattern changes
77
- - Assess capacity and scalability issues requiring architectural scaling strategy revision
78
- - **Technology Evolution Escalation:**
79
- - Identify outdated technologies that need architectural migration planning
80
- - Document new technology opportunities that could improve system architecture
81
- - Assess technology compatibility issues requiring architectural integration strategy changes
82
- - **Escalation Decision Matrix:**
83
- - **Critical Architectural Issues:** Require immediate Architect Agent involvement for system redesign
84
- - **Significant Architectural Concerns:** Recommend Architect Agent review for potential architecture evolution
85
- - **Operational Issues:** Can be addressed through operational improvements without architectural changes
86
- - **Unclear/Ambiguous Issues:** When escalation level is uncertain, consult with user for guidance and decision
87
- - Document escalation recommendations with clear justification and impact assessment
88
- - <critical_rule>If escalation classification is unclear or ambiguous, HALT and ask user for guidance on appropriate escalation level and approach</critical_rule>
89
-
90
- ### 7. Present and Plan
91
-
92
- - Prepare an executive summary of key findings
93
- - Create detailed technical documentation for implementation teams
94
- - Develop an action plan for critical and high-priority items
95
- - **Prepare Architectural Escalation Report** (if applicable):
96
- - Document all findings requiring Architect Agent attention
97
- - Provide specific recommendations for architectural changes or reviews
98
- - Include impact assessment and priority levels for architectural work
99
- - Prepare escalation summary for Architect Agent collaboration
100
- - Schedule follow-up reviews for specific areas
101
- - <important_note>Present findings in a way that enables clear decision-making on next steps and escalation needs.</important_note>
102
-
103
- ### 8. Execute Escalation Protocol
104
-
105
- - **If Critical Architectural Issues Identified:**
106
- - **Immediate Escalation to Architect Agent:**
107
- - Present architectural escalation report with critical findings
108
- - Request architectural review and potential redesign for identified issues
109
- - Collaborate with Architect Agent on priority and timeline for architectural changes
110
- - Document escalation outcomes and planned architectural work
111
- - **If Significant Architectural Concerns Identified:**
112
- - **Scheduled Architectural Review:**
113
- - Prepare detailed technical findings for Architect Agent review
114
- - Request architectural assessment of identified concerns
115
- - Schedule collaborative planning session for potential architectural evolution
116
- - Document architectural recommendations and planned follow-up
117
- - **If Only Operational Issues Identified:**
118
- - Proceed with operational improvement planning without architectural escalation
119
- - Monitor for future architectural implications of operational changes
120
- - **If Unclear/Ambiguous Escalation Needed:**
121
- - **User Consultation Required:**
122
- - Present unclear findings and escalation options to user
123
- - Request user guidance on appropriate escalation level and approach
124
- - Document user decision and rationale for escalation approach
125
- - Proceed with user-directed escalation path
126
- - <critical_rule>All critical architectural escalations must be documented and acknowledged by Architect Agent before proceeding with implementation</critical_rule>
127
-
128
- ## Output
129
-
130
- A comprehensive infrastructure review report that includes:
131
-
132
- 1. **Current state assessment** for each infrastructure component
133
- 2. **Prioritized findings** with severity ratings
134
- 3. **Detailed recommendations** with effort/impact estimates
135
- 4. **Cost optimization opportunities**
136
- 5. **BMad integration assessment**
137
- 6. **Architectural escalation assessment** with clear escalation recommendations
138
- 7. **Action plan** for critical improvements and architectural work
139
- 8. **Escalation documentation** for Architect Agent collaboration (if applicable)
140
-
141
- ## Offer Advanced Self-Refinement & Elicitation Options
142
-
143
- Present the user with the following list of 'Advanced Reflective, Elicitation & Brainstorming Actions'. Explain that these are optional steps to help ensure quality, explore alternatives, and deepen the understanding of the current section before finalizing it and moving on. The user can select an action by number, or choose to skip this and proceed to finalize the section.
144
-
145
- "To ensure the quality of the current section: **[Specific Section Name]** and to ensure its robustness, explore alternatives, and consider all angles, I can perform any of the following actions. Please choose a number (8 to finalize and proceed):
146
-
147
- **Advanced Reflective, Elicitation & Brainstorming Actions I Can Take:**
148
-
149
- 1. **Root Cause Analysis & Pattern Recognition**
150
- 2. **Industry Best Practice Comparison**
151
- 3. **Future Scalability & Growth Impact Assessment**
152
- 4. **Security Vulnerability & Threat Model Analysis**
153
- 5. **Operational Efficiency & Automation Opportunities**
154
- 6. **Cost Structure Analysis & Optimization Strategy**
155
- 7. **Compliance & Governance Gap Assessment**
156
- 8. **Finalize this Section and Proceed.**
157
-
158
- After I perform the selected action, we can discuss the outcome and decide on any further revisions for this section."
159
-
160
- REPEAT by Asking the user if they would like to perform another Reflective, Elicitation & Brainstorming Action UNTIL the user indicates it is time to proceed to the next section (or selects #8)
@@ -1,154 +0,0 @@
1
- # Infrastructure Validation Task
2
-
3
- ## Purpose
4
-
5
- To comprehensively validate platform infrastructure changes against security, reliability, operational, and compliance requirements before deployment. This task ensures all platform infrastructure meets organizational standards, follows best practices, and properly integrates with the broader BMad ecosystem.
6
-
7
- ## Inputs
8
-
9
- - Infrastructure Change Request (`docs/infrastructure/{ticketNumber}.change.md`)
10
- - **Infrastructure Architecture Document** (`docs/infrastructure-architecture.md` - from Architect Agent)
11
- - Infrastructure Guidelines (`docs/infrastructure/guidelines.md`)
12
- - Technology Stack Document (`docs/tech-stack.md`)
13
- - `infrastructure-checklist.md` (primary validation framework - 16 comprehensive sections)
14
-
15
- ## Key Activities & Instructions
16
-
17
- ### 1. Confirm Interaction Mode
18
-
19
- - Ask the user: "How would you like to proceed with platform infrastructure validation? We can work:
20
- A. **Incrementally (Default & Recommended):** We'll work through each section of the checklist step-by-step, documenting compliance or gaps for each item before moving to the next section. This is best for thorough validation and detailed documentation of the complete platform stack.
21
- B. **"YOLO" Mode:** I can perform a rapid assessment of all checklist items and present a comprehensive validation report for review. This is faster but may miss nuanced details that would be caught in the incremental approach."
22
- - Request the user to select their preferred mode (e.g., "Please let me know if you'd prefer A or B.").
23
- - Once the user chooses, confirm the selected mode and proceed accordingly.
24
-
25
- ### 2. Initialize Platform Validation
26
-
27
- - Review the infrastructure change documentation to understand platform implementation scope and purpose
28
- - Analyze the infrastructure architecture document for platform design patterns and compliance requirements
29
- - Examine infrastructure guidelines for organizational standards across all platform components
30
- - Prepare the validation environment and tools for comprehensive platform testing
31
- - <critical_rule>Verify the infrastructure change request is approved for validation. If not, HALT and inform the user.</critical_rule>
32
-
33
- ### 3. Architecture Design Review Gate
34
-
35
- - **DevOps/Platform → Architect Design Review:**
36
- - Conduct systematic review of infrastructure architecture document for implementability
37
- - Evaluate architectural decisions against operational constraints and capabilities:
38
- - **Implementation Complexity:** Assess if proposed architecture can be implemented with available tools and expertise
39
- - **Operational Feasibility:** Validate that operational patterns are achievable within current organizational maturity
40
- - **Resource Availability:** Confirm required infrastructure resources are available and within budget constraints
41
- - **Technology Compatibility:** Verify selected technologies integrate properly with existing infrastructure
42
- - **Security Implementation:** Validate that security patterns can be implemented with current security toolchain
43
- - **Maintenance Overhead:** Assess ongoing operational burden and maintenance requirements
44
- - Document design review findings and recommendations:
45
- - **Approved Aspects:** Document architectural decisions that are implementable as designed
46
- - **Implementation Concerns:** Identify architectural decisions that may face implementation challenges
47
- - **Required Modifications:** Recommend specific changes needed to make architecture implementable
48
- - **Alternative Approaches:** Suggest alternative implementation patterns where needed
49
- - **Collaboration Decision Point:**
50
- - If **critical implementation blockers** identified: HALT validation and escalate to Architect Agent for architectural revision
51
- - If **minor concerns** identified: Document concerns and proceed with validation, noting required implementation adjustments
52
- - If **architecture approved**: Proceed with comprehensive platform validation
53
- - <critical_rule>All critical design review issues must be resolved before proceeding to detailed validation</critical_rule>
54
-
55
- ### 4. Execute Comprehensive Platform Validation Process
56
-
57
- - **If "Incremental Mode" was selected:**
58
-
59
- - For each section of the infrastructure checklist (Sections 1-16):
60
- - **a. Present Section Purpose:** Explain what this section validates and why it's important for platform operations
61
- - **b. Work Through Items:** Present each checklist item, guide the user through validation, and document compliance or gaps
62
- - **c. Evidence Collection:** For each compliant item, document how compliance was verified
63
- - **d. Gap Documentation:** For each non-compliant item, document specific issues and proposed remediation
64
- - **e. Platform Integration Testing:** For platform engineering sections (13-16), validate integration between platform components
65
- - **f. [Offer Advanced Self-Refinement & Elicitation Options](#offer-advanced-self-refinement--elicitation-options)**
66
- - **g. Section Summary:** Provide a compliance percentage and highlight critical findings before moving to the next section
67
-
68
- - **If "YOLO Mode" was selected:**
69
- - Work through all checklist sections rapidly (foundation infrastructure sections 1-12 + platform engineering sections 13-16)
70
- - Document compliance status for each item across all platform components
71
- - Identify and document critical non-compliance issues affecting platform operations
72
- - Present a comprehensive validation report for all sections
73
- - <important_note>After presenting the full validation report in YOLO mode, you MAY still offer the 'Advanced Reflective & Elicitation Options' menu for deeper investigation of specific sections with issues.</important_note>
74
-
75
- ### 5. Generate Comprehensive Platform Validation Report
76
-
77
- - Summarize validation findings by section across all 16 checklist areas
78
- - Calculate and present overall compliance percentage for complete platform stack
79
- - Clearly document all non-compliant items with remediation plans prioritized by platform impact
80
- - Highlight critical security or operational risks affecting platform reliability
81
- - Include design review findings and architectural implementation recommendations
82
- - Provide validation signoff recommendation based on complete platform assessment
83
- - Document platform component integration validation results
84
-
85
- ### 6. BMad Integration Assessment
86
-
87
- - Review how platform infrastructure changes support other BMad agents:
88
- - **Development Agent Alignment:** Verify platform infrastructure supports Frontend Dev, Backend Dev, and Full Stack Dev requirements including:
89
- - Container platform development environment provisioning
90
- - GitOps workflows for application deployment
91
- - Service mesh integration for development testing
92
- - Developer experience platform self-service capabilities
93
- - **Product Alignment:** Ensure platform infrastructure implements PRD requirements from Product Owner including:
94
- - Scalability and performance requirements through container platform
95
- - Deployment automation through GitOps workflows
96
- - Service reliability through service mesh implementation
97
- - **Architecture Alignment:** Validate that platform implementation aligns with architecture decisions including:
98
- - Technology selections implemented correctly across all platform components
99
- - Security architecture implemented in container platform, service mesh, and GitOps
100
- - Integration patterns properly implemented between platform components
101
- - Document all integration points and potential impacts on other agents' workflows
102
-
103
- ### 7. Next Steps Recommendation
104
-
105
- - If validation successful:
106
- - Prepare platform deployment recommendation with component dependencies
107
- - Outline monitoring requirements for complete platform stack
108
- - Suggest knowledge transfer activities for platform operations
109
- - Document platform readiness certification
110
- - If validation failed:
111
- - Prioritize remediation actions by platform component and integration impact
112
- - Recommend blockers vs. non-blockers for platform deployment
113
- - Schedule follow-up validation with focus on failed platform components
114
- - Document platform risks and mitigation strategies
115
- - If design review identified architectural issues:
116
- - **Escalate to Architect Agent** for architectural revision and re-design
117
- - Document specific architectural changes required for implementability
118
- - Schedule follow-up design review after architectural modifications
119
- - Update documentation with validation results across all platform components
120
- - <important_note>Always ensure the Infrastructure Change Request status is updated to reflect the platform validation outcome.</important_note>
121
-
122
- ## Output
123
-
124
- A comprehensive platform validation report documenting:
125
-
126
- 1. **Architecture Design Review Results** - Implementability assessment and architectural recommendations
127
- 2. **Compliance percentage by checklist section** (all 16 sections including platform engineering)
128
- 3. **Detailed findings for each non-compliant item** across foundation and platform components
129
- 4. **Platform integration validation results** documenting component interoperability
130
- 5. **Remediation recommendations with priority levels** based on platform impact
131
- 6. **BMad integration assessment results** for complete platform stack
132
- 7. **Clear signoff recommendation** for platform deployment readiness or architectural revision requirements
133
- 8. **Next steps for implementation or remediation** prioritized by platform dependencies
134
-
135
- ## Offer Advanced Self-Refinement & Elicitation Options
136
-
137
- Present the user with the following list of 'Advanced Reflective, Elicitation & Brainstorming Actions'. Explain that these are optional steps to help ensure quality, explore alternatives, and deepen the understanding of the current section before finalizing it and moving on. The user can select an action by number, or choose to skip this and proceed to finalize the section.
138
-
139
- "To ensure the quality of the current section: **[Specific Section Name]** and to ensure its robustness, explore alternatives, and consider all angles, I can perform any of the following actions. Please choose a number (8 to finalize and proceed):
140
-
141
- **Advanced Reflective, Elicitation & Brainstorming Actions I Can Take:**
142
-
143
- 1. **Critical Security Assessment & Risk Analysis**
144
- 2. **Platform Integration & Component Compatibility Evaluation**
145
- 3. **Cross-Environment Consistency Review**
146
- 4. **Technical Debt & Maintainability Analysis**
147
- 5. **Compliance & Regulatory Alignment Deep Dive**
148
- 6. **Cost Optimization & Resource Efficiency Analysis**
149
- 7. **Operational Resilience & Platform Failure Mode Testing (Theoretical)**
150
- 8. **Finalize this Section and Proceed.**
151
-
152
- After I perform the selected action, we can discuss the outcome and decide on any further revisions for this section."
153
-
154
- REPEAT by Asking the user if they would like to perform another Reflective, Elicitation & Brainstorming Action UNTIL the user indicates it is time to proceed to the next section (or selects #8)