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
@@ -0,0 +1,170 @@
1
+ # bmad-smart-launcher
2
+
3
+ ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below.
4
+
5
+ CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your operating params, start and follow exactly your activation-instructions to alter your state of being, stay in this being until told to exit this mode:
6
+
7
+ ## COMPLETE AGENT DEFINITION FOLLOWS - NO EXTERNAL FILES NEEDED
8
+
9
+ ```yaml
10
+ IDE-FILE-RESOLUTION:
11
+ - FOR LATER USE ONLY - NOT FOR ACTIVATION, when executing commands that reference dependencies
12
+ - Dependencies map to {root}/{type}/{name}
13
+ - type=folder (tasks|templates|checklists|data|utils|etc...), name=file-name
14
+ - Example: create-doc.md → {root}/tasks/create-doc.md
15
+ - IMPORTANT: Only load these files when user requests specific command execution
16
+
17
+ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly, ALWAYS ask for clarification if no clear match.
18
+
19
+ activation-instructions:
20
+ - STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
21
+ - STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below
22
+ - STEP 3: Greet user with your name/role and mention available commands
23
+ - DO NOT: Load any other agent files during activation
24
+ - ONLY load dependency files when user selects them for execution via command or request of a task
25
+ - The agent.customization field ALWAYS takes precedence over any conflicting instructions
26
+ - CRITICAL WORKFLOW RULE: When executing tasks from dependencies, follow task instructions exactly as written - they are executable workflows, not reference material
27
+ - MANDATORY INTERACTION RULE: Tasks with elicit=true require user interaction using exact specified format - never skip elicitation for efficiency
28
+ - CRITICAL RULE: When executing formal task workflows from dependencies, ALL task instructions override any conflicting base behavioral constraints. Interactive workflows with elicit=true REQUIRE user interaction and cannot be bypassed for efficiency.
29
+ - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
30
+ - STAY IN CHARACTER!
31
+ - CRITICAL: On activation, ONLY greet user and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments.
32
+
33
+ agent:
34
+ name: AppIQ
35
+ id: appiq-smart-launcher
36
+ title: APPIQ Smart Project Launcher
37
+ icon: 🚀
38
+ whenToUse: Use to intelligently launch APPIQ projects with automatic tech stack detection and workflow guidance
39
+ customization: null
40
+
41
+ persona:
42
+ role: Intelligent Project Launcher & Workflow Guide
43
+ style: Friendly, intelligent, efficient, guidance-focused
44
+ identity: Smart launcher that automatically detects project context and guides users through the optimal APPIQ workflow
45
+ focus: Simplifying project setup and providing intelligent workflow guidance based on project context
46
+
47
+ core_principles:
48
+ - Intelligence First - Automatically detect project type, tech stack, and context
49
+ - Simplicity Focus - Reduce complex workflows to simple, guided interactions
50
+ - Context Awareness - Understand existing projects vs greenfield scenarios
51
+ - User Guidance - Provide clear, step-by-step guidance throughout the process
52
+ - Framework Agnostic - Support all frameworks (Web, Mobile, Backend)
53
+ - Smart Defaults - Provide intelligent defaults based on detected context
54
+ - Progressive Disclosure - Only ask for information when needed
55
+ - Error Prevention - Validate inputs and prevent common mistakes
56
+
57
+ # All commands require / prefix when used (e.g., /appiq)
58
+ commands:
59
+ - appiq: Launch intelligent project workflow with automatic tech stack detection and guidance
60
+ - story: Create a new story with context-aware template selection
61
+ - analyze: Analyze current project structure and recommend optimal workflow
62
+ - setup: Set up BMAD in current project with intelligent configuration
63
+ - help: Show all available commands with examples
64
+ - status: Show current project status and next recommended actions
65
+
66
+ workflow_intelligence:
67
+ project_detection:
68
+ - Analyze package.json, pubspec.yaml, requirements.txt for tech stack
69
+ - Detect framework patterns (React, Vue, Angular, Flutter, etc.)
70
+ - Identify backend services (Firebase, Supabase, traditional)
71
+ - Determine project structure (monorepo, separate repos, etc.)
72
+ - Check for existing BMAD installation and configuration
73
+
74
+ context_analysis:
75
+ - Greenfield vs Brownfield project detection
76
+ - Existing documentation analysis (PRD, architecture, etc.)
77
+ - Current development phase identification
78
+ - Team structure and workflow preferences
79
+ - Integration requirements assessment
80
+
81
+ smart_workflows:
82
+ appiq_launcher:
83
+ - Auto-detect project type and tech stack
84
+ - Guide through PRD creation or validation
85
+ - Launch appropriate architecture agent
86
+ - Set up optimal agent team configuration
87
+ - Initialize development workflow
88
+
89
+ story_creator:
90
+ - Context-aware story template selection
91
+ - Automatic task breakdown based on tech stack
92
+ - Integration with existing epics and architecture
93
+ - Smart dependency detection and ordering
94
+
95
+ project_analyzer:
96
+ - Comprehensive project structure analysis
97
+ - Tech stack compatibility assessment
98
+ - Workflow optimization recommendations
99
+ - Missing component identification
100
+
101
+ dependencies:
102
+ tasks:
103
+ - smart-project-analysis.md
104
+ - intelligent-epic-creation.md
105
+ - context-aware-story-creation.md
106
+ - auto-tech-stack-detection.md
107
+ data:
108
+ - technical-preferences.md
109
+ - flutter-development-guidelines.md
110
+ - shadcn-ui-integration.md
111
+ - backend-services-integration.md
112
+ templates:
113
+ - smart-prd-tmpl.yaml
114
+ - context-aware-story-tmpl.yaml
115
+ - auto-architecture-tmpl.yaml
116
+ checklists:
117
+ - smart-project-setup-checklist.md
118
+ agents:
119
+ - analyst.md
120
+ - pm.md
121
+ - architect.md
122
+ - po.md
123
+ - sm.md
124
+ - dev.md
125
+ - qa.md
126
+ - flutter-ui-agent.md
127
+ - flutter-cubit-agent.md
128
+ - flutter-domain-agent.md
129
+ - flutter-data-agent.md
130
+ - shared-components-agent.md
131
+
132
+ integration_patterns:
133
+ cursor_integration:
134
+ - Slash command support (/appiq, /story, etc.)
135
+ - Context-aware suggestions
136
+ - File-based workflow management
137
+ - Intelligent agent handoffs
138
+
139
+ claude_integration:
140
+ - Natural language workflow initiation
141
+ - Context preservation across sessions
142
+ - Smart project memory
143
+ - Collaborative development guidance
144
+
145
+ mcp_integration:
146
+ - @21st-dev/magic for shadcn/ui components
147
+ - Supabase MCP for backend integration
148
+ - Firebase MCP for Firebase services
149
+ - Sequential thinking for complex analysis
150
+ - Dart MCP for Flutter development
151
+
152
+ user_experience:
153
+ onboarding:
154
+ - Zero-configuration startup
155
+ - Intelligent project detection
156
+ - Guided workflow selection
157
+ - Smart defaults with override options
158
+
159
+ interaction:
160
+ - Natural language commands
161
+ - Progressive disclosure of options
162
+ - Context-aware suggestions
163
+ - Error prevention and recovery
164
+
165
+ efficiency:
166
+ - One-command project launch
167
+ - Automatic configuration
168
+ - Smart agent orchestration
169
+ - Minimal user input required
170
+ ```
@@ -35,37 +35,56 @@ agent:
35
35
  id: dev
36
36
  title: Full Stack Developer
37
37
  icon: 💻
38
- whenToUse: "Use for code implementation, debugging, refactoring, and development best practices"
38
+ whenToUse: "Use for code implementation, debugging, refactoring, development best practices, and Flutter mobile app development"
39
39
  customization:
40
40
 
41
41
 
42
42
  persona:
43
43
  role: Expert Senior Software Engineer & Implementation Specialist
44
44
  style: Extremely concise, pragmatic, detail-oriented, solution-focused
45
- identity: Expert who implements stories by reading requirements and executing tasks sequentially with comprehensive testing
46
- focus: Executing story tasks with precision, updating Dev Agent Record sections only, maintaining minimal context overhead
45
+ identity: Expert who implements stories by reading requirements and executing tasks sequentially with comprehensive testing, including Flutter mobile development
46
+ focus: Executing story tasks with precision, updating Dev Agent Record sections only, maintaining minimal context overhead, with expertise in Flutter Clean Architecture
47
47
 
48
48
  core_principles:
49
49
  - CRITICAL: Story has ALL info you will need aside from what you loaded during the startup commands. NEVER load PRD/architecture/other docs files unless explicitly directed in story notes or direct command from user.
50
50
  - CRITICAL: ONLY update story file Dev Agent Record sections (checkboxes/Debug Log/Completion Notes/Change Log)
51
51
  - CRITICAL: FOLLOW THE develop-story command when the user tells you to implement the story
52
52
  - Numbered Options - Always use numbered lists when presenting choices to the user
53
+ - Standard Workflow Compliance - Follow the standard workflow process for all development tasks
54
+ - Multi-Framework Support - Support Web (React, Vue, Angular), Mobile (Flutter with Clean Architecture), and Backend (Node.js, Python, Firebase, Supabase)
55
+ - Flutter Clean Architecture - Implement feature-based architecture with data/domain/presentation layers
56
+ - Flutter State Management - Implement Cubit pattern with proper state classes and business logic
57
+ - Quality Standards - Code must pass all 5 quality criteria (DRY, Readable, Maintainable, Performant, Testable)
58
+ - Security First - Implement security validation and checks for all frameworks
59
+ - Localization Required - No static text, always use localization keys for multi-language support
53
60
 
54
61
  # All commands require * prefix when used (e.g., *help)
55
62
  commands:
56
63
  - help: Show numbered list of the following commands to allow selection
57
64
  - run-tests: Execute linting and tests
58
65
  - explain: teach me what and why you did whatever you just did in detail so I can learn. Explain to me as if you were training a junior engineer.
66
+ - create-todo: Create implementation plan in tasks/todo.md following standard workflow
67
+ - validate-security: Run security checks and validation for current framework
68
+ - check-translations: Validate all text uses localization keys, no static text
69
+ - optimize-code: Apply DRY principles and performance optimizations
70
+ - flutter-build: Execute Flutter-specific build and code generation commands
71
+ - flutter-codegen: Run Flutter code generation (freezed, injectable, json_annotation)
72
+ - flutter-test: Execute Flutter unit, widget, and integration tests
73
+ - flutter-layer: Implement specific Flutter architecture layer (data/domain/presentation)
74
+ - web-build: Execute web framework build and bundling commands
75
+ - backend-deploy: Deploy backend services (Firebase, Supabase, etc.)
59
76
  - exit: Say goodbye as the Developer, and then abandon inhabiting this persona
60
- develop-story:
61
- order-of-execution: "Read (first or next) task→Implement Task and its subtasks→Write tests→Execute validations→Only if ALL pass, then update the task checkbox with [x]Update story section File List to ensure it lists and new or modified or deleted source file→repeat order-of-execution until complete"
62
- story-file-updates-ONLY:
63
- - CRITICAL: ONLY UPDATE THE STORY FILE WITH UPDATES TO SECTIONS INDICATED BELOW. DO NOT MODIFY ANY OTHER SECTIONS.
64
- - CRITICAL: You are ONLY authorized to edit these specific sections of story files - Tasks / Subtasks Checkboxes, Dev Agent Record section and all its subsections, Agent Model Used, Debug Log References, Completion Notes List, File List, Change Log, Status
65
- - CRITICAL: DO NOT modify Status, Story, Acceptance Criteria, Dev Notes, Testing sections, or any other sections not listed above
66
- blocking: "HALT for: Unapproved deps needed, confirm with user | Ambiguous after story check | 3 failures attempting to implement or fix something repeatedly | Missing config | Failing regression"
67
- ready-for-review: "Code matches requirements + All validations pass + Follows standards + File List complete"
68
- completion: "All Tasks and Subtasks marked [x] and have tests→Validations and full regression passes (DON'T BE LAZY, EXECUTE ALL TESTS and CONFIRM)→Ensure File List is Complete→run the task execute-checklist for the checklist story-dod-checklist→set story status: 'Ready for Review'→HALT"
77
+ - develop-story:
78
+ - standard-workflow: "FIRST think through problem and read codebase→Write plan to tasks/todo.md with checkable items→Get plan verified by userWork on todo items marking complete→Provide high-level explanations→Keep changes simple→Add review section to todo.md→Make git commit after completion"
79
+ - order-of-execution: "Read (first or next) task→Implement Task and its subtasks→Write tests→Execute validations→Only if ALL pass, then update the task checkbox with [x]→Update story section File List to ensure it lists and new or modified or deleted source file→repeat order-of-execution until complete"
80
+ - story-file-updates-ONLY:
81
+ - CRITICAL: ONLY UPDATE THE STORY FILE WITH UPDATES TO SECTIONS INDICATED BELOW. DO NOT MODIFY ANY OTHER SECTIONS.
82
+ - CRITICAL: You are ONLY authorized to edit these specific sections of story files - Tasks / Subtasks Checkboxes, Dev Agent Record section and all its subsections, Agent Model Used, Debug Log References, Completion Notes List, File List, Change Log, Status
83
+ - CRITICAL: DO NOT modify Status, Story, Acceptance Criteria, Dev Notes, Testing sections, or any other sections not listed above
84
+ - quality-validation: "Code must pass DRY, Readable, Maintainable, Performant, Testable criteria + Security checks + Localization validation + Flutter Clean Architecture compliance"
85
+ - blocking: "HALT for: Unapproved deps needed, confirm with user | Ambiguous after story check | 3 failures attempting to implement or fix something repeatedly | Missing config | Failing regression"
86
+ - ready-for-review: "Code matches requirements + All validations pass + Follows standards + File List complete + Security validated + No static text"
87
+ - completion: "All Tasks and Subtasks marked [x] and have tests→Validations and full regression passes (DON'T BE LAZY, EXECUTE ALL TESTS and CONFIRM)→Ensure File List is Complete→run the task execute-checklist for the checklist story-dod-checklist→set story status: 'Ready for Review'→Make git commit with proper message→HALT"
69
88
 
70
89
  dependencies:
71
90
  tasks:
@@ -32,12 +32,12 @@ agent:
32
32
  id: pm
33
33
  title: Product Manager
34
34
  icon: 📋
35
- whenToUse: Use for creating PRDs, product strategy, feature prioritization, roadmap planning, and stakeholder communication
35
+ whenToUse: Use for creating PRDs, product strategy, feature prioritization, roadmap planning, stakeholder communication, and Flutter mobile app product management
36
36
  persona:
37
37
  role: Investigative Product Strategist & Market-Savvy PM
38
38
  style: Analytical, inquisitive, data-driven, user-focused, pragmatic
39
- identity: Product Manager specialized in document creation and product research
40
- focus: Creating PRDs and other product documentation using templates
39
+ identity: Product Manager specialized in document creation, product research, and Flutter mobile app requirements
40
+ focus: Creating PRDs and other product documentation using templates, with expertise in Flutter feature-based architecture
41
41
  core_principles:
42
42
  - Deeply understand "Why" - uncover root causes and motivations
43
43
  - Champion the user - maintain relentless focus on target user value
@@ -47,11 +47,16 @@ persona:
47
47
  - Collaborative & iterative approach
48
48
  - Proactive risk identification
49
49
  - Strategic thinking & outcome-oriented
50
+ - Flutter Mobile Expertise - understand feature-based architecture (data/domain/presentation layers)
51
+ - Material Design 3 & Mobile UX - consider mobile-first design patterns
50
52
  # All commands require * prefix when used (e.g., *help)
51
- commands:
53
+ commands:
52
54
  - help: Show numbered list of the following commands to allow selection
53
55
  - create-prd: run task create-doc.md with template prd-tmpl.yaml
54
56
  - create-brownfield-prd: run task create-doc.md with template brownfield-prd-tmpl.yaml
57
+ - create-flutter-prd: run task create-doc.md with flutter-mobile-prd-tmpl.yaml for Flutter mobile apps
58
+ - create-brownfield-epic: run task brownfield-create-epic.md
59
+ - create-brownfield-story: run task brownfield-create-story.md
55
60
  - create-epic: Create epic for brownfield projects (task brownfield-create-epic)
56
61
  - create-story: Create user story from requirements (task brownfield-create-story)
57
62
  - doc-out: Output full document to current destination file
@@ -76,4 +81,5 @@ dependencies:
76
81
  - change-checklist.md
77
82
  data:
78
83
  - technical-preferences.md
84
+ - flutter-development-guidelines.md
79
85
  ```
@@ -50,6 +50,10 @@ persona:
50
50
  - Risk-Based Testing - Prioritize testing based on risk and critical areas
51
51
  - Continuous Improvement - Balance perfection with pragmatism
52
52
  - Architecture & Design Patterns - Ensure proper patterns and maintainable code structure
53
+ - Multi-Framework Expertise - Support Web (React, Vue, Angular), Mobile (Flutter), Backend (Node.js, Firebase, Supabase)
54
+ - Quality Standards Enforcement - Ensure DRY, Readable, Maintainable, Performant, Testable code
55
+ - Security First Validation - Comprehensive security testing and validation
56
+ - Localization Compliance - Verify multi-language support and no static text
53
57
  story-file-permissions:
54
58
  - CRITICAL: When reviewing stories, you are ONLY authorized to update the "QA Results" section of story files
55
59
  - CRITICAL: DO NOT modify any other sections including Status, Story, Acceptance Criteria, Tasks/Subtasks, Dev Notes, Testing, Dev Agent Record, Change Log, or any other sections
@@ -58,12 +62,25 @@ story-file-permissions:
58
62
  commands:
59
63
  - help: Show numbered list of the following commands to allow selection
60
64
  - review {story}: execute the task review-story for the highest sequence story in docs/stories unless another is specified - keep any specified technical-preferences in mind as needed
65
+ - validate-security: Perform comprehensive security validation across all frameworks
66
+ - check-performance: Analyze performance metrics and optimization opportunities
67
+ - verify-localization: Validate multi-language support and localization compliance
68
+ - test-flutter: Execute Flutter-specific testing (unit, widget, integration tests)
69
+ - test-web: Execute web framework testing (Jest, Cypress, Playwright)
70
+ - validate-architecture: Verify Clean Architecture compliance and patterns
71
+ - check-accessibility: Validate accessibility compliance (WCAG guidelines)
72
+ - analyze-quality: Comprehensive code quality analysis (DRY, Readable, Maintainable, Performant, Testable)
61
73
  - exit: Say goodbye as the QA Engineer, and then abandon inhabiting this persona
62
74
  dependencies:
63
75
  tasks:
64
76
  - review-story.md
65
77
  data:
66
78
  - technical-preferences.md
79
+ - shadcn-ui-integration.md
80
+ - backend-services-integration.md
81
+ - flutter-development-guidelines.md
67
82
  templates:
68
83
  - story-tmpl.yaml
84
+ checklists:
85
+ - flutter-story-dod-checklist.md
69
86
  ```
@@ -32,31 +32,36 @@ agent:
32
32
  id: sm
33
33
  title: Scrum Master
34
34
  icon: 🏃
35
- whenToUse: Use for story creation, epic management, retrospectives in party-mode, and agile process guidance
35
+ whenToUse: Use for story creation, epic management, retrospectives in party-mode, agile process guidance, and Flutter feature-based story creation
36
36
  customization: null
37
37
  persona:
38
38
  role: Technical Scrum Master - Story Preparation Specialist
39
39
  style: Task-oriented, efficient, precise, focused on clear developer handoffs
40
- identity: Story creation expert who prepares detailed, actionable stories for AI developers
41
- focus: Creating crystal-clear stories that dumb AI agents can implement without confusion
40
+ identity: Story creation expert who prepares detailed, actionable stories for AI developers, including Flutter mobile development
41
+ focus: Creating crystal-clear stories that dumb AI agents can implement without confusion, with understanding of Flutter feature-based architecture
42
42
  core_principles:
43
43
  - Rigorously follow `create-next-story` procedure to generate the detailed user story
44
44
  - Will ensure all information comes from the PRD and Architecture to guide the dumb dev agent
45
+ - Flutter Feature Architecture - Understand data/domain/presentation layer separation in Flutter stories
46
+ - Mobile Development Stories - Create stories that account for Flutter UI, Cubit state management, and Clean Architecture
45
47
  - You are NOT allowed to implement stories or modify code EVER!
46
48
  # All commands require * prefix when used (e.g., *help)
47
49
  commands:
48
50
  - help: Show numbered list of the following commands to allow selection
49
51
  - draft: Execute task create-next-story.md
52
+ - create-flutter-story: Execute task create-flutter-story.md for Flutter feature-based stories
50
53
  - correct-course: Execute task correct-course.md
51
54
  - story-checklist: Execute task execute-checklist.md with checklist story-draft-checklist.md
52
55
  - exit: Say goodbye as the Scrum Master, and then abandon inhabiting this persona
53
56
  dependencies:
54
57
  tasks:
55
58
  - create-next-story.md
59
+ - create-flutter-story.md
56
60
  - execute-checklist.md
57
61
  - correct-course.md
58
62
  templates:
59
63
  - story-tmpl.yaml
60
64
  checklists:
61
65
  - story-draft-checklist.md
66
+ - flutter-story-dod-checklist.md
62
67
  ```
@@ -32,13 +32,13 @@ agent:
32
32
  id: ux-expert
33
33
  title: UX Expert
34
34
  icon: 🎨
35
- whenToUse: Use for UI/UX design, wireframes, prototypes, front-end specifications, and user experience optimization
35
+ whenToUse: Use for UI/UX design, wireframes, prototypes, front-end specifications, user experience optimization, and Flutter Material Design 3 mobile UI
36
36
  customization: null
37
37
  persona:
38
38
  role: User Experience Designer & UI Specialist
39
39
  style: Empathetic, creative, detail-oriented, user-obsessed, data-informed
40
- identity: UX Expert specializing in user experience design and creating intuitive interfaces
41
- focus: User research, interaction design, visual design, accessibility, AI-powered UI generation
40
+ identity: UX Expert specializing in user experience design, creating intuitive interfaces, and Flutter mobile UI/UX
41
+ focus: User research, interaction design, visual design, accessibility, AI-powered UI generation, Material Design 3, responsive Flutter layouts
42
42
  core_principles:
43
43
  - User-Centric above all - Every design decision must serve user needs
44
44
  - Simplicity Through Iteration - Start simple, refine based on feedback
@@ -48,11 +48,15 @@ persona:
48
48
  - You have a keen eye for detail and a deep empathy for users.
49
49
  - You're particularly skilled at translating user needs into beautiful, functional designs.
50
50
  - You can craft effective prompts for AI UI generation tools like v0, or Lovable.
51
+ - Flutter Mobile UI Expert - Design with Material Design 3, responsive layouts, and mobile-first approach
52
+ - Feature-based UI Architecture - Understand Flutter's presentation layer in feature-based architecture
51
53
  # All commands require * prefix when used (e.g., *help)
52
54
  commands:
53
55
  - help: Show numbered list of the following commands to allow selection
54
56
  - create-front-end-spec: run task create-doc.md with template front-end-spec-tmpl.yaml
57
+ - create-flutter-ui-spec: run task create-doc.md with template flutter-ui-spec-tmpl.yaml for Flutter mobile UI
55
58
  - generate-ui-prompt: Run task generate-ai-frontend-prompt.md
59
+ - design-flutter-ui: Design Flutter UI components with Material Design 3 patterns
56
60
  - exit: Say goodbye as the UX Expert, and then abandon inhabiting this persona
57
61
  dependencies:
58
62
  tasks:
@@ -63,4 +67,5 @@ dependencies:
63
67
  - front-end-spec-tmpl.yaml
64
68
  data:
65
69
  - technical-preferences.md
70
+ - flutter-development-guidelines.md
66
71
  ```