appiq-solution 1.3.3 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (295) hide show
  1. package/#Tools/APPIQ-METHOD/.bmad-config.json +13 -0
  2. package/#Tools/APPIQ-METHOD/.cursor/commands/analyze.md +27 -0
  3. package/#Tools/APPIQ-METHOD/.cursor/commands/appiq.md +27 -0
  4. package/#Tools/APPIQ-METHOD/.cursor/commands/help.md +27 -0
  5. package/#Tools/APPIQ-METHOD/.cursor/commands/story.md +27 -0
  6. package/#Tools/APPIQ-METHOD/CHANGELOG.md +119 -173
  7. package/#Tools/APPIQ-METHOD/DEVELOPMENT_GUIDE.md +855 -0
  8. package/#Tools/APPIQ-METHOD/NPM-README.md +138 -0
  9. package/#Tools/APPIQ-METHOD/SMART_WORKFLOW_GUIDE.md +401 -0
  10. package/#Tools/APPIQ-METHOD/activate-appiq.js +81 -0
  11. package/#Tools/APPIQ-METHOD/appiq-solution/README.md +226 -0
  12. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-flutter-mobile.yaml +114 -0
  13. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-fullstack.yaml +11 -1
  14. package/#Tools/APPIQ-METHOD/bmad-core/agents/analyst.md +7 -3
  15. package/#Tools/APPIQ-METHOD/bmad-core/agents/architect.md +6 -0
  16. package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-orchestrator.md +0 -84
  17. package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-smart-launcher.md +170 -0
  18. package/#Tools/APPIQ-METHOD/bmad-core/agents/dev.md +31 -12
  19. package/#Tools/APPIQ-METHOD/bmad-core/agents/pm.md +10 -4
  20. package/#Tools/APPIQ-METHOD/bmad-core/agents/qa.md +17 -0
  21. package/#Tools/APPIQ-METHOD/bmad-core/agents/sm.md +8 -3
  22. package/#Tools/APPIQ-METHOD/bmad-core/agents/ux-expert.md +8 -3
  23. package/#Tools/APPIQ-METHOD/bmad-core/bmad-core/user-guide.md +0 -0
  24. package/#Tools/APPIQ-METHOD/bmad-core/checklists/security-validation-checklist.md +332 -0
  25. package/#Tools/APPIQ-METHOD/bmad-core/data/backend-services-integration.md +686 -0
  26. package/#Tools/APPIQ-METHOD/bmad-core/data/shadcn-ui-integration.md +388 -0
  27. package/#Tools/APPIQ-METHOD/bmad-core/data/technical-preferences.md +147 -1
  28. package/#Tools/APPIQ-METHOD/bmad-core/enhanced-ide-development-workflow.md +43 -0
  29. package/#Tools/APPIQ-METHOD/bmad-core/tasks/create-flutter-story.md +197 -0
  30. package/#Tools/APPIQ-METHOD/bmad-core/tasks/intelligent-epic-creation.md +234 -0
  31. package/#Tools/APPIQ-METHOD/bmad-core/tasks/smart-project-analysis.md +289 -0
  32. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-mobile-prd-tmpl.yaml +330 -0
  33. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-story-tmpl.yaml +376 -0
  34. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-ui-spec-tmpl.yaml +415 -0
  35. package/#Tools/APPIQ-METHOD/bmad-core/templates/fullstack-architecture-tmpl.yaml +12 -5
  36. package/#Tools/APPIQ-METHOD/bmad-core/user-guide.md +10 -9
  37. package/#Tools/APPIQ-METHOD/bmad-core/workflows/brownfield-fullstack.yaml +15 -1
  38. package/#Tools/APPIQ-METHOD/bmad-core/workflows/greenfield-fullstack.yaml +49 -5
  39. package/#Tools/APPIQ-METHOD/bmad-core/working-in-the-brownfield.md +56 -44
  40. package/#Tools/APPIQ-METHOD/commands/README.md +28 -0
  41. package/#Tools/APPIQ-METHOD/commands/analyze.md +27 -0
  42. package/#Tools/APPIQ-METHOD/commands/appiq.md +27 -0
  43. package/#Tools/APPIQ-METHOD/commands/help.md +27 -0
  44. package/#Tools/APPIQ-METHOD/commands/story.md +27 -0
  45. package/#Tools/APPIQ-METHOD/dist/agents/bmad-orchestrator.txt +0 -111
  46. package/#Tools/APPIQ-METHOD/dist/agents/pm.txt +2 -0
  47. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +0 -111
  48. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +0 -111
  49. package/#Tools/APPIQ-METHOD/dist/teams/team-all.txt +2 -111
  50. package/#Tools/APPIQ-METHOD/dist/teams/team-fullstack.txt +2 -111
  51. package/#Tools/APPIQ-METHOD/dist/teams/team-ide-minimal.txt +0 -111
  52. package/#Tools/APPIQ-METHOD/dist/teams/team-no-ui.txt +2 -111
  53. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
  54. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
  55. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agent-teams/flutter-mobile-team.yaml +23 -0
  56. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-cubit-agent.md +133 -0
  57. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-data-agent.md +160 -0
  58. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-domain-agent.md +153 -0
  59. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-ui-agent.md +122 -0
  60. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/shared-components-agent.md +161 -0
  61. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/checklists/flutter-story-dod-checklist.md +194 -0
  62. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/config.yaml +41 -0
  63. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/data/flutter-development-guidelines.md +551 -0
  64. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/templates/flutter-mobile-architecture-tmpl.yaml +530 -0
  65. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/workflows/flutter-ui-first-development.yaml +220 -0
  66. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
  67. package/#Tools/APPIQ-METHOD/install-appiq.sh +41 -0
  68. package/#Tools/APPIQ-METHOD/package-lock.json +631 -0
  69. package/#Tools/APPIQ-METHOD/package.json +20 -69
  70. package/#Tools/APPIQ-METHOD/tasks/todo.md +275 -0
  71. package/#Tools/APPIQ-METHOD/tools/appiq-installer.js +2714 -0
  72. package/#Tools/APPIQ-METHOD/tools/bmad-npx-wrapper.js +5 -7
  73. package/#Tools/APPIQ-METHOD/tools/cli.js +3 -3
  74. package/#Tools/APPIQ-METHOD/tools/epic-solution-installer.js +538 -0
  75. package/#Tools/APPIQ-METHOD/tools/flattener/main.js +570 -0
  76. package/#Tools/APPIQ-METHOD/tools/installer/bin/bmad.js +15 -14
  77. package/#Tools/APPIQ-METHOD/tools/installer/lib/installer.js +28 -2
  78. package/#Tools/APPIQ-METHOD/tools/installer/package-lock.json +906 -0
  79. package/#Tools/APPIQ-METHOD/tools/installer/package.json +1 -1
  80. package/#Tools/APPIQ-METHOD/tools/setup-ide-commands.js +345 -0
  81. package/#Tools/APPIQ-METHOD/tools/smart-installer.js +589 -0
  82. package/package.json +20 -69
  83. package/tools/appiq-installer.js +2714 -0
  84. package/tools/bmad-npx-wrapper.js +5 -7
  85. package/tools/cli.js +3 -3
  86. package/tools/epic-solution-installer.js +538 -0
  87. package/tools/flattener/main.js +570 -0
  88. package/tools/installer/bin/bmad.js +15 -14
  89. package/tools/installer/lib/installer.js +28 -2
  90. package/tools/installer/package-lock.json +89 -89
  91. package/tools/installer/package.json +1 -1
  92. package/tools/setup-ide-commands.js +345 -0
  93. package/tools/smart-installer.js +589 -0
  94. package/#Tools/APPIQ-METHOD/appiq_start.md +0 -232
  95. package/#Tools/APPIQ-METHOD/deployment/DEPLOYMENT_GUIDE.md +0 -426
  96. package/#Tools/APPIQ-METHOD/deployment/GITHUB_RELEASE_GUIDE.md +0 -326
  97. package/#Tools/APPIQ-METHOD/deployment/README.md +0 -331
  98. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-all.yaml +0 -14
  99. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-fullstack.yaml +0 -18
  100. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-ide-minimal.yaml +0 -10
  101. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-no-ui.yaml +0 -13
  102. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/analyst.md +0 -81
  103. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/architect.md +0 -84
  104. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-master.md +0 -108
  105. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-orchestrator.md +0 -234
  106. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/dev.md +0 -76
  107. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/pm.md +0 -79
  108. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/po.md +0 -76
  109. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/qa.md +0 -69
  110. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/sm.md +0 -62
  111. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/ux-expert.md +0 -66
  112. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/architect-checklist.md +0 -443
  113. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/change-checklist.md +0 -182
  114. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/pm-checklist.md +0 -375
  115. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/po-master-checklist.md +0 -441
  116. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-dod-checklist.md +0 -101
  117. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-draft-checklist.md +0 -156
  118. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/bmad-kb.md +0 -803
  119. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/brainstorming-techniques.md +0 -36
  120. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/elicitation-methods.md +0 -134
  121. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/technical-preferences.md +0 -3
  122. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/advanced-elicitation.md +0 -117
  123. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-epic.md +0 -160
  124. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-story.md +0 -147
  125. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/correct-course.md +0 -70
  126. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-brownfield-story.md +0 -304
  127. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-deep-research-prompt.md +0 -289
  128. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-next-story.md +0 -112
  129. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/document-project.md +0 -341
  130. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/facilitate-brainstorming-session.md +0 -136
  131. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/generate-ai-frontend-prompt.md +0 -51
  132. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/index-docs.md +0 -179
  133. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/kb-mode-interaction.md +0 -75
  134. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/review-story.md +0 -145
  135. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/shard-doc.md +0 -187
  136. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/validate-next-story.md +0 -134
  137. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/architecture-tmpl.yaml +0 -650
  138. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brainstorming-output-tmpl.yaml +0 -156
  139. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-architecture-tmpl.yaml +0 -476
  140. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-prd-tmpl.yaml +0 -280
  141. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/competitor-analysis-tmpl.yaml +0 -293
  142. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-architecture-tmpl.yaml +0 -206
  143. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-spec-tmpl.yaml +0 -349
  144. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/fullstack-architecture-tmpl.yaml +0 -805
  145. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/market-research-tmpl.yaml +0 -252
  146. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/prd-tmpl.yaml +0 -202
  147. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/project-brief-tmpl.yaml +0 -221
  148. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/story-tmpl.yaml +0 -137
  149. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/user-guide.md +0 -250
  150. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-fullstack.yaml +0 -297
  151. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-service.yaml +0 -187
  152. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-ui.yaml +0 -197
  153. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-fullstack.yaml +0 -240
  154. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-service.yaml +0 -206
  155. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-ui.yaml +0 -235
  156. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/working-in-the-brownfield.md +0 -361
  157. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/README.md +0 -3
  158. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +0 -13
  159. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +0 -71
  160. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +0 -78
  161. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +0 -64
  162. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +0 -201
  163. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +0 -160
  164. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +0 -8
  165. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +0 -254
  166. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +0 -651
  167. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +0 -111
  168. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +0 -216
  169. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +0 -308
  170. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +0 -613
  171. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +0 -356
  172. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +0 -343
  173. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +0 -253
  174. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +0 -484
  175. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +0 -183
  176. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +0 -175
  177. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +0 -14
  178. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +0 -80
  179. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +0 -77
  180. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +0 -78
  181. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +0 -65
  182. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +0 -396
  183. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +0 -203
  184. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +0 -201
  185. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +0 -132
  186. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/config.yaml +0 -6
  187. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +0 -776
  188. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +0 -590
  189. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +0 -111
  190. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +0 -151
  191. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +0 -184
  192. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +0 -308
  193. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +0 -200
  194. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +0 -1030
  195. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +0 -356
  196. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +0 -705
  197. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +0 -256
  198. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +0 -484
  199. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +0 -183
  200. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +0 -175
  201. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/README.md +0 -147
  202. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +0 -71
  203. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +0 -484
  204. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/config.yaml +0 -9
  205. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +0 -308
  206. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +0 -160
  207. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +0 -154
  208. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +0 -424
  209. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +0 -629
  210. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +0 -22
  211. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +0 -20
  212. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +0 -13
  213. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +0 -20
  214. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +0 -1487
  215. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +0 -279
  216. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +0 -649
  217. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +0 -339
  218. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +0 -622
  219. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +0 -1027
  220. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +0 -1451
  221. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +0 -490
  222. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/config.yaml +0 -54
  223. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +0 -292
  224. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +0 -483
  225. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +0 -645
  226. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +0 -489
  227. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +0 -437
  228. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +0 -408
  229. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +0 -555
  230. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +0 -336
  231. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +0 -345
  232. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +0 -281
  233. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +0 -283
  234. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +0 -404
  235. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/appiq.md +0 -273
  236. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/claude-appiq.md +0 -294
  237. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/cursor-appiq.md +0 -516
  238. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/universal-appiq.md +0 -448
  239. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/windsurf-appiq.md +0 -698
  240. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/start.md +0 -211
  241. package/#Tools/APPIQ-METHOD/deployment/build-release.sh +0 -449
  242. package/#Tools/APPIQ-METHOD/deployment/create-release.sh +0 -196
  243. package/#Tools/APPIQ-METHOD/deployment/dist/appiq_installer.sh +0 -678
  244. package/#Tools/APPIQ-METHOD/deployment/docs/main_prd.md +0 -36
  245. package/#Tools/APPIQ-METHOD/deployment/init_appiq.sh +0 -805
  246. package/#Tools/APPIQ-METHOD/deployment/init_appiq_v2.sh +0 -678
  247. package/#Tools/APPIQ-METHOD/deployment/installers/appiq-global.sh +0 -91
  248. package/#Tools/APPIQ-METHOD/deployment/installers/claude-integration.sh +0 -281
  249. package/#Tools/APPIQ-METHOD/deployment/installers/cursor-integration.sh +0 -257
  250. package/#Tools/APPIQ-METHOD/deployment/installers/terminal-integration.sh +0 -645
  251. package/#Tools/APPIQ-METHOD/deployment/installers/windsurf-integration.sh +0 -350
  252. package/#Tools/APPIQ-METHOD/deployment/package-v2.sh +0 -97
  253. package/#Tools/APPIQ-METHOD/deployment/package.sh +0 -363
  254. package/#Tools/APPIQ-METHOD/deployment/quick-install.sh +0 -57
  255. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.txt +0 -1530
  256. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.txt +0 -322
  257. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.txt +0 -692
  258. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.txt +0 -382
  259. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.txt +0 -665
  260. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.txt +0 -1070
  261. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.txt +0 -1494
  262. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/teams/mobile-team-cross-platform.txt +0 -15613
  263. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +0 -22
  264. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +0 -20
  265. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +0 -13
  266. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +0 -20
  267. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +0 -1487
  268. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +0 -279
  269. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +0 -649
  270. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +0 -339
  271. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +0 -622
  272. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +0 -1027
  273. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +0 -1451
  274. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +0 -490
  275. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/config.yaml +0 -54
  276. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +0 -292
  277. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +0 -483
  278. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +0 -645
  279. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +0 -489
  280. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +0 -437
  281. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +0 -408
  282. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +0 -555
  283. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +0 -336
  284. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +0 -345
  285. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +0 -281
  286. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +0 -283
  287. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +0 -404
  288. package/#Tools/APPIQ-METHOD/package-bmad-backup.json +0 -78
  289. package/#Tools/APPIQ-METHOD/slash-commands/appiq.md +0 -273
  290. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/claude-appiq.md +0 -294
  291. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/cursor-appiq.md +0 -516
  292. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/universal-appiq.md +0 -448
  293. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/windsurf-appiq.md +0 -698
  294. package/#Tools/APPIQ-METHOD/slash-commands/start.md +0 -211
  295. /package/#Tools/APPIQ-METHOD/{deployment/build/bmad-core/core-config.yaml → bmad-core/core-config.yaml.bak} +0 -0
@@ -1,206 +0,0 @@
1
- template:
2
- id: frontend-architecture-template-v2
3
- name: Frontend Architecture Document
4
- version: 2.0
5
- output:
6
- format: markdown
7
- filename: docs/ui-architecture.md
8
- title: "{{project_name}} Frontend Architecture Document"
9
-
10
- workflow:
11
- mode: interactive
12
- elicitation: advanced-elicitation
13
-
14
- sections:
15
- - id: template-framework-selection
16
- title: Template and Framework Selection
17
- instruction: |
18
- Review provided documents including PRD, UX-UI Specification, and main Architecture Document. Focus on extracting technical implementation details needed for AI frontend tools and developer agents. Ask the user for any of these documents if you are unable to locate and were not provided.
19
-
20
- Before proceeding with frontend architecture design, check if the project is using a frontend starter template or existing codebase:
21
-
22
- 1. Review the PRD, main architecture document, and brainstorming brief for mentions of:
23
- - Frontend starter templates (e.g., Create React App, Next.js, Vite, Vue CLI, Angular CLI, etc.)
24
- - UI kit or component library starters
25
- - Existing frontend projects being used as a foundation
26
- - Admin dashboard templates or other specialized starters
27
- - Design system implementations
28
-
29
- 2. If a frontend starter template or existing project is mentioned:
30
- - Ask the user to provide access via one of these methods:
31
- - Link to the starter template documentation
32
- - Upload/attach the project files (for small projects)
33
- - Share a link to the project repository
34
- - Analyze the starter/existing project to understand:
35
- - Pre-installed dependencies and versions
36
- - Folder structure and file organization
37
- - Built-in components and utilities
38
- - Styling approach (CSS modules, styled-components, Tailwind, etc.)
39
- - State management setup (if any)
40
- - Routing configuration
41
- - Testing setup and patterns
42
- - Build and development scripts
43
- - Use this analysis to ensure your frontend architecture aligns with the starter's patterns
44
-
45
- 3. If no frontend starter is mentioned but this is a new UI, ensure we know what the ui language and framework is:
46
- - Based on the framework choice, suggest appropriate starters:
47
- - React: Create React App, Next.js, Vite + React
48
- - Vue: Vue CLI, Nuxt.js, Vite + Vue
49
- - Angular: Angular CLI
50
- - Or suggest popular UI templates if applicable
51
- - Explain benefits specific to frontend development
52
-
53
- 4. If the user confirms no starter template will be used:
54
- - Note that all tooling, bundling, and configuration will need manual setup
55
- - Proceed with frontend architecture from scratch
56
-
57
- Document the starter template decision and any constraints it imposes before proceeding.
58
- sections:
59
- - id: changelog
60
- title: Change Log
61
- type: table
62
- columns: [Date, Version, Description, Author]
63
- instruction: Track document versions and changes
64
-
65
- - id: frontend-tech-stack
66
- title: Frontend Tech Stack
67
- instruction: Extract from main architecture's Technology Stack Table. This section MUST remain synchronized with the main architecture document.
68
- elicit: true
69
- sections:
70
- - id: tech-stack-table
71
- title: Technology Stack Table
72
- type: table
73
- columns: [Category, Technology, Version, Purpose, Rationale]
74
- instruction: Fill in appropriate technology choices based on the selected framework and project requirements.
75
- rows:
76
- - ["Framework", "{{framework}}", "{{version}}", "{{purpose}}", "{{why_chosen}}"]
77
- - ["UI Library", "{{ui_library}}", "{{version}}", "{{purpose}}", "{{why_chosen}}"]
78
- - ["State Management", "{{state_management}}", "{{version}}", "{{purpose}}", "{{why_chosen}}"]
79
- - ["Routing", "{{routing_library}}", "{{version}}", "{{purpose}}", "{{why_chosen}}"]
80
- - ["Build Tool", "{{build_tool}}", "{{version}}", "{{purpose}}", "{{why_chosen}}"]
81
- - ["Styling", "{{styling_solution}}", "{{version}}", "{{purpose}}", "{{why_chosen}}"]
82
- - ["Testing", "{{test_framework}}", "{{version}}", "{{purpose}}", "{{why_chosen}}"]
83
- - ["Component Library", "{{component_lib}}", "{{version}}", "{{purpose}}", "{{why_chosen}}"]
84
- - ["Form Handling", "{{form_library}}", "{{version}}", "{{purpose}}", "{{why_chosen}}"]
85
- - ["Animation", "{{animation_lib}}", "{{version}}", "{{purpose}}", "{{why_chosen}}"]
86
- - ["Dev Tools", "{{dev_tools}}", "{{version}}", "{{purpose}}", "{{why_chosen}}"]
87
-
88
- - id: project-structure
89
- title: Project Structure
90
- instruction: Define exact directory structure for AI tools based on the chosen framework. Be specific about where each type of file goes. Generate a structure that follows the framework's best practices and conventions.
91
- elicit: true
92
- type: code
93
- language: plaintext
94
-
95
- - id: component-standards
96
- title: Component Standards
97
- instruction: Define exact patterns for component creation based on the chosen framework.
98
- elicit: true
99
- sections:
100
- - id: component-template
101
- title: Component Template
102
- instruction: Generate a minimal but complete component template following the framework's best practices. Include TypeScript types, proper imports, and basic structure.
103
- type: code
104
- language: typescript
105
- - id: naming-conventions
106
- title: Naming Conventions
107
- instruction: Provide naming conventions specific to the chosen framework for components, files, services, state management, and other architectural elements.
108
-
109
- - id: state-management
110
- title: State Management
111
- instruction: Define state management patterns based on the chosen framework.
112
- elicit: true
113
- sections:
114
- - id: store-structure
115
- title: Store Structure
116
- instruction: Generate the state management directory structure appropriate for the chosen framework and selected state management solution.
117
- type: code
118
- language: plaintext
119
- - id: state-template
120
- title: State Management Template
121
- instruction: Provide a basic state management template/example following the framework's recommended patterns. Include TypeScript types and common operations like setting, updating, and clearing state.
122
- type: code
123
- language: typescript
124
-
125
- - id: api-integration
126
- title: API Integration
127
- instruction: Define API service patterns based on the chosen framework.
128
- elicit: true
129
- sections:
130
- - id: service-template
131
- title: Service Template
132
- instruction: Provide an API service template that follows the framework's conventions. Include proper TypeScript types, error handling, and async patterns.
133
- type: code
134
- language: typescript
135
- - id: api-client-config
136
- title: API Client Configuration
137
- instruction: Show how to configure the HTTP client for the chosen framework, including authentication interceptors/middleware and error handling.
138
- type: code
139
- language: typescript
140
-
141
- - id: routing
142
- title: Routing
143
- instruction: Define routing structure and patterns based on the chosen framework.
144
- elicit: true
145
- sections:
146
- - id: route-configuration
147
- title: Route Configuration
148
- instruction: Provide routing configuration appropriate for the chosen framework. Include protected route patterns, lazy loading where applicable, and authentication guards/middleware.
149
- type: code
150
- language: typescript
151
-
152
- - id: styling-guidelines
153
- title: Styling Guidelines
154
- instruction: Define styling approach based on the chosen framework.
155
- elicit: true
156
- sections:
157
- - id: styling-approach
158
- title: Styling Approach
159
- instruction: Describe the styling methodology appropriate for the chosen framework (CSS Modules, Styled Components, Tailwind, etc.) and provide basic patterns.
160
- - id: global-theme
161
- title: Global Theme Variables
162
- instruction: Provide a CSS custom properties (CSS variables) theme system that works across all frameworks. Include colors, spacing, typography, shadows, and dark mode support.
163
- type: code
164
- language: css
165
-
166
- - id: testing-requirements
167
- title: Testing Requirements
168
- instruction: Define minimal testing requirements based on the chosen framework.
169
- elicit: true
170
- sections:
171
- - id: component-test-template
172
- title: Component Test Template
173
- instruction: Provide a basic component test template using the framework's recommended testing library. Include examples of rendering tests, user interaction tests, and mocking.
174
- type: code
175
- language: typescript
176
- - id: testing-best-practices
177
- title: Testing Best Practices
178
- type: numbered-list
179
- items:
180
- - "**Unit Tests**: Test individual components in isolation"
181
- - "**Integration Tests**: Test component interactions"
182
- - "**E2E Tests**: Test critical user flows (using Cypress/Playwright)"
183
- - "**Coverage Goals**: Aim for 80% code coverage"
184
- - "**Test Structure**: Arrange-Act-Assert pattern"
185
- - "**Mock External Dependencies**: API calls, routing, state management"
186
-
187
- - id: environment-configuration
188
- title: Environment Configuration
189
- instruction: List required environment variables based on the chosen framework. Show the appropriate format and naming conventions for the framework.
190
- elicit: true
191
-
192
- - id: frontend-developer-standards
193
- title: Frontend Developer Standards
194
- sections:
195
- - id: critical-coding-rules
196
- title: Critical Coding Rules
197
- instruction: List essential rules that prevent common AI mistakes, including both universal rules and framework-specific ones.
198
- elicit: true
199
- - id: quick-reference
200
- title: Quick Reference
201
- instruction: |
202
- Create a framework-specific cheat sheet with:
203
- - Common commands (dev server, build, test)
204
- - Key import patterns
205
- - File naming conventions
206
- - Project-specific patterns and utilities
@@ -1,349 +0,0 @@
1
- template:
2
- id: frontend-spec-template-v2
3
- name: UI/UX Specification
4
- version: 2.0
5
- output:
6
- format: markdown
7
- filename: docs/front-end-spec.md
8
- title: "{{project_name}} UI/UX Specification"
9
-
10
- workflow:
11
- mode: interactive
12
- elicitation: advanced-elicitation
13
-
14
- sections:
15
- - id: introduction
16
- title: Introduction
17
- instruction: |
18
- Review provided documents including Project Brief, PRD, and any user research to gather context. Focus on understanding user needs, pain points, and desired outcomes before beginning the specification.
19
-
20
- Establish the document's purpose and scope. Keep the content below but ensure project name is properly substituted.
21
- content: |
22
- This document defines the user experience goals, information architecture, user flows, and visual design specifications for {{project_name}}'s user interface. It serves as the foundation for visual design and frontend development, ensuring a cohesive and user-centered experience.
23
- sections:
24
- - id: ux-goals-principles
25
- title: Overall UX Goals & Principles
26
- instruction: |
27
- Work with the user to establish and document the following. If not already defined, facilitate a discussion to determine:
28
-
29
- 1. Target User Personas - elicit details or confirm existing ones from PRD
30
- 2. Key Usability Goals - understand what success looks like for users
31
- 3. Core Design Principles - establish 3-5 guiding principles
32
- elicit: true
33
- sections:
34
- - id: user-personas
35
- title: Target User Personas
36
- template: "{{persona_descriptions}}"
37
- examples:
38
- - "**Power User:** Technical professionals who need advanced features and efficiency"
39
- - "**Casual User:** Occasional users who prioritize ease of use and clear guidance"
40
- - "**Administrator:** System managers who need control and oversight capabilities"
41
- - id: usability-goals
42
- title: Usability Goals
43
- template: "{{usability_goals}}"
44
- examples:
45
- - "Ease of learning: New users can complete core tasks within 5 minutes"
46
- - "Efficiency of use: Power users can complete frequent tasks with minimal clicks"
47
- - "Error prevention: Clear validation and confirmation for destructive actions"
48
- - "Memorability: Infrequent users can return without relearning"
49
- - id: design-principles
50
- title: Design Principles
51
- template: "{{design_principles}}"
52
- type: numbered-list
53
- examples:
54
- - "**Clarity over cleverness** - Prioritize clear communication over aesthetic innovation"
55
- - "**Progressive disclosure** - Show only what's needed, when it's needed"
56
- - "**Consistent patterns** - Use familiar UI patterns throughout the application"
57
- - "**Immediate feedback** - Every action should have a clear, immediate response"
58
- - "**Accessible by default** - Design for all users from the start"
59
- - id: changelog
60
- title: Change Log
61
- type: table
62
- columns: [Date, Version, Description, Author]
63
- instruction: Track document versions and changes
64
-
65
- - id: information-architecture
66
- title: Information Architecture (IA)
67
- instruction: |
68
- Collaborate with the user to create a comprehensive information architecture:
69
-
70
- 1. Build a Site Map or Screen Inventory showing all major areas
71
- 2. Define the Navigation Structure (primary, secondary, breadcrumbs)
72
- 3. Use Mermaid diagrams for visual representation
73
- 4. Consider user mental models and expected groupings
74
- elicit: true
75
- sections:
76
- - id: sitemap
77
- title: Site Map / Screen Inventory
78
- type: mermaid
79
- mermaid_type: graph
80
- template: "{{sitemap_diagram}}"
81
- examples:
82
- - |
83
- graph TD
84
- A[Homepage] --> B[Dashboard]
85
- A --> C[Products]
86
- A --> D[Account]
87
- B --> B1[Analytics]
88
- B --> B2[Recent Activity]
89
- C --> C1[Browse]
90
- C --> C2[Search]
91
- C --> C3[Product Details]
92
- D --> D1[Profile]
93
- D --> D2[Settings]
94
- D --> D3[Billing]
95
- - id: navigation-structure
96
- title: Navigation Structure
97
- template: |
98
- **Primary Navigation:** {{primary_nav_description}}
99
-
100
- **Secondary Navigation:** {{secondary_nav_description}}
101
-
102
- **Breadcrumb Strategy:** {{breadcrumb_strategy}}
103
-
104
- - id: user-flows
105
- title: User Flows
106
- instruction: |
107
- For each critical user task identified in the PRD:
108
-
109
- 1. Define the user's goal clearly
110
- 2. Map out all steps including decision points
111
- 3. Consider edge cases and error states
112
- 4. Use Mermaid flow diagrams for clarity
113
- 5. Link to external tools (Figma/Miro) if detailed flows exist there
114
-
115
- Create subsections for each major flow.
116
- elicit: true
117
- repeatable: true
118
- sections:
119
- - id: flow
120
- title: "{{flow_name}}"
121
- template: |
122
- **User Goal:** {{flow_goal}}
123
-
124
- **Entry Points:** {{entry_points}}
125
-
126
- **Success Criteria:** {{success_criteria}}
127
- sections:
128
- - id: flow-diagram
129
- title: Flow Diagram
130
- type: mermaid
131
- mermaid_type: graph
132
- template: "{{flow_diagram}}"
133
- - id: edge-cases
134
- title: "Edge Cases & Error Handling:"
135
- type: bullet-list
136
- template: "- {{edge_case}}"
137
- - id: notes
138
- template: "**Notes:** {{flow_notes}}"
139
-
140
- - id: wireframes-mockups
141
- title: Wireframes & Mockups
142
- instruction: |
143
- Clarify where detailed visual designs will be created (Figma, Sketch, etc.) and how to reference them. If low-fidelity wireframes are needed, offer to help conceptualize layouts for key screens.
144
- elicit: true
145
- sections:
146
- - id: design-files
147
- template: "**Primary Design Files:** {{design_tool_link}}"
148
- - id: key-screen-layouts
149
- title: Key Screen Layouts
150
- repeatable: true
151
- sections:
152
- - id: screen
153
- title: "{{screen_name}}"
154
- template: |
155
- **Purpose:** {{screen_purpose}}
156
-
157
- **Key Elements:**
158
- - {{element_1}}
159
- - {{element_2}}
160
- - {{element_3}}
161
-
162
- **Interaction Notes:** {{interaction_notes}}
163
-
164
- **Design File Reference:** {{specific_frame_link}}
165
-
166
- - id: component-library
167
- title: Component Library / Design System
168
- instruction: |
169
- Discuss whether to use an existing design system or create a new one. If creating new, identify foundational components and their key states. Note that detailed technical specs belong in front-end-architecture.
170
- elicit: true
171
- sections:
172
- - id: design-system-approach
173
- template: "**Design System Approach:** {{design_system_approach}}"
174
- - id: core-components
175
- title: Core Components
176
- repeatable: true
177
- sections:
178
- - id: component
179
- title: "{{component_name}}"
180
- template: |
181
- **Purpose:** {{component_purpose}}
182
-
183
- **Variants:** {{component_variants}}
184
-
185
- **States:** {{component_states}}
186
-
187
- **Usage Guidelines:** {{usage_guidelines}}
188
-
189
- - id: branding-style
190
- title: Branding & Style Guide
191
- instruction: Link to existing style guide or define key brand elements. Ensure consistency with company brand guidelines if they exist.
192
- elicit: true
193
- sections:
194
- - id: visual-identity
195
- title: Visual Identity
196
- template: "**Brand Guidelines:** {{brand_guidelines_link}}"
197
- - id: color-palette
198
- title: Color Palette
199
- type: table
200
- columns: ["Color Type", "Hex Code", "Usage"]
201
- rows:
202
- - ["Primary", "{{primary_color}}", "{{primary_usage}}"]
203
- - ["Secondary", "{{secondary_color}}", "{{secondary_usage}}"]
204
- - ["Accent", "{{accent_color}}", "{{accent_usage}}"]
205
- - ["Success", "{{success_color}}", "Positive feedback, confirmations"]
206
- - ["Warning", "{{warning_color}}", "Cautions, important notices"]
207
- - ["Error", "{{error_color}}", "Errors, destructive actions"]
208
- - ["Neutral", "{{neutral_colors}}", "Text, borders, backgrounds"]
209
- - id: typography
210
- title: Typography
211
- sections:
212
- - id: font-families
213
- title: Font Families
214
- template: |
215
- - **Primary:** {{primary_font}}
216
- - **Secondary:** {{secondary_font}}
217
- - **Monospace:** {{mono_font}}
218
- - id: type-scale
219
- title: Type Scale
220
- type: table
221
- columns: ["Element", "Size", "Weight", "Line Height"]
222
- rows:
223
- - ["H1", "{{h1_size}}", "{{h1_weight}}", "{{h1_line}}"]
224
- - ["H2", "{{h2_size}}", "{{h2_weight}}", "{{h2_line}}"]
225
- - ["H3", "{{h3_size}}", "{{h3_weight}}", "{{h3_line}}"]
226
- - ["Body", "{{body_size}}", "{{body_weight}}", "{{body_line}}"]
227
- - ["Small", "{{small_size}}", "{{small_weight}}", "{{small_line}}"]
228
- - id: iconography
229
- title: Iconography
230
- template: |
231
- **Icon Library:** {{icon_library}}
232
-
233
- **Usage Guidelines:** {{icon_guidelines}}
234
- - id: spacing-layout
235
- title: Spacing & Layout
236
- template: |
237
- **Grid System:** {{grid_system}}
238
-
239
- **Spacing Scale:** {{spacing_scale}}
240
-
241
- - id: accessibility
242
- title: Accessibility Requirements
243
- instruction: Define specific accessibility requirements based on target compliance level and user needs. Be comprehensive but practical.
244
- elicit: true
245
- sections:
246
- - id: compliance-target
247
- title: Compliance Target
248
- template: "**Standard:** {{compliance_standard}}"
249
- - id: key-requirements
250
- title: Key Requirements
251
- template: |
252
- **Visual:**
253
- - Color contrast ratios: {{contrast_requirements}}
254
- - Focus indicators: {{focus_requirements}}
255
- - Text sizing: {{text_requirements}}
256
-
257
- **Interaction:**
258
- - Keyboard navigation: {{keyboard_requirements}}
259
- - Screen reader support: {{screen_reader_requirements}}
260
- - Touch targets: {{touch_requirements}}
261
-
262
- **Content:**
263
- - Alternative text: {{alt_text_requirements}}
264
- - Heading structure: {{heading_requirements}}
265
- - Form labels: {{form_requirements}}
266
- - id: testing-strategy
267
- title: Testing Strategy
268
- template: "{{accessibility_testing}}"
269
-
270
- - id: responsiveness
271
- title: Responsiveness Strategy
272
- instruction: Define breakpoints and adaptation strategies for different device sizes. Consider both technical constraints and user contexts.
273
- elicit: true
274
- sections:
275
- - id: breakpoints
276
- title: Breakpoints
277
- type: table
278
- columns: ["Breakpoint", "Min Width", "Max Width", "Target Devices"]
279
- rows:
280
- - ["Mobile", "{{mobile_min}}", "{{mobile_max}}", "{{mobile_devices}}"]
281
- - ["Tablet", "{{tablet_min}}", "{{tablet_max}}", "{{tablet_devices}}"]
282
- - ["Desktop", "{{desktop_min}}", "{{desktop_max}}", "{{desktop_devices}}"]
283
- - ["Wide", "{{wide_min}}", "-", "{{wide_devices}}"]
284
- - id: adaptation-patterns
285
- title: Adaptation Patterns
286
- template: |
287
- **Layout Changes:** {{layout_adaptations}}
288
-
289
- **Navigation Changes:** {{nav_adaptations}}
290
-
291
- **Content Priority:** {{content_adaptations}}
292
-
293
- **Interaction Changes:** {{interaction_adaptations}}
294
-
295
- - id: animation
296
- title: Animation & Micro-interactions
297
- instruction: Define motion design principles and key interactions. Keep performance and accessibility in mind.
298
- elicit: true
299
- sections:
300
- - id: motion-principles
301
- title: Motion Principles
302
- template: "{{motion_principles}}"
303
- - id: key-animations
304
- title: Key Animations
305
- repeatable: true
306
- template: "- **{{animation_name}}:** {{animation_description}} (Duration: {{duration}}, Easing: {{easing}})"
307
-
308
- - id: performance
309
- title: Performance Considerations
310
- instruction: Define performance goals and strategies that impact UX design decisions.
311
- sections:
312
- - id: performance-goals
313
- title: Performance Goals
314
- template: |
315
- - **Page Load:** {{load_time_goal}}
316
- - **Interaction Response:** {{interaction_goal}}
317
- - **Animation FPS:** {{animation_goal}}
318
- - id: design-strategies
319
- title: Design Strategies
320
- template: "{{performance_strategies}}"
321
-
322
- - id: next-steps
323
- title: Next Steps
324
- instruction: |
325
- After completing the UI/UX specification:
326
-
327
- 1. Recommend review with stakeholders
328
- 2. Suggest creating/updating visual designs in design tool
329
- 3. Prepare for handoff to Design Architect for frontend architecture
330
- 4. Note any open questions or decisions needed
331
- sections:
332
- - id: immediate-actions
333
- title: Immediate Actions
334
- type: numbered-list
335
- template: "{{action}}"
336
- - id: design-handoff-checklist
337
- title: Design Handoff Checklist
338
- type: checklist
339
- items:
340
- - "All user flows documented"
341
- - "Component inventory complete"
342
- - "Accessibility requirements defined"
343
- - "Responsive strategy clear"
344
- - "Brand guidelines incorporated"
345
- - "Performance goals established"
346
-
347
- - id: checklist-results
348
- title: Checklist Results
349
- instruction: If a UI/UX checklist exists, run it against this document and report results here.