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,705 +0,0 @@
1
- template:
2
- id: game-design-doc-template-v3
3
- name: Game Design Document (GDD)
4
- version: 4.0
5
- output:
6
- format: markdown
7
- filename: docs/game-design-document.md
8
- title: "{{game_title}} Game Design Document (GDD)"
9
-
10
- workflow:
11
- mode: interactive
12
- elicitation: advanced-elicitation
13
-
14
- sections:
15
- - id: goals-context
16
- title: Goals and Background Context
17
- instruction: |
18
- Ask if Project Brief document is available. If NO Project Brief exists, STRONGLY recommend creating one first using project-brief-tmpl (it provides essential foundation: problem statement, target users, success metrics, MVP scope, constraints). If user insists on GDD without brief, gather this information during Goals section. If Project Brief exists, review and use it to populate Goals (bullet list of desired game development outcomes) and Background Context (1-2 paragraphs on what game concept this will deliver and why) so we can determine what is and is not in scope for the GDD. Include Change Log table for version tracking.
19
- sections:
20
- - id: goals
21
- title: Goals
22
- type: bullet-list
23
- instruction: Bullet list of 1 line desired outcomes the GDD will deliver if successful - game development and player experience goals
24
- examples:
25
- - Create an engaging 2D platformer that teaches players basic programming concepts
26
- - Deliver a polished mobile game that runs smoothly on low-end Android devices
27
- - Build a foundation for future expansion packs and content updates
28
- - id: background
29
- title: Background Context
30
- type: paragraphs
31
- instruction: 1-2 short paragraphs summarizing the game concept background, target audience needs, market opportunity, and what problem this game solves
32
- - id: changelog
33
- title: Change Log
34
- type: table
35
- columns: [Date, Version, Description, Author]
36
- instruction: Track document versions and changes
37
-
38
- - id: executive-summary
39
- title: Executive Summary
40
- instruction: Create a compelling overview that captures the essence of the game. Present this section first and get user feedback before proceeding.
41
- elicit: true
42
- sections:
43
- - id: core-concept
44
- title: Core Concept
45
- instruction: 2-3 sentences that clearly describe what the game is and why players will love it
46
- examples:
47
- - A fast-paced 2D platformer where players manipulate gravity to solve puzzles and defeat enemies in a hand-drawn world.
48
- - An educational puzzle game that teaches coding concepts through visual programming blocks in a fantasy adventure setting.
49
- - id: target-audience
50
- title: Target Audience
51
- instruction: Define the primary and secondary audience with demographics and gaming preferences
52
- template: |
53
- **Primary:** {{age_range}}, {{player_type}}, {{platform_preference}}
54
- **Secondary:** {{secondary_audience}}
55
- examples:
56
- - "Primary: Ages 8-16, casual mobile gamers, prefer short play sessions"
57
- - "Secondary: Adult puzzle enthusiasts, educators looking for teaching tools"
58
- - id: platform-technical
59
- title: Platform & Technical Requirements
60
- instruction: Based on the technical preferences or user input, define the target platforms and Unity-specific requirements
61
- template: |
62
- **Primary Platform:** {{platform}}
63
- **Engine:** Unity {{unity_version}} & C#
64
- **Performance Target:** Stable {{fps_target}} FPS on {{minimum_device}}
65
- **Screen Support:** {{resolution_range}}
66
- **Build Targets:** {{build_targets}}
67
- examples:
68
- - "Primary Platform: Mobile (iOS/Android), Engine: Unity 2022.3 LTS & C#, Performance: 60 FPS on iPhone 8/Galaxy S8"
69
- - id: unique-selling-points
70
- title: Unique Selling Points
71
- instruction: List 3-5 key features that differentiate this game from competitors
72
- type: numbered-list
73
- examples:
74
- - Innovative gravity manipulation mechanic that affects both player and environment
75
- - Seamless integration of educational content without compromising fun gameplay
76
- - Adaptive difficulty system that learns from player behavior
77
-
78
- - id: core-gameplay
79
- title: Core Gameplay
80
- instruction: This section defines the fundamental game mechanics. After presenting each subsection, apply advanced elicitation to ensure completeness and gather additional details.
81
- elicit: true
82
- sections:
83
- - id: game-pillars
84
- title: Game Pillars
85
- instruction: Define 3-5 core pillars that guide all design decisions. These should be specific and actionable for Unity development.
86
- type: numbered-list
87
- template: |
88
- **{{pillar_name}}** - {{description}}
89
- examples:
90
- - Intuitive Controls - All interactions must be learnable within 30 seconds using touch or keyboard
91
- - Immediate Feedback - Every player action provides visual and audio response within 0.1 seconds
92
- - Progressive Challenge - Difficulty increases through mechanic complexity, not unfair timing
93
- - id: core-gameplay-loop
94
- title: Core Gameplay Loop
95
- instruction: Define the 30-60 second loop that players will repeat. Be specific about timing and player actions for Unity implementation.
96
- template: |
97
- **Primary Loop ({{duration}} seconds):**
98
-
99
- 1. {{action_1}} ({{time_1}}s) - {{unity_component}}
100
- 2. {{action_2}} ({{time_2}}s) - {{unity_component}}
101
- 3. {{action_3}} ({{time_3}}s) - {{unity_component}}
102
- 4. {{reward_feedback}} ({{time_4}}s) - {{unity_component}}
103
- examples:
104
- - Observe environment (2s) - Camera Controller, Identify puzzle elements (3s) - Highlight System
105
- - id: win-loss-conditions
106
- title: Win/Loss Conditions
107
- instruction: Clearly define success and failure states with Unity-specific implementation notes
108
- template: |
109
- **Victory Conditions:**
110
-
111
- - {{win_condition_1}} - Unity Event: {{unity_event}}
112
- - {{win_condition_2}} - Unity Event: {{unity_event}}
113
-
114
- **Failure States:**
115
-
116
- - {{loss_condition_1}} - Trigger: {{unity_trigger}}
117
- - {{loss_condition_2}} - Trigger: {{unity_trigger}}
118
- examples:
119
- - "Victory: Player reaches exit portal - Unity Event: OnTriggerEnter2D with Portal tag"
120
- - "Failure: Health reaches zero - Trigger: Health component value <= 0"
121
-
122
- - id: game-mechanics
123
- title: Game Mechanics
124
- instruction: Detail each major mechanic that will need Unity implementation. Each mechanic should be specific enough for developers to create C# scripts and prefabs.
125
- elicit: true
126
- sections:
127
- - id: primary-mechanics
128
- title: Primary Mechanics
129
- repeatable: true
130
- sections:
131
- - id: mechanic
132
- title: "{{mechanic_name}}"
133
- template: |
134
- **Description:** {{detailed_description}}
135
-
136
- **Player Input:** {{input_method}} - Unity Input System: {{input_action}}
137
-
138
- **System Response:** {{game_response}}
139
-
140
- **Unity Implementation Notes:**
141
-
142
- - **Components Needed:** {{component_list}}
143
- - **Physics Requirements:** {{physics_2d_setup}}
144
- - **Animation States:** {{animator_states}}
145
- - **Performance Considerations:** {{optimization_notes}}
146
-
147
- **Dependencies:** {{other_mechanics_needed}}
148
-
149
- **Script Architecture:**
150
-
151
- - {{script_name}}.cs - {{responsibility}}
152
- - {{manager_script}}.cs - {{management_role}}
153
- examples:
154
- - "Components Needed: Rigidbody2D, BoxCollider2D, PlayerMovement script"
155
- - "Physics Requirements: 2D Physics material for ground friction, Gravity scale 3"
156
- - id: controls
157
- title: Controls
158
- instruction: Define all input methods for different platforms using Unity's Input System
159
- type: table
160
- template: |
161
- | Action | Desktop | Mobile | Gamepad | Unity Input Action |
162
- | ------ | ------- | ------ | ------- | ------------------ |
163
- | {{action}} | {{key}} | {{gesture}} | {{button}} | {{input_action}} |
164
- examples:
165
- - Move Left, A/Left Arrow, Swipe Left, Left Stick, <Move>/x
166
-
167
- - id: progression-balance
168
- title: Progression & Balance
169
- instruction: Define how players advance and how difficulty scales. This section should provide clear parameters for Unity implementation and scriptable objects.
170
- elicit: true
171
- sections:
172
- - id: player-progression
173
- title: Player Progression
174
- template: |
175
- **Progression Type:** {{linear|branching|metroidvania}}
176
-
177
- **Key Milestones:**
178
-
179
- 1. **{{milestone_1}}** - {{unlock_description}} - Unity: {{scriptable_object_update}}
180
- 2. **{{milestone_2}}** - {{unlock_description}} - Unity: {{scriptable_object_update}}
181
- 3. **{{milestone_3}}** - {{unlock_description}} - Unity: {{scriptable_object_update}}
182
-
183
- **Save Data Structure:**
184
-
185
- ```csharp
186
- [System.Serializable]
187
- public class PlayerProgress
188
- {
189
- {{progress_fields}}
190
- }
191
- ```
192
- examples:
193
- - public int currentLevel, public bool[] unlockedAbilities, public float totalPlayTime
194
- - id: difficulty-curve
195
- title: Difficulty Curve
196
- instruction: Provide specific parameters for balancing that can be implemented as Unity ScriptableObjects
197
- template: |
198
- **Tutorial Phase:** {{duration}} - {{difficulty_description}}
199
- - Unity Config: {{scriptable_object_values}}
200
-
201
- **Early Game:** {{duration}} - {{difficulty_description}}
202
- - Unity Config: {{scriptable_object_values}}
203
-
204
- **Mid Game:** {{duration}} - {{difficulty_description}}
205
- - Unity Config: {{scriptable_object_values}}
206
-
207
- **Late Game:** {{duration}} - {{difficulty_description}}
208
- - Unity Config: {{scriptable_object_values}}
209
- examples:
210
- - "enemy speed: 2.0f, jump height: 4.5f, obstacle density: 0.3f"
211
- - id: economy-resources
212
- title: Economy & Resources
213
- condition: has_economy
214
- instruction: Define any in-game currencies, resources, or collectibles with Unity implementation details
215
- type: table
216
- template: |
217
- | Resource | Earn Rate | Spend Rate | Purpose | Cap | Unity ScriptableObject |
218
- | -------- | --------- | ---------- | ------- | --- | --------------------- |
219
- | {{resource}} | {{rate}} | {{rate}} | {{use}} | {{max}} | {{so_name}} |
220
- examples:
221
- - Coins, 1-3 per enemy, 10-50 per upgrade, Buy abilities, 9999, CurrencyData
222
-
223
- - id: level-design-framework
224
- title: Level Design Framework
225
- instruction: Provide guidelines for level creation that developers can use to create Unity scenes and prefabs. Focus on modular design and reusable components.
226
- elicit: true
227
- sections:
228
- - id: level-types
229
- title: Level Types
230
- repeatable: true
231
- sections:
232
- - id: level-type
233
- title: "{{level_type_name}}"
234
- template: |
235
- **Purpose:** {{gameplay_purpose}}
236
- **Target Duration:** {{target_time}}
237
- **Key Elements:** {{required_mechanics}}
238
- **Difficulty Rating:** {{relative_difficulty}}
239
-
240
- **Unity Scene Structure:**
241
-
242
- - **Environment:** {{tilemap_setup}}
243
- - **Gameplay Objects:** {{prefab_list}}
244
- - **Lighting:** {{lighting_setup}}
245
- - **Audio:** {{audio_sources}}
246
-
247
- **Level Flow Template:**
248
-
249
- - **Introduction:** {{intro_description}} - Area: {{unity_area_bounds}}
250
- - **Challenge:** {{main_challenge}} - Mechanics: {{active_components}}
251
- - **Resolution:** {{completion_requirement}} - Trigger: {{completion_trigger}}
252
-
253
- **Reusable Prefabs:**
254
-
255
- - {{prefab_name}} - {{prefab_purpose}}
256
- examples:
257
- - "Environment: TilemapRenderer with Platform tileset, Lighting: 2D Global Light + Point Lights"
258
- - id: level-progression
259
- title: Level Progression
260
- template: |
261
- **World Structure:** {{linear|hub|open}}
262
- **Total Levels:** {{number}}
263
- **Unlock Pattern:** {{progression_method}}
264
- **Scene Management:** {{unity_scene_loading}}
265
-
266
- **Unity Scene Organization:**
267
-
268
- - Scene Naming: {{naming_convention}}
269
- - Addressable Assets: {{addressable_groups}}
270
- - Loading Screens: {{loading_implementation}}
271
- examples:
272
- - "Scene Naming: World{X}_Level{Y}_Name, Addressable Groups: Levels_World1, World_Environments"
273
-
274
- - id: technical-specifications
275
- title: Technical Specifications
276
- instruction: Define Unity-specific technical requirements that will guide architecture and implementation decisions. Reference Unity documentation and best practices.
277
- elicit: true
278
- choices:
279
- render_pipeline: [Built-in, URP, HDRP]
280
- input_system: [Legacy, New Input System, Both]
281
- physics: [2D Only, 3D Only, Hybrid]
282
- sections:
283
- - id: unity-configuration
284
- title: Unity Project Configuration
285
- template: |
286
- **Unity Version:** {{unity_version}} (LTS recommended)
287
- **Render Pipeline:** {{Built-in|URP|HDRP}}
288
- **Input System:** {{Legacy|New Input System|Both}}
289
- **Physics:** {{2D Only|3D Only|Hybrid}}
290
- **Scripting Backend:** {{Mono|IL2CPP}}
291
- **API Compatibility:** {{.NET Standard 2.1|.NET Framework}}
292
-
293
- **Required Packages:**
294
-
295
- - {{package_name}} {{version}} - {{purpose}}
296
-
297
- **Project Settings:**
298
-
299
- - Color Space: {{Linear|Gamma}}
300
- - Quality Settings: {{quality_levels}}
301
- - Physics Settings: {{physics_config}}
302
- examples:
303
- - com.unity.addressables 1.20.5 - Asset loading and memory management
304
- - "Color Space: Linear, Quality: Mobile/Desktop presets, Gravity: -20"
305
- - id: performance-requirements
306
- title: Performance Requirements
307
- template: |
308
- **Frame Rate:** {{fps_target}} FPS (minimum {{min_fps}} on low-end devices)
309
- **Memory Usage:** <{{memory_limit}}MB heap, <{{texture_memory}}MB textures
310
- **Load Times:** <{{load_time}}s initial, <{{level_load}}s between levels
311
- **Battery Usage:** Optimized for mobile devices - {{battery_target}} hours gameplay
312
-
313
- **Unity Profiler Targets:**
314
-
315
- - CPU Frame Time: <{{cpu_time}}ms
316
- - GPU Frame Time: <{{gpu_time}}ms
317
- - GC Allocs: <{{gc_limit}}KB per frame
318
- - Draw Calls: <{{draw_calls}} per frame
319
- examples:
320
- - "60 FPS (minimum 30), CPU: <16.67ms, GPU: <16.67ms, GC: <4KB, Draws: <50"
321
- - id: platform-specific
322
- title: Platform Specific Requirements
323
- template: |
324
- **Desktop:**
325
-
326
- - Resolution: {{min_resolution}} - {{max_resolution}}
327
- - Input: Keyboard, Mouse, Gamepad ({{gamepad_support}})
328
- - Build Target: {{desktop_targets}}
329
-
330
- **Mobile:**
331
-
332
- - Resolution: {{mobile_min}} - {{mobile_max}}
333
- - Input: Touch, Accelerometer ({{sensor_support}})
334
- - OS: iOS {{ios_min}}+, Android {{android_min}}+ (API {{api_level}})
335
- - Device Requirements: {{device_specs}}
336
-
337
- **Web (if applicable):**
338
-
339
- - WebGL Version: {{webgl_version}}
340
- - Browser Support: {{browser_list}}
341
- - Compression: {{compression_format}}
342
- examples:
343
- - "Resolution: 1280x720 - 4K, Gamepad: Xbox/PlayStation controllers via Input System"
344
- - id: asset-requirements
345
- title: Asset Requirements
346
- instruction: Define asset specifications for Unity pipeline optimization
347
- template: |
348
- **2D Art Assets:**
349
-
350
- - Sprites: {{sprite_resolution}} at {{ppu}} PPU
351
- - Texture Format: {{texture_compression}}
352
- - Atlas Strategy: {{sprite_atlas_setup}}
353
- - Animation: {{animation_type}} at {{framerate}} FPS
354
-
355
- **Audio Assets:**
356
-
357
- - Music: {{audio_format}} at {{sample_rate}} Hz
358
- - SFX: {{sfx_format}} at {{sfx_sample_rate}} Hz
359
- - Compression: {{audio_compression}}
360
- - 3D Audio: {{spatial_audio}}
361
-
362
- **UI Assets:**
363
-
364
- - Canvas Resolution: {{ui_resolution}}
365
- - UI Scale Mode: {{scale_mode}}
366
- - Font: {{font_requirements}}
367
- - Icon Sizes: {{icon_specifications}}
368
- examples:
369
- - "Sprites: 32x32 to 256x256 at 16 PPU, Format: RGBA32 for quality/RGBA16 for performance"
370
-
371
- - id: technical-architecture-requirements
372
- title: Technical Architecture Requirements
373
- instruction: Define high-level Unity architecture patterns and systems that the game must support. Focus on scalability and maintainability.
374
- elicit: true
375
- choices:
376
- architecture_pattern: [MVC, MVVM, ECS, Component-Based]
377
- save_system: [PlayerPrefs, JSON, Binary, Cloud]
378
- audio_system: [Unity Audio, FMOD, Wwise]
379
- sections:
380
- - id: code-architecture
381
- title: Code Architecture Pattern
382
- template: |
383
- **Architecture Pattern:** {{MVC|MVVM|ECS|Component-Based|Custom}}
384
-
385
- **Core Systems Required:**
386
-
387
- - **Scene Management:** {{scene_manager_approach}}
388
- - **State Management:** {{state_pattern_implementation}}
389
- - **Event System:** {{event_system_choice}}
390
- - **Object Pooling:** {{pooling_strategy}}
391
- - **Save/Load System:** {{save_system_approach}}
392
-
393
- **Folder Structure:**
394
-
395
- ```
396
- Assets/
397
- ├── _Project/
398
- │ ├── Scripts/
399
- │ │ ├── {{folder_structure}}
400
- │ ├── Prefabs/
401
- │ ├── Scenes/
402
- │ └── {{additional_folders}}
403
- ```
404
-
405
- **Naming Conventions:**
406
-
407
- - Scripts: {{script_naming}}
408
- - Prefabs: {{prefab_naming}}
409
- - Scenes: {{scene_naming}}
410
- examples:
411
- - "Architecture: Component-Based with ScriptableObject data containers"
412
- - "Scripts: PascalCase (PlayerController), Prefabs: Player_Prefab, Scenes: Level_01_Forest"
413
- - id: unity-systems-integration
414
- title: Unity Systems Integration
415
- template: |
416
- **Required Unity Systems:**
417
-
418
- - **Input System:** {{input_implementation}}
419
- - **Animation System:** {{animation_approach}}
420
- - **Physics Integration:** {{physics_usage}}
421
- - **Rendering Features:** {{rendering_requirements}}
422
- - **Asset Streaming:** {{asset_loading_strategy}}
423
-
424
- **Third-Party Integrations:**
425
-
426
- - {{integration_name}}: {{integration_purpose}}
427
-
428
- **Performance Systems:**
429
-
430
- - **Profiling Integration:** {{profiling_setup}}
431
- - **Memory Management:** {{memory_strategy}}
432
- - **Build Pipeline:** {{build_automation}}
433
- examples:
434
- - "Input System: Action Maps for Menu/Gameplay contexts with device switching"
435
- - "DOTween: Smooth UI transitions and gameplay animations"
436
- - id: data-management
437
- title: Data Management
438
- template: |
439
- **Save Data Architecture:**
440
-
441
- - **Format:** {{PlayerPrefs|JSON|Binary|Cloud}}
442
- - **Structure:** {{save_data_organization}}
443
- - **Encryption:** {{security_approach}}
444
- - **Cloud Sync:** {{cloud_integration}}
445
-
446
- **Configuration Data:**
447
-
448
- - **ScriptableObjects:** {{scriptable_object_usage}}
449
- - **Settings Management:** {{settings_system}}
450
- - **Localization:** {{localization_approach}}
451
-
452
- **Runtime Data:**
453
-
454
- - **Caching Strategy:** {{cache_implementation}}
455
- - **Memory Pools:** {{pooling_objects}}
456
- - **Asset References:** {{asset_reference_system}}
457
- examples:
458
- - "Save Data: JSON format with AES encryption, stored in persistent data path"
459
- - "ScriptableObjects: Game settings, level configurations, character data"
460
-
461
- - id: development-phases
462
- title: Development Phases & Epic Planning
463
- instruction: Break down the Unity development into phases that can be converted to agile epics. Each phase should deliver deployable functionality following Unity best practices.
464
- elicit: true
465
- sections:
466
- - id: phases-overview
467
- title: Phases Overview
468
- instruction: Present a high-level list of all phases for user approval. Each phase's design should deliver significant Unity functionality.
469
- type: numbered-list
470
- examples:
471
- - "Phase 1: Unity Foundation & Core Systems: Project setup, input handling, basic scene management"
472
- - "Phase 2: Core Game Mechanics: Player controller, physics systems, basic gameplay loop"
473
- - "Phase 3: Level Systems & Content Pipeline: Scene loading, prefab systems, level progression"
474
- - "Phase 4: Polish & Platform Optimization: Performance tuning, platform-specific features, deployment"
475
- - id: phase-1-foundation
476
- title: "Phase 1: Unity Foundation & Core Systems ({{duration}})"
477
- sections:
478
- - id: foundation-design
479
- title: "Design: Unity Project Foundation"
480
- type: bullet-list
481
- template: |
482
- - Unity project setup with proper folder structure and naming conventions
483
- - Core architecture implementation ({{architecture_pattern}})
484
- - Input System configuration with action maps for all platforms
485
- - Basic scene management and state handling
486
- - Development tools setup (debugging, profiling integration)
487
- - Initial build pipeline and platform configuration
488
- examples:
489
- - "Input System: Configure PlayerInput component with Action Maps for movement and UI"
490
- - id: core-systems-design
491
- title: "Design: Essential Game Systems"
492
- type: bullet-list
493
- template: |
494
- - Save/Load system implementation with {{save_format}} format
495
- - Audio system setup with {{audio_system}} integration
496
- - Event system for decoupled component communication
497
- - Object pooling system for performance optimization
498
- - Basic UI framework and canvas configuration
499
- - Settings and configuration management with ScriptableObjects
500
- - id: phase-2-gameplay
501
- title: "Phase 2: Core Gameplay Implementation ({{duration}})"
502
- sections:
503
- - id: gameplay-mechanics-design
504
- title: "Design: Primary Game Mechanics"
505
- type: bullet-list
506
- template: |
507
- - Player controller with {{movement_type}} movement system
508
- - {{primary_mechanic}} implementation with Unity physics
509
- - {{secondary_mechanic}} system with visual feedback
510
- - Game state management (playing, paused, game over)
511
- - Basic collision detection and response systems
512
- - Animation system integration with Animator controllers
513
- - id: level-systems-design
514
- title: "Design: Level & Content Systems"
515
- type: bullet-list
516
- template: |
517
- - Scene loading and transition system
518
- - Level progression and unlock system
519
- - Prefab-based level construction tools
520
- - {{level_generation}} level creation workflow
521
- - Collectibles and pickup systems
522
- - Victory/defeat condition implementation
523
- - id: phase-3-polish
524
- title: "Phase 3: Polish & Optimization ({{duration}})"
525
- sections:
526
- - id: performance-design
527
- title: "Design: Performance & Platform Optimization"
528
- type: bullet-list
529
- template: |
530
- - Unity Profiler analysis and optimization passes
531
- - Memory management and garbage collection optimization
532
- - Asset optimization (texture compression, audio compression)
533
- - Platform-specific performance tuning
534
- - Build size optimization and asset bundling
535
- - Quality settings configuration for different device tiers
536
- - id: user-experience-design
537
- title: "Design: User Experience & Polish"
538
- type: bullet-list
539
- template: |
540
- - Complete UI/UX implementation with responsive design
541
- - Audio implementation with dynamic mixing
542
- - Visual effects and particle systems
543
- - Accessibility features implementation
544
- - Tutorial and onboarding flow
545
- - Final testing and bug fixing across all platforms
546
-
547
- - id: epic-list
548
- title: Epic List
549
- instruction: |
550
- Present a high-level list of all epics for user approval. Each epic should have a title and a short (1 sentence) goal statement. This allows the user to review the overall structure before diving into details.
551
-
552
- CRITICAL: Epics MUST be logically sequential following agile best practices:
553
-
554
- - Each epic should be focused on a single phase and it's design from the development-phases section and deliver a significant, end-to-end, fully deployable increment of testable functionality
555
- - Epic 1 must establish Phase 1: Unity Foundation & Core Systems (Project setup, input handling, basic scene management) unless we are adding new functionality to an existing app, while also delivering an initial piece of functionality, remember this when we produce the stories for the first epic!
556
- - Each subsequent epic builds upon previous epics' functionality delivering major blocks of functionality that provide tangible value to users or business when deployed
557
- - Not every project needs multiple epics, an epic needs to deliver value. For example, an API, component, or scriptableobject completed can deliver value even if a scene, or gameobject is not complete and planned for a separate epic.
558
- - Err on the side of less epics, but let the user know your rationale and offer options for splitting them if it seems some are too large or focused on disparate things.
559
- - Cross Cutting Concerns should flow through epics and stories and not be final stories. For example, adding a logging framework as a last story of an epic, or at the end of a project as a final epic or story would be terrible as we would not have logging from the beginning.
560
- elicit: true
561
- examples:
562
- - "Epic 1: Unity Foundation & Core Systems: Project setup, input handling, basic scene management"
563
- - "Epic 2: Core Game Mechanics: Player controller, physics systems, basic gameplay loop"
564
- - "Epic 3: Level Systems & Content Pipeline: Scene loading, prefab systems, level progression"
565
- - "Epic 4: Polish & Platform Optimization: Performance tuning, platform-specific features, deployment"
566
-
567
- - id: epic-details
568
- title: Epic {{epic_number}} {{epic_title}}
569
- repeatable: true
570
- instruction: |
571
- After the epic list is approved, present each epic with all its stories and acceptance criteria as a complete review unit.
572
-
573
- For each epic provide expanded goal (2-3 sentences describing the objective and value all the stories will achieve).
574
-
575
- CRITICAL STORY SEQUENCING REQUIREMENTS:
576
-
577
- - Stories within each epic MUST be logically sequential
578
- - Each story should be a "vertical slice" delivering complete functionality aside from early enabler stories for project foundation
579
- - No story should depend on work from a later story or epic
580
- - Identify and note any direct prerequisite stories
581
- - Focus on "what" and "why" not "how" (leave technical implementation to Architect) yet be precise enough to support a logical sequential order of operations from story to story.
582
- - Ensure each story delivers clear user or business value, try to avoid enablers and build them into stories that deliver value.
583
- - Size stories for AI agent execution: Each story must be completable by a single AI agent in one focused session without context overflow
584
- - Think "junior developer working for 2-4 hours" - stories must be small, focused, and self-contained
585
- - If a story seems complex, break it down further as long as it can deliver a vertical slice
586
- elicit: true
587
- template: "{{epic_goal}}"
588
- sections:
589
- - id: story
590
- title: Story {{epic_number}}.{{story_number}} {{story_title}}
591
- repeatable: true
592
- instruction: Provide a clear, concise description of what this story implements. Focus on the specific game feature or system being built. Reference the GDD section that defines this feature and reference the gamearchitecture section for additional implementation and integration specifics.
593
- template: "{{clear_description_of_what_needs_to_be_implemented}}"
594
- sections:
595
- - id: acceptance-criteria
596
- title: Acceptance Criteria
597
- instruction: Define specific, testable conditions that must be met for the story to be considered complete. Each criterion should be verifiable and directly related to gameplay functionality.
598
- sections:
599
- - id: functional-requirements
600
- title: Functional Requirements
601
- type: checklist
602
- items:
603
- - "{{specific_functional_requirement}}"
604
- - id: technical-requirements
605
- title: Technical Requirements
606
- type: checklist
607
- items:
608
- - Code follows C# best practices
609
- - Maintains stable frame rate on target devices
610
- - No memory leaks or performance degradation
611
- - "{{specific_technical_requirement}}"
612
- - id: game-design-requirements
613
- title: Game Design Requirements
614
- type: checklist
615
- items:
616
- - "{{gameplay_requirement_from_gdd}}"
617
- - "{{balance_requirement_if_applicable}}"
618
- - "{{player_experience_requirement}}"
619
-
620
- - id: success-metrics
621
- title: Success Metrics & Quality Assurance
622
- instruction: Define measurable goals for the Unity game development project with specific targets that can be validated through Unity Analytics and profiling tools.
623
- elicit: true
624
- sections:
625
- - id: technical-metrics
626
- title: Technical Performance Metrics
627
- type: bullet-list
628
- template: |
629
- - **Frame Rate:** Consistent {{fps_target}} FPS with <5% drops below {{min_fps}}
630
- - **Load Times:** Initial load <{{initial_load}}s, level transitions <{{level_load}}s
631
- - **Memory Usage:** Heap memory <{{heap_limit}}MB, texture memory <{{texture_limit}}MB
632
- - **Crash Rate:** <{{crash_threshold}}% across all supported platforms
633
- - **Build Size:** Final build <{{size_limit}}MB for mobile, <{{desktop_limit}}MB for desktop
634
- - **Battery Life:** Mobile gameplay sessions >{{battery_target}} hours on average device
635
- examples:
636
- - "Frame Rate: Consistent 60 FPS with <5% drops below 45 FPS on target hardware"
637
- - "Crash Rate: <0.5% across iOS/Android, <0.1% on desktop platforms"
638
- - id: gameplay-metrics
639
- title: Gameplay & User Engagement Metrics
640
- type: bullet-list
641
- template: |
642
- - **Tutorial Completion:** {{tutorial_rate}}% of players complete basic tutorial
643
- - **Level Progression:** {{progression_rate}}% reach level {{target_level}} within first session
644
- - **Session Duration:** Average session length {{session_target}} minutes
645
- - **Player Retention:** Day 1: {{d1_retention}}%, Day 7: {{d7_retention}}%, Day 30: {{d30_retention}}%
646
- - **Gameplay Completion:** {{completion_rate}}% complete main game content
647
- - **Control Responsiveness:** Input lag <{{input_lag}}ms on all platforms
648
- examples:
649
- - "Tutorial Completion: 85% of players complete movement and basic mechanics tutorial"
650
- - "Session Duration: Average 15-20 minutes per session for mobile, 30-45 minutes for desktop"
651
- - id: platform-specific-metrics
652
- title: Platform-Specific Quality Metrics
653
- type: table
654
- template: |
655
- | Platform | Frame Rate | Load Time | Memory | Build Size | Battery |
656
- | -------- | ---------- | --------- | ------ | ---------- | ------- |
657
- | {{platform}} | {{fps}} | {{load}} | {{memory}} | {{size}} | {{battery}} |
658
- examples:
659
- - iOS, 60 FPS, <3s, <150MB, <80MB, 3+ hours
660
- - Android, 60 FPS, <5s, <200MB, <100MB, 2.5+ hours
661
-
662
- - id: next-steps-integration
663
- title: Next Steps & BMad Integration
664
- instruction: Define how this GDD integrates with BMad's agent workflow and what follow-up documents or processes are needed.
665
- sections:
666
- - id: architecture-handoff
667
- title: Unity Architecture Requirements
668
- instruction: Summary of key architectural decisions that need to be implemented in Unity project setup
669
- type: bullet-list
670
- template: |
671
- - Unity {{unity_version}} project with {{render_pipeline}} pipeline
672
- - {{architecture_pattern}} code architecture with {{folder_structure}}
673
- - Required packages: {{essential_packages}}
674
- - Performance targets: {{key_performance_metrics}}
675
- - Platform builds: {{deployment_targets}}
676
- - id: story-creation-guidance
677
- title: Story Creation Guidance for SM Agent
678
- instruction: Provide guidance for the Story Manager (SM) agent on how to break down this GDD into implementable user stories
679
- template: |
680
- **Epic Prioritization:** {{epic_order_rationale}}
681
-
682
- **Story Sizing Guidelines:**
683
-
684
- - Foundation stories: {{foundation_story_scope}}
685
- - Feature stories: {{feature_story_scope}}
686
- - Polish stories: {{polish_story_scope}}
687
-
688
- **Unity-Specific Story Considerations:**
689
-
690
- - Each story should result in testable Unity scenes or prefabs
691
- - Include specific Unity components and systems in acceptance criteria
692
- - Consider cross-platform testing requirements
693
- - Account for Unity build and deployment steps
694
- examples:
695
- - "Foundation stories: Individual Unity systems (Input, Audio, Scene Management) - 1-2 days each"
696
- - "Feature stories: Complete gameplay mechanics with UI and feedback - 2-4 days each"
697
- - id: recommended-agents
698
- title: Recommended BMad Agent Sequence
699
- type: numbered-list
700
- template: |
701
- 1. **{{agent_name}}**: {{agent_responsibility}}
702
- examples:
703
- - "Unity Architect: Create detailed technical architecture document with specific Unity implementation patterns"
704
- - "Unity Developer: Implement core systems and gameplay mechanics according to architecture"
705
- - "QA Tester: Validate performance metrics and cross-platform functionality"