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,441 +0,0 @@
1
- # Product Owner (PO) Master Validation Checklist
2
-
3
- This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable.
4
-
5
- [[LLM: INITIALIZATION INSTRUCTIONS - PO MASTER CHECKLIST
6
-
7
- PROJECT TYPE DETECTION:
8
- First, determine the project type by checking:
9
-
10
- 1. Is this a GREENFIELD project (new from scratch)?
11
-
12
- - Look for: New project initialization, no existing codebase references
13
- - Check for: prd.md, architecture.md, new project setup stories
14
-
15
- 2. Is this a BROWNFIELD project (enhancing existing system)?
16
-
17
- - Look for: References to existing codebase, enhancement/modification language
18
- - Check for: brownfield-prd.md, brownfield-architecture.md, existing system analysis
19
-
20
- 3. Does the project include UI/UX components?
21
- - Check for: frontend-architecture.md, UI/UX specifications, design files
22
- - Look for: Frontend stories, component specifications, user interface mentions
23
-
24
- DOCUMENT REQUIREMENTS:
25
- Based on project type, ensure you have access to:
26
-
27
- For GREENFIELD projects:
28
-
29
- - prd.md - The Product Requirements Document
30
- - architecture.md - The system architecture
31
- - frontend-architecture.md - If UI/UX is involved
32
- - All epic and story definitions
33
-
34
- For BROWNFIELD projects:
35
-
36
- - brownfield-prd.md - The brownfield enhancement requirements
37
- - brownfield-architecture.md - The enhancement architecture
38
- - Existing project codebase access (CRITICAL - cannot proceed without this)
39
- - Current deployment configuration and infrastructure details
40
- - Database schemas, API documentation, monitoring setup
41
-
42
- SKIP INSTRUCTIONS:
43
-
44
- - Skip sections marked [[BROWNFIELD ONLY]] for greenfield projects
45
- - Skip sections marked [[GREENFIELD ONLY]] for brownfield projects
46
- - Skip sections marked [[UI/UX ONLY]] for backend-only projects
47
- - Note all skipped sections in your final report
48
-
49
- VALIDATION APPROACH:
50
-
51
- 1. Deep Analysis - Thoroughly analyze each item against documentation
52
- 2. Evidence-Based - Cite specific sections or code when validating
53
- 3. Critical Thinking - Question assumptions and identify gaps
54
- 4. Risk Assessment - Consider what could go wrong with each decision
55
-
56
- EXECUTION MODE:
57
- Ask the user if they want to work through the checklist:
58
-
59
- - Section by section (interactive mode) - Review each section, get confirmation before proceeding
60
- - All at once (comprehensive mode) - Complete full analysis and present report at end]]
61
-
62
- ## 1. PROJECT SETUP & INITIALIZATION
63
-
64
- [[LLM: Project setup is the foundation. For greenfield, ensure clean start. For brownfield, ensure safe integration with existing system. Verify setup matches project type.]]
65
-
66
- ### 1.1 Project Scaffolding [[GREENFIELD ONLY]]
67
-
68
- - [ ] Epic 1 includes explicit steps for project creation/initialization
69
- - [ ] If using a starter template, steps for cloning/setup are included
70
- - [ ] If building from scratch, all necessary scaffolding steps are defined
71
- - [ ] Initial README or documentation setup is included
72
- - [ ] Repository setup and initial commit processes are defined
73
-
74
- ### 1.2 Existing System Integration [[BROWNFIELD ONLY]]
75
-
76
- - [ ] Existing project analysis has been completed and documented
77
- - [ ] Integration points with current system are identified
78
- - [ ] Development environment preserves existing functionality
79
- - [ ] Local testing approach validated for existing features
80
- - [ ] Rollback procedures defined for each integration point
81
-
82
- ### 1.3 Development Environment
83
-
84
- - [ ] Local development environment setup is clearly defined
85
- - [ ] Required tools and versions are specified
86
- - [ ] Steps for installing dependencies are included
87
- - [ ] Configuration files are addressed appropriately
88
- - [ ] Development server setup is included
89
-
90
- ### 1.4 Core Dependencies
91
-
92
- - [ ] All critical packages/libraries are installed early
93
- - [ ] Package management is properly addressed
94
- - [ ] Version specifications are appropriately defined
95
- - [ ] Dependency conflicts or special requirements are noted
96
- - [ ] [[BROWNFIELD ONLY]] Version compatibility with existing stack verified
97
-
98
- ## 2. INFRASTRUCTURE & DEPLOYMENT
99
-
100
- [[LLM: Infrastructure must exist before use. For brownfield, must integrate with existing infrastructure without breaking it.]]
101
-
102
- ### 2.1 Database & Data Store Setup
103
-
104
- - [ ] Database selection/setup occurs before any operations
105
- - [ ] Schema definitions are created before data operations
106
- - [ ] Migration strategies are defined if applicable
107
- - [ ] Seed data or initial data setup is included if needed
108
- - [ ] [[BROWNFIELD ONLY]] Database migration risks identified and mitigated
109
- - [ ] [[BROWNFIELD ONLY]] Backward compatibility ensured
110
-
111
- ### 2.2 API & Service Configuration
112
-
113
- - [ ] API frameworks are set up before implementing endpoints
114
- - [ ] Service architecture is established before implementing services
115
- - [ ] Authentication framework is set up before protected routes
116
- - [ ] Middleware and common utilities are created before use
117
- - [ ] [[BROWNFIELD ONLY]] API compatibility with existing system maintained
118
- - [ ] [[BROWNFIELD ONLY]] Integration with existing authentication preserved
119
-
120
- ### 2.3 Deployment Pipeline
121
-
122
- - [ ] CI/CD pipeline is established before deployment actions
123
- - [ ] Infrastructure as Code (IaC) is set up before use
124
- - [ ] Environment configurations are defined early
125
- - [ ] Deployment strategies are defined before implementation
126
- - [ ] [[BROWNFIELD ONLY]] Deployment minimizes downtime
127
- - [ ] [[BROWNFIELD ONLY]] Blue-green or canary deployment implemented
128
-
129
- ### 2.4 Testing Infrastructure
130
-
131
- - [ ] Testing frameworks are installed before writing tests
132
- - [ ] Test environment setup precedes test implementation
133
- - [ ] Mock services or data are defined before testing
134
- - [ ] [[BROWNFIELD ONLY]] Regression testing covers existing functionality
135
- - [ ] [[BROWNFIELD ONLY]] Integration testing validates new-to-existing connections
136
-
137
- ## 3. EXTERNAL DEPENDENCIES & INTEGRATIONS
138
-
139
- [[LLM: External dependencies often block progress. For brownfield, ensure new dependencies don't conflict with existing ones.]]
140
-
141
- ### 3.1 Third-Party Services
142
-
143
- - [ ] Account creation steps are identified for required services
144
- - [ ] API key acquisition processes are defined
145
- - [ ] Steps for securely storing credentials are included
146
- - [ ] Fallback or offline development options are considered
147
- - [ ] [[BROWNFIELD ONLY]] Compatibility with existing services verified
148
- - [ ] [[BROWNFIELD ONLY]] Impact on existing integrations assessed
149
-
150
- ### 3.2 External APIs
151
-
152
- - [ ] Integration points with external APIs are clearly identified
153
- - [ ] Authentication with external services is properly sequenced
154
- - [ ] API limits or constraints are acknowledged
155
- - [ ] Backup strategies for API failures are considered
156
- - [ ] [[BROWNFIELD ONLY]] Existing API dependencies maintained
157
-
158
- ### 3.3 Infrastructure Services
159
-
160
- - [ ] Cloud resource provisioning is properly sequenced
161
- - [ ] DNS or domain registration needs are identified
162
- - [ ] Email or messaging service setup is included if needed
163
- - [ ] CDN or static asset hosting setup precedes their use
164
- - [ ] [[BROWNFIELD ONLY]] Existing infrastructure services preserved
165
-
166
- ## 4. UI/UX CONSIDERATIONS [[UI/UX ONLY]]
167
-
168
- [[LLM: Only evaluate this section if the project includes user interface components. Skip entirely for backend-only projects.]]
169
-
170
- ### 4.1 Design System Setup
171
-
172
- - [ ] UI framework and libraries are selected and installed early
173
- - [ ] Design system or component library is established
174
- - [ ] Styling approach (CSS modules, styled-components, etc.) is defined
175
- - [ ] Responsive design strategy is established
176
- - [ ] Accessibility requirements are defined upfront
177
-
178
- ### 4.2 Frontend Infrastructure
179
-
180
- - [ ] Frontend build pipeline is configured before development
181
- - [ ] Asset optimization strategy is defined
182
- - [ ] Frontend testing framework is set up
183
- - [ ] Component development workflow is established
184
- - [ ] [[BROWNFIELD ONLY]] UI consistency with existing system maintained
185
-
186
- ### 4.3 User Experience Flow
187
-
188
- - [ ] User journeys are mapped before implementation
189
- - [ ] Navigation patterns are defined early
190
- - [ ] Error states and loading states are planned
191
- - [ ] Form validation patterns are established
192
- - [ ] [[BROWNFIELD ONLY]] Existing user workflows preserved or migrated
193
-
194
- ## 5. USER/AGENT RESPONSIBILITY
195
-
196
- [[LLM: Clear ownership prevents confusion. Ensure tasks are assigned appropriately based on what only humans can do.]]
197
-
198
- ### 5.1 User Actions
199
-
200
- - [ ] User responsibilities limited to human-only tasks
201
- - [ ] Account creation on external services assigned to users
202
- - [ ] Purchasing or payment actions assigned to users
203
- - [ ] Credential provision appropriately assigned to users
204
-
205
- ### 5.2 Developer Agent Actions
206
-
207
- - [ ] All code-related tasks assigned to developer agents
208
- - [ ] Automated processes identified as agent responsibilities
209
- - [ ] Configuration management properly assigned
210
- - [ ] Testing and validation assigned to appropriate agents
211
-
212
- ## 6. FEATURE SEQUENCING & DEPENDENCIES
213
-
214
- [[LLM: Dependencies create the critical path. For brownfield, ensure new features don't break existing ones.]]
215
-
216
- ### 6.1 Functional Dependencies
217
-
218
- - [ ] Features depending on others are sequenced correctly
219
- - [ ] Shared components are built before their use
220
- - [ ] User flows follow logical progression
221
- - [ ] Authentication features precede protected features
222
- - [ ] [[BROWNFIELD ONLY]] Existing functionality preserved throughout
223
-
224
- ### 6.2 Technical Dependencies
225
-
226
- - [ ] Lower-level services built before higher-level ones
227
- - [ ] Libraries and utilities created before their use
228
- - [ ] Data models defined before operations on them
229
- - [ ] API endpoints defined before client consumption
230
- - [ ] [[BROWNFIELD ONLY]] Integration points tested at each step
231
-
232
- ### 6.3 Cross-Epic Dependencies
233
-
234
- - [ ] Later epics build upon earlier epic functionality
235
- - [ ] No epic requires functionality from later epics
236
- - [ ] Infrastructure from early epics utilized consistently
237
- - [ ] Incremental value delivery maintained
238
- - [ ] [[BROWNFIELD ONLY]] Each epic maintains system integrity
239
-
240
- ## 7. RISK MANAGEMENT [[BROWNFIELD ONLY]]
241
-
242
- [[LLM: This section is CRITICAL for brownfield projects. Think pessimistically about what could break.]]
243
-
244
- ### 7.1 Breaking Change Risks
245
-
246
- - [ ] Risk of breaking existing functionality assessed
247
- - [ ] Database migration risks identified and mitigated
248
- - [ ] API breaking change risks evaluated
249
- - [ ] Performance degradation risks identified
250
- - [ ] Security vulnerability risks evaluated
251
-
252
- ### 7.2 Rollback Strategy
253
-
254
- - [ ] Rollback procedures clearly defined per story
255
- - [ ] Feature flag strategy implemented
256
- - [ ] Backup and recovery procedures updated
257
- - [ ] Monitoring enhanced for new components
258
- - [ ] Rollback triggers and thresholds defined
259
-
260
- ### 7.3 User Impact Mitigation
261
-
262
- - [ ] Existing user workflows analyzed for impact
263
- - [ ] User communication plan developed
264
- - [ ] Training materials updated
265
- - [ ] Support documentation comprehensive
266
- - [ ] Migration path for user data validated
267
-
268
- ## 8. MVP SCOPE ALIGNMENT
269
-
270
- [[LLM: MVP means MINIMUM viable product. For brownfield, ensure enhancements are truly necessary.]]
271
-
272
- ### 8.1 Core Goals Alignment
273
-
274
- - [ ] All core goals from PRD are addressed
275
- - [ ] Features directly support MVP goals
276
- - [ ] No extraneous features beyond MVP scope
277
- - [ ] Critical features prioritized appropriately
278
- - [ ] [[BROWNFIELD ONLY]] Enhancement complexity justified
279
-
280
- ### 8.2 User Journey Completeness
281
-
282
- - [ ] All critical user journeys fully implemented
283
- - [ ] Edge cases and error scenarios addressed
284
- - [ ] User experience considerations included
285
- - [ ] [[UI/UX ONLY]] Accessibility requirements incorporated
286
- - [ ] [[BROWNFIELD ONLY]] Existing workflows preserved or improved
287
-
288
- ### 8.3 Technical Requirements
289
-
290
- - [ ] All technical constraints from PRD addressed
291
- - [ ] Non-functional requirements incorporated
292
- - [ ] Architecture decisions align with constraints
293
- - [ ] Performance considerations addressed
294
- - [ ] [[BROWNFIELD ONLY]] Compatibility requirements met
295
-
296
- ## 9. DOCUMENTATION & HANDOFF
297
-
298
- [[LLM: Good documentation enables smooth development. For brownfield, documentation of integration points is critical.]]
299
-
300
- ### 9.1 Developer Documentation
301
-
302
- - [ ] API documentation created alongside implementation
303
- - [ ] Setup instructions are comprehensive
304
- - [ ] Architecture decisions documented
305
- - [ ] Patterns and conventions documented
306
- - [ ] [[BROWNFIELD ONLY]] Integration points documented in detail
307
-
308
- ### 9.2 User Documentation
309
-
310
- - [ ] User guides or help documentation included if required
311
- - [ ] Error messages and user feedback considered
312
- - [ ] Onboarding flows fully specified
313
- - [ ] [[BROWNFIELD ONLY]] Changes to existing features documented
314
-
315
- ### 9.3 Knowledge Transfer
316
-
317
- - [ ] [[BROWNFIELD ONLY]] Existing system knowledge captured
318
- - [ ] [[BROWNFIELD ONLY]] Integration knowledge documented
319
- - [ ] Code review knowledge sharing planned
320
- - [ ] Deployment knowledge transferred to operations
321
- - [ ] Historical context preserved
322
-
323
- ## 10. POST-MVP CONSIDERATIONS
324
-
325
- [[LLM: Planning for success prevents technical debt. For brownfield, ensure enhancements don't limit future growth.]]
326
-
327
- ### 10.1 Future Enhancements
328
-
329
- - [ ] Clear separation between MVP and future features
330
- - [ ] Architecture supports planned enhancements
331
- - [ ] Technical debt considerations documented
332
- - [ ] Extensibility points identified
333
- - [ ] [[BROWNFIELD ONLY]] Integration patterns reusable
334
-
335
- ### 10.2 Monitoring & Feedback
336
-
337
- - [ ] Analytics or usage tracking included if required
338
- - [ ] User feedback collection considered
339
- - [ ] Monitoring and alerting addressed
340
- - [ ] Performance measurement incorporated
341
- - [ ] [[BROWNFIELD ONLY]] Existing monitoring preserved/enhanced
342
-
343
- ## VALIDATION SUMMARY
344
-
345
- [[LLM: FINAL PO VALIDATION REPORT GENERATION
346
-
347
- Generate a comprehensive validation report that adapts to project type:
348
-
349
- 1. Executive Summary
350
-
351
- - Project type: [Greenfield/Brownfield] with [UI/No UI]
352
- - Overall readiness (percentage)
353
- - Go/No-Go recommendation
354
- - Critical blocking issues count
355
- - Sections skipped due to project type
356
-
357
- 2. Project-Specific Analysis
358
-
359
- FOR GREENFIELD:
360
-
361
- - Setup completeness
362
- - Dependency sequencing
363
- - MVP scope appropriateness
364
- - Development timeline feasibility
365
-
366
- FOR BROWNFIELD:
367
-
368
- - Integration risk level (High/Medium/Low)
369
- - Existing system impact assessment
370
- - Rollback readiness
371
- - User disruption potential
372
-
373
- 3. Risk Assessment
374
-
375
- - Top 5 risks by severity
376
- - Mitigation recommendations
377
- - Timeline impact of addressing issues
378
- - [BROWNFIELD] Specific integration risks
379
-
380
- 4. MVP Completeness
381
-
382
- - Core features coverage
383
- - Missing essential functionality
384
- - Scope creep identified
385
- - True MVP vs over-engineering
386
-
387
- 5. Implementation Readiness
388
-
389
- - Developer clarity score (1-10)
390
- - Ambiguous requirements count
391
- - Missing technical details
392
- - [BROWNFIELD] Integration point clarity
393
-
394
- 6. Recommendations
395
-
396
- - Must-fix before development
397
- - Should-fix for quality
398
- - Consider for improvement
399
- - Post-MVP deferrals
400
-
401
- 7. [BROWNFIELD ONLY] Integration Confidence
402
- - Confidence in preserving existing functionality
403
- - Rollback procedure completeness
404
- - Monitoring coverage for integration points
405
- - Support team readiness
406
-
407
- After presenting the report, ask if the user wants:
408
-
409
- - Detailed analysis of any failed sections
410
- - Specific story reordering suggestions
411
- - Risk mitigation strategies
412
- - [BROWNFIELD] Integration risk deep-dive]]
413
-
414
- ### Category Statuses
415
-
416
- | Category | Status | Critical Issues |
417
- | --------------------------------------- | ------ | --------------- |
418
- | 1. Project Setup & Initialization | _TBD_ | |
419
- | 2. Infrastructure & Deployment | _TBD_ | |
420
- | 3. External Dependencies & Integrations | _TBD_ | |
421
- | 4. UI/UX Considerations | _TBD_ | |
422
- | 5. User/Agent Responsibility | _TBD_ | |
423
- | 6. Feature Sequencing & Dependencies | _TBD_ | |
424
- | 7. Risk Management (Brownfield) | _TBD_ | |
425
- | 8. MVP Scope Alignment | _TBD_ | |
426
- | 9. Documentation & Handoff | _TBD_ | |
427
- | 10. Post-MVP Considerations | _TBD_ | |
428
-
429
- ### Critical Deficiencies
430
-
431
- (To be populated during validation)
432
-
433
- ### Recommendations
434
-
435
- (To be populated during validation)
436
-
437
- ### Final Decision
438
-
439
- - **APPROVED**: The plan is comprehensive, properly sequenced, and ready for implementation.
440
- - **CONDITIONAL**: The plan requires specific adjustments before proceeding.
441
- - **REJECTED**: The plan requires significant revision to address critical deficiencies.
@@ -1,101 +0,0 @@
1
- # Story Definition of Done (DoD) Checklist
2
-
3
- ## Instructions for Developer Agent
4
-
5
- Before marking a story as 'Review', please go through each item in this checklist. Report the status of each item (e.g., [x] Done, [ ] Not Done, [N/A] Not Applicable) and provide brief comments if necessary.
6
-
7
- [[LLM: INITIALIZATION INSTRUCTIONS - STORY DOD VALIDATION
8
-
9
- This checklist is for DEVELOPER AGENTS to self-validate their work before marking a story complete.
10
-
11
- IMPORTANT: This is a self-assessment. Be honest about what's actually done vs what should be done. It's better to identify issues now than have them found in review.
12
-
13
- EXECUTION APPROACH:
14
-
15
- 1. Go through each section systematically
16
- 2. Mark items as [x] Done, [ ] Not Done, or [N/A] Not Applicable
17
- 3. Add brief comments explaining any [ ] or [N/A] items
18
- 4. Be specific about what was actually implemented
19
- 5. Flag any concerns or technical debt created
20
-
21
- The goal is quality delivery, not just checking boxes.]]
22
-
23
- ## Checklist Items
24
-
25
- 1. **Requirements Met:**
26
-
27
- [[LLM: Be specific - list each requirement and whether it's complete]]
28
-
29
- - [ ] All functional requirements specified in the story are implemented.
30
- - [ ] All acceptance criteria defined in the story are met.
31
-
32
- 2. **Coding Standards & Project Structure:**
33
-
34
- [[LLM: Code quality matters for maintainability. Check each item carefully]]
35
-
36
- - [ ] All new/modified code strictly adheres to `Operational Guidelines`.
37
- - [ ] All new/modified code aligns with `Project Structure` (file locations, naming, etc.).
38
- - [ ] Adherence to `Tech Stack` for technologies/versions used (if story introduces or modifies tech usage).
39
- - [ ] Adherence to `Api Reference` and `Data Models` (if story involves API or data model changes).
40
- - [ ] Basic security best practices (e.g., input validation, proper error handling, no hardcoded secrets) applied for new/modified code.
41
- - [ ] No new linter errors or warnings introduced.
42
- - [ ] Code is well-commented where necessary (clarifying complex logic, not obvious statements).
43
-
44
- 3. **Testing:**
45
-
46
- [[LLM: Testing proves your code works. Be honest about test coverage]]
47
-
48
- - [ ] All required unit tests as per the story and `Operational Guidelines` Testing Strategy are implemented.
49
- - [ ] All required integration tests (if applicable) as per the story and `Operational Guidelines` Testing Strategy are implemented.
50
- - [ ] All tests (unit, integration, E2E if applicable) pass successfully.
51
- - [ ] Test coverage meets project standards (if defined).
52
-
53
- 4. **Functionality & Verification:**
54
-
55
- [[LLM: Did you actually run and test your code? Be specific about what you tested]]
56
-
57
- - [ ] Functionality has been manually verified by the developer (e.g., running the app locally, checking UI, testing API endpoints).
58
- - [ ] Edge cases and potential error conditions considered and handled gracefully.
59
-
60
- 5. **Story Administration:**
61
-
62
- [[LLM: Documentation helps the next developer. What should they know?]]
63
-
64
- - [ ] All tasks within the story file are marked as complete.
65
- - [ ] Any clarifications or decisions made during development are documented in the story file or linked appropriately.
66
- - [ ] The story wrap up section has been completed with notes of changes or information relevant to the next story or overall project, the agent model that was primarily used during development, and the changelog of any changes is properly updated.
67
-
68
- 6. **Dependencies, Build & Configuration:**
69
-
70
- [[LLM: Build issues block everyone. Ensure everything compiles and runs cleanly]]
71
-
72
- - [ ] Project builds successfully without errors.
73
- - [ ] Project linting passes
74
- - [ ] Any new dependencies added were either pre-approved in the story requirements OR explicitly approved by the user during development (approval documented in story file).
75
- - [ ] If new dependencies were added, they are recorded in the appropriate project files (e.g., `package.json`, `requirements.txt`) with justification.
76
- - [ ] No known security vulnerabilities introduced by newly added and approved dependencies.
77
- - [ ] If new environment variables or configurations were introduced by the story, they are documented and handled securely.
78
-
79
- 7. **Documentation (If Applicable):**
80
-
81
- [[LLM: Good documentation prevents future confusion. What needs explaining?]]
82
-
83
- - [ ] Relevant inline code documentation (e.g., JSDoc, TSDoc, Python docstrings) for new public APIs or complex logic is complete.
84
- - [ ] User-facing documentation updated, if changes impact users.
85
- - [ ] Technical documentation (e.g., READMEs, system diagrams) updated if significant architectural changes were made.
86
-
87
- ## Final Confirmation
88
-
89
- [[LLM: FINAL DOD SUMMARY
90
-
91
- After completing the checklist:
92
-
93
- 1. Summarize what was accomplished in this story
94
- 2. List any items marked as [ ] Not Done with explanations
95
- 3. Identify any technical debt or follow-up work needed
96
- 4. Note any challenges or learnings for future stories
97
- 5. Confirm whether the story is truly ready for review
98
-
99
- Be honest - it's better to flag issues now than have them discovered later.]]
100
-
101
- - [ ] I, the Developer Agent, confirm that all applicable items above have been addressed.
@@ -1,156 +0,0 @@
1
- # Story Draft Checklist
2
-
3
- The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out.
4
-
5
- [[LLM: INITIALIZATION INSTRUCTIONS - STORY DRAFT VALIDATION
6
-
7
- Before proceeding with this checklist, ensure you have access to:
8
-
9
- 1. The story document being validated (usually in docs/stories/ or provided directly)
10
- 2. The parent epic context
11
- 3. Any referenced architecture or design documents
12
- 4. Previous related stories if this builds on prior work
13
-
14
- IMPORTANT: This checklist validates individual stories BEFORE implementation begins.
15
-
16
- VALIDATION PRINCIPLES:
17
-
18
- 1. Clarity - A developer should understand WHAT to build
19
- 2. Context - WHY this is being built and how it fits
20
- 3. Guidance - Key technical decisions and patterns to follow
21
- 4. Testability - How to verify the implementation works
22
- 5. Self-Contained - Most info needed is in the story itself
23
-
24
- REMEMBER: We assume competent developer agents who can:
25
-
26
- - Research documentation and codebases
27
- - Make reasonable technical decisions
28
- - Follow established patterns
29
- - Ask for clarification when truly stuck
30
-
31
- We're checking for SUFFICIENT guidance, not exhaustive detail.]]
32
-
33
- ## 1. GOAL & CONTEXT CLARITY
34
-
35
- [[LLM: Without clear goals, developers build the wrong thing. Verify:
36
-
37
- 1. The story states WHAT functionality to implement
38
- 2. The business value or user benefit is clear
39
- 3. How this fits into the larger epic/product is explained
40
- 4. Dependencies are explicit ("requires Story X to be complete")
41
- 5. Success looks like something specific, not vague]]
42
-
43
- - [ ] Story goal/purpose is clearly stated
44
- - [ ] Relationship to epic goals is evident
45
- - [ ] How the story fits into overall system flow is explained
46
- - [ ] Dependencies on previous stories are identified (if applicable)
47
- - [ ] Business context and value are clear
48
-
49
- ## 2. TECHNICAL IMPLEMENTATION GUIDANCE
50
-
51
- [[LLM: Developers need enough technical context to start coding. Check:
52
-
53
- 1. Key files/components to create or modify are mentioned
54
- 2. Technology choices are specified where non-obvious
55
- 3. Integration points with existing code are identified
56
- 4. Data models or API contracts are defined or referenced
57
- 5. Non-standard patterns or exceptions are called out
58
-
59
- Note: We don't need every file listed - just the important ones.]]
60
-
61
- - [ ] Key files to create/modify are identified (not necessarily exhaustive)
62
- - [ ] Technologies specifically needed for this story are mentioned
63
- - [ ] Critical APIs or interfaces are sufficiently described
64
- - [ ] Necessary data models or structures are referenced
65
- - [ ] Required environment variables are listed (if applicable)
66
- - [ ] Any exceptions to standard coding patterns are noted
67
-
68
- ## 3. REFERENCE EFFECTIVENESS
69
-
70
- [[LLM: References should help, not create a treasure hunt. Ensure:
71
-
72
- 1. References point to specific sections, not whole documents
73
- 2. The relevance of each reference is explained
74
- 3. Critical information is summarized in the story
75
- 4. References are accessible (not broken links)
76
- 5. Previous story context is summarized if needed]]
77
-
78
- - [ ] References to external documents point to specific relevant sections
79
- - [ ] Critical information from previous stories is summarized (not just referenced)
80
- - [ ] Context is provided for why references are relevant
81
- - [ ] References use consistent format (e.g., `docs/filename.md#section`)
82
-
83
- ## 4. SELF-CONTAINMENT ASSESSMENT
84
-
85
- [[LLM: Stories should be mostly self-contained to avoid context switching. Verify:
86
-
87
- 1. Core requirements are in the story, not just in references
88
- 2. Domain terms are explained or obvious from context
89
- 3. Assumptions are stated explicitly
90
- 4. Edge cases are mentioned (even if deferred)
91
- 5. The story could be understood without reading 10 other documents]]
92
-
93
- - [ ] Core information needed is included (not overly reliant on external docs)
94
- - [ ] Implicit assumptions are made explicit
95
- - [ ] Domain-specific terms or concepts are explained
96
- - [ ] Edge cases or error scenarios are addressed
97
-
98
- ## 5. TESTING GUIDANCE
99
-
100
- [[LLM: Testing ensures the implementation actually works. Check:
101
-
102
- 1. Test approach is specified (unit, integration, e2e)
103
- 2. Key test scenarios are listed
104
- 3. Success criteria are measurable
105
- 4. Special test considerations are noted
106
- 5. Acceptance criteria in the story are testable]]
107
-
108
- - [ ] Required testing approach is outlined
109
- - [ ] Key test scenarios are identified
110
- - [ ] Success criteria are defined
111
- - [ ] Special testing considerations are noted (if applicable)
112
-
113
- ## VALIDATION RESULT
114
-
115
- [[LLM: FINAL STORY VALIDATION REPORT
116
-
117
- Generate a concise validation report:
118
-
119
- 1. Quick Summary
120
-
121
- - Story readiness: READY / NEEDS REVISION / BLOCKED
122
- - Clarity score (1-10)
123
- - Major gaps identified
124
-
125
- 2. Fill in the validation table with:
126
-
127
- - PASS: Requirements clearly met
128
- - PARTIAL: Some gaps but workable
129
- - FAIL: Critical information missing
130
-
131
- 3. Specific Issues (if any)
132
-
133
- - List concrete problems to fix
134
- - Suggest specific improvements
135
- - Identify any blocking dependencies
136
-
137
- 4. Developer Perspective
138
- - Could YOU implement this story as written?
139
- - What questions would you have?
140
- - What might cause delays or rework?
141
-
142
- Be pragmatic - perfect documentation doesn't exist, but it must be enough to provide the extreme context a dev agent needs to get the work down and not create a mess.]]
143
-
144
- | Category | Status | Issues |
145
- | ------------------------------------ | ------ | ------ |
146
- | 1. Goal & Context Clarity | _TBD_ | |
147
- | 2. Technical Implementation Guidance | _TBD_ | |
148
- | 3. Reference Effectiveness | _TBD_ | |
149
- | 4. Self-Containment Assessment | _TBD_ | |
150
- | 5. Testing Guidance | _TBD_ | |
151
-
152
- **Final Assessment:**
153
-
154
- - READY: The story provides sufficient context for implementation
155
- - NEEDS REVISION: The story requires updates (see issues)
156
- - BLOCKED: External information required (specify what information)