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,111 +0,0 @@
1
- # Advanced Game Design Elicitation Task
2
-
3
- ## Purpose
4
-
5
- - Provide optional reflective and brainstorming actions to enhance game design content quality
6
- - Enable deeper exploration of game mechanics and player experience through structured elicitation techniques
7
- - Support iterative refinement through multiple game development perspectives
8
- - Apply game-specific critical thinking to design decisions
9
-
10
- ## Task Instructions
11
-
12
- ### 1. Game Design Context and Review
13
-
14
- [[LLM: When invoked after outputting a game design section:
15
-
16
- 1. First, provide a brief 1-2 sentence summary of what the user should look for in the section just presented, with game-specific focus (e.g., "Please review the core mechanics for player engagement and implementation feasibility. Pay special attention to how these mechanics create the intended player experience and whether they're technically achievable with Phaser 3.")
17
-
18
- 2. If the section contains game flow diagrams, level layouts, or system diagrams, explain each diagram briefly with game development context before offering elicitation options (e.g., "The gameplay loop diagram shows how player actions lead to rewards and progression. Notice how each step maintains player engagement and creates opportunities for skill development.")
19
-
20
- 3. If the section contains multiple game elements (like multiple mechanics, multiple levels, multiple systems, etc.), inform the user they can apply elicitation actions to:
21
-
22
- - The entire section as a whole
23
- - Individual game elements within the section (specify which element when selecting an action)
24
-
25
- 4. Then present the action list as specified below.]]
26
-
27
- ### 2. Ask for Review and Present Game Design Action List
28
-
29
- [[LLM: Ask the user to review the drafted game design section. In the SAME message, inform them that they can suggest additions, removals, or modifications, OR they can select an action by number from the 'Advanced Game Design Elicitation & Brainstorming Actions'. If there are multiple game elements in the section, mention they can specify which element(s) to apply the action to. Then, present ONLY the numbered list (0-9) of these actions. Conclude by stating that selecting 9 will proceed to the next section. Await user selection. If an elicitation action (0-8) is chosen, execute it and then re-offer this combined review/elicitation choice. If option 9 is chosen, or if the user provides direct feedback, proceed accordingly.]]
30
-
31
- **Present the numbered list (0-9) with this exact format:**
32
-
33
- ```text
34
- **Advanced Game Design Elicitation & Brainstorming Actions**
35
- Choose an action (0-9 - 9 to bypass - HELP for explanation of these options):
36
-
37
- 0. Expand or Contract for Target Audience
38
- 1. Explain Game Design Reasoning (Step-by-Step)
39
- 2. Critique and Refine from Player Perspective
40
- 3. Analyze Game Flow and Mechanic Dependencies
41
- 4. Assess Alignment with Player Experience Goals
42
- 5. Identify Potential Player Confusion and Design Risks
43
- 6. Challenge from Critical Game Design Perspective
44
- 7. Explore Alternative Game Design Approaches
45
- 8. Hindsight Postmortem: The 'If Only...' Game Design Reflection
46
- 9. Proceed / No Further Actions
47
- ```
48
-
49
- ### 2. Processing Guidelines
50
-
51
- **Do NOT show:**
52
-
53
- - The full protocol text with `[[LLM: ...]]` instructions
54
- - Detailed explanations of each option unless executing or the user asks, when giving the definition you can modify to tie its game development relevance
55
- - Any internal template markup
56
-
57
- **After user selection from the list:**
58
-
59
- - Execute the chosen action according to the game design protocol instructions below
60
- - Ask if they want to select another action or proceed with option 9 once complete
61
- - Continue until user selects option 9 or indicates completion
62
-
63
- ## Game Design Action Definitions
64
-
65
- 0. Expand or Contract for Target Audience
66
- [[LLM: Ask the user whether they want to 'expand' on the game design content (add more detail, elaborate on mechanics, include more examples) or 'contract' it (simplify mechanics, focus on core features, reduce complexity). Also, ask if there's a specific player demographic or experience level they have in mind (casual players, hardcore gamers, children, etc.). Once clarified, perform the expansion or contraction from your current game design role's perspective, tailored to the specified player audience if provided.]]
67
-
68
- 1. Explain Game Design Reasoning (Step-by-Step)
69
- [[LLM: Explain the step-by-step game design thinking process that you used to arrive at the current proposal for this game content. Focus on player psychology, engagement mechanics, technical feasibility, and how design decisions support the overall player experience goals.]]
70
-
71
- 2. Critique and Refine from Player Perspective
72
- [[LLM: From your current game design role's perspective, review your last output or the current section for potential player confusion, engagement issues, balance problems, or areas for improvement. Consider how players will actually interact with and experience these systems, then suggest a refined version that better serves player enjoyment and understanding.]]
73
-
74
- 3. Analyze Game Flow and Mechanic Dependencies
75
- [[LLM: From your game design role's standpoint, examine the content's structure for logical gameplay progression, mechanic interdependencies, and player learning curve. Confirm if game elements are introduced in an effective order that teaches players naturally and maintains engagement throughout the experience.]]
76
-
77
- 4. Assess Alignment with Player Experience Goals
78
- [[LLM: Evaluate how well the current game design content contributes to the stated player experience goals and core game pillars. Consider whether the mechanics actually create the intended emotions and engagement patterns. Identify any misalignments between design intentions and likely player reactions.]]
79
-
80
- 5. Identify Potential Player Confusion and Design Risks
81
- [[LLM: Based on your game design expertise, brainstorm potential sources of player confusion, overlooked edge cases in gameplay, balance issues, technical implementation risks, or unintended player behaviors that could emerge from the current design. Consider both new and experienced players' perspectives.]]
82
-
83
- 6. Challenge from Critical Game Design Perspective
84
- [[LLM: Adopt a critical game design perspective on the current content. If the user specifies another viewpoint (e.g., 'as a casual player', 'as a speedrunner', 'as a mobile player', 'as a technical implementer'), critique the content from that specified perspective. If no other role is specified, play devil's advocate from your game design expertise, arguing against the current design proposal and highlighting potential weaknesses, player experience issues, or implementation challenges. This can include questioning scope creep, unnecessary complexity, or features that don't serve the core player experience.]]
85
-
86
- 7. Explore Alternative Game Design Approaches
87
- [[LLM: From your game design role's perspective, first broadly brainstorm a range of diverse approaches to achieving the same player experience goals or solving the same design challenge. Consider different genres, mechanics, interaction models, or technical approaches. Then, from this wider exploration, select and present 2-3 distinct alternative design approaches, detailing the pros, cons, player experience implications, and technical feasibility you foresee for each.]]
88
-
89
- 8. Hindsight Postmortem: The 'If Only...' Game Design Reflection
90
- [[LLM: In your current game design persona, imagine this is a postmortem for a shipped game based on the current design content. What's the one 'if only we had designed/considered/tested X...' that your role would highlight from a game design perspective? Include the imagined player reactions, review scores, or development consequences. This should be both insightful and somewhat humorous, focusing on common game design pitfalls.]]
91
-
92
- 9. Proceed / No Further Actions
93
- [[LLM: Acknowledge the user's choice to finalize the current game design work, accept the AI's last output as is, or move on to the next step without selecting another action from this list. Prepare to proceed accordingly.]]
94
-
95
- ## Game Development Context Integration
96
-
97
- This elicitation task is specifically designed for game development and should be used in contexts where:
98
-
99
- - **Game Mechanics Design**: When defining core gameplay systems and player interactions
100
- - **Player Experience Planning**: When designing for specific emotional responses and engagement patterns
101
- - **Technical Game Architecture**: When balancing design ambitions with implementation realities
102
- - **Game Balance and Progression**: When designing difficulty curves and player advancement systems
103
- - **Platform Considerations**: When adapting designs for different devices and input methods
104
-
105
- The questions and perspectives offered should always consider:
106
-
107
- - Player psychology and motivation
108
- - Technical feasibility with Phaser 3 and TypeScript
109
- - Performance implications for 60 FPS targets
110
- - Cross-platform compatibility (desktop and mobile)
111
- - Game development best practices and common pitfalls
@@ -1,216 +0,0 @@
1
- # Create Game Development Story Task
2
-
3
- ## Purpose
4
-
5
- Create detailed, actionable game development stories that enable AI developers to implement specific game features without requiring additional design decisions.
6
-
7
- ## When to Use
8
-
9
- - Breaking down game epics into implementable stories
10
- - Converting GDD features into development tasks
11
- - Preparing work for game developers
12
- - Ensuring clear handoffs from design to development
13
-
14
- ## Prerequisites
15
-
16
- Before creating stories, ensure you have:
17
-
18
- - Completed Game Design Document (GDD)
19
- - Game Architecture Document
20
- - Epic definition this story belongs to
21
- - Clear understanding of the specific game feature
22
-
23
- ## Process
24
-
25
- ### 1. Story Identification
26
-
27
- **Review Epic Context:**
28
-
29
- - Understand the epic's overall goal
30
- - Identify specific features that need implementation
31
- - Review any existing stories in the epic
32
- - Ensure no duplicate work
33
-
34
- **Feature Analysis:**
35
-
36
- - Reference specific GDD sections
37
- - Understand player experience goals
38
- - Identify technical complexity
39
- - Estimate implementation scope
40
-
41
- ### 2. Story Scoping
42
-
43
- **Single Responsibility:**
44
-
45
- - Focus on one specific game feature
46
- - Ensure story is completable in 1-3 days
47
- - Break down complex features into multiple stories
48
- - Maintain clear boundaries with other stories
49
-
50
- **Implementation Clarity:**
51
-
52
- - Define exactly what needs to be built
53
- - Specify all technical requirements
54
- - Include all necessary integration points
55
- - Provide clear success criteria
56
-
57
- ### 3. Template Execution
58
-
59
- **Load Template:**
60
- Use `{root}/templates/game-story-tmpl.md` following all embedded LLM instructions
61
-
62
- **Key Focus Areas:**
63
-
64
- - Clear, actionable description
65
- - Specific acceptance criteria
66
- - Detailed technical specifications
67
- - Complete implementation task list
68
- - Comprehensive testing requirements
69
-
70
- ### 4. Story Validation
71
-
72
- **Technical Review:**
73
-
74
- - Verify all technical specifications are complete
75
- - Ensure integration points are clearly defined
76
- - Confirm file paths match architecture
77
- - Validate TypeScript interfaces and classes
78
-
79
- **Game Design Alignment:**
80
-
81
- - Confirm story implements GDD requirements
82
- - Verify player experience goals are met
83
- - Check balance parameters are included
84
- - Ensure game mechanics are correctly interpreted
85
-
86
- **Implementation Readiness:**
87
-
88
- - All dependencies identified
89
- - Assets requirements specified
90
- - Testing criteria defined
91
- - Definition of Done complete
92
-
93
- ### 5. Quality Assurance
94
-
95
- **Apply Checklist:**
96
- Execute `{root}/checklists/game-story-dod-checklist.md` against completed story
97
-
98
- **Story Criteria:**
99
-
100
- - Story is immediately actionable
101
- - No design decisions left to developer
102
- - Technical requirements are complete
103
- - Testing requirements are comprehensive
104
- - Performance requirements are specified
105
-
106
- ### 6. Story Refinement
107
-
108
- **Developer Perspective:**
109
-
110
- - Can a developer start implementation immediately?
111
- - Are all technical questions answered?
112
- - Is the scope appropriate for the estimated points?
113
- - Are all dependencies clearly identified?
114
-
115
- **Iterative Improvement:**
116
-
117
- - Address any gaps or ambiguities
118
- - Clarify complex technical requirements
119
- - Ensure story fits within epic scope
120
- - Verify story points estimation
121
-
122
- ## Story Elements Checklist
123
-
124
- ### Required Sections
125
-
126
- - [ ] Clear, specific description
127
- - [ ] Complete acceptance criteria (functional, technical, game design)
128
- - [ ] Detailed technical specifications
129
- - [ ] File creation/modification list
130
- - [ ] TypeScript interfaces and classes
131
- - [ ] Integration point specifications
132
- - [ ] Ordered implementation tasks
133
- - [ ] Comprehensive testing requirements
134
- - [ ] Performance criteria
135
- - [ ] Dependencies clearly identified
136
- - [ ] Definition of Done checklist
137
-
138
- ### Game-Specific Requirements
139
-
140
- - [ ] GDD section references
141
- - [ ] Game mechanic implementation details
142
- - [ ] Player experience goals
143
- - [ ] Balance parameters
144
- - [ ] Phaser 3 specific requirements
145
- - [ ] Performance targets (60 FPS)
146
- - [ ] Cross-platform considerations
147
-
148
- ### Technical Quality
149
-
150
- - [ ] TypeScript strict mode compliance
151
- - [ ] Architecture document alignment
152
- - [ ] Code organization follows standards
153
- - [ ] Error handling requirements
154
- - [ ] Memory management considerations
155
- - [ ] Testing strategy defined
156
-
157
- ## Common Pitfalls
158
-
159
- **Scope Issues:**
160
-
161
- - Story too large (break into multiple stories)
162
- - Story too vague (add specific requirements)
163
- - Missing dependencies (identify all prerequisites)
164
- - Unclear boundaries (define what's in/out of scope)
165
-
166
- **Technical Issues:**
167
-
168
- - Missing integration details
169
- - Incomplete technical specifications
170
- - Undefined interfaces or classes
171
- - Missing performance requirements
172
-
173
- **Game Design Issues:**
174
-
175
- - Not referencing GDD properly
176
- - Missing player experience context
177
- - Unclear game mechanic implementation
178
- - Missing balance parameters
179
-
180
- ## Success Criteria
181
-
182
- **Story Readiness:**
183
-
184
- - [ ] Developer can start implementation immediately
185
- - [ ] No additional design decisions required
186
- - [ ] All technical questions answered
187
- - [ ] Testing strategy is complete
188
- - [ ] Performance requirements are clear
189
- - [ ] Story fits within epic scope
190
-
191
- **Quality Validation:**
192
-
193
- - [ ] Game story DOD checklist passes
194
- - [ ] Architecture alignment confirmed
195
- - [ ] GDD requirements covered
196
- - [ ] Implementation tasks are ordered and specific
197
- - [ ] Dependencies are complete and accurate
198
-
199
- ## Handoff Protocol
200
-
201
- **To Game Developer:**
202
-
203
- 1. Provide story document
204
- 2. Confirm GDD and architecture access
205
- 3. Verify all dependencies are met
206
- 4. Answer any clarification questions
207
- 5. Establish check-in schedule
208
-
209
- **Story Status Updates:**
210
-
211
- - Draft → Ready for Development
212
- - In Development → Code Review
213
- - Code Review → Testing
214
- - Testing → Done
215
-
216
- This task ensures game development stories are immediately actionable and enable efficient AI-driven development of game features.
@@ -1,308 +0,0 @@
1
- # Game Design Brainstorming Techniques Task
2
-
3
- This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts.
4
-
5
- ## Process
6
-
7
- ### 1. Session Setup
8
-
9
- [[LLM: Begin by understanding the game design context and goals. Ask clarifying questions if needed to determine the best approach for game-specific ideation.]]
10
-
11
- 1. **Establish Game Context**
12
-
13
- - Understand the game genre or opportunity area
14
- - Identify target audience and platform constraints
15
- - Determine session goals (concept exploration vs. mechanic refinement)
16
- - Clarify scope (full game vs. specific feature)
17
-
18
- 2. **Select Technique Approach**
19
- - Option A: User selects specific game design techniques
20
- - Option B: Game Designer recommends techniques based on context
21
- - Option C: Random technique selection for creative variety
22
- - Option D: Progressive technique flow (broad concepts to specific mechanics)
23
-
24
- ### 2. Game Design Brainstorming Techniques
25
-
26
- #### Game Concept Expansion Techniques
27
-
28
- 1. **"What If" Game Scenarios**
29
- [[LLM: Generate provocative what-if questions that challenge game design assumptions and expand thinking beyond current genre limitations.]]
30
-
31
- - What if players could rewind time in any genre?
32
- - What if the game world reacted to the player's real-world location?
33
- - What if failure was more rewarding than success?
34
- - What if players controlled the antagonist instead?
35
- - What if the game played itself when no one was watching?
36
-
37
- 2. **Cross-Genre Fusion**
38
- [[LLM: Help user combine unexpected game genres and mechanics to create unique experiences.]]
39
-
40
- - "How might [genre A] mechanics work in [genre B]?"
41
- - Puzzle mechanics in action games
42
- - Dating sim elements in strategy games
43
- - Horror elements in racing games
44
- - Educational content in roguelike structure
45
-
46
- 3. **Player Motivation Reversal**
47
- [[LLM: Flip traditional player motivations to reveal new gameplay possibilities.]]
48
-
49
- - What if losing was the goal?
50
- - What if cooperation was forced in competitive games?
51
- - What if players had to help their enemies?
52
- - What if progress meant giving up abilities?
53
-
54
- 4. **Core Loop Deconstruction**
55
- [[LLM: Break down successful games to fundamental mechanics and rebuild differently.]]
56
- - What are the essential 3 actions in this game type?
57
- - How could we make each action more interesting?
58
- - What if we changed the order of these actions?
59
- - What if players could skip or automate certain actions?
60
-
61
- #### Mechanic Innovation Frameworks
62
-
63
- 1. **SCAMPER for Game Mechanics**
64
- [[LLM: Guide through each SCAMPER prompt specifically for game design.]]
65
-
66
- - **S** = Substitute: What mechanics can be substituted? (walking → flying → swimming)
67
- - **C** = Combine: What systems can be merged? (inventory + character growth)
68
- - **A** = Adapt: What mechanics from other media? (books, movies, sports)
69
- - **M** = Modify/Magnify: What can be exaggerated? (super speed, massive scale)
70
- - **P** = Put to other uses: What else could this mechanic do? (jumping → attacking)
71
- - **E** = Eliminate: What can be removed? (UI, tutorials, fail states)
72
- - **R** = Reverse/Rearrange: What sequence changes? (end-to-start, simultaneous)
73
-
74
- 2. **Player Agency Spectrum**
75
- [[LLM: Explore different levels of player control and agency across game systems.]]
76
-
77
- - Full Control: Direct character movement, combat, building
78
- - Indirect Control: Setting rules, giving commands, environmental changes
79
- - Influence Only: Suggestions, preferences, emotional reactions
80
- - No Control: Observation, interpretation, passive experience
81
-
82
- 3. **Temporal Game Design**
83
- [[LLM: Explore how time affects gameplay and player experience.]]
84
-
85
- - Real-time vs. turn-based mechanics
86
- - Time travel and manipulation
87
- - Persistent vs. session-based progress
88
- - Asynchronous multiplayer timing
89
- - Seasonal and event-based content
90
-
91
- #### Player Experience Ideation
92
-
93
- 1. **Emotion-First Design**
94
- [[LLM: Start with target emotions and work backward to mechanics that create them.]]
95
-
96
- - Target Emotion: Wonder → Mechanics: Discovery, mystery, scale
97
- - Target Emotion: Triumph → Mechanics: Challenge, skill growth, recognition
98
- - Target Emotion: Connection → Mechanics: Cooperation, shared goals, communication
99
- - Target Emotion: Flow → Mechanics: Clear feedback, progressive difficulty
100
-
101
- 2. **Player Archetype Brainstorming**
102
- [[LLM: Design for different player types and motivations.]]
103
-
104
- - Achievers: Progression, completion, mastery
105
- - Explorers: Discovery, secrets, world-building
106
- - Socializers: Interaction, cooperation, community
107
- - Killers: Competition, dominance, conflict
108
- - Creators: Building, customization, expression
109
-
110
- 3. **Accessibility-First Innovation**
111
- [[LLM: Generate ideas that make games more accessible while creating new gameplay.]]
112
-
113
- - Visual impairment considerations leading to audio-focused mechanics
114
- - Motor accessibility inspiring one-handed or simplified controls
115
- - Cognitive accessibility driving clear feedback and pacing
116
- - Economic accessibility creating free-to-play innovations
117
-
118
- #### Narrative and World Building
119
-
120
- 1. **Environmental Storytelling**
121
- [[LLM: Brainstorm ways the game world itself tells stories without explicit narrative.]]
122
-
123
- - How does the environment show history?
124
- - What do interactive objects reveal about characters?
125
- - How can level design communicate mood?
126
- - What stories do systems and mechanics tell?
127
-
128
- 2. **Player-Generated Narrative**
129
- [[LLM: Explore ways players create their own stories through gameplay.]]
130
-
131
- - Emergent storytelling through player choices
132
- - Procedural narrative generation
133
- - Player-to-player story sharing
134
- - Community-driven world events
135
-
136
- 3. **Genre Expectation Subversion**
137
- [[LLM: Identify and deliberately subvert player expectations within genres.]]
138
-
139
- - Fantasy RPG where magic is mundane
140
- - Horror game where monsters are friendly
141
- - Racing game where going slow is optimal
142
- - Puzzle game where there are multiple correct answers
143
-
144
- #### Technical Innovation Inspiration
145
-
146
- 1. **Platform-Specific Design**
147
- [[LLM: Generate ideas that leverage unique platform capabilities.]]
148
-
149
- - Mobile: GPS, accelerometer, camera, always-connected
150
- - Web: URLs, tabs, social sharing, real-time collaboration
151
- - Console: Controllers, TV viewing, couch co-op
152
- - VR/AR: Physical movement, spatial interaction, presence
153
-
154
- 2. **Constraint-Based Creativity**
155
- [[LLM: Use technical or design constraints as creative catalysts.]]
156
-
157
- - One-button games
158
- - Games without graphics
159
- - Games that play in notification bars
160
- - Games using only system sounds
161
- - Games with intentionally bad graphics
162
-
163
- ### 3. Game-Specific Technique Selection
164
-
165
- [[LLM: Help user select appropriate techniques based on their specific game design needs.]]
166
-
167
- **For Initial Game Concepts:**
168
-
169
- - What If Game Scenarios
170
- - Cross-Genre Fusion
171
- - Emotion-First Design
172
-
173
- **For Stuck/Blocked Creativity:**
174
-
175
- - Player Motivation Reversal
176
- - Constraint-Based Creativity
177
- - Genre Expectation Subversion
178
-
179
- **For Mechanic Development:**
180
-
181
- - SCAMPER for Game Mechanics
182
- - Core Loop Deconstruction
183
- - Player Agency Spectrum
184
-
185
- **For Player Experience:**
186
-
187
- - Player Archetype Brainstorming
188
- - Emotion-First Design
189
- - Accessibility-First Innovation
190
-
191
- **For World Building:**
192
-
193
- - Environmental Storytelling
194
- - Player-Generated Narrative
195
- - Platform-Specific Design
196
-
197
- ### 4. Game Design Session Flow
198
-
199
- [[LLM: Guide the brainstorming session with appropriate pacing for game design exploration.]]
200
-
201
- 1. **Inspiration Phase** (10-15 min)
202
-
203
- - Reference existing games and mechanics
204
- - Explore player experiences and emotions
205
- - Gather visual and thematic inspiration
206
-
207
- 2. **Divergent Exploration** (25-35 min)
208
-
209
- - Generate many game concepts or mechanics
210
- - Use expansion and fusion techniques
211
- - Encourage wild and impossible ideas
212
-
213
- 3. **Player-Centered Filtering** (15-20 min)
214
-
215
- - Consider target audience reactions
216
- - Evaluate emotional impact and engagement
217
- - Group ideas by player experience goals
218
-
219
- 4. **Feasibility and Synthesis** (15-20 min)
220
- - Assess technical and design feasibility
221
- - Combine complementary ideas
222
- - Develop most promising concepts
223
-
224
- ### 5. Game Design Output Format
225
-
226
- [[LLM: Present brainstorming results in a format useful for game development.]]
227
-
228
- **Session Summary:**
229
-
230
- - Techniques used and focus areas
231
- - Total concepts/mechanics generated
232
- - Key themes and patterns identified
233
-
234
- **Game Concept Categories:**
235
-
236
- 1. **Core Game Ideas** - Complete game concepts ready for prototyping
237
- 2. **Mechanic Innovations** - Specific gameplay mechanics to explore
238
- 3. **Player Experience Goals** - Emotional and engagement targets
239
- 4. **Technical Experiments** - Platform or technology-focused concepts
240
- 5. **Long-term Vision** - Ambitious ideas for future development
241
-
242
- **Development Readiness:**
243
-
244
- **Prototype-Ready Ideas:**
245
-
246
- - Ideas that can be tested immediately
247
- - Minimum viable implementations
248
- - Quick validation approaches
249
-
250
- **Research-Required Ideas:**
251
-
252
- - Concepts needing technical investigation
253
- - Player testing and market research needs
254
- - Competitive analysis requirements
255
-
256
- **Future Innovation Pipeline:**
257
-
258
- - Ideas requiring significant development
259
- - Technology-dependent concepts
260
- - Market timing considerations
261
-
262
- **Next Steps:**
263
-
264
- - Which concepts to prototype first
265
- - Recommended research areas
266
- - Suggested playtesting approaches
267
- - Documentation and GDD planning
268
-
269
- ## Game Design Specific Considerations
270
-
271
- ### Platform and Audience Awareness
272
-
273
- - Always consider target platform limitations and advantages
274
- - Keep target audience preferences and expectations in mind
275
- - Balance innovation with familiar game design patterns
276
- - Consider monetization and business model implications
277
-
278
- ### Rapid Prototyping Mindset
279
-
280
- - Focus on ideas that can be quickly tested
281
- - Emphasize core mechanics over complex features
282
- - Design for iteration and player feedback
283
- - Consider digital and paper prototyping approaches
284
-
285
- ### Player Psychology Integration
286
-
287
- - Understand motivation and engagement drivers
288
- - Consider learning curves and skill development
289
- - Design for different play session lengths
290
- - Balance challenge and reward appropriately
291
-
292
- ### Technical Feasibility
293
-
294
- - Keep development resources and timeline in mind
295
- - Consider art and audio asset requirements
296
- - Think about performance and optimization needs
297
- - Plan for testing and debugging complexity
298
-
299
- ## Important Notes for Game Design Sessions
300
-
301
- - Encourage "impossible" ideas - constraints can be added later
302
- - Build on game mechanics that have proven engagement
303
- - Consider how ideas scale from prototype to full game
304
- - Document player experience goals alongside mechanics
305
- - Think about community and social aspects of gameplay
306
- - Consider accessibility and inclusivity from the start
307
- - Balance innovation with market viability
308
- - Plan for iteration based on player feedback