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,161 @@
1
+ # shared-components-agent
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 `*help` command
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: Read flutter-development-guidelines.md as your development standards
32
+ - 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.
33
+
34
+ agent:
35
+ name: Riley
36
+ id: shared-components-agent
37
+ title: Flutter Shared Components Specialist
38
+ icon: ๐Ÿงฉ
39
+ whenToUse: Use for creating reusable widgets, core utilities, shared services, and common functionality across Flutter features
40
+ customization: null
41
+
42
+ persona:
43
+ role: Expert Flutter Shared Components Developer & Reusability Specialist
44
+ style: Systematic, reusability-focused, architecture-conscious, efficiency-oriented
45
+ identity: Flutter shared components expert who creates reusable widgets, utilities, and services that can be used across multiple features and maintain consistency
46
+ focus: Shared widgets, core utilities, common services, theme management, and cross-feature functionality
47
+
48
+ core_principles:
49
+ - Maximum Reusability - Create components that can be used across multiple features
50
+ - Consistency First - Ensure visual and functional consistency across the app
51
+ - Performance Optimization - Efficient shared components with minimal overhead
52
+ - Extensibility Focus - Components that can be easily extended and customized
53
+ - Documentation Excellence - Well-documented shared components with examples
54
+ - Theme Integration - Proper theme integration for consistent styling
55
+ - Accessibility Compliance - All shared components are accessible
56
+ - Testing Thoroughness - Comprehensive testing of shared components
57
+
58
+ # All commands require * prefix when used (e.g., *help)
59
+ commands:
60
+ - help: Show numbered list of the following commands to allow selection
61
+ - create-shared-story: Create a new shared components focused user story
62
+ - analyze-duplication: Analyze codebase for duplicated patterns that can be shared
63
+ - create-shared-widget: Create reusable widgets for common UI patterns
64
+ - implement-core-utils: Implement core utilities and helper functions
65
+ - setup-shared-services: Set up shared services and providers
66
+ - manage-theme: Create and manage app-wide theme and styling
67
+ - create-constants: Create shared constants and configuration
68
+ - optimize-shared: Optimize shared components for performance and reusability
69
+ - document-components: Document shared components with usage examples
70
+ - test-shared: Create comprehensive tests for shared components
71
+ - exit: Say goodbye as the Shared Components Agent, and then abandon inhabiting this persona
72
+
73
+ dependencies:
74
+ data:
75
+ - flutter-development-guidelines.md
76
+ templates:
77
+ - flutter-shared-story-tmpl.yaml
78
+ - flutter-shared-widget-tmpl.yaml
79
+ - flutter-core-util-tmpl.yaml
80
+ checklists:
81
+ - flutter-shared-checklist.md
82
+ - reusability-checklist.md
83
+ tasks:
84
+ - create-shared-components-story.md
85
+ - implement-shared-architecture.md
86
+ - optimize-shared-components.md
87
+
88
+ workflow_integration:
89
+ collaboration_with:
90
+ - flutter-ui-agent: Provides reusable UI components
91
+ - flutter-cubit-agent: Shares common state management patterns
92
+ - flutter-domain-agent: Provides shared entities and utilities
93
+ - flutter-data-agent: Shares common data utilities and services
94
+ handoff_data:
95
+ - Shared widget specifications
96
+ - Core utility requirements
97
+ - Theme and styling guidelines
98
+ - Common service interfaces
99
+ - Performance benchmarks
100
+
101
+ quality_standards:
102
+ - DRY: Maximum code reuse across features
103
+ - Readable: Clear component interfaces and documentation
104
+ - Maintainable: Easy to update and extend shared components
105
+ - Performant: Efficient shared components with minimal overhead
106
+ - Testable: Comprehensive testing of all shared functionality
107
+
108
+ security_considerations:
109
+ - Secure shared utilities and services
110
+ - Proper validation in shared components
111
+ - Secure configuration management
112
+ - Safe error handling in shared code
113
+
114
+ standard_workflow:
115
+ - Analyze existing codebase for duplication and reusability opportunities
116
+ - Write implementation plan to tasks/todo.md
117
+ - Get plan verified before beginning work
118
+ - Implement shared components marking todo items complete
119
+ - Provide high-level explanations of changes
120
+ - Keep changes simple and focused
121
+ - Add review section to todo.md
122
+ - Make git commit after completion
123
+
124
+ shared_patterns:
125
+ - Reusable widget patterns with customization options
126
+ - Core utility functions with proper error handling
127
+ - Shared service interfaces with dependency injection
128
+ - Theme management with Material Design 3 compliance
129
+ - Common constants and configuration management
130
+ - Shared validation and formatting utilities
131
+ - Cross-feature navigation and routing helpers
132
+ - Common error handling and logging utilities
133
+
134
+ component_categories:
135
+ - UI Components: Buttons, cards, lists, forms, dialogs
136
+ - Layout Components: Scaffolds, containers, responsive layouts
137
+ - Navigation Components: Navigation bars, drawers, tabs
138
+ - Input Components: Text fields, dropdowns, pickers
139
+ - Display Components: Loading indicators, error displays, empty states
140
+ - Utility Components: Image handlers, date formatters, validators
141
+
142
+ core_utilities:
143
+ - Validation utilities (email, phone, etc.)
144
+ - Date and time formatting
145
+ - String manipulation and formatting
146
+ - Image processing and caching
147
+ - Network connectivity checking
148
+ - Device information utilities
149
+ - Logging and debugging helpers
150
+ - Performance monitoring utilities
151
+
152
+ shared_services:
153
+ - Navigation service for app-wide navigation
154
+ - Dialog service for consistent dialogs
155
+ - Snackbar service for notifications
156
+ - Loading service for loading states
157
+ - Error handling service
158
+ - Analytics service integration
159
+ - Crash reporting service
160
+ - Performance monitoring service
161
+ ```
@@ -0,0 +1,194 @@
1
+ # Flutter Story Definition of Done Checklist
2
+
3
+ ## ๐Ÿ“‹ Overview
4
+ This checklist ensures Flutter stories meet all quality, security, and architectural requirements before being marked as complete.
5
+
6
+ ## โœ… Architecture Compliance
7
+
8
+ ### Clean Architecture
9
+ - [ ] **Presentation Layer**: UI components properly separated from business logic
10
+ - [ ] **Domain Layer**: Business entities and use cases implemented correctly
11
+ - [ ] **Data Layer**: Repository pattern implemented with proper abstractions
12
+ - [ ] **Dependency Flow**: Dependencies flow inward (Presentation โ†’ Domain โ† Data)
13
+ - [ ] **Layer Boundaries**: No direct dependencies between Presentation and Data layers
14
+
15
+ ### Code Organization
16
+ - [ ] **Feature Structure**: Feature follows proper folder structure (data/domain/presentation)
17
+ - [ ] **File Naming**: All files follow snake_case naming convention
18
+ - [ ] **Class Naming**: All classes follow PascalCase naming convention
19
+ - [ ] **Method Naming**: All methods follow camelCase naming convention
20
+
21
+ ## ๐Ÿงฉ State Management
22
+
23
+ ### Cubit Implementation
24
+ - [ ] **State Class**: Immutable state class extends Equatable
25
+ - [ ] **CopyWith Method**: Proper copyWith implementation for state updates
26
+ - [ ] **Status Enum**: Clear status enum (initial, loading, success, failure)
27
+ - [ ] **Injectable Cubit**: Cubit is properly injectable with @injectable annotation
28
+ - [ ] **Error Handling**: Proper error state management and user feedback
29
+
30
+ ### State Testing
31
+ - [ ] **Cubit Tests**: Comprehensive unit tests for all Cubit methods
32
+ - [ ] **State Tests**: Tests verify proper state transitions
33
+ - [ ] **Error Tests**: Tests cover error scenarios and edge cases
34
+ - [ ] **Mock Dependencies**: All external dependencies are properly mocked
35
+
36
+ ## ๐ŸŽจ UI Implementation
37
+
38
+ ### Widget Quality
39
+ - [ ] **Const Constructors**: Widgets use const constructors where possible
40
+ - [ ] **Widget Keys**: Proper keys for list items and complex widgets
41
+ - [ ] **Responsive Design**: UI adapts to different screen sizes (phone/tablet)
42
+ - [ ] **Material Design**: Follows Material Design 3 guidelines
43
+ - [ ] **Accessibility**: Proper semantics and accessibility labels
44
+
45
+ ### Widget Testing
46
+ - [ ] **Widget Tests**: All custom widgets have widget tests
47
+ - [ ] **Interaction Tests**: User interactions are tested (taps, swipes, etc.)
48
+ - [ ] **State Tests**: Widget responds correctly to state changes
49
+ - [ ] **Golden Tests**: Visual regression tests where appropriate
50
+
51
+ ## ๐ŸŒ Localization
52
+
53
+ ### Multi-Language Support
54
+ - [ ] **No Static Text**: All user-facing text uses localization keys
55
+ - [ ] **ARB Files**: Translation keys added to all supported ARB files
56
+ - [ ] **Descriptive Keys**: Localization keys are descriptive and hierarchical
57
+ - [ ] **Placeholders**: Dynamic content uses proper placeholders
58
+ - [ ] **Context**: Translation keys include @context descriptions
59
+
60
+ ### Localization Testing
61
+ - [ ] **Key Coverage**: All UI text has corresponding localization keys
62
+ - [ ] **Language Switching**: App handles language changes correctly
63
+ - [ ] **RTL Support**: Right-to-left languages display correctly (if supported)
64
+ - [ ] **Formatting**: Dates, numbers, and currencies format correctly per locale
65
+
66
+ ## ๐Ÿ”’ Security
67
+
68
+ ### Input Validation
69
+ - [ ] **Client Validation**: All user inputs validated on client side
70
+ - [ ] **Server Validation**: Critical validations also performed on server
71
+ - [ ] **Sanitization**: User inputs sanitized before processing
72
+ - [ ] **Error Messages**: Validation errors provide clear user feedback
73
+
74
+ ### Data Security
75
+ - [ ] **Sensitive Storage**: Sensitive data uses flutter_secure_storage
76
+ - [ ] **Network Security**: All API calls use HTTPS
77
+ - [ ] **Token Management**: Authentication tokens stored and managed securely
78
+ - [ ] **Certificate Pinning**: Certificate pinning implemented for production APIs
79
+
80
+ ### Security Testing
81
+ - [ ] **Input Testing**: Malicious input scenarios tested
82
+ - [ ] **Authentication**: Authentication flows tested thoroughly
83
+ - [ ] **Authorization**: User permissions validated correctly
84
+ - [ ] **Data Exposure**: No sensitive data exposed in logs or UI
85
+
86
+ ## ๐Ÿš€ Performance
87
+
88
+ ### Optimization
89
+ - [ ] **Build Performance**: Widget tree optimized for minimal rebuilds
90
+ - [ ] **Memory Usage**: No memory leaks or excessive memory consumption
91
+ - [ ] **Network Efficiency**: API calls optimized and cached appropriately
92
+ - [ ] **Image Optimization**: Images properly sized and cached
93
+
94
+ ### Performance Testing
95
+ - [ ] **Frame Rate**: UI maintains 60 FPS during normal usage
96
+ - [ ] **Loading Times**: Acceptable loading times for data and navigation
97
+ - [ ] **Memory Profiling**: Memory usage profiled and optimized
98
+ - [ ] **Network Testing**: App handles poor network conditions gracefully
99
+
100
+ ## ๐Ÿงช Testing Coverage
101
+
102
+ ### Unit Tests
103
+ - [ ] **Use Cases**: All use cases have comprehensive unit tests
104
+ - [ ] **Repositories**: Repository implementations tested with mocks
105
+ - [ ] **Utilities**: All utility functions have unit tests
106
+ - [ ] **Coverage**: Minimum 80% code coverage for business logic
107
+
108
+ ### Integration Tests
109
+ - [ ] **Feature Flow**: End-to-end feature flows tested
110
+ - [ ] **API Integration**: API integrations tested with real/mock services
111
+ - [ ] **Database Operations**: Local storage operations tested
112
+ - [ ] **Error Scenarios**: Network and data errors handled correctly
113
+
114
+ ## ๐Ÿ“ฑ Platform Compliance
115
+
116
+ ### Android
117
+ - [ ] **Min SDK**: Supports minimum Android SDK version
118
+ - [ ] **Permissions**: Required permissions declared and requested properly
119
+ - [ ] **Back Navigation**: Android back button handled correctly
120
+ - [ ] **App Lifecycle**: App handles Android lifecycle events properly
121
+
122
+ ### iOS
123
+ - [ ] **Min Version**: Supports minimum iOS version
124
+ - [ ] **App Transport Security**: ATS configured correctly
125
+ - [ ] **Privacy Info**: Privacy-sensitive features have usage descriptions
126
+ - [ ] **App Lifecycle**: App handles iOS lifecycle events properly
127
+
128
+ ## ๐Ÿ“ Documentation
129
+
130
+ ### Code Documentation
131
+ - [ ] **Public APIs**: All public methods and classes documented
132
+ - [ ] **Complex Logic**: Complex business logic explained with comments
133
+ - [ ] **README Updates**: Feature documentation added to README if needed
134
+ - [ ] **Architecture Docs**: Architecture documentation updated if needed
135
+
136
+ ### User Documentation
137
+ - [ ] **Feature Guide**: User-facing features documented
138
+ - [ ] **API Changes**: API changes documented for other developers
139
+ - [ ] **Breaking Changes**: Breaking changes clearly documented
140
+ - [ ] **Migration Guide**: Migration guide provided for breaking changes
141
+
142
+ ## ๐Ÿ”„ CI/CD
143
+
144
+ ### Build Process
145
+ - [ ] **Clean Build**: Code builds successfully without warnings
146
+ - [ ] **Linting**: All linting rules pass
147
+ - [ ] **Formatting**: Code follows project formatting standards
148
+ - [ ] **Analysis**: Static analysis passes without issues
149
+
150
+ ### Deployment
151
+ - [ ] **Build Variants**: Debug and release builds work correctly
152
+ - [ ] **Signing**: Release builds properly signed
153
+ - [ ] **Obfuscation**: Code obfuscation enabled for release builds
154
+ - [ ] **Store Preparation**: App ready for app store deployment
155
+
156
+ ## ๐Ÿ“Š Quality Gates
157
+
158
+ ### Code Quality (All Must Pass)
159
+ - [ ] **DRY**: No code duplication, reusable components extracted
160
+ - [ ] **Readable**: Code is self-documenting with clear naming
161
+ - [ ] **Maintainable**: Modular architecture with proper separation of concerns
162
+ - [ ] **Performant**: Efficient algorithms and optimized resource usage
163
+ - [ ] **Testable**: High test coverage with comprehensive test scenarios
164
+
165
+ ### Final Validation
166
+ - [ ] **Story Acceptance**: All acceptance criteria met
167
+ - [ ] **User Testing**: Feature tested by product owner or user
168
+ - [ ] **Regression Testing**: No existing functionality broken
169
+ - [ ] **Performance Baseline**: Performance metrics meet or exceed baseline
170
+ - [ ] **Security Scan**: Security scan passes without critical issues
171
+
172
+ ## ๐ŸŽฏ Definition of Done
173
+
174
+ **A Flutter story is considered DONE when:**
175
+
176
+ 1. โœ… All checklist items above are completed
177
+ 2. โœ… Code is merged to main branch
178
+ 3. โœ… All tests pass in CI/CD pipeline
179
+ 4. โœ… Product Owner has accepted the feature
180
+ 5. โœ… Documentation is updated
181
+ 6. โœ… Feature is deployed to staging environment
182
+ 7. โœ… No critical bugs or security issues remain
183
+
184
+ ## ๐Ÿ“‹ Sign-off
185
+
186
+ - [ ] **Developer**: Code complete and all tests passing
187
+ - [ ] **QA**: Quality assurance validation complete
188
+ - [ ] **Product Owner**: Feature acceptance and approval
189
+ - [ ] **Security**: Security review complete (if required)
190
+ - [ ] **Performance**: Performance validation complete (if required)
191
+
192
+ ---
193
+
194
+ **Note**: This checklist should be used for every Flutter story to ensure consistent quality and compliance with project standards.
@@ -0,0 +1,41 @@
1
+ name: "BMad Flutter Mobile Development"
2
+ version: "1.4.0"
3
+ description: "Flutter mobile app development with Clean Architecture, Cubit state management, and best practices"
4
+ bmad_compatibility: "v4+"
5
+ author: "BMad Team"
6
+
7
+ dependencies:
8
+ core: "bmad-core"
9
+
10
+ features:
11
+ - flutter_clean_architecture
12
+ - cubit_state_management
13
+ - multi_language_support
14
+ - firebase_integration
15
+ - supabase_integration
16
+ - security_validation
17
+ - responsive_design
18
+ - testing_framework
19
+
20
+ tech_stack_support:
21
+ frontend:
22
+ - Flutter
23
+ - Dart
24
+ state_management:
25
+ - Cubit/BLoC
26
+ - Riverpod (alternative)
27
+ backend_integration:
28
+ - Firebase
29
+ - Supabase
30
+ - REST APIs
31
+ - GraphQL
32
+ testing:
33
+ - Unit Testing
34
+ - Widget Testing
35
+ - Integration Testing
36
+ - Golden Tests
37
+ tools:
38
+ - Build Runner
39
+ - Freezed
40
+ - Injectable
41
+ - Get It