appiq-solution 1.3.2 → 1.4.2

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 (297) 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/README.md +73 -105
  10. package/#Tools/APPIQ-METHOD/SMART_WORKFLOW_GUIDE.md +401 -0
  11. package/#Tools/APPIQ-METHOD/activate-appiq.js +81 -0
  12. package/#Tools/APPIQ-METHOD/appiq-solution/README.md +226 -0
  13. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-flutter-mobile.yaml +114 -0
  14. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-fullstack.yaml +11 -1
  15. package/#Tools/APPIQ-METHOD/bmad-core/agents/analyst.md +7 -3
  16. package/#Tools/APPIQ-METHOD/bmad-core/agents/architect.md +6 -0
  17. package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-orchestrator.md +0 -84
  18. package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-smart-launcher.md +170 -0
  19. package/#Tools/APPIQ-METHOD/bmad-core/agents/dev.md +31 -12
  20. package/#Tools/APPIQ-METHOD/bmad-core/agents/pm.md +10 -4
  21. package/#Tools/APPIQ-METHOD/bmad-core/agents/qa.md +17 -0
  22. package/#Tools/APPIQ-METHOD/bmad-core/agents/sm.md +8 -3
  23. package/#Tools/APPIQ-METHOD/bmad-core/agents/ux-expert.md +8 -3
  24. package/#Tools/APPIQ-METHOD/bmad-core/bmad-core/user-guide.md +0 -0
  25. package/#Tools/APPIQ-METHOD/bmad-core/checklists/security-validation-checklist.md +332 -0
  26. package/#Tools/APPIQ-METHOD/bmad-core/data/backend-services-integration.md +686 -0
  27. package/#Tools/APPIQ-METHOD/bmad-core/data/shadcn-ui-integration.md +388 -0
  28. package/#Tools/APPIQ-METHOD/bmad-core/data/technical-preferences.md +147 -1
  29. package/#Tools/APPIQ-METHOD/bmad-core/enhanced-ide-development-workflow.md +43 -0
  30. package/#Tools/APPIQ-METHOD/bmad-core/tasks/create-flutter-story.md +197 -0
  31. package/#Tools/APPIQ-METHOD/bmad-core/tasks/intelligent-epic-creation.md +234 -0
  32. package/#Tools/APPIQ-METHOD/bmad-core/tasks/smart-project-analysis.md +289 -0
  33. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-mobile-prd-tmpl.yaml +330 -0
  34. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-story-tmpl.yaml +376 -0
  35. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-ui-spec-tmpl.yaml +415 -0
  36. package/#Tools/APPIQ-METHOD/bmad-core/templates/fullstack-architecture-tmpl.yaml +12 -5
  37. package/#Tools/APPIQ-METHOD/bmad-core/user-guide.md +10 -9
  38. package/#Tools/APPIQ-METHOD/bmad-core/workflows/brownfield-fullstack.yaml +15 -1
  39. package/#Tools/APPIQ-METHOD/bmad-core/workflows/greenfield-fullstack.yaml +49 -5
  40. package/#Tools/APPIQ-METHOD/bmad-core/working-in-the-brownfield.md +56 -44
  41. package/#Tools/APPIQ-METHOD/commands/README.md +28 -0
  42. package/#Tools/APPIQ-METHOD/commands/analyze.md +27 -0
  43. package/#Tools/APPIQ-METHOD/commands/appiq.md +27 -0
  44. package/#Tools/APPIQ-METHOD/commands/help.md +27 -0
  45. package/#Tools/APPIQ-METHOD/commands/story.md +27 -0
  46. package/#Tools/APPIQ-METHOD/dist/agents/bmad-orchestrator.txt +0 -111
  47. package/#Tools/APPIQ-METHOD/dist/agents/pm.txt +2 -0
  48. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +0 -111
  49. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +0 -111
  50. package/#Tools/APPIQ-METHOD/dist/teams/team-all.txt +2 -111
  51. package/#Tools/APPIQ-METHOD/dist/teams/team-fullstack.txt +2 -111
  52. package/#Tools/APPIQ-METHOD/dist/teams/team-ide-minimal.txt +0 -111
  53. package/#Tools/APPIQ-METHOD/dist/teams/team-no-ui.txt +2 -111
  54. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
  55. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
  56. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agent-teams/flutter-mobile-team.yaml +23 -0
  57. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-cubit-agent.md +133 -0
  58. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-data-agent.md +160 -0
  59. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-domain-agent.md +153 -0
  60. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-ui-agent.md +122 -0
  61. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/shared-components-agent.md +161 -0
  62. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/checklists/flutter-story-dod-checklist.md +194 -0
  63. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/config.yaml +41 -0
  64. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/data/flutter-development-guidelines.md +551 -0
  65. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/templates/flutter-mobile-architecture-tmpl.yaml +530 -0
  66. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/workflows/flutter-ui-first-development.yaml +220 -0
  67. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
  68. package/#Tools/APPIQ-METHOD/install-appiq.sh +41 -0
  69. package/#Tools/APPIQ-METHOD/package-lock.json +631 -0
  70. package/#Tools/APPIQ-METHOD/package.json +20 -69
  71. package/#Tools/APPIQ-METHOD/tasks/todo.md +275 -0
  72. package/#Tools/APPIQ-METHOD/tools/appiq-installer.js +2622 -0
  73. package/#Tools/APPIQ-METHOD/tools/bmad-npx-wrapper.js +5 -7
  74. package/#Tools/APPIQ-METHOD/tools/cli.js +3 -3
  75. package/#Tools/APPIQ-METHOD/tools/epic-solution-installer.js +538 -0
  76. package/#Tools/APPIQ-METHOD/tools/flattener/main.js +570 -0
  77. package/#Tools/APPIQ-METHOD/tools/installer/bin/bmad.js +15 -14
  78. package/#Tools/APPIQ-METHOD/tools/installer/lib/installer.js +28 -2
  79. package/#Tools/APPIQ-METHOD/tools/installer/package-lock.json +906 -0
  80. package/#Tools/APPIQ-METHOD/tools/installer/package.json +1 -1
  81. package/#Tools/APPIQ-METHOD/tools/setup-ide-commands.js +345 -0
  82. package/#Tools/APPIQ-METHOD/tools/smart-installer.js +589 -0
  83. package/README.md +73 -105
  84. package/package.json +20 -69
  85. package/tools/appiq-installer.js +2622 -0
  86. package/tools/bmad-npx-wrapper.js +5 -7
  87. package/tools/cli.js +3 -3
  88. package/tools/epic-solution-installer.js +538 -0
  89. package/tools/flattener/main.js +570 -0
  90. package/tools/installer/bin/bmad.js +15 -14
  91. package/tools/installer/lib/installer.js +28 -2
  92. package/tools/installer/package-lock.json +89 -89
  93. package/tools/installer/package.json +1 -1
  94. package/tools/setup-ide-commands.js +345 -0
  95. package/tools/smart-installer.js +589 -0
  96. package/#Tools/APPIQ-METHOD/appiq_start.md +0 -232
  97. package/#Tools/APPIQ-METHOD/deployment/DEPLOYMENT_GUIDE.md +0 -426
  98. package/#Tools/APPIQ-METHOD/deployment/GITHUB_RELEASE_GUIDE.md +0 -326
  99. package/#Tools/APPIQ-METHOD/deployment/README.md +0 -331
  100. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-all.yaml +0 -14
  101. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-fullstack.yaml +0 -18
  102. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-ide-minimal.yaml +0 -10
  103. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-no-ui.yaml +0 -13
  104. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/analyst.md +0 -81
  105. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/architect.md +0 -84
  106. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-master.md +0 -108
  107. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-orchestrator.md +0 -234
  108. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/dev.md +0 -76
  109. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/pm.md +0 -79
  110. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/po.md +0 -76
  111. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/qa.md +0 -69
  112. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/sm.md +0 -62
  113. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/ux-expert.md +0 -66
  114. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/architect-checklist.md +0 -443
  115. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/change-checklist.md +0 -182
  116. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/pm-checklist.md +0 -375
  117. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/po-master-checklist.md +0 -441
  118. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-dod-checklist.md +0 -101
  119. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-draft-checklist.md +0 -156
  120. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/bmad-kb.md +0 -803
  121. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/brainstorming-techniques.md +0 -36
  122. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/elicitation-methods.md +0 -134
  123. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/technical-preferences.md +0 -3
  124. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/advanced-elicitation.md +0 -117
  125. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-epic.md +0 -160
  126. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-story.md +0 -147
  127. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/correct-course.md +0 -70
  128. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-brownfield-story.md +0 -304
  129. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-deep-research-prompt.md +0 -289
  130. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-next-story.md +0 -112
  131. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/document-project.md +0 -341
  132. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/facilitate-brainstorming-session.md +0 -136
  133. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/generate-ai-frontend-prompt.md +0 -51
  134. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/index-docs.md +0 -179
  135. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/kb-mode-interaction.md +0 -75
  136. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/review-story.md +0 -145
  137. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/shard-doc.md +0 -187
  138. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/validate-next-story.md +0 -134
  139. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/architecture-tmpl.yaml +0 -650
  140. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brainstorming-output-tmpl.yaml +0 -156
  141. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-architecture-tmpl.yaml +0 -476
  142. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-prd-tmpl.yaml +0 -280
  143. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/competitor-analysis-tmpl.yaml +0 -293
  144. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-architecture-tmpl.yaml +0 -206
  145. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-spec-tmpl.yaml +0 -349
  146. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/fullstack-architecture-tmpl.yaml +0 -805
  147. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/market-research-tmpl.yaml +0 -252
  148. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/prd-tmpl.yaml +0 -202
  149. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/project-brief-tmpl.yaml +0 -221
  150. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/story-tmpl.yaml +0 -137
  151. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/user-guide.md +0 -250
  152. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-fullstack.yaml +0 -297
  153. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-service.yaml +0 -187
  154. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-ui.yaml +0 -197
  155. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-fullstack.yaml +0 -240
  156. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-service.yaml +0 -206
  157. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-ui.yaml +0 -235
  158. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/working-in-the-brownfield.md +0 -361
  159. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/README.md +0 -3
  160. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +0 -13
  161. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +0 -71
  162. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +0 -78
  163. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +0 -64
  164. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +0 -201
  165. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +0 -160
  166. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +0 -8
  167. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +0 -254
  168. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +0 -651
  169. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +0 -111
  170. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +0 -216
  171. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +0 -308
  172. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +0 -613
  173. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +0 -356
  174. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +0 -343
  175. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +0 -253
  176. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +0 -484
  177. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +0 -183
  178. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +0 -175
  179. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +0 -14
  180. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +0 -80
  181. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +0 -77
  182. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +0 -78
  183. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +0 -65
  184. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +0 -396
  185. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +0 -203
  186. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +0 -201
  187. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +0 -132
  188. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/config.yaml +0 -6
  189. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +0 -776
  190. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +0 -590
  191. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +0 -111
  192. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +0 -151
  193. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +0 -184
  194. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +0 -308
  195. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +0 -200
  196. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +0 -1030
  197. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +0 -356
  198. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +0 -705
  199. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +0 -256
  200. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +0 -484
  201. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +0 -183
  202. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +0 -175
  203. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/README.md +0 -147
  204. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +0 -71
  205. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +0 -484
  206. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/config.yaml +0 -9
  207. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +0 -308
  208. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +0 -160
  209. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +0 -154
  210. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +0 -424
  211. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +0 -629
  212. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +0 -22
  213. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +0 -20
  214. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +0 -13
  215. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +0 -20
  216. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +0 -1487
  217. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +0 -279
  218. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +0 -649
  219. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +0 -339
  220. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +0 -622
  221. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +0 -1027
  222. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +0 -1451
  223. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +0 -490
  224. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/config.yaml +0 -54
  225. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +0 -292
  226. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +0 -483
  227. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +0 -645
  228. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +0 -489
  229. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +0 -437
  230. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +0 -408
  231. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +0 -555
  232. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +0 -336
  233. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +0 -345
  234. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +0 -281
  235. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +0 -283
  236. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +0 -404
  237. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/appiq.md +0 -273
  238. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/claude-appiq.md +0 -294
  239. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/cursor-appiq.md +0 -516
  240. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/universal-appiq.md +0 -448
  241. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/windsurf-appiq.md +0 -698
  242. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/start.md +0 -211
  243. package/#Tools/APPIQ-METHOD/deployment/build-release.sh +0 -449
  244. package/#Tools/APPIQ-METHOD/deployment/create-release.sh +0 -196
  245. package/#Tools/APPIQ-METHOD/deployment/dist/appiq_installer.sh +0 -678
  246. package/#Tools/APPIQ-METHOD/deployment/docs/main_prd.md +0 -36
  247. package/#Tools/APPIQ-METHOD/deployment/init_appiq.sh +0 -805
  248. package/#Tools/APPIQ-METHOD/deployment/init_appiq_v2.sh +0 -678
  249. package/#Tools/APPIQ-METHOD/deployment/installers/appiq-global.sh +0 -91
  250. package/#Tools/APPIQ-METHOD/deployment/installers/claude-integration.sh +0 -281
  251. package/#Tools/APPIQ-METHOD/deployment/installers/cursor-integration.sh +0 -257
  252. package/#Tools/APPIQ-METHOD/deployment/installers/terminal-integration.sh +0 -645
  253. package/#Tools/APPIQ-METHOD/deployment/installers/windsurf-integration.sh +0 -350
  254. package/#Tools/APPIQ-METHOD/deployment/package-v2.sh +0 -97
  255. package/#Tools/APPIQ-METHOD/deployment/package.sh +0 -363
  256. package/#Tools/APPIQ-METHOD/deployment/quick-install.sh +0 -57
  257. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.txt +0 -1530
  258. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.txt +0 -322
  259. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.txt +0 -692
  260. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.txt +0 -382
  261. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.txt +0 -665
  262. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.txt +0 -1070
  263. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.txt +0 -1494
  264. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/teams/mobile-team-cross-platform.txt +0 -15613
  265. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +0 -22
  266. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +0 -20
  267. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +0 -13
  268. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +0 -20
  269. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +0 -1487
  270. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +0 -279
  271. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +0 -649
  272. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +0 -339
  273. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +0 -622
  274. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +0 -1027
  275. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +0 -1451
  276. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +0 -490
  277. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/config.yaml +0 -54
  278. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +0 -292
  279. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +0 -483
  280. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +0 -645
  281. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +0 -489
  282. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +0 -437
  283. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +0 -408
  284. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +0 -555
  285. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +0 -336
  286. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +0 -345
  287. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +0 -281
  288. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +0 -283
  289. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +0 -404
  290. package/#Tools/APPIQ-METHOD/package-bmad-backup.json +0 -78
  291. package/#Tools/APPIQ-METHOD/slash-commands/appiq.md +0 -273
  292. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/claude-appiq.md +0 -294
  293. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/cursor-appiq.md +0 -516
  294. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/universal-appiq.md +0 -448
  295. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/windsurf-appiq.md +0 -698
  296. package/#Tools/APPIQ-METHOD/slash-commands/start.md +0 -211
  297. /package/#Tools/APPIQ-METHOD/{deployment/build/bmad-core/core-config.yaml → bmad-core/core-config.yaml.bak} +0 -0
@@ -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
  ```
@@ -0,0 +1,332 @@
1
+ # Security Validation Checklist
2
+
3
+ ## 📋 Overview
4
+ This comprehensive security checklist ensures applications meet security standards across all supported frameworks (Web, Mobile, Backend) before production deployment.
5
+
6
+ ## 🔒 Authentication & Authorization
7
+
8
+ ### Web Applications (React, Vue, Angular)
9
+ - [ ] **JWT Token Security**: Tokens stored securely (httpOnly cookies or secure storage)
10
+ - [ ] **Token Expiration**: Proper token expiration and refresh mechanisms
11
+ - [ ] **Session Management**: Secure session handling and timeout
12
+ - [ ] **Multi-Factor Authentication**: MFA implemented where required
13
+ - [ ] **OAuth Integration**: Secure OAuth 2.0 implementation
14
+ - [ ] **Password Policy**: Strong password requirements enforced
15
+ - [ ] **Account Lockout**: Brute force protection implemented
16
+ - [ ] **CSRF Protection**: Cross-Site Request Forgery protection enabled
17
+
18
+ ### Mobile Applications (Flutter)
19
+ - [ ] **Biometric Authentication**: Secure biometric authentication where applicable
20
+ - [ ] **Secure Storage**: Sensitive data stored using flutter_secure_storage
21
+ - [ ] **Certificate Pinning**: SSL certificate pinning implemented
22
+ - [ ] **App Transport Security**: Proper ATS configuration for iOS
23
+ - [ ] **Root/Jailbreak Detection**: Detection and response to compromised devices
24
+ - [ ] **Keychain/Keystore**: Proper use of platform security features
25
+ - [ ] **Deep Link Security**: Secure handling of deep links and intents
26
+ - [ ] **Background App Security**: Secure handling of app backgrounding
27
+
28
+ ### Backend Services
29
+ - [ ] **API Authentication**: Proper API authentication mechanisms
30
+ - [ ] **Role-Based Access Control**: RBAC implemented correctly
31
+ - [ ] **Privilege Escalation**: Protection against privilege escalation
32
+ - [ ] **Service-to-Service Auth**: Secure service authentication
33
+ - [ ] **API Key Management**: Secure API key storage and rotation
34
+ - [ ] **Database Access Control**: Proper database user permissions
35
+ - [ ] **Admin Interface Security**: Secure admin panel access
36
+ - [ ] **Audit Logging**: Comprehensive authentication audit logs
37
+
38
+ ## 🛡️ Input Validation & Data Security
39
+
40
+ ### Client-Side Validation
41
+ - [ ] **Input Sanitization**: All user inputs sanitized before processing
42
+ - [ ] **XSS Prevention**: Cross-Site Scripting protection implemented
43
+ - [ ] **Form Validation**: Comprehensive client-side form validation
44
+ - [ ] **File Upload Security**: Secure file upload handling
45
+ - [ ] **Content Security Policy**: CSP headers properly configured
46
+ - [ ] **DOM Manipulation**: Safe DOM manipulation practices
47
+ - [ ] **Event Handler Security**: Secure event handler implementation
48
+ - [ ] **Third-Party Script Security**: Secure integration of third-party scripts
49
+
50
+ ### Server-Side Validation
51
+ - [ ] **Input Validation**: All inputs validated on server side
52
+ - [ ] **SQL Injection Prevention**: Parameterized queries used
53
+ - [ ] **NoSQL Injection Prevention**: NoSQL injection protection
54
+ - [ ] **Command Injection Prevention**: Command injection protection
55
+ - [ ] **Path Traversal Prevention**: Directory traversal protection
56
+ - [ ] **Data Type Validation**: Proper data type validation
57
+ - [ ] **Business Logic Validation**: Business rule validation
58
+ - [ ] **Rate Limiting**: API rate limiting implemented
59
+
60
+ ### Data Protection
61
+ - [ ] **Encryption at Rest**: Sensitive data encrypted in storage
62
+ - [ ] **Encryption in Transit**: All data encrypted during transmission
63
+ - [ ] **PII Handling**: Personal data handled according to regulations
64
+ - [ ] **Data Masking**: Sensitive data masked in logs and UI
65
+ - [ ] **Secure Deletion**: Secure data deletion procedures
66
+ - [ ] **Data Backup Security**: Secure backup procedures
67
+ - [ ] **Database Encryption**: Database encryption enabled
68
+ - [ ] **Key Management**: Proper encryption key management
69
+
70
+ ## 🌐 Network & API Security
71
+
72
+ ### HTTPS & TLS
73
+ - [ ] **HTTPS Enforcement**: All traffic uses HTTPS
74
+ - [ ] **TLS Version**: Modern TLS versions (1.2+) enforced
75
+ - [ ] **Certificate Validation**: Proper SSL certificate validation
76
+ - [ ] **HSTS Headers**: HTTP Strict Transport Security enabled
77
+ - [ ] **Certificate Transparency**: Certificate transparency compliance
78
+ - [ ] **Perfect Forward Secrecy**: PFS enabled for connections
79
+ - [ ] **Cipher Suite Security**: Secure cipher suites configured
80
+ - [ ] **Mixed Content Prevention**: No mixed HTTP/HTTPS content
81
+
82
+ ### API Security
83
+ - [ ] **API Versioning**: Proper API versioning strategy
84
+ - [ ] **CORS Configuration**: Correct CORS policy implementation
85
+ - [ ] **API Documentation**: Security considerations documented
86
+ - [ ] **Error Handling**: Secure error messages (no data leakage)
87
+ - [ ] **Request Size Limits**: Proper request size limitations
88
+ - [ ] **Timeout Configuration**: Appropriate timeout settings
89
+ - [ ] **API Gateway Security**: Secure API gateway configuration
90
+ - [ ] **Webhook Security**: Secure webhook implementation
91
+
92
+ ### Firebase/Supabase Security
93
+ - [ ] **Firestore Rules**: Proper Firestore security rules
94
+ - [ ] **Storage Rules**: Secure Firebase Storage rules
95
+ - [ ] **Cloud Function Security**: Secure Cloud Functions
96
+ - [ ] **Row Level Security**: Supabase RLS policies implemented
97
+ - [ ] **Database Policies**: Proper database access policies
98
+ - [ ] **Edge Function Security**: Secure Edge Functions
99
+ - [ ] **Real-time Security**: Secure real-time subscriptions
100
+ - [ ] **Service Account Security**: Secure service account usage
101
+
102
+ ## 📱 Mobile-Specific Security
103
+
104
+ ### Flutter Security
105
+ - [ ] **Code Obfuscation**: Release builds obfuscated
106
+ - [ ] **Debug Information**: Debug info removed from release
107
+ - [ ] **Asset Protection**: Sensitive assets protected
108
+ - [ ] **Network Security Config**: Proper network security configuration
109
+ - [ ] **Intent Filter Security**: Secure intent filter configuration
110
+ - [ ] **Permissions**: Minimal required permissions requested
111
+ - [ ] **Runtime Permissions**: Proper runtime permission handling
112
+ - [ ] **Secure Communication**: Secure inter-app communication
113
+
114
+ ### Platform Security
115
+ - [ ] **Android Security**: Android-specific security measures
116
+ - [ ] **iOS Security**: iOS-specific security measures
117
+ - [ ] **App Store Security**: App store security requirements met
118
+ - [ ] **Binary Protection**: Binary tampering protection
119
+ - [ ] **Reverse Engineering**: Protection against reverse engineering
120
+ - [ ] **Dynamic Analysis**: Protection against dynamic analysis
121
+ - [ ] **Hooking Protection**: Protection against runtime manipulation
122
+ - [ ] **Emulator Detection**: Emulator detection where required
123
+
124
+ ## 🔧 Infrastructure Security
125
+
126
+ ### Deployment Security
127
+ - [ ] **Environment Separation**: Proper environment isolation
128
+ - [ ] **Secret Management**: Secure secret storage and access
129
+ - [ ] **Container Security**: Secure container configuration
130
+ - [ ] **CI/CD Security**: Secure build and deployment pipeline
131
+ - [ ] **Dependency Scanning**: Automated dependency vulnerability scanning
132
+ - [ ] **Image Scanning**: Container image vulnerability scanning
133
+ - [ ] **Infrastructure as Code**: Secure IaC practices
134
+ - [ ] **Access Control**: Proper infrastructure access control
135
+
136
+ ### Monitoring & Logging
137
+ - [ ] **Security Monitoring**: Comprehensive security monitoring
138
+ - [ ] **Intrusion Detection**: Intrusion detection systems
139
+ - [ ] **Log Security**: Secure log storage and access
140
+ - [ ] **Audit Trails**: Comprehensive audit logging
141
+ - [ ] **Alerting**: Security incident alerting
142
+ - [ ] **SIEM Integration**: Security Information and Event Management
143
+ - [ ] **Vulnerability Scanning**: Regular vulnerability assessments
144
+ - [ ] **Penetration Testing**: Regular penetration testing
145
+
146
+ ## 🧪 Security Testing
147
+
148
+ ### Automated Testing
149
+ - [ ] **SAST Tools**: Static Application Security Testing
150
+ - [ ] **DAST Tools**: Dynamic Application Security Testing
151
+ - [ ] **Dependency Scanning**: Automated dependency vulnerability scanning
152
+ - [ ] **Container Scanning**: Container security scanning
153
+ - [ ] **Infrastructure Scanning**: Infrastructure security scanning
154
+ - [ ] **License Compliance**: Open source license compliance
155
+ - [ ] **Secret Scanning**: Automated secret detection
156
+ - [ ] **Security Unit Tests**: Security-focused unit tests
157
+
158
+ ### Manual Testing
159
+ - [ ] **Code Review**: Security-focused code reviews
160
+ - [ ] **Architecture Review**: Security architecture review
161
+ - [ ] **Threat Modeling**: Comprehensive threat modeling
162
+ - [ ] **Penetration Testing**: Professional penetration testing
163
+ - [ ] **Social Engineering**: Social engineering assessments
164
+ - [ ] **Physical Security**: Physical security assessments
165
+ - [ ] **Red Team Exercises**: Red team security exercises
166
+ - [ ] **Bug Bounty**: Bug bounty program participation
167
+
168
+ ## 📋 Compliance & Standards
169
+
170
+ ### Regulatory Compliance
171
+ - [ ] **GDPR Compliance**: General Data Protection Regulation
172
+ - [ ] **CCPA Compliance**: California Consumer Privacy Act
173
+ - [ ] **HIPAA Compliance**: Health Insurance Portability and Accountability Act
174
+ - [ ] **PCI DSS**: Payment Card Industry Data Security Standard
175
+ - [ ] **SOX Compliance**: Sarbanes-Oxley Act compliance
176
+ - [ ] **Industry Standards**: Industry-specific security standards
177
+ - [ ] **Privacy Policy**: Comprehensive privacy policy
178
+ - [ ] **Terms of Service**: Security-focused terms of service
179
+
180
+ ### Security Standards
181
+ - [ ] **OWASP Top 10**: OWASP Top 10 vulnerabilities addressed
182
+ - [ ] **NIST Framework**: NIST Cybersecurity Framework compliance
183
+ - [ ] **ISO 27001**: ISO 27001 security management
184
+ - [ ] **SOC 2**: SOC 2 compliance requirements
185
+ - [ ] **SANS Top 25**: SANS Top 25 software errors addressed
186
+ - [ ] **CIS Controls**: Center for Internet Security controls
187
+ - [ ] **Security Benchmarks**: Industry security benchmarks
188
+ - [ ] **Secure Coding Standards**: Secure coding practices
189
+
190
+ ## 🚨 Incident Response
191
+
192
+ ### Preparation
193
+ - [ ] **Incident Response Plan**: Comprehensive incident response plan
194
+ - [ ] **Security Team**: Dedicated security response team
195
+ - [ ] **Communication Plan**: Security incident communication plan
196
+ - [ ] **Escalation Procedures**: Clear escalation procedures
197
+ - [ ] **Contact Information**: Updated security contact information
198
+ - [ ] **Documentation**: Incident response documentation
199
+ - [ ] **Training**: Security incident response training
200
+ - [ ] **Testing**: Regular incident response testing
201
+
202
+ ### Response Capabilities
203
+ - [ ] **Detection Capabilities**: Rapid security incident detection
204
+ - [ ] **Containment Procedures**: Incident containment procedures
205
+ - [ ] **Eradication Process**: Threat eradication process
206
+ - [ ] **Recovery Procedures**: System recovery procedures
207
+ - [ ] **Forensic Capabilities**: Digital forensic capabilities
208
+ - [ ] **Legal Coordination**: Legal team coordination
209
+ - [ ] **Customer Communication**: Customer notification procedures
210
+ - [ ] **Regulatory Reporting**: Regulatory reporting procedures
211
+
212
+ ## ✅ Framework-Specific Security
213
+
214
+ ### React/Next.js Security
215
+ - [ ] **Server-Side Rendering Security**: Secure SSR implementation
216
+ - [ ] **Client-Side Routing Security**: Secure client-side routing
217
+ - [ ] **Component Security**: Secure React component practices
218
+ - [ ] **State Management Security**: Secure state management
219
+ - [ ] **Build Security**: Secure build configuration
220
+ - [ ] **Bundle Security**: Secure bundle configuration
221
+ - [ ] **Environment Variables**: Secure environment variable handling
222
+ - [ ] **Third-Party Libraries**: Secure third-party integrations
223
+
224
+ ### Vue.js Security
225
+ - [ ] **Template Security**: Secure Vue template practices
226
+ - [ ] **Directive Security**: Secure custom directive implementation
227
+ - [ ] **Vuex Security**: Secure Vuex state management
228
+ - [ ] **Router Security**: Secure Vue Router configuration
229
+ - [ ] **SSR Security**: Secure Nuxt.js server-side rendering
230
+ - [ ] **Plugin Security**: Secure Vue plugin usage
231
+ - [ ] **Composition API Security**: Secure Composition API usage
232
+ - [ ] **Build Tool Security**: Secure Vite/Webpack configuration
233
+
234
+ ### Angular Security
235
+ - [ ] **Template Security**: Secure Angular template practices
236
+ - [ ] **Service Security**: Secure Angular service implementation
237
+ - [ ] **Guard Security**: Secure route guard implementation
238
+ - [ ] **Interceptor Security**: Secure HTTP interceptor usage
239
+ - [ ] **Dependency Injection Security**: Secure DI practices
240
+ - [ ] **AOT Compilation**: Ahead-of-Time compilation enabled
241
+ - [ ] **Ivy Renderer Security**: Secure Ivy renderer usage
242
+ - [ ] **Universal Security**: Secure Angular Universal SSR
243
+
244
+ ### Flutter Security
245
+ - [ ] **Widget Security**: Secure widget implementation
246
+ - [ ] **Navigation Security**: Secure navigation handling
247
+ - [ ] **State Management Security**: Secure Cubit/BLoC implementation
248
+ - [ ] **HTTP Security**: Secure Dio HTTP client configuration
249
+ - [ ] **Local Storage Security**: Secure Hive/SharedPreferences usage
250
+ - [ ] **Platform Channel Security**: Secure platform channel usage
251
+ - [ ] **Plugin Security**: Secure Flutter plugin usage
252
+ - [ ] **Build Security**: Secure Flutter build configuration
253
+
254
+ ## 🎯 Security Validation Results
255
+
256
+ ### Critical Issues (Must Fix)
257
+ - [ ] No critical security vulnerabilities identified
258
+ - [ ] All authentication mechanisms secure
259
+ - [ ] All data encryption properly implemented
260
+ - [ ] All input validation in place
261
+ - [ ] All access controls functioning
262
+
263
+ ### High Priority Issues (Should Fix)
264
+ - [ ] No high priority security issues
265
+ - [ ] Security monitoring fully implemented
266
+ - [ ] Incident response plan tested
267
+ - [ ] Security training completed
268
+ - [ ] Compliance requirements met
269
+
270
+ ### Medium Priority Issues (Could Fix)
271
+ - [ ] No medium priority security issues
272
+ - [ ] Security documentation complete
273
+ - [ ] Automated security testing implemented
274
+ - [ ] Regular security assessments scheduled
275
+ - [ ] Security metrics tracked
276
+
277
+ ### Low Priority Issues (Nice to Have)
278
+ - [ ] No low priority security issues
279
+ - [ ] Advanced security features implemented
280
+ - [ ] Security research initiatives
281
+ - [ ] Industry best practices adopted
282
+ - [ ] Security community participation
283
+
284
+ ## 📊 Security Metrics
285
+
286
+ ### Security KPIs
287
+ - [ ] **Vulnerability Detection Time**: Average time to detect vulnerabilities
288
+ - [ ] **Vulnerability Resolution Time**: Average time to resolve vulnerabilities
289
+ - [ ] **Security Test Coverage**: Percentage of code covered by security tests
290
+ - [ ] **Incident Response Time**: Average incident response time
291
+ - [ ] **Security Training Completion**: Percentage of team with security training
292
+
293
+ ### Compliance Metrics
294
+ - [ ] **Regulatory Compliance Score**: Compliance with applicable regulations
295
+ - [ ] **Security Standard Compliance**: Compliance with security standards
296
+ - [ ] **Audit Results**: Results of security audits
297
+ - [ ] **Penetration Test Results**: Results of penetration tests
298
+ - [ ] **Bug Bounty Results**: Results of bug bounty programs
299
+
300
+ ## 🔍 Final Security Validation
301
+
302
+ ### Pre-Production Checklist
303
+ - [ ] All security tests passed
304
+ - [ ] Security code review completed
305
+ - [ ] Penetration testing completed
306
+ - [ ] Vulnerability assessment completed
307
+ - [ ] Security documentation updated
308
+ - [ ] Incident response plan updated
309
+ - [ ] Security monitoring configured
310
+ - [ ] Compliance requirements verified
311
+
312
+ ### Production Readiness
313
+ - [ ] Security baseline established
314
+ - [ ] Monitoring and alerting configured
315
+ - [ ] Incident response team ready
316
+ - [ ] Security documentation accessible
317
+ - [ ] Compliance evidence collected
318
+ - [ ] Security training completed
319
+ - [ ] Regular security assessments scheduled
320
+ - [ ] Security metrics tracking enabled
321
+
322
+ ---
323
+
324
+ **Security Validation Sign-off**
325
+
326
+ - [ ] **Security Lead**: Security validation completed and approved
327
+ - [ ] **Development Lead**: Security requirements implemented
328
+ - [ ] **QA Lead**: Security testing completed successfully
329
+ - [ ] **Compliance Officer**: Regulatory requirements met
330
+ - [ ] **Product Owner**: Security acceptance criteria satisfied
331
+
332
+ **Note**: This security checklist must be completed for all applications before production deployment. Any critical or high-priority security issues must be resolved before go-live.