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,443 +0,0 @@
1
- # Architect Solution Validation Checklist
2
-
3
- This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements.
4
-
5
- [[LLM: INITIALIZATION INSTRUCTIONS - REQUIRED ARTIFACTS
6
-
7
- Before proceeding with this checklist, ensure you have access to:
8
-
9
- 1. architecture.md - The primary architecture document (check docs/architecture.md)
10
- 2. prd.md - Product Requirements Document for requirements alignment (check docs/prd.md)
11
- 3. frontend-architecture.md or fe-architecture.md - If this is a UI project (check docs/frontend-architecture.md)
12
- 4. Any system diagrams referenced in the architecture
13
- 5. API documentation if available
14
- 6. Technology stack details and version specifications
15
-
16
- IMPORTANT: If any required documents are missing or inaccessible, immediately ask the user for their location or content before proceeding.
17
-
18
- PROJECT TYPE DETECTION:
19
- First, determine the project type by checking:
20
-
21
- - Does the architecture include a frontend/UI component?
22
- - Is there a frontend-architecture.md document?
23
- - Does the PRD mention user interfaces or frontend requirements?
24
-
25
- If this is a backend-only or service-only project:
26
-
27
- - Skip sections marked with [[FRONTEND ONLY]]
28
- - Focus extra attention on API design, service architecture, and integration patterns
29
- - Note in your final report that frontend sections were skipped due to project type
30
-
31
- VALIDATION APPROACH:
32
- For each section, you must:
33
-
34
- 1. Deep Analysis - Don't just check boxes, thoroughly analyze each item against the provided documentation
35
- 2. Evidence-Based - Cite specific sections or quotes from the documents when validating
36
- 3. Critical Thinking - Question assumptions and identify gaps, not just confirm what's present
37
- 4. Risk Assessment - Consider what could go wrong with each architectural decision
38
-
39
- EXECUTION MODE:
40
- Ask the user if they want to work through the checklist:
41
-
42
- - Section by section (interactive mode) - Review each section, present findings, get confirmation before proceeding
43
- - All at once (comprehensive mode) - Complete full analysis and present comprehensive report at end]]
44
-
45
- ## 1. REQUIREMENTS ALIGNMENT
46
-
47
- [[LLM: Before evaluating this section, take a moment to fully understand the product's purpose and goals from the PRD. What is the core problem being solved? Who are the users? What are the critical success factors? Keep these in mind as you validate alignment. For each item, don't just check if it's mentioned - verify that the architecture provides a concrete technical solution.]]
48
-
49
- ### 1.1 Functional Requirements Coverage
50
-
51
- - [ ] Architecture supports all functional requirements in the PRD
52
- - [ ] Technical approaches for all epics and stories are addressed
53
- - [ ] Edge cases and performance scenarios are considered
54
- - [ ] All required integrations are accounted for
55
- - [ ] User journeys are supported by the technical architecture
56
-
57
- ### 1.2 Non-Functional Requirements Alignment
58
-
59
- - [ ] Performance requirements are addressed with specific solutions
60
- - [ ] Scalability considerations are documented with approach
61
- - [ ] Security requirements have corresponding technical controls
62
- - [ ] Reliability and resilience approaches are defined
63
- - [ ] Compliance requirements have technical implementations
64
-
65
- ### 1.3 Technical Constraints Adherence
66
-
67
- - [ ] All technical constraints from PRD are satisfied
68
- - [ ] Platform/language requirements are followed
69
- - [ ] Infrastructure constraints are accommodated
70
- - [ ] Third-party service constraints are addressed
71
- - [ ] Organizational technical standards are followed
72
-
73
- ## 2. ARCHITECTURE FUNDAMENTALS
74
-
75
- [[LLM: Architecture clarity is crucial for successful implementation. As you review this section, visualize the system as if you were explaining it to a new developer. Are there any ambiguities that could lead to misinterpretation? Would an AI agent be able to implement this architecture without confusion? Look for specific diagrams, component definitions, and clear interaction patterns.]]
76
-
77
- ### 2.1 Architecture Clarity
78
-
79
- - [ ] Architecture is documented with clear diagrams
80
- - [ ] Major components and their responsibilities are defined
81
- - [ ] Component interactions and dependencies are mapped
82
- - [ ] Data flows are clearly illustrated
83
- - [ ] Technology choices for each component are specified
84
-
85
- ### 2.2 Separation of Concerns
86
-
87
- - [ ] Clear boundaries between UI, business logic, and data layers
88
- - [ ] Responsibilities are cleanly divided between components
89
- - [ ] Interfaces between components are well-defined
90
- - [ ] Components adhere to single responsibility principle
91
- - [ ] Cross-cutting concerns (logging, auth, etc.) are properly addressed
92
-
93
- ### 2.3 Design Patterns & Best Practices
94
-
95
- - [ ] Appropriate design patterns are employed
96
- - [ ] Industry best practices are followed
97
- - [ ] Anti-patterns are avoided
98
- - [ ] Consistent architectural style throughout
99
- - [ ] Pattern usage is documented and explained
100
-
101
- ### 2.4 Modularity & Maintainability
102
-
103
- - [ ] System is divided into cohesive, loosely-coupled modules
104
- - [ ] Components can be developed and tested independently
105
- - [ ] Changes can be localized to specific components
106
- - [ ] Code organization promotes discoverability
107
- - [ ] Architecture specifically designed for AI agent implementation
108
-
109
- ## 3. TECHNICAL STACK & DECISIONS
110
-
111
- [[LLM: Technology choices have long-term implications. For each technology decision, consider: Is this the simplest solution that could work? Are we over-engineering? Will this scale? What are the maintenance implications? Are there security vulnerabilities in the chosen versions? Verify that specific versions are defined, not ranges.]]
112
-
113
- ### 3.1 Technology Selection
114
-
115
- - [ ] Selected technologies meet all requirements
116
- - [ ] Technology versions are specifically defined (not ranges)
117
- - [ ] Technology choices are justified with clear rationale
118
- - [ ] Alternatives considered are documented with pros/cons
119
- - [ ] Selected stack components work well together
120
-
121
- ### 3.2 Frontend Architecture [[FRONTEND ONLY]]
122
-
123
- [[LLM: Skip this entire section if this is a backend-only or service-only project. Only evaluate if the project includes a user interface.]]
124
-
125
- - [ ] UI framework and libraries are specifically selected
126
- - [ ] State management approach is defined
127
- - [ ] Component structure and organization is specified
128
- - [ ] Responsive/adaptive design approach is outlined
129
- - [ ] Build and bundling strategy is determined
130
-
131
- ### 3.3 Backend Architecture
132
-
133
- - [ ] API design and standards are defined
134
- - [ ] Service organization and boundaries are clear
135
- - [ ] Authentication and authorization approach is specified
136
- - [ ] Error handling strategy is outlined
137
- - [ ] Backend scaling approach is defined
138
-
139
- ### 3.4 Data Architecture
140
-
141
- - [ ] Data models are fully defined
142
- - [ ] Database technologies are selected with justification
143
- - [ ] Data access patterns are documented
144
- - [ ] Data migration/seeding approach is specified
145
- - [ ] Data backup and recovery strategies are outlined
146
-
147
- ## 4. FRONTEND DESIGN & IMPLEMENTATION [[FRONTEND ONLY]]
148
-
149
- [[LLM: This entire section should be skipped for backend-only projects. Only evaluate if the project includes a user interface. When evaluating, ensure alignment between the main architecture document and the frontend-specific architecture document.]]
150
-
151
- ### 4.1 Frontend Philosophy & Patterns
152
-
153
- - [ ] Framework & Core Libraries align with main architecture document
154
- - [ ] Component Architecture (e.g., Atomic Design) is clearly described
155
- - [ ] State Management Strategy is appropriate for application complexity
156
- - [ ] Data Flow patterns are consistent and clear
157
- - [ ] Styling Approach is defined and tooling specified
158
-
159
- ### 4.2 Frontend Structure & Organization
160
-
161
- - [ ] Directory structure is clearly documented with ASCII diagram
162
- - [ ] Component organization follows stated patterns
163
- - [ ] File naming conventions are explicit
164
- - [ ] Structure supports chosen framework's best practices
165
- - [ ] Clear guidance on where new components should be placed
166
-
167
- ### 4.3 Component Design
168
-
169
- - [ ] Component template/specification format is defined
170
- - [ ] Component props, state, and events are well-documented
171
- - [ ] Shared/foundational components are identified
172
- - [ ] Component reusability patterns are established
173
- - [ ] Accessibility requirements are built into component design
174
-
175
- ### 4.4 Frontend-Backend Integration
176
-
177
- - [ ] API interaction layer is clearly defined
178
- - [ ] HTTP client setup and configuration documented
179
- - [ ] Error handling for API calls is comprehensive
180
- - [ ] Service definitions follow consistent patterns
181
- - [ ] Authentication integration with backend is clear
182
-
183
- ### 4.5 Routing & Navigation
184
-
185
- - [ ] Routing strategy and library are specified
186
- - [ ] Route definitions table is comprehensive
187
- - [ ] Route protection mechanisms are defined
188
- - [ ] Deep linking considerations addressed
189
- - [ ] Navigation patterns are consistent
190
-
191
- ### 4.6 Frontend Performance
192
-
193
- - [ ] Image optimization strategies defined
194
- - [ ] Code splitting approach documented
195
- - [ ] Lazy loading patterns established
196
- - [ ] Re-render optimization techniques specified
197
- - [ ] Performance monitoring approach defined
198
-
199
- ## 5. RESILIENCE & OPERATIONAL READINESS
200
-
201
- [[LLM: Production systems fail in unexpected ways. As you review this section, think about Murphy's Law - what could go wrong? Consider real-world scenarios: What happens during peak load? How does the system behave when a critical service is down? Can the operations team diagnose issues at 3 AM? Look for specific resilience patterns, not just mentions of "error handling".]]
202
-
203
- ### 5.1 Error Handling & Resilience
204
-
205
- - [ ] Error handling strategy is comprehensive
206
- - [ ] Retry policies are defined where appropriate
207
- - [ ] Circuit breakers or fallbacks are specified for critical services
208
- - [ ] Graceful degradation approaches are defined
209
- - [ ] System can recover from partial failures
210
-
211
- ### 5.2 Monitoring & Observability
212
-
213
- - [ ] Logging strategy is defined
214
- - [ ] Monitoring approach is specified
215
- - [ ] Key metrics for system health are identified
216
- - [ ] Alerting thresholds and strategies are outlined
217
- - [ ] Debugging and troubleshooting capabilities are built in
218
-
219
- ### 5.3 Performance & Scaling
220
-
221
- - [ ] Performance bottlenecks are identified and addressed
222
- - [ ] Caching strategy is defined where appropriate
223
- - [ ] Load balancing approach is specified
224
- - [ ] Horizontal and vertical scaling strategies are outlined
225
- - [ ] Resource sizing recommendations are provided
226
-
227
- ### 5.4 Deployment & DevOps
228
-
229
- - [ ] Deployment strategy is defined
230
- - [ ] CI/CD pipeline approach is outlined
231
- - [ ] Environment strategy (dev, staging, prod) is specified
232
- - [ ] Infrastructure as Code approach is defined
233
- - [ ] Rollback and recovery procedures are outlined
234
-
235
- ## 6. SECURITY & COMPLIANCE
236
-
237
- [[LLM: Security is not optional. Review this section with a hacker's mindset - how could someone exploit this system? Also consider compliance: Are there industry-specific regulations that apply? GDPR? HIPAA? PCI? Ensure the architecture addresses these proactively. Look for specific security controls, not just general statements.]]
238
-
239
- ### 6.1 Authentication & Authorization
240
-
241
- - [ ] Authentication mechanism is clearly defined
242
- - [ ] Authorization model is specified
243
- - [ ] Role-based access control is outlined if required
244
- - [ ] Session management approach is defined
245
- - [ ] Credential management is addressed
246
-
247
- ### 6.2 Data Security
248
-
249
- - [ ] Data encryption approach (at rest and in transit) is specified
250
- - [ ] Sensitive data handling procedures are defined
251
- - [ ] Data retention and purging policies are outlined
252
- - [ ] Backup encryption is addressed if required
253
- - [ ] Data access audit trails are specified if required
254
-
255
- ### 6.3 API & Service Security
256
-
257
- - [ ] API security controls are defined
258
- - [ ] Rate limiting and throttling approaches are specified
259
- - [ ] Input validation strategy is outlined
260
- - [ ] CSRF/XSS prevention measures are addressed
261
- - [ ] Secure communication protocols are specified
262
-
263
- ### 6.4 Infrastructure Security
264
-
265
- - [ ] Network security design is outlined
266
- - [ ] Firewall and security group configurations are specified
267
- - [ ] Service isolation approach is defined
268
- - [ ] Least privilege principle is applied
269
- - [ ] Security monitoring strategy is outlined
270
-
271
- ## 7. IMPLEMENTATION GUIDANCE
272
-
273
- [[LLM: Clear implementation guidance prevents costly mistakes. As you review this section, imagine you're a developer starting on day one. Do they have everything they need to be productive? Are coding standards clear enough to maintain consistency across the team? Look for specific examples and patterns.]]
274
-
275
- ### 7.1 Coding Standards & Practices
276
-
277
- - [ ] Coding standards are defined
278
- - [ ] Documentation requirements are specified
279
- - [ ] Testing expectations are outlined
280
- - [ ] Code organization principles are defined
281
- - [ ] Naming conventions are specified
282
-
283
- ### 7.2 Testing Strategy
284
-
285
- - [ ] Unit testing approach is defined
286
- - [ ] Integration testing strategy is outlined
287
- - [ ] E2E testing approach is specified
288
- - [ ] Performance testing requirements are outlined
289
- - [ ] Security testing approach is defined
290
-
291
- ### 7.3 Frontend Testing [[FRONTEND ONLY]]
292
-
293
- [[LLM: Skip this subsection for backend-only projects.]]
294
-
295
- - [ ] Component testing scope and tools defined
296
- - [ ] UI integration testing approach specified
297
- - [ ] Visual regression testing considered
298
- - [ ] Accessibility testing tools identified
299
- - [ ] Frontend-specific test data management addressed
300
-
301
- ### 7.4 Development Environment
302
-
303
- - [ ] Local development environment setup is documented
304
- - [ ] Required tools and configurations are specified
305
- - [ ] Development workflows are outlined
306
- - [ ] Source control practices are defined
307
- - [ ] Dependency management approach is specified
308
-
309
- ### 7.5 Technical Documentation
310
-
311
- - [ ] API documentation standards are defined
312
- - [ ] Architecture documentation requirements are specified
313
- - [ ] Code documentation expectations are outlined
314
- - [ ] System diagrams and visualizations are included
315
- - [ ] Decision records for key choices are included
316
-
317
- ## 8. DEPENDENCY & INTEGRATION MANAGEMENT
318
-
319
- [[LLM: Dependencies are often the source of production issues. For each dependency, consider: What happens if it's unavailable? Is there a newer version with security patches? Are we locked into a vendor? What's our contingency plan? Verify specific versions and fallback strategies.]]
320
-
321
- ### 8.1 External Dependencies
322
-
323
- - [ ] All external dependencies are identified
324
- - [ ] Versioning strategy for dependencies is defined
325
- - [ ] Fallback approaches for critical dependencies are specified
326
- - [ ] Licensing implications are addressed
327
- - [ ] Update and patching strategy is outlined
328
-
329
- ### 8.2 Internal Dependencies
330
-
331
- - [ ] Component dependencies are clearly mapped
332
- - [ ] Build order dependencies are addressed
333
- - [ ] Shared services and utilities are identified
334
- - [ ] Circular dependencies are eliminated
335
- - [ ] Versioning strategy for internal components is defined
336
-
337
- ### 8.3 Third-Party Integrations
338
-
339
- - [ ] All third-party integrations are identified
340
- - [ ] Integration approaches are defined
341
- - [ ] Authentication with third parties is addressed
342
- - [ ] Error handling for integration failures is specified
343
- - [ ] Rate limits and quotas are considered
344
-
345
- ## 9. AI AGENT IMPLEMENTATION SUITABILITY
346
-
347
- [[LLM: This architecture may be implemented by AI agents. Review with extreme clarity in mind. Are patterns consistent? Is complexity minimized? Would an AI agent make incorrect assumptions? Remember: explicit is better than implicit. Look for clear file structures, naming conventions, and implementation patterns.]]
348
-
349
- ### 9.1 Modularity for AI Agents
350
-
351
- - [ ] Components are sized appropriately for AI agent implementation
352
- - [ ] Dependencies between components are minimized
353
- - [ ] Clear interfaces between components are defined
354
- - [ ] Components have singular, well-defined responsibilities
355
- - [ ] File and code organization optimized for AI agent understanding
356
-
357
- ### 9.2 Clarity & Predictability
358
-
359
- - [ ] Patterns are consistent and predictable
360
- - [ ] Complex logic is broken down into simpler steps
361
- - [ ] Architecture avoids overly clever or obscure approaches
362
- - [ ] Examples are provided for unfamiliar patterns
363
- - [ ] Component responsibilities are explicit and clear
364
-
365
- ### 9.3 Implementation Guidance
366
-
367
- - [ ] Detailed implementation guidance is provided
368
- - [ ] Code structure templates are defined
369
- - [ ] Specific implementation patterns are documented
370
- - [ ] Common pitfalls are identified with solutions
371
- - [ ] References to similar implementations are provided when helpful
372
-
373
- ### 9.4 Error Prevention & Handling
374
-
375
- - [ ] Design reduces opportunities for implementation errors
376
- - [ ] Validation and error checking approaches are defined
377
- - [ ] Self-healing mechanisms are incorporated where possible
378
- - [ ] Testing patterns are clearly defined
379
- - [ ] Debugging guidance is provided
380
-
381
- ## 10. ACCESSIBILITY IMPLEMENTATION [[FRONTEND ONLY]]
382
-
383
- [[LLM: Skip this section for backend-only projects. Accessibility is a core requirement for any user interface.]]
384
-
385
- ### 10.1 Accessibility Standards
386
-
387
- - [ ] Semantic HTML usage is emphasized
388
- - [ ] ARIA implementation guidelines provided
389
- - [ ] Keyboard navigation requirements defined
390
- - [ ] Focus management approach specified
391
- - [ ] Screen reader compatibility addressed
392
-
393
- ### 10.2 Accessibility Testing
394
-
395
- - [ ] Accessibility testing tools identified
396
- - [ ] Testing process integrated into workflow
397
- - [ ] Compliance targets (WCAG level) specified
398
- - [ ] Manual testing procedures defined
399
- - [ ] Automated testing approach outlined
400
-
401
- [[LLM: FINAL VALIDATION REPORT GENERATION
402
-
403
- Now that you've completed the checklist, generate a comprehensive validation report that includes:
404
-
405
- 1. Executive Summary
406
-
407
- - Overall architecture readiness (High/Medium/Low)
408
- - Critical risks identified
409
- - Key strengths of the architecture
410
- - Project type (Full-stack/Frontend/Backend) and sections evaluated
411
-
412
- 2. Section Analysis
413
-
414
- - Pass rate for each major section (percentage of items passed)
415
- - Most concerning failures or gaps
416
- - Sections requiring immediate attention
417
- - Note any sections skipped due to project type
418
-
419
- 3. Risk Assessment
420
-
421
- - Top 5 risks by severity
422
- - Mitigation recommendations for each
423
- - Timeline impact of addressing issues
424
-
425
- 4. Recommendations
426
-
427
- - Must-fix items before development
428
- - Should-fix items for better quality
429
- - Nice-to-have improvements
430
-
431
- 5. AI Implementation Readiness
432
-
433
- - Specific concerns for AI agent implementation
434
- - Areas needing additional clarification
435
- - Complexity hotspots to address
436
-
437
- 6. Frontend-Specific Assessment (if applicable)
438
- - Frontend architecture completeness
439
- - Alignment between main and frontend architecture docs
440
- - UI/UX specification coverage
441
- - Component design clarity
442
-
443
- After presenting the report, ask the user if they would like detailed analysis of any specific section, especially those with warnings or failures.]]
@@ -1,182 +0,0 @@
1
- # Change Navigation Checklist
2
-
3
- **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow.
4
-
5
- **Instructions:** Review each item with the user. Mark `[x]` for completed/confirmed, `[N/A]` if not applicable, or add notes for discussion points.
6
-
7
- [[LLM: INITIALIZATION INSTRUCTIONS - CHANGE NAVIGATION
8
-
9
- Changes during development are inevitable, but how we handle them determines project success or failure.
10
-
11
- Before proceeding, understand:
12
-
13
- 1. This checklist is for SIGNIFICANT changes that affect the project direction
14
- 2. Minor adjustments within a story don't require this process
15
- 3. The goal is to minimize wasted work while adapting to new realities
16
- 4. User buy-in is critical - they must understand and approve changes
17
-
18
- Required context:
19
-
20
- - The triggering story or issue
21
- - Current project state (completed stories, current epic)
22
- - Access to PRD, architecture, and other key documents
23
- - Understanding of remaining work planned
24
-
25
- APPROACH:
26
- This is an interactive process with the user. Work through each section together, discussing implications and options. The user makes final decisions, but provide expert guidance on technical feasibility and impact.
27
-
28
- REMEMBER: Changes are opportunities to improve, not failures. Handle them professionally and constructively.]]
29
-
30
- ---
31
-
32
- ## 1. Understand the Trigger & Context
33
-
34
- [[LLM: Start by fully understanding what went wrong and why. Don't jump to solutions yet. Ask probing questions:
35
-
36
- - What exactly happened that triggered this review?
37
- - Is this a one-time issue or symptomatic of a larger problem?
38
- - Could this have been anticipated earlier?
39
- - What assumptions were incorrect?
40
-
41
- Be specific and factual, not blame-oriented.]]
42
-
43
- - [ ] **Identify Triggering Story:** Clearly identify the story (or stories) that revealed the issue.
44
- - [ ] **Define the Issue:** Articulate the core problem precisely.
45
- - [ ] Is it a technical limitation/dead-end?
46
- - [ ] Is it a newly discovered requirement?
47
- - [ ] Is it a fundamental misunderstanding of existing requirements?
48
- - [ ] Is it a necessary pivot based on feedback or new information?
49
- - [ ] Is it a failed/abandoned story needing a new approach?
50
- - [ ] **Assess Initial Impact:** Describe the immediate observed consequences (e.g., blocked progress, incorrect functionality, non-viable tech).
51
- - [ ] **Gather Evidence:** Note any specific logs, error messages, user feedback, or analysis that supports the issue definition.
52
-
53
- ## 2. Epic Impact Assessment
54
-
55
- [[LLM: Changes ripple through the project structure. Systematically evaluate:
56
-
57
- 1. Can we salvage the current epic with modifications?
58
- 2. Do future epics still make sense given this change?
59
- 3. Are we creating or eliminating dependencies?
60
- 4. Does the epic sequence need reordering?
61
-
62
- Think about both immediate and downstream effects.]]
63
-
64
- - [ ] **Analyze Current Epic:**
65
- - [ ] Can the current epic containing the trigger story still be completed?
66
- - [ ] Does the current epic need modification (story changes, additions, removals)?
67
- - [ ] Should the current epic be abandoned or fundamentally redefined?
68
- - [ ] **Analyze Future Epics:**
69
- - [ ] Review all remaining planned epics.
70
- - [ ] Does the issue require changes to planned stories in future epics?
71
- - [ ] Does the issue invalidate any future epics?
72
- - [ ] Does the issue necessitate the creation of entirely new epics?
73
- - [ ] Should the order/priority of future epics be changed?
74
- - [ ] **Summarize Epic Impact:** Briefly document the overall effect on the project's epic structure and flow.
75
-
76
- ## 3. Artifact Conflict & Impact Analysis
77
-
78
- [[LLM: Documentation drives development in BMad. Check each artifact:
79
-
80
- 1. Does this change invalidate documented decisions?
81
- 2. Are architectural assumptions still valid?
82
- 3. Do user flows need rethinking?
83
- 4. Are technical constraints different than documented?
84
-
85
- Be thorough - missed conflicts cause future problems.]]
86
-
87
- - [ ] **Review PRD:**
88
- - [ ] Does the issue conflict with the core goals or requirements stated in the PRD?
89
- - [ ] Does the PRD need clarification or updates based on the new understanding?
90
- - [ ] **Review Architecture Document:**
91
- - [ ] Does the issue conflict with the documented architecture (components, patterns, tech choices)?
92
- - [ ] Are specific components/diagrams/sections impacted?
93
- - [ ] Does the technology list need updating?
94
- - [ ] Do data models or schemas need revision?
95
- - [ ] Are external API integrations affected?
96
- - [ ] **Review Frontend Spec (if applicable):**
97
- - [ ] Does the issue conflict with the FE architecture, component library choice, or UI/UX design?
98
- - [ ] Are specific FE components or user flows impacted?
99
- - [ ] **Review Other Artifacts (if applicable):**
100
- - [ ] Consider impact on deployment scripts, IaC, monitoring setup, etc.
101
- - [ ] **Summarize Artifact Impact:** List all artifacts requiring updates and the nature of the changes needed.
102
-
103
- ## 4. Path Forward Evaluation
104
-
105
- [[LLM: Present options clearly with pros/cons. For each path:
106
-
107
- 1. What's the effort required?
108
- 2. What work gets thrown away?
109
- 3. What risks are we taking?
110
- 4. How does this affect timeline?
111
- 5. Is this sustainable long-term?
112
-
113
- Be honest about trade-offs. There's rarely a perfect solution.]]
114
-
115
- - [ ] **Option 1: Direct Adjustment / Integration:**
116
- - [ ] Can the issue be addressed by modifying/adding future stories within the existing plan?
117
- - [ ] Define the scope and nature of these adjustments.
118
- - [ ] Assess feasibility, effort, and risks of this path.
119
- - [ ] **Option 2: Potential Rollback:**
120
- - [ ] Would reverting completed stories significantly simplify addressing the issue?
121
- - [ ] Identify specific stories/commits to consider for rollback.
122
- - [ ] Assess the effort required for rollback.
123
- - [ ] Assess the impact of rollback (lost work, data implications).
124
- - [ ] Compare the net benefit/cost vs. Direct Adjustment.
125
- - [ ] **Option 3: PRD MVP Review & Potential Re-scoping:**
126
- - [ ] Is the original PRD MVP still achievable given the issue and constraints?
127
- - [ ] Does the MVP scope need reduction (removing features/epics)?
128
- - [ ] Do the core MVP goals need modification?
129
- - [ ] Are alternative approaches needed to meet the original MVP intent?
130
- - [ ] **Extreme Case:** Does the issue necessitate a fundamental replan or potentially a new PRD V2 (to be handled by PM)?
131
- - [ ] **Select Recommended Path:** Based on the evaluation, agree on the most viable path forward.
132
-
133
- ## 5. Sprint Change Proposal Components
134
-
135
- [[LLM: The proposal must be actionable and clear. Ensure:
136
-
137
- 1. The issue is explained in plain language
138
- 2. Impacts are quantified where possible
139
- 3. The recommended path has clear rationale
140
- 4. Next steps are specific and assigned
141
- 5. Success criteria for the change are defined
142
-
143
- This proposal guides all subsequent work.]]
144
-
145
- (Ensure all agreed-upon points from previous sections are captured in the proposal)
146
-
147
- - [ ] **Identified Issue Summary:** Clear, concise problem statement.
148
- - [ ] **Epic Impact Summary:** How epics are affected.
149
- - [ ] **Artifact Adjustment Needs:** List of documents to change.
150
- - [ ] **Recommended Path Forward:** Chosen solution with rationale.
151
- - [ ] **PRD MVP Impact:** Changes to scope/goals (if any).
152
- - [ ] **High-Level Action Plan:** Next steps for stories/updates.
153
- - [ ] **Agent Handoff Plan:** Identify roles needed (PM, Arch, Design Arch, PO).
154
-
155
- ## 6. Final Review & Handoff
156
-
157
- [[LLM: Changes require coordination. Before concluding:
158
-
159
- 1. Is the user fully aligned with the plan?
160
- 2. Do all stakeholders understand the impacts?
161
- 3. Are handoffs to other agents clear?
162
- 4. Is there a rollback plan if the change fails?
163
- 5. How will we validate the change worked?
164
-
165
- Get explicit approval - implicit agreement causes problems.
166
-
167
- FINAL REPORT:
168
- After completing the checklist, provide a concise summary:
169
-
170
- - What changed and why
171
- - What we're doing about it
172
- - Who needs to do what
173
- - When we'll know if it worked
174
-
175
- Keep it action-oriented and forward-looking.]]
176
-
177
- - [ ] **Review Checklist:** Confirm all relevant items were discussed.
178
- - [ ] **Review Sprint Change Proposal:** Ensure it accurately reflects the discussion and decisions.
179
- - [ ] **User Approval:** Obtain explicit user approval for the proposal.
180
- - [ ] **Confirm Next Steps:** Reiterate the handoff plan and the next actions to be taken by specific agents.
181
-
182
- ---