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,396 +0,0 @@
1
- # Game Architect Solution Validation Checklist
2
-
3
- This checklist serves as a comprehensive framework for the Game Architect to validate the technical design and architecture before game development execution. The Game Architect should systematically work through each item, ensuring the game architecture is robust, scalable, performant, and aligned with the Game Design Document requirements.
4
-
5
- [[LLM: INITIALIZATION INSTRUCTIONS - REQUIRED ARTIFACTS
6
-
7
- Before proceeding with this checklist, ensure you have access to:
8
-
9
- 1. game-architecture.md - The primary game architecture document (check docs/game-architecture.md)
10
- 2. game-design-doc.md - Game Design Document for game requirements alignment (check docs/game-design-doc.md)
11
- 3. Any system diagrams referenced in the architecture
12
- 4. Unity project structure documentation
13
- 5. Game balance and configuration specifications
14
- 6. Platform target specifications
15
-
16
- IMPORTANT: If any required documents are missing or inaccessible, immediately ask the user for their location or content before proceeding.
17
-
18
- GAME PROJECT TYPE DETECTION:
19
- First, determine the game project type by checking:
20
-
21
- - Is this a 2D Unity game project?
22
- - What platforms are targeted?
23
- - What are the core game mechanics from the GDD?
24
- - Are there specific performance requirements?
25
-
26
- VALIDATION APPROACH:
27
- For each section, you must:
28
-
29
- 1. Deep Analysis - Don't just check boxes, thoroughly analyze each item against the provided documentation
30
- 2. Evidence-Based - Cite specific sections or quotes from the documents when validating
31
- 3. Critical Thinking - Question assumptions and identify gaps, not just confirm what's present
32
- 4. Performance Focus - Consider frame rate impact and mobile optimization for every architectural decision
33
-
34
- EXECUTION MODE:
35
- Ask the user if they want to work through the checklist:
36
-
37
- - Section by section (interactive mode) - Review each section, present findings, get confirmation before proceeding
38
- - All at once (comprehensive mode) - Complete full analysis and present comprehensive report at end]]
39
-
40
- ## 1. GAME DESIGN REQUIREMENTS ALIGNMENT
41
-
42
- [[LLM: Before evaluating this section, fully understand the game's core mechanics and player experience from the GDD. What type of gameplay is this? What are the player's primary actions? What must feel responsive and smooth? Keep these in mind as you validate the technical architecture serves the game design.]]
43
-
44
- ### 1.1 Core Mechanics Coverage
45
-
46
- - [ ] Architecture supports all core game mechanics from GDD
47
- - [ ] Technical approaches for all game systems are addressed
48
- - [ ] Player controls and input handling are properly architected
49
- - [ ] Game state management covers all required states
50
- - [ ] All gameplay features have corresponding technical systems
51
-
52
- ### 1.2 Performance & Platform Requirements
53
-
54
- - [ ] Target frame rate requirements are addressed with specific solutions
55
- - [ ] Mobile platform constraints are considered in architecture
56
- - [ ] Memory usage optimization strategies are defined
57
- - [ ] Battery life considerations are addressed
58
- - [ ] Cross-platform compatibility is properly architected
59
-
60
- ### 1.3 Unity-Specific Requirements Adherence
61
-
62
- - [ ] Unity version and LTS requirements are satisfied
63
- - [ ] Unity Package Manager dependencies are specified
64
- - [ ] Target platform build settings are addressed
65
- - [ ] Unity asset pipeline usage is optimized
66
- - [ ] MonoBehaviour lifecycle usage is properly planned
67
-
68
- ## 2. GAME ARCHITECTURE FUNDAMENTALS
69
-
70
- [[LLM: Game architecture must be clear for rapid iteration. As you review this section, think about how a game developer would implement these systems. Are the component responsibilities clear? Would the architecture support quick gameplay tweaks and balancing changes? Look for Unity-specific patterns and clear separation of game logic.]]
71
-
72
- ### 2.1 Game Systems Clarity
73
-
74
- - [ ] Game architecture is documented with clear system diagrams
75
- - [ ] Major game systems and their responsibilities are defined
76
- - [ ] System interactions and dependencies are mapped
77
- - [ ] Game data flows are clearly illustrated
78
- - [ ] Unity-specific implementation approaches are specified
79
-
80
- ### 2.2 Unity Component Architecture
81
-
82
- - [ ] Clear separation between GameObjects, Components, and ScriptableObjects
83
- - [ ] MonoBehaviour usage follows Unity best practices
84
- - [ ] Prefab organization and instantiation patterns are defined
85
- - [ ] Scene management and loading strategies are clear
86
- - [ ] Unity's component-based architecture is properly leveraged
87
-
88
- ### 2.3 Game Design Patterns & Practices
89
-
90
- - [ ] Appropriate game programming patterns are employed (Singleton, Observer, State Machine, etc.)
91
- - [ ] Unity best practices are followed throughout
92
- - [ ] Common game development anti-patterns are avoided
93
- - [ ] Consistent architectural style across game systems
94
- - [ ] Pattern usage is documented with Unity-specific examples
95
-
96
- ### 2.4 Scalability & Iteration Support
97
-
98
- - [ ] Game systems support rapid iteration and balancing changes
99
- - [ ] Components can be developed and tested independently
100
- - [ ] Game configuration changes can be made without code changes
101
- - [ ] Architecture supports adding new content and features
102
- - [ ] System designed for AI agent implementation of game features
103
-
104
- ## 3. UNITY TECHNOLOGY STACK & DECISIONS
105
-
106
- [[LLM: Unity technology choices impact long-term maintainability. For each Unity-specific decision, consider: Is this using Unity's strengths? Will this scale to full production? Are we fighting against Unity's paradigms? Verify that specific Unity versions and package versions are defined.]]
107
-
108
- ### 3.1 Unity Technology Selection
109
-
110
- - [ ] Unity version (preferably LTS) is specifically defined
111
- - [ ] Required Unity packages are listed with versions
112
- - [ ] Unity features used are appropriate for 2D game development
113
- - [ ] Third-party Unity assets are justified and documented
114
- - [ ] Technology choices leverage Unity's 2D toolchain effectively
115
-
116
- ### 3.2 Game Systems Architecture
117
-
118
- - [ ] Game Manager and core systems architecture is defined
119
- - [ ] Audio system using Unity's AudioMixer is specified
120
- - [ ] Input system using Unity's new Input System is outlined
121
- - [ ] UI system using Unity's UI Toolkit or UGUI is determined
122
- - [ ] Scene management and loading architecture is clear
123
- - [ ] Gameplay systems architecture covers core game mechanics and player interactions
124
- - [ ] Component architecture details define MonoBehaviour and ScriptableObject patterns
125
- - [ ] Physics configuration for Unity 2D is comprehensively defined
126
- - [ ] State machine architecture covers game states, player states, and entity behaviors
127
- - [ ] UI component system and data binding patterns are established
128
- - [ ] UI state management across screens and game states is defined
129
- - [ ] Data persistence and save system architecture is fully specified
130
- - [ ] Analytics integration approach is defined (if applicable)
131
- - [ ] Multiplayer architecture is detailed (if applicable)
132
- - [ ] Rendering pipeline configuration and optimization strategies are clear
133
- - [ ] Shader guidelines and performance considerations are documented
134
- - [ ] Sprite management and optimization strategies are defined
135
- - [ ] Particle system architecture and performance budgets are established
136
- - [ ] Audio architecture includes system design and category management
137
- - [ ] Audio mixing configuration with Unity AudioMixer is detailed
138
- - [ ] Sound bank management and asset organization is specified
139
- - [ ] Unity development conventions and best practices are documented
140
-
141
- ### 3.3 Data Architecture & Game Balance
142
-
143
- - [ ] ScriptableObject usage for game data is properly planned
144
- - [ ] Game balance data structures are fully defined
145
- - [ ] Save/load system architecture is specified
146
- - [ ] Data serialization approach is documented
147
- - [ ] Configuration and tuning data management is outlined
148
-
149
- ### 3.4 Asset Pipeline & Management
150
-
151
- - [ ] Sprite and texture management approach is defined
152
- - [ ] Audio asset organization is specified
153
- - [ ] Prefab organization and management is planned
154
- - [ ] Asset loading and memory management strategies are outlined
155
- - [ ] Build pipeline and asset bundling approach is defined
156
-
157
- ## 4. GAME PERFORMANCE & OPTIMIZATION
158
-
159
- [[LLM: Performance is critical for games. This section focuses on Unity-specific performance considerations. Think about frame rate stability, memory allocation, and mobile constraints. Look for specific Unity profiling and optimization strategies.]]
160
-
161
- ### 4.1 Rendering Performance
162
-
163
- - [ ] 2D rendering pipeline optimization is addressed
164
- - [ ] Sprite batching and draw call optimization is planned
165
- - [ ] UI rendering performance is considered
166
- - [ ] Particle system performance limits are defined
167
- - [ ] Target platform rendering constraints are addressed
168
-
169
- ### 4.2 Memory Management
170
-
171
- - [ ] Object pooling strategies are defined for frequently instantiated objects
172
- - [ ] Memory allocation minimization approaches are specified
173
- - [ ] Asset loading and unloading strategies prevent memory leaks
174
- - [ ] Garbage collection impact is minimized through design
175
- - [ ] Mobile memory constraints are properly addressed
176
-
177
- ### 4.3 Game Logic Performance
178
-
179
- - [ ] Update loop optimization strategies are defined
180
- - [ ] Physics system performance considerations are addressed
181
- - [ ] Coroutine usage patterns are optimized
182
- - [ ] Event system performance impact is minimized
183
- - [ ] AI and game logic performance budgets are established
184
-
185
- ### 4.4 Mobile & Cross-Platform Performance
186
-
187
- - [ ] Mobile-specific performance optimizations are planned
188
- - [ ] Battery life optimization strategies are defined
189
- - [ ] Platform-specific performance tuning is addressed
190
- - [ ] Scalable quality settings system is designed
191
- - [ ] Performance testing approach for target devices is outlined
192
-
193
- ## 5. GAME SYSTEMS RESILIENCE & TESTING
194
-
195
- [[LLM: Games need robust systems that handle edge cases gracefully. Consider what happens when the player does unexpected things, when systems fail, or when running on low-end devices. Look for specific testing strategies for game logic and Unity systems.]]
196
-
197
- ### 5.1 Game State Resilience
198
-
199
- - [ ] Save/load system error handling is comprehensive
200
- - [ ] Game state corruption recovery is addressed
201
- - [ ] Invalid player input handling is specified
202
- - [ ] Game system failure recovery approaches are defined
203
- - [ ] Edge case handling in game logic is documented
204
-
205
- ### 5.2 Unity-Specific Testing
206
-
207
- - [ ] Unity Test Framework usage is defined
208
- - [ ] Game logic unit testing approach is specified
209
- - [ ] Play mode testing strategies are outlined
210
- - [ ] Performance testing with Unity Profiler is planned
211
- - [ ] Device testing approach across target platforms is defined
212
-
213
- ### 5.3 Game Balance & Configuration Testing
214
-
215
- - [ ] Game balance testing methodology is defined
216
- - [ ] Configuration data validation is specified
217
- - [ ] A/B testing support is considered if needed
218
- - [ ] Game metrics collection is planned
219
- - [ ] Player feedback integration approach is outlined
220
-
221
- ## 6. GAME DEVELOPMENT WORKFLOW
222
-
223
- [[LLM: Efficient game development requires clear workflows. Consider how designers, artists, and programmers will collaborate. Look for clear asset pipelines, version control strategies, and build processes that support the team.]]
224
-
225
- ### 6.1 Unity Project Organization
226
-
227
- - [ ] Unity project folder structure is clearly defined
228
- - [ ] Asset naming conventions are specified
229
- - [ ] Scene organization and workflow is documented
230
- - [ ] Prefab organization and usage patterns are defined
231
- - [ ] Version control strategy for Unity projects is outlined
232
-
233
- ### 6.2 Content Creation Workflow
234
-
235
- - [ ] Art asset integration workflow is defined
236
- - [ ] Audio asset integration process is specified
237
- - [ ] Level design and creation workflow is outlined
238
- - [ ] Game data configuration process is clear
239
- - [ ] Iteration and testing workflow supports rapid changes
240
-
241
- ### 6.3 Build & Deployment
242
-
243
- - [ ] Unity build pipeline configuration is specified
244
- - [ ] Multi-platform build strategy is defined
245
- - [ ] Build automation approach is outlined
246
- - [ ] Testing build deployment is addressed
247
- - [ ] Release build optimization is planned
248
-
249
- ## 7. GAME-SPECIFIC IMPLEMENTATION GUIDANCE
250
-
251
- [[LLM: Clear implementation guidance prevents game development mistakes. Consider Unity-specific coding patterns, common pitfalls in game development, and clear examples of how game systems should be implemented.]]
252
-
253
- ### 7.1 Unity C# Coding Standards
254
-
255
- - [ ] Unity-specific C# coding standards are defined
256
- - [ ] MonoBehaviour lifecycle usage patterns are specified
257
- - [ ] Coroutine usage guidelines are outlined
258
- - [ ] Event system usage patterns are defined
259
- - [ ] ScriptableObject creation and usage patterns are documented
260
-
261
- ### 7.2 Game System Implementation Patterns
262
-
263
- - [ ] Singleton pattern usage for game managers is specified
264
- - [ ] State machine implementation patterns are defined
265
- - [ ] Observer pattern usage for game events is outlined
266
- - [ ] Object pooling implementation patterns are documented
267
- - [ ] Component communication patterns are clearly defined
268
-
269
- ### 7.3 Unity Development Environment
270
-
271
- - [ ] Unity project setup and configuration is documented
272
- - [ ] Required Unity packages and versions are specified
273
- - [ ] Unity Editor workflow and tools usage is outlined
274
- - [ ] Debug and testing tools configuration is defined
275
- - [ ] Unity development best practices are documented
276
-
277
- ## 8. GAME CONTENT & ASSET MANAGEMENT
278
-
279
- [[LLM: Games require extensive asset management. Consider how sprites, audio, prefabs, and data will be organized, loaded, and managed throughout the game's lifecycle. Look for scalable approaches that work with Unity's asset pipeline.]]
280
-
281
- ### 8.1 Game Asset Organization
282
-
283
- - [ ] Sprite and texture organization is clearly defined
284
- - [ ] Audio asset organization and management is specified
285
- - [ ] Prefab organization and naming conventions are outlined
286
- - [ ] ScriptableObject organization for game data is defined
287
- - [ ] Asset dependency management is addressed
288
-
289
- ### 8.2 Dynamic Asset Loading
290
-
291
- - [ ] Runtime asset loading strategies are specified
292
- - [ ] Asset bundling approach is defined if needed
293
- - [ ] Memory management for loaded assets is outlined
294
- - [ ] Asset caching and unloading strategies are defined
295
- - [ ] Platform-specific asset loading is addressed
296
-
297
- ### 8.3 Game Content Scalability
298
-
299
- - [ ] Level and content organization supports growth
300
- - [ ] Modular content design patterns are defined
301
- - [ ] Content versioning and updates are addressed
302
- - [ ] User-generated content support is considered if needed
303
- - [ ] Content validation and testing approaches are specified
304
-
305
- ## 9. AI AGENT GAME DEVELOPMENT SUITABILITY
306
-
307
- [[LLM: This game architecture may be implemented by AI agents. Review with game development clarity in mind. Are Unity patterns consistent? Is game logic complexity minimized? Would an AI agent understand Unity-specific concepts? Look for clear component responsibilities and implementation patterns.]]
308
-
309
- ### 9.1 Unity System Modularity
310
-
311
- - [ ] Game systems are appropriately sized for AI implementation
312
- - [ ] Unity component dependencies are minimized and clear
313
- - [ ] MonoBehaviour responsibilities are singular and well-defined
314
- - [ ] ScriptableObject usage patterns are consistent
315
- - [ ] Prefab organization supports systematic implementation
316
-
317
- ### 9.2 Game Logic Clarity
318
-
319
- - [ ] Game mechanics are broken down into clear, implementable steps
320
- - [ ] Unity-specific patterns are documented with examples
321
- - [ ] Complex game logic is simplified into component interactions
322
- - [ ] State machines and game flow are explicitly defined
323
- - [ ] Component communication patterns are predictable
324
-
325
- ### 9.3 Implementation Support
326
-
327
- - [ ] Unity project structure templates are provided
328
- - [ ] Component implementation patterns are documented
329
- - [ ] Common Unity pitfalls are identified with solutions
330
- - [ ] Game system testing patterns are clearly defined
331
- - [ ] Performance optimization guidelines are explicit
332
-
333
- ## 10. PLATFORM & PUBLISHING CONSIDERATIONS
334
-
335
- [[LLM: Different platforms have different requirements and constraints. Consider mobile app stores, desktop platforms, and web deployment. Look for platform-specific optimizations and compliance requirements.]]
336
-
337
- ### 10.1 Platform-Specific Architecture
338
-
339
- - [ ] Mobile platform constraints are properly addressed
340
- - [ ] Desktop platform features are leveraged appropriately
341
- - [ ] Web platform limitations are considered if applicable
342
- - [ ] Console platform requirements are addressed if applicable
343
- - [ ] Platform-specific input handling is planned
344
-
345
- ### 10.2 Publishing & Distribution
346
-
347
- - [ ] App store compliance requirements are addressed
348
- - [ ] Platform-specific build configurations are defined
349
- - [ ] Update and patch deployment strategy is planned
350
- - [ ] Platform analytics integration is considered
351
- - [ ] Platform-specific monetization is addressed if applicable
352
-
353
- [[LLM: FINAL GAME ARCHITECTURE VALIDATION REPORT
354
-
355
- Generate a comprehensive validation report that includes:
356
-
357
- 1. Executive Summary
358
-
359
- - Overall game architecture readiness (High/Medium/Low)
360
- - Critical risks for game development
361
- - Key strengths of the game architecture
362
- - Unity-specific assessment
363
-
364
- 2. Game Systems Analysis
365
-
366
- - Pass rate for each major system section
367
- - Most concerning gaps in game architecture
368
- - Systems requiring immediate attention
369
- - Unity integration completeness
370
-
371
- 3. Performance Risk Assessment
372
-
373
- - Top 5 performance risks for the game
374
- - Mobile platform specific concerns
375
- - Frame rate stability risks
376
- - Memory usage concerns
377
-
378
- 4. Implementation Recommendations
379
-
380
- - Must-fix items before development
381
- - Unity-specific improvements needed
382
- - Game development workflow enhancements
383
-
384
- 5. AI Agent Implementation Readiness
385
-
386
- - Game-specific concerns for AI implementation
387
- - Unity component complexity assessment
388
- - Areas needing additional clarification
389
-
390
- 6. Game Development Workflow Assessment
391
- - Asset pipeline completeness
392
- - Team collaboration workflow clarity
393
- - Build and deployment readiness
394
- - Testing strategy completeness
395
-
396
- After presenting the report, ask the user if they would like detailed analysis of any specific game system or Unity-specific concerns.]]
@@ -1,203 +0,0 @@
1
- # Game Development Change Navigation Checklist
2
-
3
- **Purpose:** To systematically guide the Game SM agent and user through analysis and planning when a significant change (performance issue, platform constraint, technical blocker, gameplay feedback) is identified during Unity game development.
4
-
5
- **Instructions:** Review each item with the user. Mark `[x]` for completed/confirmed, `[N/A]` if not applicable, or add notes for discussion points.
6
-
7
- [[LLM: INITIALIZATION INSTRUCTIONS - GAME CHANGE NAVIGATION
8
-
9
- Changes during game development are common - performance issues, platform constraints, gameplay feedback, and technical limitations are part of the process.
10
-
11
- Before proceeding, understand:
12
-
13
- 1. This checklist is for SIGNIFICANT changes affecting game architecture or features
14
- 2. Minor tweaks (shader adjustments, UI positioning) don't require this process
15
- 3. The goal is to maintain playability while adapting to technical realities
16
- 4. Performance and player experience are paramount
17
-
18
- Required context:
19
-
20
- - The triggering issue (performance metrics, crash logs, feedback)
21
- - Current development state (implemented features, current sprint)
22
- - Access to GDD, technical specs, and performance budgets
23
- - Understanding of remaining features and milestones
24
-
25
- APPROACH:
26
- This is an interactive process. Discuss performance implications, platform constraints, and player impact. The user makes final decisions, but provide expert Unity/game dev guidance.
27
-
28
- REMEMBER: Game development is iterative. Changes often lead to better gameplay and performance.]]
29
-
30
- ---
31
-
32
- ## 1. Understand the Trigger & Context
33
-
34
- [[LLM: Start by understanding the game-specific issue. Ask technical questions:
35
-
36
- - What performance metrics triggered this? (FPS, memory, load times)
37
- - Is this platform-specific or universal?
38
- - Can we reproduce it consistently?
39
- - What Unity profiler data do we have?
40
- - Is this a gameplay issue or technical constraint?
41
-
42
- Focus on measurable impacts and technical specifics.]]
43
-
44
- - [ ] **Identify Triggering Element:** Clearly identify the game feature/system revealing the issue.
45
- - [ ] **Define the Issue:** Articulate the core problem precisely.
46
- - [ ] Performance bottleneck (CPU/GPU/Memory)?
47
- - [ ] Platform-specific limitation?
48
- - [ ] Unity engine constraint?
49
- - [ ] Gameplay/balance issue from playtesting?
50
- - [ ] Asset pipeline or build size problem?
51
- - [ ] Third-party SDK/plugin conflict?
52
- - [ ] **Assess Performance Impact:** Document specific metrics (current FPS, target FPS, memory usage, build size).
53
- - [ ] **Gather Technical Evidence:** Note profiler data, crash logs, platform test results, player feedback.
54
-
55
- ## 2. Game Feature Impact Assessment
56
-
57
- [[LLM: Game features are interconnected. Evaluate systematically:
58
-
59
- 1. Can we optimize the current feature without changing gameplay?
60
- 2. Do dependent features need adjustment?
61
- 3. Are there platform-specific workarounds?
62
- 4. Does this affect our performance budget allocation?
63
-
64
- Consider both technical and gameplay impacts.]]
65
-
66
- - [ ] **Analyze Current Sprint Features:**
67
- - [ ] Can the current feature be optimized (LOD, pooling, batching)?
68
- - [ ] Does it need gameplay simplification?
69
- - [ ] Should it be platform-specific (high-end only)?
70
- - [ ] **Analyze Dependent Systems:**
71
- - [ ] Review all game systems interacting with the affected feature.
72
- - [ ] Do physics systems need adjustment?
73
- - [ ] Are UI/HUD systems impacted?
74
- - [ ] Do save/load systems require changes?
75
- - [ ] Are multiplayer systems affected?
76
- - [ ] **Summarize Feature Impact:** Document effects on gameplay systems and technical architecture.
77
-
78
- ## 3. Game Artifact Conflict & Impact Analysis
79
-
80
- [[LLM: Game documentation drives development. Check each artifact:
81
-
82
- 1. Does this invalidate GDD mechanics?
83
- 2. Are technical architecture assumptions still valid?
84
- 3. Do performance budgets need reallocation?
85
- 4. Are platform requirements still achievable?
86
-
87
- Missing conflicts cause performance issues later.]]
88
-
89
- - [ ] **Review GDD:**
90
- - [ ] Does the issue conflict with core gameplay mechanics?
91
- - [ ] Do game features need scaling for performance?
92
- - [ ] Are progression systems affected?
93
- - [ ] Do balance parameters need adjustment?
94
- - [ ] **Review Technical Architecture:**
95
- - [ ] Does the issue conflict with Unity architecture (scene structure, prefab hierarchy)?
96
- - [ ] Are component systems impacted?
97
- - [ ] Do shader/rendering approaches need revision?
98
- - [ ] Are data structures optimal for the scale?
99
- - [ ] **Review Performance Specifications:**
100
- - [ ] Are target framerates still achievable?
101
- - [ ] Do memory budgets need reallocation?
102
- - [ ] Are load time targets realistic?
103
- - [ ] Do we need platform-specific targets?
104
- - [ ] **Review Asset Specifications:**
105
- - [ ] Do texture resolutions need adjustment?
106
- - [ ] Are model poly counts appropriate?
107
- - [ ] Do audio compression settings need changes?
108
- - [ ] Is the animation budget sustainable?
109
- - [ ] **Summarize Artifact Impact:** List all game documents requiring updates.
110
-
111
- ## 4. Path Forward Evaluation
112
-
113
- [[LLM: Present game-specific solutions with technical trade-offs:
114
-
115
- 1. What's the performance gain?
116
- 2. How much rework is required?
117
- 3. What's the player experience impact?
118
- 4. Are there platform-specific solutions?
119
- 5. Is this maintainable across updates?
120
-
121
- Be specific about Unity implementation details.]]
122
-
123
- - [ ] **Option 1: Optimization Within Current Design:**
124
- - [ ] Can performance be improved through Unity optimizations?
125
- - [ ] Object pooling implementation?
126
- - [ ] LOD system addition?
127
- - [ ] Texture atlasing?
128
- - [ ] Draw call batching?
129
- - [ ] Shader optimization?
130
- - [ ] Define specific optimization techniques.
131
- - [ ] Estimate performance improvement potential.
132
- - [ ] **Option 2: Feature Scaling/Simplification:**
133
- - [ ] Can the feature be simplified while maintaining fun?
134
- - [ ] Identify specific elements to scale down.
135
- - [ ] Define platform-specific variations.
136
- - [ ] Assess player experience impact.
137
- - [ ] **Option 3: Architecture Refactor:**
138
- - [ ] Would restructuring improve performance significantly?
139
- - [ ] Identify Unity-specific refactoring needs:
140
- - [ ] Scene organization changes?
141
- - [ ] Prefab structure optimization?
142
- - [ ] Component system redesign?
143
- - [ ] State machine optimization?
144
- - [ ] Estimate development effort.
145
- - [ ] **Option 4: Scope Adjustment:**
146
- - [ ] Can we defer features to post-launch?
147
- - [ ] Should certain features be platform-exclusive?
148
- - [ ] Do we need to adjust milestone deliverables?
149
- - [ ] **Select Recommended Path:** Choose based on performance gain vs. effort.
150
-
151
- ## 5. Game Development Change Proposal Components
152
-
153
- [[LLM: The proposal must include technical specifics:
154
-
155
- 1. Performance metrics (before/after projections)
156
- 2. Unity implementation details
157
- 3. Platform-specific considerations
158
- 4. Testing requirements
159
- 5. Risk mitigation strategies
160
-
161
- Make it actionable for game developers.]]
162
-
163
- (Ensure all points from previous sections are captured)
164
-
165
- - [ ] **Technical Issue Summary:** Performance/technical problem with metrics.
166
- - [ ] **Feature Impact Summary:** Affected game systems and dependencies.
167
- - [ ] **Performance Projections:** Expected improvements from chosen solution.
168
- - [ ] **Implementation Plan:** Unity-specific technical approach.
169
- - [ ] **Platform Considerations:** Any platform-specific implementations.
170
- - [ ] **Testing Strategy:** Performance benchmarks and validation approach.
171
- - [ ] **Risk Assessment:** Technical risks and mitigation plans.
172
- - [ ] **Updated Game Stories:** Revised stories with technical constraints.
173
-
174
- ## 6. Final Review & Handoff
175
-
176
- [[LLM: Game changes require technical validation. Before concluding:
177
-
178
- 1. Are performance targets clearly defined?
179
- 2. Is the Unity implementation approach clear?
180
- 3. Do we have rollback strategies?
181
- 4. Are test scenarios defined?
182
- 5. Is platform testing covered?
183
-
184
- Get explicit approval on technical approach.
185
-
186
- FINAL REPORT:
187
- Provide a technical summary:
188
-
189
- - Performance issue and root cause
190
- - Chosen solution with expected gains
191
- - Implementation approach in Unity
192
- - Testing and validation plan
193
- - Timeline and milestone impacts
194
-
195
- Keep it technically precise and actionable.]]
196
-
197
- - [ ] **Review Checklist:** Confirm all technical aspects discussed.
198
- - [ ] **Review Change Proposal:** Ensure Unity implementation details are clear.
199
- - [ ] **Performance Validation:** Define how we'll measure success.
200
- - [ ] **User Approval:** Obtain approval for technical approach.
201
- - [ ] **Developer Handoff:** Ensure game-dev agent has all technical details needed.
202
-
203
- ---