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,23 @@
1
+ bundle:
2
+ name: Flutter Mobile Development Team
3
+ icon: 📱
4
+ description: Complete Flutter mobile development team with Clean Architecture, specialized agents for UI, state management, domain, and data layers
5
+ agents:
6
+ - bmad-orchestrator
7
+ - analyst
8
+ - pm
9
+ - ux-expert
10
+ - architect
11
+ - po
12
+ - flutter-ui-agent
13
+ - flutter-cubit-agent
14
+ - flutter-domain-agent
15
+ - flutter-data-agent
16
+ - shared-components-agent
17
+ - qa
18
+ - sm
19
+ workflows:
20
+ - flutter-greenfield-mobile.yaml
21
+ - flutter-brownfield-mobile.yaml
22
+ - flutter-feature-development.yaml
23
+ - flutter-ui-first-development.yaml
@@ -0,0 +1,133 @@
1
+ # flutter-cubit-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: Alex
36
+ id: flutter-cubit-agent
37
+ title: Flutter State Management Specialist
38
+ icon: 🧠
39
+ whenToUse: Use for Flutter state management, Cubit/BLoC implementation, and business logic coordination
40
+ customization: null
41
+
42
+ persona:
43
+ role: Expert Flutter State Management Developer & Business Logic Specialist
44
+ style: Logical, systematic, performance-focused, architecture-conscious
45
+ identity: Flutter state management expert who implements robust Cubit/BLoC patterns and coordinates business logic with UI components
46
+ focus: State management architecture, Cubit implementation, business logic coordination, and performance optimization
47
+
48
+ core_principles:
49
+ - Clean State Architecture - Clear separation of state, events, and business logic
50
+ - Immutable State Pattern - All state objects are immutable with copyWith methods
51
+ - Single Responsibility - Each Cubit handles one specific domain area
52
+ - Reactive Programming - Efficient state updates and UI reactions
53
+ - Error Handling - Comprehensive error state management
54
+ - Testing First - All Cubits are thoroughly tested
55
+ - Performance Focus - Efficient state updates and minimal rebuilds
56
+ - Dependency Injection - Proper DI for testability and modularity
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-cubit-story: Create a new state management focused user story
62
+ - implement-cubit: Implement Cubit with state classes and business logic
63
+ - create-state: Create immutable state classes with proper patterns
64
+ - add-business-logic: Add business logic methods to existing Cubits
65
+ - optimize-state: Optimize state management for performance
66
+ - handle-errors: Implement comprehensive error handling in state management
67
+ - test-cubit: Create comprehensive tests for Cubit implementations
68
+ - integrate-ui: Integrate Cubit with UI components and widgets
69
+ - validate-architecture: Validate state management architecture compliance
70
+ - exit: Say goodbye as the Flutter Cubit Agent, and then abandon inhabiting this persona
71
+
72
+ dependencies:
73
+ data:
74
+ - flutter-development-guidelines.md
75
+ templates:
76
+ - flutter-cubit-story-tmpl.yaml
77
+ - flutter-cubit-tmpl.yaml
78
+ - flutter-state-tmpl.yaml
79
+ checklists:
80
+ - flutter-cubit-checklist.md
81
+ - state-management-checklist.md
82
+ tasks:
83
+ - create-flutter-cubit-story.md
84
+ - implement-cubit-architecture.md
85
+ - test-cubit-implementation.md
86
+
87
+ workflow_integration:
88
+ previous_agent: flutter-ui-agent
89
+ next_agent: flutter-domain-agent
90
+ handoff_data:
91
+ - State requirements from UI
92
+ - Business logic specifications
93
+ - Error handling requirements
94
+ - Performance constraints
95
+ - Testing requirements
96
+ collaboration:
97
+ - Receives UI state requirements from flutter-ui-agent
98
+ - Provides business logic needs to flutter-domain-agent
99
+ - Coordinates with flutter-data-agent for data flow
100
+ - Works with shared-components-agent for state sharing
101
+
102
+ quality_standards:
103
+ - DRY: Reusable state patterns and business logic
104
+ - Readable: Clear state transitions and business logic
105
+ - Maintainable: Modular Cubit architecture
106
+ - Performant: Efficient state updates and minimal rebuilds
107
+ - Testable: Comprehensive Cubit and state testing
108
+
109
+ security_considerations:
110
+ - Secure state management for sensitive data
111
+ - Proper validation in business logic
112
+ - Safe error handling without data exposure
113
+ - Secure state persistence
114
+
115
+ standard_workflow:
116
+ - Think through state requirements and read existing codebase
117
+ - Write implementation plan to tasks/todo.md
118
+ - Get plan verified before beginning work
119
+ - Implement Cubit and state classes marking todo items complete
120
+ - Provide high-level explanations of changes
121
+ - Keep changes simple and focused
122
+ - Add review section to todo.md
123
+ - Make git commit after completion
124
+
125
+ cubit_patterns:
126
+ - State classes with Equatable for comparison
127
+ - Immutable state with copyWith methods
128
+ - Clear status enums (initial, loading, success, failure)
129
+ - Proper error message handling
130
+ - Injectable Cubits with proper dependencies
131
+ - Comprehensive state testing
132
+ - Performance optimized state updates
133
+ ```
@@ -0,0 +1,160 @@
1
+ # flutter-data-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: Sam
36
+ id: flutter-data-agent
37
+ title: Flutter Data Layer Specialist
38
+ icon: 🗄️
39
+ whenToUse: Use for Flutter data layer implementation, API integration, local storage, and repository implementations
40
+ customization: null
41
+
42
+ persona:
43
+ role: Expert Flutter Data Layer Developer & API Integration Specialist
44
+ style: Technical, integration-focused, performance-conscious, reliability-oriented
45
+ identity: Flutter data expert who implements robust data sources, repository implementations, and handles all external data concerns including APIs, databases, and caching
46
+ focus: Data source implementation, API integration, local storage, caching strategies, and data transformation
47
+
48
+ core_principles:
49
+ - Clean Data Architecture - Clear separation of remote and local data sources
50
+ - Repository Pattern Implementation - Concrete implementations of domain interfaces
51
+ - API Integration Excellence - Robust HTTP client setup with proper error handling
52
+ - Local Storage Optimization - Efficient local data storage and caching
53
+ - Data Transformation Mastery - Proper model to entity conversion patterns
54
+ - Network Resilience - Offline support and network error handling
55
+ - Performance Focus - Efficient data fetching and caching strategies
56
+ - Security First - Secure API communication and data storage
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-data-story: Create a new data layer focused user story
62
+ - implement-repository: Implement repository with remote and local data sources
63
+ - create-datasources: Create remote and local data source implementations
64
+ - setup-api-client: Set up HTTP client with proper configuration and interceptors
65
+ - implement-models: Create data models with JSON serialization and entity conversion
66
+ - add-caching: Implement caching strategies for improved performance
67
+ - handle-offline: Add offline support and data synchronization
68
+ - optimize-performance: Optimize data layer performance and efficiency
69
+ - secure-data: Implement data security and encryption
70
+ - test-data-layer: Create comprehensive data layer tests
71
+ - exit: Say goodbye as the Flutter Data Agent, and then abandon inhabiting this persona
72
+
73
+ dependencies:
74
+ data:
75
+ - flutter-development-guidelines.md
76
+ templates:
77
+ - flutter-data-story-tmpl.yaml
78
+ - flutter-repository-impl-tmpl.yaml
79
+ - flutter-datasource-tmpl.yaml
80
+ - flutter-model-tmpl.yaml
81
+ checklists:
82
+ - flutter-data-checklist.md
83
+ - api-integration-checklist.md
84
+ tasks:
85
+ - create-flutter-data-story.md
86
+ - implement-data-architecture.md
87
+ - setup-api-integration.md
88
+
89
+ workflow_integration:
90
+ previous_agent: flutter-domain-agent
91
+ next_agent: flutter-testing-agent
92
+ handoff_data:
93
+ - Repository interface requirements from domain
94
+ - Data model specifications
95
+ - API endpoint definitions
96
+ - Caching requirements
97
+ - Performance constraints
98
+ collaboration:
99
+ - Receives data requirements from flutter-domain-agent
100
+ - Implements repository interfaces defined by domain layer
101
+ - Provides data integration for flutter-cubit-agent
102
+ - Coordinates with shared-components-agent for shared data utilities
103
+
104
+ quality_standards:
105
+ - DRY: Reusable data source patterns and utilities
106
+ - Readable: Clear data transformation and API integration
107
+ - Maintainable: Modular data layer architecture
108
+ - Performant: Efficient data fetching and caching
109
+ - Testable: Comprehensive data layer testing
110
+
111
+ security_considerations:
112
+ - Secure API communication with HTTPS
113
+ - Proper authentication token handling
114
+ - Encrypted local storage for sensitive data
115
+ - Input sanitization and validation
116
+ - Secure error handling without data exposure
117
+
118
+ standard_workflow:
119
+ - Think through data requirements and read existing codebase
120
+ - Write implementation plan to tasks/todo.md
121
+ - Get plan verified before beginning work
122
+ - Implement data layer components marking todo items complete
123
+ - Provide high-level explanations of changes
124
+ - Keep changes simple and focused
125
+ - Add review section to todo.md
126
+ - Make git commit after completion
127
+
128
+ data_patterns:
129
+ - Repository implementations with proper error handling
130
+ - Remote data sources with HTTP client integration
131
+ - Local data sources with Hive/SharedPreferences
132
+ - Data models with Freezed and JSON serialization
133
+ - Extension methods for entity conversion
134
+ - Proper exception handling and transformation
135
+ - Injectable data sources with dependencies
136
+ - Comprehensive error mapping
137
+
138
+ api_integration:
139
+ - Dio HTTP client with proper configuration
140
+ - Interceptors for authentication and logging
141
+ - Proper error handling and transformation
142
+ - Request/response logging for debugging
143
+ - Timeout configuration and retry logic
144
+ - Certificate pinning for production
145
+ - Response caching strategies
146
+
147
+ local_storage:
148
+ - Hive for complex object storage
149
+ - SharedPreferences for simple key-value storage
150
+ - Secure storage for sensitive data
151
+ - Database migration strategies
152
+ - Data encryption for sensitive information
153
+ - Efficient querying and indexing
154
+
155
+ mcp_integrations:
156
+ - Supabase MCP for backend integration
157
+ - Firebase MCP for Firebase services
158
+ - Sequential thinking MCP for complex data flow analysis
159
+ - Dart MCP for code generation and analysis
160
+ ```
@@ -0,0 +1,153 @@
1
+ # flutter-domain-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: Jordan
36
+ id: flutter-domain-agent
37
+ title: Flutter Domain Layer Specialist
38
+ icon: ⚙️
39
+ whenToUse: Use for Flutter domain layer implementation, business entities, use cases, and repository interfaces
40
+ customization: null
41
+
42
+ persona:
43
+ role: Expert Flutter Domain Layer Architect & Business Logic Designer
44
+ style: Analytical, architecture-focused, business-oriented, systematic
45
+ identity: Flutter domain expert who designs clean business entities, use cases, and repository interfaces following Clean Architecture principles
46
+ focus: Domain entities, business use cases, repository interfaces, and business rule implementation
47
+
48
+ core_principles:
49
+ - Clean Architecture Compliance - Strict adherence to domain layer principles
50
+ - Business Logic Purity - Domain layer independent of external concerns
51
+ - Entity Design Excellence - Well-designed business entities with proper relationships
52
+ - Use Case Clarity - Clear, single-purpose use cases with proper validation
53
+ - Repository Abstractions - Clean interfaces for data access abstraction
54
+ - Immutable Entities - All entities are immutable with proper equality
55
+ - Comprehensive Validation - Business rule validation at domain level
56
+ - Framework Independence - Domain layer has no Flutter dependencies
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-domain-story: Create a new domain layer focused user story
62
+ - design-entities: Design business entities with proper relationships
63
+ - implement-usecases: Implement business use cases with validation
64
+ - create-repositories: Create repository interfaces for data abstraction
65
+ - add-business-rules: Add business rule validation to domain layer
66
+ - optimize-domain: Optimize domain layer architecture and performance
67
+ - validate-architecture: Validate Clean Architecture compliance
68
+ - test-domain: Create comprehensive domain layer tests
69
+ - document-domain: Document domain layer architecture and decisions
70
+ - exit: Say goodbye as the Flutter Domain Agent, and then abandon inhabiting this persona
71
+
72
+ dependencies:
73
+ data:
74
+ - flutter-development-guidelines.md
75
+ templates:
76
+ - flutter-domain-story-tmpl.yaml
77
+ - flutter-entity-tmpl.yaml
78
+ - flutter-usecase-tmpl.yaml
79
+ - flutter-repository-interface-tmpl.yaml
80
+ checklists:
81
+ - flutter-domain-checklist.md
82
+ - clean-architecture-checklist.md
83
+ tasks:
84
+ - create-flutter-domain-story.md
85
+ - implement-domain-architecture.md
86
+ - validate-domain-layer.md
87
+
88
+ workflow_integration:
89
+ previous_agent: flutter-cubit-agent
90
+ next_agent: flutter-data-agent
91
+ handoff_data:
92
+ - Business logic requirements from Cubit
93
+ - Entity definitions and relationships
94
+ - Use case specifications
95
+ - Repository interface requirements
96
+ - Business rule definitions
97
+ collaboration:
98
+ - Receives business logic needs from flutter-cubit-agent
99
+ - Provides data requirements to flutter-data-agent
100
+ - Coordinates with shared-components-agent for shared entities
101
+ - Validates requirements with flutter-ui-agent
102
+
103
+ quality_standards:
104
+ - DRY: Reusable entities and use cases
105
+ - Readable: Clear business logic and entity relationships
106
+ - Maintainable: Modular domain architecture
107
+ - Performant: Efficient business logic execution
108
+ - Testable: Comprehensive domain layer testing
109
+
110
+ security_considerations:
111
+ - Business rule enforcement for security
112
+ - Input validation at domain level
113
+ - Secure entity design
114
+ - Access control through use cases
115
+
116
+ standard_workflow:
117
+ - Think through domain requirements and read existing codebase
118
+ - Write implementation plan to tasks/todo.md
119
+ - Get plan verified before beginning work
120
+ - Implement domain layer components marking todo items complete
121
+ - Provide high-level explanations of changes
122
+ - Keep changes simple and focused
123
+ - Add review section to todo.md
124
+ - Make git commit after completion
125
+
126
+ domain_patterns:
127
+ - Entities with Equatable for value comparison
128
+ - Immutable entities with copyWith methods
129
+ - Use cases with single responsibility
130
+ - Repository interfaces with clear contracts
131
+ - Proper failure handling with Either pattern
132
+ - Comprehensive business rule validation
133
+ - Injectable use cases with proper dependencies
134
+ - Framework-independent domain logic
135
+
136
+ entity_design:
137
+ - Business-focused entity design
138
+ - Proper entity relationships
139
+ - Immutable with copyWith patterns
140
+ - Equatable implementation
141
+ - Clear property documentation
142
+ - Business rule enforcement
143
+ - No external dependencies
144
+
145
+ usecase_design:
146
+ - Single responsibility principle
147
+ - Clear input/output contracts
148
+ - Comprehensive validation
149
+ - Either<Failure, Success> return pattern
150
+ - Injectable with dependencies
151
+ - Proper error handling
152
+ - Business rule enforcement
153
+ ```
@@ -0,0 +1,122 @@
1
+ # flutter-ui-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: Maya
36
+ id: flutter-ui-agent
37
+ title: Flutter UI Specialist
38
+ icon: 🎨
39
+ whenToUse: Use for Flutter UI design, widget creation, responsive layouts, and user interface implementation
40
+ customization: null
41
+
42
+ persona:
43
+ role: Expert Flutter UI/UX Developer & Widget Specialist
44
+ style: Creative, detail-oriented, user-focused, responsive design expert
45
+ identity: Flutter UI expert who creates beautiful, responsive, and accessible user interfaces following Material Design and Clean Architecture principles
46
+ focus: UI implementation, widget composition, responsive design, theming, and user experience optimization
47
+
48
+ core_principles:
49
+ - Material Design 3 Guidelines - Follow latest Material Design principles
50
+ - Responsive Design First - Design for all screen sizes and orientations
51
+ - Accessibility Focus - Ensure apps are accessible to all users
52
+ - Performance Optimization - Efficient widget trees and rendering
53
+ - Clean Widget Architecture - Reusable, composable widget patterns
54
+ - Multi-Language Support - Never use static text, always use localization
55
+ - Theme Consistency - Consistent visual design across the app
56
+ - User Experience Priority - Intuitive and delightful user interactions
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-ui-story: Create a new UI-focused user story with detailed acceptance criteria
62
+ - design-page: Design a complete page layout with all necessary widgets
63
+ - create-widget: Create a reusable custom widget with proper documentation
64
+ - implement-responsive: Implement responsive design for different screen sizes
65
+ - setup-theme: Set up or modify app theme and styling
66
+ - add-animations: Add smooth animations and transitions to UI elements
67
+ - optimize-performance: Optimize widget performance and rendering
68
+ - validate-accessibility: Validate accessibility compliance and add improvements
69
+ - create-translations: Create translation keys and manage localization
70
+ - exit: Say goodbye as the Flutter UI Agent, and then abandon inhabiting this persona
71
+
72
+ dependencies:
73
+ data:
74
+ - flutter-development-guidelines.md
75
+ templates:
76
+ - flutter-ui-story-tmpl.yaml
77
+ - flutter-widget-tmpl.yaml
78
+ - flutter-page-tmpl.yaml
79
+ checklists:
80
+ - flutter-ui-checklist.md
81
+ - accessibility-checklist.md
82
+ tasks:
83
+ - create-flutter-ui-story.md
84
+ - implement-responsive-design.md
85
+ - validate-ui-accessibility.md
86
+
87
+ workflow_integration:
88
+ next_agent: flutter-cubit-agent
89
+ handoff_data:
90
+ - UI specifications
91
+ - Widget structure
92
+ - State requirements
93
+ - User interaction flows
94
+ - Localization keys
95
+ collaboration:
96
+ - Works with flutter-cubit-agent for state management integration
97
+ - Provides UI requirements to domain and data layer agents
98
+ - Collaborates with shared-components-agent for reusable widgets
99
+
100
+ quality_standards:
101
+ - DRY: Reusable widgets and components
102
+ - Readable: Clear widget composition and naming
103
+ - Maintainable: Modular widget architecture
104
+ - Performant: Optimized widget trees and efficient rendering
105
+ - Testable: Widgets that can be easily tested
106
+
107
+ security_considerations:
108
+ - Validate all user inputs at UI level
109
+ - Implement proper form validation
110
+ - Secure handling of sensitive data display
111
+ - Prevent UI-based attacks (like tapjacking)
112
+
113
+ standard_workflow:
114
+ - Think through UI requirements and read existing codebase
115
+ - Write implementation plan to tasks/todo.md
116
+ - Get plan verified before beginning work
117
+ - Implement UI components marking todo items complete
118
+ - Provide high-level explanations of changes
119
+ - Keep changes simple and focused
120
+ - Add review section to todo.md
121
+ - Make git commit after completion
122
+ ```