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,484 +0,0 @@
1
- template:
2
- id: level-design-doc-template-v2
3
- name: Level Design Document
4
- version: 2.0
5
- output:
6
- format: markdown
7
- filename: "docs/{{game_name}}-level-design-document.md"
8
- title: "{{game_title}} Level Design Document"
9
-
10
- workflow:
11
- mode: interactive
12
-
13
- sections:
14
- - id: initial-setup
15
- instruction: |
16
- This template creates comprehensive level design documentation that guides both content creation and technical implementation. This document should provide enough detail for developers to create level loading systems and for designers to create specific levels.
17
-
18
- If available, review: Game Design Document (GDD), Game Architecture Document. This document should align with the game mechanics and technical systems defined in those documents.
19
-
20
- - id: introduction
21
- title: Introduction
22
- instruction: Establish the purpose and scope of level design for this game
23
- content: |
24
- This document defines the level design framework for {{game_title}}, providing guidelines for creating engaging, balanced levels that support the core gameplay mechanics defined in the Game Design Document.
25
-
26
- This framework ensures consistency across all levels while providing flexibility for creative level design within established technical and design constraints.
27
- sections:
28
- - id: change-log
29
- title: Change Log
30
- instruction: Track document versions and changes
31
- type: table
32
- template: |
33
- | Date | Version | Description | Author |
34
- | :--- | :------ | :---------- | :----- |
35
-
36
- - id: level-design-philosophy
37
- title: Level Design Philosophy
38
- instruction: Establish the overall approach to level design based on the game's core pillars and mechanics. Apply `tasks#advanced-elicitation` after presenting this section.
39
- sections:
40
- - id: design-principles
41
- title: Design Principles
42
- instruction: Define 3-5 core principles that guide all level design decisions
43
- type: numbered-list
44
- template: |
45
- **{{principle_name}}** - {{description}}
46
- - id: player-experience-goals
47
- title: Player Experience Goals
48
- instruction: Define what players should feel and learn in each level category
49
- template: |
50
- **Tutorial Levels:** {{experience_description}}
51
- **Standard Levels:** {{experience_description}}
52
- **Challenge Levels:** {{experience_description}}
53
- **Boss Levels:** {{experience_description}}
54
- - id: level-flow-framework
55
- title: Level Flow Framework
56
- instruction: Define the standard structure for level progression
57
- template: |
58
- **Introduction Phase:** {{duration}} - {{purpose}}
59
- **Development Phase:** {{duration}} - {{purpose}}
60
- **Climax Phase:** {{duration}} - {{purpose}}
61
- **Resolution Phase:** {{duration}} - {{purpose}}
62
-
63
- - id: level-categories
64
- title: Level Categories
65
- instruction: Define different types of levels based on the GDD requirements. Each category should be specific enough for implementation.
66
- repeatable: true
67
- sections:
68
- - id: level-category
69
- title: "{{category_name}} Levels"
70
- template: |
71
- **Purpose:** {{gameplay_purpose}}
72
-
73
- **Target Duration:** {{min_time}} - {{max_time}} minutes
74
-
75
- **Difficulty Range:** {{difficulty_scale}}
76
-
77
- **Key Mechanics Featured:**
78
-
79
- - {{mechanic_1}} - {{usage_description}}
80
- - {{mechanic_2}} - {{usage_description}}
81
-
82
- **Player Objectives:**
83
-
84
- - Primary: {{primary_objective}}
85
- - Secondary: {{secondary_objective}}
86
- - Hidden: {{secret_objective}}
87
-
88
- **Success Criteria:**
89
-
90
- - {{completion_requirement_1}}
91
- - {{completion_requirement_2}}
92
-
93
- **Technical Requirements:**
94
-
95
- - Maximum entities: {{entity_limit}}
96
- - Performance target: {{fps_target}} FPS
97
- - Memory budget: {{memory_limit}}MB
98
- - Asset requirements: {{asset_needs}}
99
-
100
- - id: level-progression-system
101
- title: Level Progression System
102
- instruction: Define how players move through levels and how difficulty scales
103
- sections:
104
- - id: world-structure
105
- title: World Structure
106
- instruction: Based on GDD requirements, define the overall level organization
107
- template: |
108
- **Organization Type:** {{linear|hub_world|open_world}}
109
-
110
- **Total Level Count:** {{number}}
111
-
112
- **World Breakdown:**
113
-
114
- - World 1: {{level_count}} levels - {{theme}} - {{difficulty_range}}
115
- - World 2: {{level_count}} levels - {{theme}} - {{difficulty_range}}
116
- - World 3: {{level_count}} levels - {{theme}} - {{difficulty_range}}
117
- - id: difficulty-progression
118
- title: Difficulty Progression
119
- instruction: Define how challenge increases across the game
120
- sections:
121
- - id: progression-curve
122
- title: Progression Curve
123
- type: code
124
- language: text
125
- template: |
126
- Difficulty
127
- ^ ___/```
128
- | /
129
- | / ___/```
130
- | / /
131
- | / /
132
- |/ /
133
- +-----------> Level Number
134
- Tutorial Early Mid Late
135
- - id: scaling-parameters
136
- title: Scaling Parameters
137
- type: bullet-list
138
- template: |
139
- - Enemy count: {{start_count}} → {{end_count}}
140
- - Enemy difficulty: {{start_diff}} → {{end_diff}}
141
- - Level complexity: {{start_complex}} → {{end_complex}}
142
- - Time pressure: {{start_time}} → {{end_time}}
143
- - id: unlock-requirements
144
- title: Unlock Requirements
145
- instruction: Define how players access new levels
146
- template: |
147
- **Progression Gates:**
148
-
149
- - Linear progression: Complete previous level
150
- - Star requirements: {{star_count}} stars to unlock
151
- - Skill gates: Demonstrate {{skill_requirement}}
152
- - Optional content: {{unlock_condition}}
153
-
154
- - id: level-design-components
155
- title: Level Design Components
156
- instruction: Define the building blocks used to create levels
157
- sections:
158
- - id: environmental-elements
159
- title: Environmental Elements
160
- instruction: Define all environmental components that can be used in levels
161
- template: |
162
- **Terrain Types:**
163
-
164
- - {{terrain_1}}: {{properties_and_usage}}
165
- - {{terrain_2}}: {{properties_and_usage}}
166
-
167
- **Interactive Objects:**
168
-
169
- - {{object_1}}: {{behavior_and_purpose}}
170
- - {{object_2}}: {{behavior_and_purpose}}
171
-
172
- **Hazards and Obstacles:**
173
-
174
- - {{hazard_1}}: {{damage_and_behavior}}
175
- - {{hazard_2}}: {{damage_and_behavior}}
176
- - id: collectibles-rewards
177
- title: Collectibles and Rewards
178
- instruction: Define all collectible items and their placement rules
179
- template: |
180
- **Collectible Types:**
181
-
182
- - {{collectible_1}}: {{value_and_purpose}}
183
- - {{collectible_2}}: {{value_and_purpose}}
184
-
185
- **Placement Guidelines:**
186
-
187
- - Mandatory collectibles: {{placement_rules}}
188
- - Optional collectibles: {{placement_rules}}
189
- - Secret collectibles: {{placement_rules}}
190
-
191
- **Reward Distribution:**
192
-
193
- - Easy to find: {{percentage}}%
194
- - Moderate challenge: {{percentage}}%
195
- - High skill required: {{percentage}}%
196
- - id: enemy-placement-framework
197
- title: Enemy Placement Framework
198
- instruction: Define how enemies should be placed and balanced in levels
199
- template: |
200
- **Enemy Categories:**
201
-
202
- - {{enemy_type_1}}: {{behavior_and_usage}}
203
- - {{enemy_type_2}}: {{behavior_and_usage}}
204
-
205
- **Placement Principles:**
206
-
207
- - Introduction encounters: {{guideline}}
208
- - Standard encounters: {{guideline}}
209
- - Challenge encounters: {{guideline}}
210
-
211
- **Difficulty Scaling:**
212
-
213
- - Enemy count progression: {{scaling_rule}}
214
- - Enemy type introduction: {{pacing_rule}}
215
- - Encounter complexity: {{complexity_rule}}
216
-
217
- - id: level-creation-guidelines
218
- title: Level Creation Guidelines
219
- instruction: Provide specific guidelines for creating individual levels
220
- sections:
221
- - id: level-layout-principles
222
- title: Level Layout Principles
223
- template: |
224
- **Spatial Design:**
225
-
226
- - Grid size: {{grid_dimensions}}
227
- - Minimum path width: {{width_units}}
228
- - Maximum vertical distance: {{height_units}}
229
- - Safe zones placement: {{safety_guidelines}}
230
-
231
- **Navigation Design:**
232
-
233
- - Clear path indication: {{visual_cues}}
234
- - Landmark placement: {{landmark_rules}}
235
- - Dead end avoidance: {{dead_end_policy}}
236
- - Multiple path options: {{branching_rules}}
237
- - id: pacing-and-flow
238
- title: Pacing and Flow
239
- instruction: Define how to control the rhythm and pace of gameplay within levels
240
- template: |
241
- **Action Sequences:**
242
-
243
- - High intensity duration: {{max_duration}}
244
- - Rest period requirement: {{min_rest_time}}
245
- - Intensity variation: {{pacing_pattern}}
246
-
247
- **Learning Sequences:**
248
-
249
- - New mechanic introduction: {{teaching_method}}
250
- - Practice opportunity: {{practice_duration}}
251
- - Skill application: {{application_context}}
252
- - id: challenge-design
253
- title: Challenge Design
254
- instruction: Define how to create appropriate challenges for each level type
255
- template: |
256
- **Challenge Types:**
257
-
258
- - Execution challenges: {{skill_requirements}}
259
- - Puzzle challenges: {{complexity_guidelines}}
260
- - Time challenges: {{time_pressure_rules}}
261
- - Resource challenges: {{resource_management}}
262
-
263
- **Difficulty Calibration:**
264
-
265
- - Skill check frequency: {{frequency_guidelines}}
266
- - Failure recovery: {{retry_mechanics}}
267
- - Hint system integration: {{help_system}}
268
-
269
- - id: technical-implementation
270
- title: Technical Implementation
271
- instruction: Define technical requirements for level implementation
272
- sections:
273
- - id: level-data-structure
274
- title: Level Data Structure
275
- instruction: Define how level data should be structured for implementation
276
- template: |
277
- **Level File Format:**
278
-
279
- - Data format: {{json|yaml|custom}}
280
- - File naming: `level_{{world}}_{{number}}.{{extension}}`
281
- - Data organization: {{structure_description}}
282
- sections:
283
- - id: required-data-fields
284
- title: Required Data Fields
285
- type: code
286
- language: json
287
- template: |
288
- {
289
- "levelId": "{{unique_identifier}}",
290
- "worldId": "{{world_identifier}}",
291
- "difficulty": {{difficulty_value}},
292
- "targetTime": {{completion_time_seconds}},
293
- "objectives": {
294
- "primary": "{{primary_objective}}",
295
- "secondary": ["{{secondary_objectives}}"],
296
- "hidden": ["{{secret_objectives}}"]
297
- },
298
- "layout": {
299
- "width": {{grid_width}},
300
- "height": {{grid_height}},
301
- "tilemap": "{{tilemap_reference}}"
302
- },
303
- "entities": [
304
- {
305
- "type": "{{entity_type}}",
306
- "position": {"x": {{x}}, "y": {{y}}},
307
- "properties": {{entity_properties}}
308
- }
309
- ]
310
- }
311
- - id: asset-integration
312
- title: Asset Integration
313
- instruction: Define how level assets are organized and loaded
314
- template: |
315
- **Tilemap Requirements:**
316
-
317
- - Tile size: {{tile_dimensions}}px
318
- - Tileset organization: {{tileset_structure}}
319
- - Layer organization: {{layer_system}}
320
- - Collision data: {{collision_format}}
321
-
322
- **Audio Integration:**
323
-
324
- - Background music: {{music_requirements}}
325
- - Ambient sounds: {{ambient_system}}
326
- - Dynamic audio: {{dynamic_audio_rules}}
327
- - id: performance-optimization
328
- title: Performance Optimization
329
- instruction: Define performance requirements for level systems
330
- template: |
331
- **Entity Limits:**
332
-
333
- - Maximum active entities: {{entity_limit}}
334
- - Maximum particles: {{particle_limit}}
335
- - Maximum audio sources: {{audio_limit}}
336
-
337
- **Memory Management:**
338
-
339
- - Texture memory budget: {{texture_memory}}MB
340
- - Audio memory budget: {{audio_memory}}MB
341
- - Level loading time: <{{load_time}}s
342
-
343
- **Culling and LOD:**
344
-
345
- - Off-screen culling: {{culling_distance}}
346
- - Level-of-detail rules: {{lod_system}}
347
- - Asset streaming: {{streaming_requirements}}
348
-
349
- - id: level-testing-framework
350
- title: Level Testing Framework
351
- instruction: Define how levels should be tested and validated
352
- sections:
353
- - id: automated-testing
354
- title: Automated Testing
355
- template: |
356
- **Performance Testing:**
357
-
358
- - Frame rate validation: Maintain {{fps_target}} FPS
359
- - Memory usage monitoring: Stay under {{memory_limit}}MB
360
- - Loading time verification: Complete in <{{load_time}}s
361
-
362
- **Gameplay Testing:**
363
-
364
- - Completion path validation: All objectives achievable
365
- - Collectible accessibility: All items reachable
366
- - Softlock prevention: No unwinnable states
367
- - id: manual-testing-protocol
368
- title: Manual Testing Protocol
369
- sections:
370
- - id: playtesting-checklist
371
- title: Playtesting Checklist
372
- type: checklist
373
- items:
374
- - "Level completes within target time range"
375
- - "All mechanics function correctly"
376
- - "Difficulty feels appropriate for level category"
377
- - "Player guidance is clear and effective"
378
- - "No exploits or sequence breaks (unless intended)"
379
- - id: player-experience-testing
380
- title: Player Experience Testing
381
- type: checklist
382
- items:
383
- - "Tutorial levels teach effectively"
384
- - "Challenge feels fair and rewarding"
385
- - "Flow and pacing maintain engagement"
386
- - "Audio and visual feedback support gameplay"
387
- - id: balance-validation
388
- title: Balance Validation
389
- template: |
390
- **Metrics Collection:**
391
-
392
- - Completion rate: Target {{completion_percentage}}%
393
- - Average completion time: {{target_time}} ± {{variance}}
394
- - Death count per level: <{{max_deaths}}
395
- - Collectible discovery rate: {{discovery_percentage}}%
396
-
397
- **Iteration Guidelines:**
398
-
399
- - Adjustment criteria: {{criteria_for_changes}}
400
- - Testing sample size: {{minimum_testers}}
401
- - Validation period: {{testing_duration}}
402
-
403
- - id: content-creation-pipeline
404
- title: Content Creation Pipeline
405
- instruction: Define the workflow for creating new levels
406
- sections:
407
- - id: design-phase
408
- title: Design Phase
409
- template: |
410
- **Concept Development:**
411
-
412
- 1. Define level purpose and goals
413
- 2. Create rough layout sketch
414
- 3. Identify key mechanics and challenges
415
- 4. Estimate difficulty and duration
416
-
417
- **Documentation Requirements:**
418
-
419
- - Level design brief
420
- - Layout diagrams
421
- - Mechanic integration notes
422
- - Asset requirement list
423
- - id: implementation-phase
424
- title: Implementation Phase
425
- template: |
426
- **Technical Implementation:**
427
-
428
- 1. Create level data file
429
- 2. Build tilemap and layout
430
- 3. Place entities and objects
431
- 4. Configure level logic and triggers
432
- 5. Integrate audio and visual effects
433
-
434
- **Quality Assurance:**
435
-
436
- 1. Automated testing execution
437
- 2. Internal playtesting
438
- 3. Performance validation
439
- 4. Bug fixing and polish
440
- - id: integration-phase
441
- title: Integration Phase
442
- template: |
443
- **Game Integration:**
444
-
445
- 1. Level progression integration
446
- 2. Save system compatibility
447
- 3. Analytics integration
448
- 4. Achievement system integration
449
-
450
- **Final Validation:**
451
-
452
- 1. Full game context testing
453
- 2. Performance regression testing
454
- 3. Platform compatibility verification
455
- 4. Final approval and release
456
-
457
- - id: success-metrics
458
- title: Success Metrics
459
- instruction: Define how to measure level design success
460
- sections:
461
- - id: player-engagement
462
- title: Player Engagement
463
- type: bullet-list
464
- template: |
465
- - Level completion rate: {{target_rate}}%
466
- - Replay rate: {{replay_target}}%
467
- - Time spent per level: {{engagement_time}}
468
- - Player satisfaction scores: {{satisfaction_target}}/10
469
- - id: technical-performance
470
- title: Technical Performance
471
- type: bullet-list
472
- template: |
473
- - Frame rate consistency: {{fps_consistency}}%
474
- - Loading time compliance: {{load_compliance}}%
475
- - Memory usage efficiency: {{memory_efficiency}}%
476
- - Crash rate: <{{crash_threshold}}%
477
- - id: design-quality
478
- title: Design Quality
479
- type: bullet-list
480
- template: |
481
- - Difficulty curve adherence: {{curve_accuracy}}
482
- - Mechanic integration effectiveness: {{integration_score}}
483
- - Player guidance clarity: {{guidance_score}}
484
- - Content accessibility: {{accessibility_rate}}%
@@ -1,183 +0,0 @@
1
- workflow:
2
- id: game-dev-greenfield
3
- name: Game Development - Greenfield Project
4
- description: Specialized workflow for creating 2D games from concept to implementation using Phaser 3 and TypeScript. Guides teams through game concept development, design documentation, technical architecture, and story-driven development for professional game development.
5
- type: greenfield
6
- project_types:
7
- - indie-game
8
- - mobile-game
9
- - web-game
10
- - educational-game
11
- - prototype-game
12
- - game-jam
13
- full_game_sequence:
14
- - agent: game-designer
15
- creates: game-brief.md
16
- optional_steps:
17
- - brainstorming_session
18
- - game_research_prompt
19
- - player_research
20
- notes: 'Start with brainstorming game concepts, then create comprehensive game brief. SAVE OUTPUT: Copy final game-brief.md to your project''s docs/design/ folder.'
21
- - agent: game-designer
22
- creates: game-design-doc.md
23
- requires: game-brief.md
24
- optional_steps:
25
- - competitive_analysis
26
- - technical_research
27
- notes: 'Create detailed Game Design Document using game-design-doc-tmpl. Defines all gameplay mechanics, progression, and technical requirements. SAVE OUTPUT: Copy final game-design-doc.md to your project''s docs/design/ folder.'
28
- - agent: game-designer
29
- creates: level-design-doc.md
30
- requires: game-design-doc.md
31
- optional_steps:
32
- - level_prototyping
33
- - difficulty_analysis
34
- notes: 'Create level design framework using level-design-doc-tmpl. Establishes content creation guidelines and performance requirements. SAVE OUTPUT: Copy final level-design-doc.md to your project''s docs/design/ folder.'
35
- - agent: solution-architect
36
- creates: game-architecture.md
37
- requires:
38
- - game-design-doc.md
39
- - level-design-doc.md
40
- optional_steps:
41
- - technical_research_prompt
42
- - performance_analysis
43
- - platform_research
44
- notes: 'Create comprehensive technical architecture using game-architecture-tmpl. Defines Phaser 3 systems, performance optimization, and code structure. SAVE OUTPUT: Copy final game-architecture.md to your project''s docs/architecture/ folder.'
45
- - agent: game-designer
46
- validates: design_consistency
47
- requires: all_design_documents
48
- uses: game-design-checklist
49
- notes: Validate all design documents for consistency, completeness, and implementability. May require updates to any design document.
50
- - agent: various
51
- updates: flagged_design_documents
52
- condition: design_validation_issues
53
- notes: If design validation finds issues, return to relevant agent to fix and re-export updated documents to docs/ folder.
54
- project_setup_guidance:
55
- action: guide_game_project_structure
56
- notes: Set up game project structure following game architecture document. Create src/, assets/, docs/, and tests/ directories. Initialize TypeScript and Phaser 3 configuration.
57
- workflow_end:
58
- action: move_to_story_development
59
- notes: All design artifacts complete. Begin story-driven development phase. Use Game Scrum Master to create implementation stories from design documents.
60
- prototype_sequence:
61
- - step: prototype_scope
62
- action: assess_prototype_complexity
63
- notes: First, assess if this needs full game design (use full_game_sequence) or can be a rapid prototype.
64
- - agent: game-designer
65
- creates: game-brief.md
66
- optional_steps:
67
- - quick_brainstorming
68
- - concept_validation
69
- notes: 'Create focused game brief for prototype. Emphasize core mechanics and immediate playability. SAVE OUTPUT: Copy final game-brief.md to your project''s docs/ folder.'
70
- - agent: game-designer
71
- creates: prototype-design.md
72
- uses: create-doc prototype-design OR create-game-story
73
- requires: game-brief.md
74
- notes: Create minimal design document or jump directly to implementation stories for rapid prototyping. Choose based on prototype complexity.
75
- prototype_workflow_end:
76
- action: move_to_rapid_implementation
77
- notes: Prototype defined. Begin immediate implementation with Game Developer. Focus on core mechanics first, then iterate based on playtesting.
78
- flow_diagram: |
79
- ```mermaid
80
- graph TD
81
- A[Start: Game Development Project] --> B{Project Scope?}
82
- B -->|Full Game/Production| C[game-designer: game-brief.md]
83
- B -->|Prototype/Game Jam| D[game-designer: focused game-brief.md]
84
-
85
- C --> E[game-designer: game-design-doc.md]
86
- E --> F[game-designer: level-design-doc.md]
87
- F --> G[solution-architect: game-architecture.md]
88
- G --> H[game-designer: validate design consistency]
89
- H --> I{Design validation issues?}
90
- I -->|Yes| J[Return to relevant agent for fixes]
91
- I -->|No| K[Set up game project structure]
92
- J --> H
93
- K --> L[Move to Story Development Phase]
94
-
95
- D --> M[game-designer: prototype-design.md]
96
- M --> N[Move to Rapid Implementation]
97
-
98
- C -.-> C1[Optional: brainstorming]
99
- C -.-> C2[Optional: game research]
100
- E -.-> E1[Optional: competitive analysis]
101
- F -.-> F1[Optional: level prototyping]
102
- G -.-> G1[Optional: technical research]
103
- D -.-> D1[Optional: quick brainstorming]
104
-
105
- style L fill:#90EE90
106
- style N fill:#90EE90
107
- style C fill:#FFE4B5
108
- style E fill:#FFE4B5
109
- style F fill:#FFE4B5
110
- style G fill:#FFE4B5
111
- style D fill:#FFB6C1
112
- style M fill:#FFB6C1
113
- ```
114
- decision_guidance:
115
- use_full_sequence_when:
116
- - Building commercial or production games
117
- - Multiple team members involved
118
- - Complex gameplay systems (3+ core mechanics)
119
- - Long-term development timeline (2+ months)
120
- - Need comprehensive documentation for team coordination
121
- - Targeting multiple platforms
122
- - Educational or enterprise game projects
123
- use_prototype_sequence_when:
124
- - Game jams or time-constrained development
125
- - Solo developer or very small team
126
- - Experimental or proof-of-concept games
127
- - Simple mechanics (1-2 core systems)
128
- - Quick validation of game concepts
129
- - Learning projects or technical demos
130
- handoff_prompts:
131
- designer_to_gdd: Game brief is complete. Save it as docs/design/game-brief.md in your project, then create the comprehensive Game Design Document.
132
- gdd_to_level: Game Design Document ready. Save it as docs/design/game-design-doc.md, then create the level design framework.
133
- level_to_architect: Level design complete. Save it as docs/design/level-design-doc.md, then create the technical architecture.
134
- architect_review: Architecture complete. Save it as docs/architecture/game-architecture.md. Please validate all design documents for consistency.
135
- validation_issues: Design validation found issues with [document]. Please return to [agent] to fix and re-save the updated document.
136
- full_complete: All design artifacts validated and saved. Set up game project structure and move to story development phase.
137
- prototype_designer_to_dev: Prototype brief complete. Save it as docs/game-brief.md, then create minimal design or jump directly to implementation stories.
138
- prototype_complete: Prototype defined. Begin rapid implementation focusing on core mechanics and immediate playability.
139
- story_development_guidance:
140
- epic_breakdown:
141
- - Core Game Systems" - Fundamental gameplay mechanics and player controls
142
- - Level Content" - Individual levels, progression, and content implementation
143
- - User Interface" - Menus, HUD, settings, and player feedback systems
144
- - Audio Integration" - Music, sound effects, and audio systems
145
- - Performance Optimization" - Platform optimization and technical polish
146
- - Game Polish" - Visual effects, animations, and final user experience
147
- story_creation_process:
148
- - Use Game Scrum Master to create detailed implementation stories
149
- - Each story should reference specific GDD sections
150
- - Include performance requirements (60 FPS target)
151
- - Specify Phaser 3 implementation details
152
- - Apply game-story-dod-checklist for quality validation
153
- - Ensure stories are immediately actionable by Game Developer
154
- game_development_best_practices:
155
- performance_targets:
156
- - Maintain 60 FPS on target devices throughout development
157
- - Memory usage under specified limits per game system
158
- - Loading times under 3 seconds for levels
159
- - Smooth animation and responsive player controls
160
- technical_standards:
161
- - TypeScript strict mode compliance
162
- - Component-based game architecture
163
- - Object pooling for performance-critical objects
164
- - Cross-platform input handling
165
- - Comprehensive error handling and graceful degradation
166
- playtesting_integration:
167
- - Test core mechanics early and frequently
168
- - Validate game balance through metrics and player feedback
169
- - Iterate on design based on implementation discoveries
170
- - Document design changes and rationale
171
- success_criteria:
172
- design_phase_complete:
173
- - All design documents created and validated
174
- - Technical architecture aligns with game design requirements
175
- - Performance targets defined and achievable
176
- - Story breakdown ready for implementation
177
- - Project structure established
178
- implementation_readiness:
179
- - Development environment configured for Phaser 3 + TypeScript
180
- - Asset pipeline and build system established
181
- - Testing framework in place
182
- - Team roles and responsibilities defined
183
- - First implementation stories created and ready