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,304 +0,0 @@
1
- # Create Brownfield Story Task
2
-
3
- ## Purpose
4
-
5
- Create detailed, implementation-ready stories for brownfield projects where traditional sharded PRD/architecture documents may not exist. This task bridges the gap between various documentation formats (document-project output, brownfield PRDs, epics, or user documentation) and executable stories for the Dev agent.
6
-
7
- ## When to Use This Task
8
-
9
- **Use this task when:**
10
-
11
- - Working on brownfield projects with non-standard documentation
12
- - Stories need to be created from document-project output
13
- - Working from brownfield epics without full PRD/architecture
14
- - Existing project documentation doesn't follow BMad v4+ structure
15
- - Need to gather additional context from user during story creation
16
-
17
- **Use create-next-story when:**
18
-
19
- - Working with properly sharded PRD and v4 architecture documents
20
- - Following standard greenfield or well-documented brownfield workflow
21
- - All technical context is available in structured format
22
-
23
- ## Task Execution Instructions
24
-
25
- ### 0. Documentation Context
26
-
27
- Check for available documentation in this order:
28
-
29
- 1. **Sharded PRD/Architecture** (docs/prd/, docs/architecture/)
30
- - If found, recommend using create-next-story task instead
31
-
32
- 2. **Brownfield Architecture Document** (docs/brownfield-architecture.md or similar)
33
- - Created by document-project task
34
- - Contains actual system state, technical debt, workarounds
35
-
36
- 3. **Brownfield PRD** (docs/prd.md)
37
- - May contain embedded technical details
38
-
39
- 4. **Epic Files** (docs/epics/ or similar)
40
- - Created by brownfield-create-epic task
41
-
42
- 5. **User-Provided Documentation**
43
- - Ask user to specify location and format
44
-
45
- ### 1. Story Identification and Context Gathering
46
-
47
- #### 1.1 Identify Story Source
48
-
49
- Based on available documentation:
50
-
51
- - **From Brownfield PRD**: Extract stories from epic sections
52
- - **From Epic Files**: Read epic definition and story list
53
- - **From User Direction**: Ask user which specific enhancement to implement
54
- - **No Clear Source**: Work with user to define the story scope
55
-
56
- #### 1.2 Gather Essential Context
57
-
58
- CRITICAL: For brownfield stories, you MUST gather enough context for safe implementation. Be prepared to ask the user for missing information.
59
-
60
- **Required Information Checklist:**
61
-
62
- - [ ] What existing functionality might be affected?
63
- - [ ] What are the integration points with current code?
64
- - [ ] What patterns should be followed (with examples)?
65
- - [ ] What technical constraints exist?
66
- - [ ] Are there any "gotchas" or workarounds to know about?
67
-
68
- If any required information is missing, list the missing information and ask the user to provide it.
69
-
70
- ### 2. Extract Technical Context from Available Sources
71
-
72
- #### 2.1 From Document-Project Output
73
-
74
- If using brownfield-architecture.md from document-project:
75
-
76
- - **Technical Debt Section**: Note any workarounds affecting this story
77
- - **Key Files Section**: Identify files that will need modification
78
- - **Integration Points**: Find existing integration patterns
79
- - **Known Issues**: Check if story touches problematic areas
80
- - **Actual Tech Stack**: Verify versions and constraints
81
-
82
- #### 2.2 From Brownfield PRD
83
-
84
- If using brownfield PRD:
85
-
86
- - **Technical Constraints Section**: Extract all relevant constraints
87
- - **Integration Requirements**: Note compatibility requirements
88
- - **Code Organization**: Follow specified patterns
89
- - **Risk Assessment**: Understand potential impacts
90
-
91
- #### 2.3 From User Documentation
92
-
93
- Ask the user to help identify:
94
-
95
- - Relevant technical specifications
96
- - Existing code examples to follow
97
- - Integration requirements
98
- - Testing approaches used in the project
99
-
100
- ### 3. Story Creation with Progressive Detail Gathering
101
-
102
- #### 3.1 Create Initial Story Structure
103
-
104
- Start with the story template, filling in what's known:
105
-
106
- ```markdown
107
- # Story {{Enhancement Title}}
108
-
109
- ## Status: Draft
110
-
111
- ## Story
112
-
113
- As a {{user_type}},
114
- I want {{enhancement_capability}},
115
- so that {{value_delivered}}.
116
-
117
- ## Context Source
118
-
119
- - Source Document: {{document name/type}}
120
- - Enhancement Type: {{single feature/bug fix/integration/etc}}
121
- - Existing System Impact: {{brief assessment}}
122
- ```
123
-
124
- #### 3.2 Develop Acceptance Criteria
125
-
126
- Critical: For brownfield, ALWAYS include criteria about maintaining existing functionality
127
-
128
- Standard structure:
129
-
130
- 1. New functionality works as specified
131
- 2. Existing {{affected feature}} continues to work unchanged
132
- 3. Integration with {{existing system}} maintains current behavior
133
- 4. No regression in {{related area}}
134
- 5. Performance remains within acceptable bounds
135
-
136
- #### 3.3 Gather Technical Guidance
137
-
138
- Critical: This is where you'll need to be interactive with the user if information is missing
139
-
140
- Create Dev Technical Guidance section with available information:
141
-
142
- ```markdown
143
- ## Dev Technical Guidance
144
-
145
- ### Existing System Context
146
- [Extract from available documentation]
147
-
148
- ### Integration Approach
149
- [Based on patterns found or ask user]
150
-
151
- ### Technical Constraints
152
- [From documentation or user input]
153
-
154
- ### Missing Information
155
-
156
- Critical: List anything you couldn't find that dev will need and ask for the missing information
157
-
158
- ### 4. Task Generation with Safety Checks
159
-
160
- #### 4.1 Generate Implementation Tasks
161
-
162
- Based on gathered context, create tasks that:
163
-
164
- - Include exploration tasks if system understanding is incomplete
165
- - Add verification tasks for existing functionality
166
- - Include rollback considerations
167
- - Reference specific files/patterns when known
168
-
169
- Example task structure for brownfield:
170
-
171
- ```markdown
172
- ## Tasks / Subtasks
173
-
174
- - [ ] Task 1: Analyze existing {{component/feature}} implementation
175
- - [ ] Review {{specific files}} for current patterns
176
- - [ ] Document integration points
177
- - [ ] Identify potential impacts
178
-
179
- - [ ] Task 2: Implement {{new functionality}}
180
- - [ ] Follow pattern from {{example file}}
181
- - [ ] Integrate with {{existing component}}
182
- - [ ] Maintain compatibility with {{constraint}}
183
-
184
- - [ ] Task 3: Verify existing functionality
185
- - [ ] Test {{existing feature 1}} still works
186
- - [ ] Verify {{integration point}} behavior unchanged
187
- - [ ] Check performance impact
188
-
189
- - [ ] Task 4: Add tests
190
- - [ ] Unit tests following {{project test pattern}}
191
- - [ ] Integration test for {{integration point}}
192
- - [ ] Update existing tests if needed
193
- ```
194
-
195
- ### 5. Risk Assessment and Mitigation
196
-
197
- CRITICAL: for brownfield - always include risk assessment
198
-
199
- Add section for brownfield-specific risks:
200
-
201
- ```markdown
202
- ## Risk Assessment
203
-
204
- ### Implementation Risks
205
- - **Primary Risk**: {{main risk to existing system}}
206
- - **Mitigation**: {{how to address}}
207
- - **Verification**: {{how to confirm safety}}
208
-
209
- ### Rollback Plan
210
- - {{Simple steps to undo changes if needed}}
211
-
212
- ### Safety Checks
213
- - [ ] Existing {{feature}} tested before changes
214
- - [ ] Changes can be feature-flagged or isolated
215
- - [ ] Rollback procedure documented
216
- ```
217
-
218
- ### 6. Final Story Validation
219
-
220
- Before finalizing:
221
-
222
- 1. **Completeness Check**:
223
- - [ ] Story has clear scope and acceptance criteria
224
- - [ ] Technical context is sufficient for implementation
225
- - [ ] Integration approach is defined
226
- - [ ] Risks are identified with mitigation
227
-
228
- 2. **Safety Check**:
229
- - [ ] Existing functionality protection included
230
- - [ ] Rollback plan is feasible
231
- - [ ] Testing covers both new and existing features
232
-
233
- 3. **Information Gaps**:
234
- - [ ] All critical missing information gathered from user
235
- - [ ] Remaining unknowns documented for dev agent
236
- - [ ] Exploration tasks added where needed
237
-
238
- ### 7. Story Output Format
239
-
240
- Save the story with appropriate naming:
241
-
242
- - If from epic: `docs/stories/epic-{n}-story-{m}.md`
243
- - If standalone: `docs/stories/brownfield-{feature-name}.md`
244
- - If sequential: Follow existing story numbering
245
-
246
- Include header noting documentation context:
247
-
248
- ```markdown
249
- # Story: {{Title}}
250
-
251
- <!-- Source: {{documentation type used}} -->
252
- <!-- Context: Brownfield enhancement to {{existing system}} -->
253
-
254
- ## Status: Draft
255
- [Rest of story content...]
256
- ```
257
-
258
- ### 8. Handoff Communication
259
-
260
- Provide clear handoff to the user:
261
-
262
- ```text
263
- Brownfield story created: {{story title}}
264
-
265
- Source Documentation: {{what was used}}
266
- Story Location: {{file path}}
267
-
268
- Key Integration Points Identified:
269
- - {{integration point 1}}
270
- - {{integration point 2}}
271
-
272
- Risks Noted:
273
- - {{primary risk}}
274
-
275
- {{If missing info}}:
276
- Note: Some technical details were unclear. The story includes exploration tasks to gather needed information during implementation.
277
-
278
- Next Steps:
279
- 1. Review story for accuracy
280
- 2. Verify integration approach aligns with your system
281
- 3. Approve story or request adjustments
282
- 4. Dev agent can then implement with safety checks
283
- ```
284
-
285
- ## Success Criteria
286
-
287
- The brownfield story creation is successful when:
288
-
289
- 1. Story can be implemented without requiring dev to search multiple documents
290
- 2. Integration approach is clear and safe for existing system
291
- 3. All available technical context has been extracted and organized
292
- 4. Missing information has been identified and addressed
293
- 5. Risks are documented with mitigation strategies
294
- 6. Story includes verification of existing functionality
295
- 7. Rollback approach is defined
296
-
297
- ## Important Notes
298
-
299
- - This task is specifically for brownfield projects with non-standard documentation
300
- - Always prioritize existing system stability over new features
301
- - When in doubt, add exploration and verification tasks
302
- - It's better to ask the user for clarification than make assumptions
303
- - Each story should be self-contained for the dev agent
304
- - Include references to existing code patterns when available
@@ -1,289 +0,0 @@
1
- # Create Deep Research Prompt Task
2
-
3
- This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation.
4
-
5
- ## Purpose
6
-
7
- Generate well-structured research prompts that:
8
-
9
- - Define clear research objectives and scope
10
- - Specify appropriate research methodologies
11
- - Outline expected deliverables and formats
12
- - Guide systematic investigation of complex topics
13
- - Ensure actionable insights are captured
14
-
15
- ## Research Type Selection
16
-
17
- CRITICAL: First, help the user select the most appropriate research focus based on their needs and any input documents they've provided.
18
-
19
- ### 1. Research Focus Options
20
-
21
- Present these numbered options to the user:
22
-
23
- 1. **Product Validation Research**
24
-
25
- - Validate product hypotheses and market fit
26
- - Test assumptions about user needs and solutions
27
- - Assess technical and business feasibility
28
- - Identify risks and mitigation strategies
29
-
30
- 2. **Market Opportunity Research**
31
-
32
- - Analyze market size and growth potential
33
- - Identify market segments and dynamics
34
- - Assess market entry strategies
35
- - Evaluate timing and market readiness
36
-
37
- 3. **User & Customer Research**
38
-
39
- - Deep dive into user personas and behaviors
40
- - Understand jobs-to-be-done and pain points
41
- - Map customer journeys and touchpoints
42
- - Analyze willingness to pay and value perception
43
-
44
- 4. **Competitive Intelligence Research**
45
-
46
- - Detailed competitor analysis and positioning
47
- - Feature and capability comparisons
48
- - Business model and strategy analysis
49
- - Identify competitive advantages and gaps
50
-
51
- 5. **Technology & Innovation Research**
52
-
53
- - Assess technology trends and possibilities
54
- - Evaluate technical approaches and architectures
55
- - Identify emerging technologies and disruptions
56
- - Analyze build vs. buy vs. partner options
57
-
58
- 6. **Industry & Ecosystem Research**
59
-
60
- - Map industry value chains and dynamics
61
- - Identify key players and relationships
62
- - Analyze regulatory and compliance factors
63
- - Understand partnership opportunities
64
-
65
- 7. **Strategic Options Research**
66
-
67
- - Evaluate different strategic directions
68
- - Assess business model alternatives
69
- - Analyze go-to-market strategies
70
- - Consider expansion and scaling paths
71
-
72
- 8. **Risk & Feasibility Research**
73
-
74
- - Identify and assess various risk factors
75
- - Evaluate implementation challenges
76
- - Analyze resource requirements
77
- - Consider regulatory and legal implications
78
-
79
- 9. **Custom Research Focus**
80
-
81
- - User-defined research objectives
82
- - Specialized domain investigation
83
- - Cross-functional research needs
84
-
85
- ### 2. Input Processing
86
-
87
- **If Project Brief provided:**
88
-
89
- - Extract key product concepts and goals
90
- - Identify target users and use cases
91
- - Note technical constraints and preferences
92
- - Highlight uncertainties and assumptions
93
-
94
- **If Brainstorming Results provided:**
95
-
96
- - Synthesize main ideas and themes
97
- - Identify areas needing validation
98
- - Extract hypotheses to test
99
- - Note creative directions to explore
100
-
101
- **If Market Research provided:**
102
-
103
- - Build on identified opportunities
104
- - Deepen specific market insights
105
- - Validate initial findings
106
- - Explore adjacent possibilities
107
-
108
- **If Starting Fresh:**
109
-
110
- - Gather essential context through questions
111
- - Define the problem space
112
- - Clarify research objectives
113
- - Establish success criteria
114
-
115
- ## Process
116
-
117
- ### 3. Research Prompt Structure
118
-
119
- CRITICAL: collaboratively develop a comprehensive research prompt with these components.
120
-
121
- #### A. Research Objectives
122
-
123
- CRITICAL: collaborate with the user to articulate clear, specific objectives for the research.
124
-
125
- - Primary research goal and purpose
126
- - Key decisions the research will inform
127
- - Success criteria for the research
128
- - Constraints and boundaries
129
-
130
- #### B. Research Questions
131
-
132
- CRITICAL: collaborate with the user to develop specific, actionable research questions organized by theme.
133
-
134
- **Core Questions:**
135
-
136
- - Central questions that must be answered
137
- - Priority ranking of questions
138
- - Dependencies between questions
139
-
140
- **Supporting Questions:**
141
-
142
- - Additional context-building questions
143
- - Nice-to-have insights
144
- - Future-looking considerations
145
-
146
- #### C. Research Methodology
147
-
148
- **Data Collection Methods:**
149
-
150
- - Secondary research sources
151
- - Primary research approaches (if applicable)
152
- - Data quality requirements
153
- - Source credibility criteria
154
-
155
- **Analysis Frameworks:**
156
-
157
- - Specific frameworks to apply
158
- - Comparison criteria
159
- - Evaluation methodologies
160
- - Synthesis approaches
161
-
162
- #### D. Output Requirements
163
-
164
- **Format Specifications:**
165
-
166
- - Executive summary requirements
167
- - Detailed findings structure
168
- - Visual/tabular presentations
169
- - Supporting documentation
170
-
171
- **Key Deliverables:**
172
-
173
- - Must-have sections and insights
174
- - Decision-support elements
175
- - Action-oriented recommendations
176
- - Risk and uncertainty documentation
177
-
178
- ### 4. Prompt Generation
179
-
180
- **Research Prompt Template:**
181
-
182
- ```markdown
183
- ## Research Objective
184
-
185
- [Clear statement of what this research aims to achieve]
186
-
187
- ## Background Context
188
-
189
- [Relevant information from project brief, brainstorming, or other inputs]
190
-
191
- ## Research Questions
192
-
193
- ### Primary Questions (Must Answer)
194
-
195
- 1. [Specific, actionable question]
196
- 2. [Specific, actionable question]
197
- ...
198
-
199
- ### Secondary Questions (Nice to Have)
200
-
201
- 1. [Supporting question]
202
- 2. [Supporting question]
203
- ...
204
-
205
- ## Research Methodology
206
-
207
- ### Information Sources
208
-
209
- - [Specific source types and priorities]
210
-
211
- ### Analysis Frameworks
212
-
213
- - [Specific frameworks to apply]
214
-
215
- ### Data Requirements
216
-
217
- - [Quality, recency, credibility needs]
218
-
219
- ## Expected Deliverables
220
-
221
- ### Executive Summary
222
-
223
- - Key findings and insights
224
- - Critical implications
225
- - Recommended actions
226
-
227
- ### Detailed Analysis
228
-
229
- [Specific sections needed based on research type]
230
-
231
- ### Supporting Materials
232
-
233
- - Data tables
234
- - Comparison matrices
235
- - Source documentation
236
-
237
- ## Success Criteria
238
-
239
- [How to evaluate if research achieved its objectives]
240
-
241
- ## Timeline and Priority
242
-
243
- [If applicable, any time constraints or phasing]
244
- ```
245
-
246
- ### 5. Review and Refinement
247
-
248
- 1. **Present Complete Prompt**
249
-
250
- - Show the full research prompt
251
- - Explain key elements and rationale
252
- - Highlight any assumptions made
253
-
254
- 2. **Gather Feedback**
255
-
256
- - Are the objectives clear and correct?
257
- - Do the questions address all concerns?
258
- - Is the scope appropriate?
259
- - Are output requirements sufficient?
260
-
261
- 3. **Refine as Needed**
262
- - Incorporate user feedback
263
- - Adjust scope or focus
264
- - Add missing elements
265
- - Clarify ambiguities
266
-
267
- ### 6. Next Steps Guidance
268
-
269
- **Execution Options:**
270
-
271
- 1. **Use with AI Research Assistant**: Provide this prompt to an AI model with research capabilities
272
- 2. **Guide Human Research**: Use as a framework for manual research efforts
273
- 3. **Hybrid Approach**: Combine AI and human research using this structure
274
-
275
- **Integration Points:**
276
-
277
- - How findings will feed into next phases
278
- - Which team members should review results
279
- - How to validate findings
280
- - When to revisit or expand research
281
-
282
- ## Important Notes
283
-
284
- - The quality of the research prompt directly impacts the quality of insights gathered
285
- - Be specific rather than general in research questions
286
- - Consider both current state and future implications
287
- - Balance comprehensiveness with focus
288
- - Document assumptions and limitations clearly
289
- - Plan for iterative refinement based on initial findings
@@ -1,112 +0,0 @@
1
- # Create Next Story Task
2
-
3
- ## Purpose
4
-
5
- To identify the next logical story based on project progress and epic definitions, and then to prepare a comprehensive, self-contained, and actionable story file using the `Story Template`. This task ensures the story is enriched with all necessary technical context, requirements, and acceptance criteria, making it ready for efficient implementation by a Developer Agent with minimal need for additional research or finding its own context.
6
-
7
- ## SEQUENTIAL Task Execution (Do not proceed until current Task is complete)
8
-
9
- ### 0. Load Core Configuration and Check Workflow
10
-
11
- - Load `{root}/core-config.yaml` from the project root
12
- - If the file does not exist, HALT and inform the user: "core-config.yaml not found. This file is required for story creation. You can either: 1) Copy it from GITHUB bmad-core/core-config.yaml and configure it for your project OR 2) Run the BMad installer against your project to upgrade and add the file automatically. Please add and configure core-config.yaml before proceeding."
13
- - Extract key configurations: `devStoryLocation`, `prd.*`, `architecture.*`, `workflow.*`
14
-
15
- ### 1. Identify Next Story for Preparation
16
-
17
- #### 1.1 Locate Epic Files and Review Existing Stories
18
-
19
- - Based on `prdSharded` from config, locate epic files (sharded location/pattern or monolithic PRD sections)
20
- - If `devStoryLocation` has story files, load the highest `{epicNum}.{storyNum}.story.md` file
21
- - **If highest story exists:**
22
- - Verify status is 'Done'. If not, alert user: "ALERT: Found incomplete story! File: {lastEpicNum}.{lastStoryNum}.story.md Status: [current status] You should fix this story first, but would you like to accept risk & override to create the next story in draft?"
23
- - If proceeding, select next sequential story in the current epic
24
- - If epic is complete, prompt user: "Epic {epicNum} Complete: All stories in Epic {epicNum} have been completed. Would you like to: 1) Begin Epic {epicNum + 1} with story 1 2) Select a specific story to work on 3) Cancel story creation"
25
- - **CRITICAL**: NEVER automatically skip to another epic. User MUST explicitly instruct which story to create.
26
- - **If no story files exist:** The next story is ALWAYS 1.1 (first story of first epic)
27
- - Announce the identified story to the user: "Identified next story for preparation: {epicNum}.{storyNum} - {Story Title}"
28
-
29
- ### 2. Gather Story Requirements and Previous Story Context
30
-
31
- - Extract story requirements from the identified epic file
32
- - If previous story exists, review Dev Agent Record sections for:
33
- - Completion Notes and Debug Log References
34
- - Implementation deviations and technical decisions
35
- - Challenges encountered and lessons learned
36
- - Extract relevant insights that inform the current story's preparation
37
-
38
- ### 3. Gather Architecture Context
39
-
40
- #### 3.1 Determine Architecture Reading Strategy
41
-
42
- - **If `architectureVersion: >= v4` and `architectureSharded: true`**: Read `{architectureShardedLocation}/index.md` then follow structured reading order below
43
- - **Else**: Use monolithic `architectureFile` for similar sections
44
-
45
- #### 3.2 Read Architecture Documents Based on Story Type
46
-
47
- **For ALL Stories:** tech-stack.md, unified-project-structure.md, coding-standards.md, testing-strategy.md
48
-
49
- **For Backend/API Stories, additionally:** data-models.md, database-schema.md, backend-architecture.md, rest-api-spec.md, external-apis.md
50
-
51
- **For Frontend/UI Stories, additionally:** frontend-architecture.md, components.md, core-workflows.md, data-models.md
52
-
53
- **For Full-Stack Stories:** Read both Backend and Frontend sections above
54
-
55
- #### 3.3 Extract Story-Specific Technical Details
56
-
57
- Extract ONLY information directly relevant to implementing the current story. Do NOT invent new libraries, patterns, or standards not in the source documents.
58
-
59
- Extract:
60
-
61
- - Specific data models, schemas, or structures the story will use
62
- - API endpoints the story must implement or consume
63
- - Component specifications for UI elements in the story
64
- - File paths and naming conventions for new code
65
- - Testing requirements specific to the story's features
66
- - Security or performance considerations affecting the story
67
-
68
- ALWAYS cite source documents: `[Source: architecture/{filename}.md#{section}]`
69
-
70
- ### 4. Verify Project Structure Alignment
71
-
72
- - Cross-reference story requirements with Project Structure Guide from `docs/architecture/unified-project-structure.md`
73
- - Ensure file paths, component locations, or module names align with defined structures
74
- - Document any structural conflicts in "Project Structure Notes" section within the story draft
75
-
76
- ### 5. Populate Story Template with Full Context
77
-
78
- - Create new story file: `{devStoryLocation}/{epicNum}.{storyNum}.story.md` using Story Template
79
- - Fill in basic story information: Title, Status (Draft), Story statement, Acceptance Criteria from Epic
80
- - **`Dev Notes` section (CRITICAL):**
81
- - CRITICAL: This section MUST contain ONLY information extracted from architecture documents. NEVER invent or assume technical details.
82
- - Include ALL relevant technical details from Steps 2-3, organized by category:
83
- - **Previous Story Insights**: Key learnings from previous story
84
- - **Data Models**: Specific schemas, validation rules, relationships [with source references]
85
- - **API Specifications**: Endpoint details, request/response formats, auth requirements [with source references]
86
- - **Component Specifications**: UI component details, props, state management [with source references]
87
- - **File Locations**: Exact paths where new code should be created based on project structure
88
- - **Testing Requirements**: Specific test cases or strategies from testing-strategy.md
89
- - **Technical Constraints**: Version requirements, performance considerations, security rules
90
- - Every technical detail MUST include its source reference: `[Source: architecture/{filename}.md#{section}]`
91
- - If information for a category is not found in the architecture docs, explicitly state: "No specific guidance found in architecture docs"
92
- - **`Tasks / Subtasks` section:**
93
- - Generate detailed, sequential list of technical tasks based ONLY on: Epic Requirements, Story AC, Reviewed Architecture Information
94
- - Each task must reference relevant architecture documentation
95
- - Include unit testing as explicit subtasks based on the Testing Strategy
96
- - Link tasks to ACs where applicable (e.g., `Task 1 (AC: 1, 3)`)
97
- - Add notes on project structure alignment or discrepancies found in Step 4
98
-
99
- ### 6. Story Draft Completion and Review
100
-
101
- - Review all sections for completeness and accuracy
102
- - Verify all source references are included for technical details
103
- - Ensure tasks align with both epic requirements and architecture constraints
104
- - Update status to "Draft" and save the story file
105
- - Execute `{root}/tasks/execute-checklist` `{root}/checklists/story-draft-checklist`
106
- - Provide summary to user including:
107
- - Story created: `{devStoryLocation}/{epicNum}.{storyNum}.story.md`
108
- - Status: Draft
109
- - Key technical components included from architecture docs
110
- - Any deviations or conflicts noted between epic and architecture
111
- - Checklist Results
112
- - Next steps: For Complex stories, suggest the user carefully review the story draft and also optionally have the PO run the task `{root}/tasks/validate-next-story`