appiq-solution 1.2.0 → 1.3.0

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 (903) hide show
  1. package/#NEW APP PROMPT/ARCHITECTURE.md +279 -0
  2. package/#NEW APP PROMPT/ARCHITECTURE_UNIFIED.md +414 -0
  3. package/#NEW APP PROMPT/accesibility_prompt.md +103 -0
  4. package/#NEW APP PROMPT/clean-code.mdc +55 -0
  5. package/#NEW APP PROMPT/codequality.mdc +47 -0
  6. package/#NEW APP PROMPT/flutter-ai-rules/LICENSE +21 -0
  7. package/#NEW APP PROMPT/flutter-ai-rules/README.md +104 -0
  8. package/#NEW APP PROMPT/flutter-ai-rules/combined/README.md +25 -0
  9. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart.md +192 -0
  10. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart__under_6K.md +99 -0
  11. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_bloc_mocktail.md +308 -0
  12. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_bloc_mocktail__under_6K.md +87 -0
  13. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_change_notifier.md +254 -0
  14. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_change_notifier__under_6K.md +98 -0
  15. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_provider.md +261 -0
  16. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_provider__under_6K.md +105 -0
  17. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_riverpod_mockito.md +371 -0
  18. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_dart_riverpod_mockito__under_6K.md +92 -0
  19. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_with_bloc.md +287 -0
  20. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_with_bloc__under_6K.md +68 -0
  21. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_with_riverpod.md +375 -0
  22. package/#NEW APP PROMPT/flutter-ai-rules/combined/flutter_with_riverpod__under_6K.md +106 -0
  23. package/#NEW APP PROMPT/flutter-ai-rules/media/flutter_ai_rules.png +0 -0
  24. package/#NEW APP PROMPT/flutter-ai-rules/media/mocktail_md_01.png +0 -0
  25. package/#NEW APP PROMPT/flutter-ai-rules/media/mocktail_md_02.png +0 -0
  26. package/#NEW APP PROMPT/flutter-ai-rules/rules/bloc.md +94 -0
  27. package/#NEW APP PROMPT/flutter-ai-rules/rules/dart_3_updates.md +93 -0
  28. package/#NEW APP PROMPT/flutter-ai-rules/rules/effective_dart.md +105 -0
  29. package/#NEW APP PROMPT/flutter-ai-rules/rules/flutter_app_architecture.md +57 -0
  30. package/#NEW APP PROMPT/flutter-ai-rules/rules/flutter_change_notifier.md +62 -0
  31. package/#NEW APP PROMPT/flutter-ai-rules/rules/flutter_errors.md +11 -0
  32. package/#NEW APP PROMPT/flutter-ai-rules/rules/mockito.md +31 -0
  33. package/#NEW APP PROMPT/flutter-ai-rules/rules/mocktail.md +24 -0
  34. package/#NEW APP PROMPT/flutter-ai-rules/rules/provider.md +69 -0
  35. package/#NEW APP PROMPT/flutter-ai-rules/rules/riverpod.md +188 -0
  36. package/#NEW APP PROMPT/generate ssh.md +4 -0
  37. package/#NEW APP PROMPT/project_ai_prompt.md +544 -0
  38. package/{CHANGELOG.md → #Tools/APPIQ-METHOD/CHANGELOG.md} +173 -119
  39. package/#Tools/APPIQ-METHOD/README.md +139 -0
  40. package/#Tools/APPIQ-METHOD/appiq_start.md +232 -0
  41. package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/architect.md +0 -6
  42. package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/bmad-orchestrator.md +84 -0
  43. package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/dev.md +9 -23
  44. package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/pm.md +1 -3
  45. package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/qa.md +0 -17
  46. package/#Tools/APPIQ-METHOD/bmad-core/data/technical-preferences.md +3 -0
  47. package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/fullstack-architecture-tmpl.yaml +5 -12
  48. package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/user-guide.md +9 -10
  49. package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/working-in-the-brownfield.md +36 -39
  50. package/#Tools/APPIQ-METHOD/deployment/DEPLOYMENT_GUIDE.md +426 -0
  51. package/#Tools/APPIQ-METHOD/deployment/GITHUB_RELEASE_GUIDE.md +326 -0
  52. package/#Tools/APPIQ-METHOD/deployment/README.md +331 -0
  53. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-all.yaml +14 -0
  54. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-fullstack.yaml +18 -0
  55. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-ide-minimal.yaml +10 -0
  56. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-no-ui.yaml +13 -0
  57. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/analyst.md +81 -0
  58. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/architect.md +84 -0
  59. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-master.md +108 -0
  60. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-orchestrator.md +234 -0
  61. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/dev.md +76 -0
  62. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/pm.md +79 -0
  63. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/po.md +76 -0
  64. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/qa.md +69 -0
  65. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/sm.md +62 -0
  66. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/ux-expert.md +66 -0
  67. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/architect-checklist.md +443 -0
  68. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/change-checklist.md +182 -0
  69. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/pm-checklist.md +375 -0
  70. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/po-master-checklist.md +441 -0
  71. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-dod-checklist.md +101 -0
  72. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-draft-checklist.md +156 -0
  73. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/bmad-kb.md +803 -0
  74. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/brainstorming-techniques.md +36 -0
  75. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/elicitation-methods.md +134 -0
  76. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/technical-preferences.md +3 -0
  77. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/advanced-elicitation.md +117 -0
  78. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-epic.md +160 -0
  79. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-story.md +147 -0
  80. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/correct-course.md +70 -0
  81. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-brownfield-story.md +304 -0
  82. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-deep-research-prompt.md +289 -0
  83. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-next-story.md +112 -0
  84. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/document-project.md +341 -0
  85. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/facilitate-brainstorming-session.md +136 -0
  86. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/generate-ai-frontend-prompt.md +51 -0
  87. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/index-docs.md +179 -0
  88. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/kb-mode-interaction.md +75 -0
  89. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/review-story.md +145 -0
  90. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/shard-doc.md +187 -0
  91. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/validate-next-story.md +134 -0
  92. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/architecture-tmpl.yaml +650 -0
  93. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brainstorming-output-tmpl.yaml +156 -0
  94. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-architecture-tmpl.yaml +476 -0
  95. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-prd-tmpl.yaml +280 -0
  96. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/competitor-analysis-tmpl.yaml +293 -0
  97. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-architecture-tmpl.yaml +206 -0
  98. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-spec-tmpl.yaml +349 -0
  99. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/fullstack-architecture-tmpl.yaml +805 -0
  100. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/market-research-tmpl.yaml +252 -0
  101. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/prd-tmpl.yaml +202 -0
  102. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/project-brief-tmpl.yaml +221 -0
  103. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/story-tmpl.yaml +137 -0
  104. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/user-guide.md +250 -0
  105. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-fullstack.yaml +297 -0
  106. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-service.yaml +187 -0
  107. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-ui.yaml +197 -0
  108. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-fullstack.yaml +240 -0
  109. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-service.yaml +206 -0
  110. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-ui.yaml +235 -0
  111. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/working-in-the-brownfield.md +361 -0
  112. package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/config.yaml +1 -1
  113. package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/config.yaml +1 -1
  114. package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/config.yaml +1 -1
  115. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +22 -0
  116. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +20 -0
  117. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +13 -0
  118. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +20 -0
  119. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +1487 -0
  120. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +279 -0
  121. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +649 -0
  122. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +339 -0
  123. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +622 -0
  124. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +1027 -0
  125. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +1451 -0
  126. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +490 -0
  127. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/config.yaml +54 -0
  128. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +292 -0
  129. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +483 -0
  130. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +645 -0
  131. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +489 -0
  132. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +437 -0
  133. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +408 -0
  134. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +555 -0
  135. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +336 -0
  136. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +345 -0
  137. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +281 -0
  138. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +283 -0
  139. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +404 -0
  140. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/appiq.md +273 -0
  141. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/claude-appiq.md +294 -0
  142. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/cursor-appiq.md +516 -0
  143. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/universal-appiq.md +448 -0
  144. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/windsurf-appiq.md +698 -0
  145. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/start.md +211 -0
  146. package/#Tools/APPIQ-METHOD/deployment/build-release.sh +449 -0
  147. package/#Tools/APPIQ-METHOD/deployment/create-release.sh +196 -0
  148. package/#Tools/APPIQ-METHOD/deployment/dist/appiq_installer.sh +678 -0
  149. package/#Tools/APPIQ-METHOD/deployment/docs/main_prd.md +36 -0
  150. package/#Tools/APPIQ-METHOD/deployment/init_appiq.sh +805 -0
  151. package/#Tools/APPIQ-METHOD/deployment/init_appiq_v2.sh +678 -0
  152. package/#Tools/APPIQ-METHOD/deployment/installers/appiq-global.sh +91 -0
  153. package/#Tools/APPIQ-METHOD/deployment/installers/claude-integration.sh +281 -0
  154. package/#Tools/APPIQ-METHOD/deployment/installers/cursor-integration.sh +257 -0
  155. package/#Tools/APPIQ-METHOD/deployment/installers/terminal-integration.sh +645 -0
  156. package/#Tools/APPIQ-METHOD/deployment/installers/windsurf-integration.sh +350 -0
  157. package/#Tools/APPIQ-METHOD/deployment/package-v2.sh +97 -0
  158. package/#Tools/APPIQ-METHOD/deployment/package.sh +363 -0
  159. package/#Tools/APPIQ-METHOD/deployment/quick-install.sh +57 -0
  160. package/#Tools/APPIQ-METHOD/dist/agents/analyst.txt +2882 -0
  161. package/#Tools/APPIQ-METHOD/dist/agents/architect.txt +3543 -0
  162. package/#Tools/APPIQ-METHOD/dist/agents/bmad-master.txt +8756 -0
  163. package/#Tools/APPIQ-METHOD/dist/agents/bmad-orchestrator.txt +1601 -0
  164. package/#Tools/APPIQ-METHOD/dist/agents/dev.txt +428 -0
  165. package/#Tools/APPIQ-METHOD/dist/agents/pm.txt +2227 -0
  166. package/#Tools/APPIQ-METHOD/dist/agents/po.txt +1364 -0
  167. package/#Tools/APPIQ-METHOD/dist/agents/qa.txt +386 -0
  168. package/#Tools/APPIQ-METHOD/dist/agents/sm.txt +668 -0
  169. package/#Tools/APPIQ-METHOD/dist/agents/ux-expert.txt +701 -0
  170. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +2408 -0
  171. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +1631 -0
  172. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +822 -0
  173. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +11100 -0
  174. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +4047 -0
  175. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +3744 -0
  176. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +465 -0
  177. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +990 -0
  178. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +15578 -0
  179. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +2077 -0
  180. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.txt +1530 -0
  181. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.txt +322 -0
  182. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.txt +692 -0
  183. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.txt +382 -0
  184. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.txt +665 -0
  185. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.txt +1070 -0
  186. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.txt +1494 -0
  187. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/teams/mobile-team-cross-platform.txt +15613 -0
  188. package/#Tools/APPIQ-METHOD/dist/teams/team-all.txt +11171 -0
  189. package/#Tools/APPIQ-METHOD/dist/teams/team-fullstack.txt +10501 -0
  190. package/#Tools/APPIQ-METHOD/dist/teams/team-ide-minimal.txt +3618 -0
  191. package/#Tools/APPIQ-METHOD/dist/teams/team-no-ui.txt +9060 -0
  192. package/#Tools/APPIQ-METHOD/expansion-packs/README.md +3 -0
  193. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +13 -0
  194. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +71 -0
  195. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +78 -0
  196. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +64 -0
  197. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +201 -0
  198. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +160 -0
  199. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +8 -0
  200. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +254 -0
  201. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +651 -0
  202. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +111 -0
  203. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +216 -0
  204. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +308 -0
  205. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +613 -0
  206. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +356 -0
  207. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +343 -0
  208. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +253 -0
  209. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
  210. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +183 -0
  211. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +175 -0
  212. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +14 -0
  213. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +80 -0
  214. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +77 -0
  215. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +78 -0
  216. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +65 -0
  217. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +396 -0
  218. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +203 -0
  219. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +201 -0
  220. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +132 -0
  221. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/config.yaml +6 -0
  222. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +776 -0
  223. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +590 -0
  224. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +111 -0
  225. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +151 -0
  226. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +184 -0
  227. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +308 -0
  228. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +200 -0
  229. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +1030 -0
  230. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +356 -0
  231. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +705 -0
  232. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +256 -0
  233. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
  234. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +183 -0
  235. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +175 -0
  236. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/README.md +147 -0
  237. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +71 -0
  238. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +484 -0
  239. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/config.yaml +9 -0
  240. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +308 -0
  241. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +160 -0
  242. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +154 -0
  243. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +424 -0
  244. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +629 -0
  245. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +22 -0
  246. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +20 -0
  247. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +13 -0
  248. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +20 -0
  249. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +1487 -0
  250. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +279 -0
  251. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +649 -0
  252. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +339 -0
  253. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +622 -0
  254. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +1027 -0
  255. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +1451 -0
  256. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +490 -0
  257. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/config.yaml +54 -0
  258. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +292 -0
  259. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +483 -0
  260. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +645 -0
  261. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +489 -0
  262. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +437 -0
  263. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +408 -0
  264. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +555 -0
  265. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +336 -0
  266. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +345 -0
  267. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +281 -0
  268. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +283 -0
  269. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +404 -0
  270. package/#Tools/APPIQ-METHOD/package-bmad-backup.json +78 -0
  271. package/#Tools/APPIQ-METHOD/package.json +93 -0
  272. package/#Tools/APPIQ-METHOD/slash-commands/appiq.md +273 -0
  273. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/claude-appiq.md +294 -0
  274. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/cursor-appiq.md +516 -0
  275. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/universal-appiq.md +448 -0
  276. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/windsurf-appiq.md +698 -0
  277. package/#Tools/APPIQ-METHOD/slash-commands/start.md +211 -0
  278. package/#Tools/APPIQ-METHOD/tools/bmad-npx-wrapper.js +41 -0
  279. package/#Tools/APPIQ-METHOD/tools/builders/web-builder.js +681 -0
  280. package/#Tools/APPIQ-METHOD/tools/bump-all-versions.js +106 -0
  281. package/#Tools/APPIQ-METHOD/tools/bump-expansion-version.js +83 -0
  282. package/#Tools/APPIQ-METHOD/tools/cli.js +152 -0
  283. package/#Tools/APPIQ-METHOD/tools/installer/README.md +8 -0
  284. package/#Tools/APPIQ-METHOD/tools/installer/bin/bmad.js +469 -0
  285. package/#Tools/APPIQ-METHOD/tools/installer/config/ide-agent-config.yaml +58 -0
  286. package/#Tools/APPIQ-METHOD/tools/installer/config/install.config.yaml +92 -0
  287. package/#Tools/APPIQ-METHOD/tools/installer/lib/config-loader.js +253 -0
  288. package/#Tools/APPIQ-METHOD/tools/installer/lib/file-manager.js +411 -0
  289. package/#Tools/APPIQ-METHOD/tools/installer/lib/ide-base-setup.js +227 -0
  290. package/#Tools/APPIQ-METHOD/tools/installer/lib/ide-setup.js +1096 -0
  291. package/#Tools/APPIQ-METHOD/tools/installer/lib/installer.js +1746 -0
  292. package/#Tools/APPIQ-METHOD/tools/installer/lib/memory-profiler.js +224 -0
  293. package/#Tools/APPIQ-METHOD/tools/installer/lib/module-manager.js +110 -0
  294. package/#Tools/APPIQ-METHOD/tools/installer/lib/resource-locator.js +310 -0
  295. package/#Tools/APPIQ-METHOD/tools/installer/package.json +43 -0
  296. package/#Tools/APPIQ-METHOD/tools/lib/dependency-resolver.js +179 -0
  297. package/#Tools/APPIQ-METHOD/tools/lib/yaml-utils.js +29 -0
  298. package/#Tools/APPIQ-METHOD/tools/md-assets/web-agent-startup-instructions.md +39 -0
  299. package/#Tools/APPIQ-METHOD/tools/semantic-release-sync-installer.js +30 -0
  300. package/#Tools/APPIQ-METHOD/tools/sync-installer-version.js +34 -0
  301. package/#Tools/APPIQ-METHOD/tools/update-expansion-version.js +54 -0
  302. package/#Tools/APPIQ-METHOD/tools/upgraders/v3-to-v4-upgrader.js +763 -0
  303. package/#Tools/APPIQ-METHOD/tools/version-bump.js +79 -0
  304. package/#Tools/APPIQ-METHOD/tools/yaml-format.js +240 -0
  305. package/#Tools/SkyReels-V2/.pre-commit-config.yaml +25 -0
  306. package/#Tools/SkyReels-V2/LICENSE.txt +38 -0
  307. package/#Tools/SkyReels-V2/README.md +766 -0
  308. package/#Tools/SkyReels-V2/generate_video.py +161 -0
  309. package/#Tools/SkyReels-V2/generate_video_df.py +220 -0
  310. package/#Tools/SkyReels-V2/requirements.txt +16 -0
  311. package/#Tools/SkyReels-V2/skycaptioner_v1/README.md +278 -0
  312. package/#Tools/SkyReels-V2/skycaptioner_v1/examples/test.csv +5 -0
  313. package/#Tools/SkyReels-V2/skycaptioner_v1/examples/test_result.csv +5 -0
  314. package/#Tools/SkyReels-V2/skycaptioner_v1/infer_fusion_caption.sh +9 -0
  315. package/#Tools/SkyReels-V2/skycaptioner_v1/infer_struct_caption.sh +8 -0
  316. package/#Tools/SkyReels-V2/skycaptioner_v1/requirements.txt +3 -0
  317. package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/gradio_fusion_caption.py +146 -0
  318. package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/gradio_struct_caption.py +92 -0
  319. package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/utils.py +19 -0
  320. package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/vllm_fusion_caption.py +256 -0
  321. package/#Tools/SkyReels-V2/skycaptioner_v1/scripts/vllm_struct_caption.py +156 -0
  322. package/#Tools/SkyReels-V2/skyreels_v2_infer/__init__.py +1 -0
  323. package/#Tools/SkyReels-V2/skyreels_v2_infer/distributed/xdit_context_parallel.py +286 -0
  324. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/__init__.py +69 -0
  325. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/attention.py +179 -0
  326. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/clip.py +525 -0
  327. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/t5.py +454 -0
  328. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/tokenizers.py +78 -0
  329. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/transformer.py +839 -0
  330. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/vae.py +639 -0
  331. package/#Tools/SkyReels-V2/skyreels_v2_infer/modules/xlm_roberta.py +165 -0
  332. package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/__init__.py +5 -0
  333. package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/diffusion_forcing_pipeline.py +659 -0
  334. package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/image2video_pipeline.py +156 -0
  335. package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/prompt_enhancer.py +65 -0
  336. package/#Tools/SkyReels-V2/skyreels_v2_infer/pipelines/text2video_pipeline.py +110 -0
  337. package/#Tools/SkyReels-V2/skyreels_v2_infer/scheduler/__init__.py +0 -0
  338. package/#Tools/SkyReels-V2/skyreels_v2_infer/scheduler/fm_solvers_unipc.py +759 -0
  339. package/#Tools/SuperClaude/.claude/commands/analyze.md +36 -0
  340. package/#Tools/SuperClaude/.claude/commands/build.md +35 -0
  341. package/#Tools/SuperClaude/.claude/commands/cleanup.md +46 -0
  342. package/#Tools/SuperClaude/.claude/commands/deploy.md +55 -0
  343. package/#Tools/SuperClaude/.claude/commands/design.md +91 -0
  344. package/#Tools/SuperClaude/.claude/commands/dev-setup.md +37 -0
  345. package/#Tools/SuperClaude/.claude/commands/document.md +99 -0
  346. package/#Tools/SuperClaude/.claude/commands/estimate.md +69 -0
  347. package/#Tools/SuperClaude/.claude/commands/explain.md +85 -0
  348. package/#Tools/SuperClaude/.claude/commands/git.md +47 -0
  349. package/#Tools/SuperClaude/.claude/commands/improve.md +162 -0
  350. package/#Tools/SuperClaude/.claude/commands/index.md +159 -0
  351. package/#Tools/SuperClaude/.claude/commands/load.md +65 -0
  352. package/#Tools/SuperClaude/.claude/commands/migrate.md +76 -0
  353. package/#Tools/SuperClaude/.claude/commands/scan.md +163 -0
  354. package/#Tools/SuperClaude/.claude/commands/shared/ambiguity-check.yml +40 -0
  355. package/#Tools/SuperClaude/.claude/commands/shared/audit.yml +21 -0
  356. package/#Tools/SuperClaude/.claude/commands/shared/checkpoint.yml +28 -0
  357. package/#Tools/SuperClaude/.claude/commands/shared/cleanup-patterns.yml +107 -0
  358. package/#Tools/SuperClaude/.claude/commands/shared/command-memory.yml +52 -0
  359. package/#Tools/SuperClaude/.claude/commands/shared/command-templates.yml +167 -0
  360. package/#Tools/SuperClaude/.claude/commands/shared/config-validator.yml +206 -0
  361. package/#Tools/SuperClaude/.claude/commands/shared/constants.yml +311 -0
  362. package/#Tools/SuperClaude/.claude/commands/shared/documentation-dirs.yml +134 -0
  363. package/#Tools/SuperClaude/.claude/commands/shared/error-handling.yml +341 -0
  364. package/#Tools/SuperClaude/.claude/commands/shared/evidence.yml +75 -0
  365. package/#Tools/SuperClaude/.claude/commands/shared/execution-lifecycle.yml +277 -0
  366. package/#Tools/SuperClaude/.claude/commands/shared/git-operations.yml +217 -0
  367. package/#Tools/SuperClaude/.claude/commands/shared/git-workflow.yml +37 -0
  368. package/#Tools/SuperClaude/.claude/commands/shared/implementation.yml +199 -0
  369. package/#Tools/SuperClaude/.claude/commands/shared/loading-config.yml +73 -0
  370. package/#Tools/SuperClaude/.claude/commands/shared/mcp-flags.yml +109 -0
  371. package/#Tools/SuperClaude/.claude/commands/shared/migration-report.md +165 -0
  372. package/#Tools/SuperClaude/.claude/commands/shared/patterns.yml +155 -0
  373. package/#Tools/SuperClaude/.claude/commands/shared/performance.yml +317 -0
  374. package/#Tools/SuperClaude/.claude/commands/shared/planning-mode.yml +51 -0
  375. package/#Tools/SuperClaude/.claude/commands/shared/research-first.yml +278 -0
  376. package/#Tools/SuperClaude/.claude/commands/shared/session-recovery.yml +144 -0
  377. package/#Tools/SuperClaude/.claude/commands/shared/severity-levels.yml +252 -0
  378. package/#Tools/SuperClaude/.claude/commands/shared/task-system.yml +380 -0
  379. package/#Tools/SuperClaude/.claude/commands/shared/task-ultracompressed.yml +88 -0
  380. package/#Tools/SuperClaude/.claude/commands/shared/templates/feature-template.md +59 -0
  381. package/#Tools/SuperClaude/.claude/commands/shared/templates/task-ultracompressed.md +26 -0
  382. package/#Tools/SuperClaude/.claude/commands/shared/thinking-modes.yml +61 -0
  383. package/#Tools/SuperClaude/.claude/commands/shared/ultracompressed.yml +97 -0
  384. package/#Tools/SuperClaude/.claude/commands/shared/user-experience.yml +208 -0
  385. package/#Tools/SuperClaude/.claude/commands/shared/validation.yml +54 -0
  386. package/#Tools/SuperClaude/.claude/commands/shared/workflow-chains.yml +138 -0
  387. package/#Tools/SuperClaude/.claude/commands/spawn.md +106 -0
  388. package/#Tools/SuperClaude/.claude/commands/task.md +110 -0
  389. package/#Tools/SuperClaude/.claude/commands/test.md +67 -0
  390. package/#Tools/SuperClaude/.claude/commands/troubleshoot.md +93 -0
  391. package/#Tools/SuperClaude/.github/ISSUE_TEMPLATE/bug_report.yml +114 -0
  392. package/#Tools/SuperClaude/.github/ISSUE_TEMPLATE/feature_request.yml +119 -0
  393. package/#Tools/SuperClaude/.github/ISSUE_TEMPLATE/question.yml +87 -0
  394. package/#Tools/SuperClaude/.github/pull_request_template.md +62 -0
  395. package/#Tools/SuperClaude/CHANGELOG.md +109 -0
  396. package/#Tools/SuperClaude/CLAUDE.md +95 -0
  397. package/#Tools/SuperClaude/CODE_OF_CONDUCT.md +45 -0
  398. package/#Tools/SuperClaude/CONTRIBUTING.md +225 -0
  399. package/#Tools/SuperClaude/Commands_Cheat_Sheet.md +160 -0
  400. package/#Tools/SuperClaude/LICENSE +21 -0
  401. package/#Tools/SuperClaude/MCP.md +117 -0
  402. package/#Tools/SuperClaude/PERSONAS.md +115 -0
  403. package/#Tools/SuperClaude/README.md +249 -0
  404. package/#Tools/SuperClaude/RULES.md +220 -0
  405. package/#Tools/SuperClaude/SECURITY.md +91 -0
  406. package/#Tools/SuperClaude/install.sh +296 -0
  407. package/#Tools/claude-talk-to-figma-mcp/.github/workflows/test.yml +36 -0
  408. package/#Tools/claude-talk-to-figma-mcp/CHANGELOG.md +88 -0
  409. package/#Tools/claude-talk-to-figma-mcp/Dockerfile +16 -0
  410. package/#Tools/claude-talk-to-figma-mcp/LICENSE +22 -0
  411. package/#Tools/claude-talk-to-figma-mcp/TESTING.md +216 -0
  412. package/#Tools/claude-talk-to-figma-mcp/bun.lock +964 -0
  413. package/#Tools/claude-talk-to-figma-mcp/context/01/00-analisis.md +151 -0
  414. package/#Tools/claude-talk-to-figma-mcp/context/01/01-tools-refactor.md +370 -0
  415. package/#Tools/claude-talk-to-figma-mcp/context/01/02-tools-refactor-backlog.md +253 -0
  416. package/#Tools/claude-talk-to-figma-mcp/context/01/03-tools-refactor-test.md +138 -0
  417. package/#Tools/claude-talk-to-figma-mcp/context/01/04-tools-refactor-channel-error.md +133 -0
  418. package/#Tools/claude-talk-to-figma-mcp/context/01/04-tools-refactor-test-backlog.md +0 -0
  419. package/#Tools/claude-talk-to-figma-mcp/context/01/05-tools-refactor-four-tools-error.md +356 -0
  420. package/#Tools/claude-talk-to-figma-mcp/context/01/06-tools-refactor-four-tools-error-backlog.md +425 -0
  421. package/#Tools/claude-talk-to-figma-mcp/context/01/prompt-dev-nodejs-bun.md +105 -0
  422. package/#Tools/claude-talk-to-figma-mcp/context/01-prompt.md +135 -0
  423. package/#Tools/claude-talk-to-figma-mcp/context/02/00-analisis.md +131 -0
  424. package/#Tools/claude-talk-to-figma-mcp/context/02/01-plan.md +162 -0
  425. package/#Tools/claude-talk-to-figma-mcp/context/02/02-backlog.md +241 -0
  426. package/#Tools/claude-talk-to-figma-mcp/context/02-analisis.md +202 -0
  427. package/#Tools/claude-talk-to-figma-mcp/context/99-notas.md +139 -0
  428. package/#Tools/claude-talk-to-figma-mcp/context/pr-14/pr-14-analisis.md +221 -0
  429. package/#Tools/claude-talk-to-figma-mcp/context/pr-14/pr-14-claude-tests.md +152 -0
  430. package/#Tools/claude-talk-to-figma-mcp/context/pr-14/pr-14-npm-publishing.md +272 -0
  431. package/#Tools/claude-talk-to-figma-mcp/images/claude-talk-to-figma.png +0 -0
  432. package/#Tools/claude-talk-to-figma-mcp/images/mcp-figma-plugin-configuration.png +0 -0
  433. package/#Tools/claude-talk-to-figma-mcp/jest.config.cjs +25 -0
  434. package/#Tools/claude-talk-to-figma-mcp/package.json +67 -0
  435. package/#Tools/claude-talk-to-figma-mcp/prompts/prompt-ux-ui-especialista-es.md +82 -0
  436. package/#Tools/claude-talk-to-figma-mcp/prompts/prompt-ux-ui-especialista-gal.md +80 -0
  437. package/#Tools/claude-talk-to-figma-mcp/prompts/prompt-ux-ui-especialista-pt.md +80 -0
  438. package/#Tools/claude-talk-to-figma-mcp/prompts/prompt-ux-ui-specialist.md +80 -0
  439. package/#Tools/claude-talk-to-figma-mcp/readme.md +307 -0
  440. package/#Tools/claude-talk-to-figma-mcp/scripts/configure-claude.js +90 -0
  441. package/#Tools/claude-talk-to-figma-mcp/scripts/setup.sh +30 -0
  442. package/#Tools/claude-talk-to-figma-mcp/scripts/test-integration.js +339 -0
  443. package/#Tools/claude-talk-to-figma-mcp/smithery.yaml +26 -0
  444. package/#Tools/claude-talk-to-figma-mcp/src/claude_mcp_plugin/code.js +3295 -0
  445. package/#Tools/claude-talk-to-figma-mcp/src/claude_mcp_plugin/manifest.json +24 -0
  446. package/#Tools/claude-talk-to-figma-mcp/src/claude_mcp_plugin/setcharacters.js +215 -0
  447. package/#Tools/claude-talk-to-figma-mcp/src/claude_mcp_plugin/ui.html +656 -0
  448. package/#Tools/claude-talk-to-figma-mcp/src/socket.ts +349 -0
  449. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/bun.lock +246 -0
  450. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/config/config.ts +22 -0
  451. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/package.json +31 -0
  452. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/prompts/index.ts +297 -0
  453. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/server.ts +62 -0
  454. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/component-tools.ts +48 -0
  455. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/creation-tools.ts +620 -0
  456. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/document-tools.ts +390 -0
  457. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/index.ts +28 -0
  458. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/modification-tools.ts +408 -0
  459. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tools/text-tools.ts +531 -0
  460. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/tsconfig.json +18 -0
  461. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/types/color.ts +13 -0
  462. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/types/index.ts +87 -0
  463. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/utils/defaults.ts +23 -0
  464. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/utils/figma-helpers.ts +142 -0
  465. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/utils/logger.ts +8 -0
  466. package/#Tools/claude-talk-to-figma-mcp/src/talk_to_figma_mcp/utils/websocket.ts +258 -0
  467. package/#Tools/claude-talk-to-figma-mcp/tests/fixtures/test-data.ts +32 -0
  468. package/#Tools/claude-talk-to-figma-mcp/tests/integration/set-fill-color.test.ts +309 -0
  469. package/#Tools/claude-talk-to-figma-mcp/tests/integration/set-stroke-color.test.ts +387 -0
  470. package/#Tools/claude-talk-to-figma-mcp/tests/setup.ts +7 -0
  471. package/#Tools/claude-talk-to-figma-mcp/tests/unit/utils/defaults.test.ts +131 -0
  472. package/#Tools/claude-talk-to-figma-mcp/tsconfig.json +17 -0
  473. package/#Tools/claude-talk-to-figma-mcp/tsup.config.ts +14 -0
  474. package/#Tools/jwt creator/AuthKey_MZ7UQGFV2Q.p8 +6 -0
  475. package/#Tools/jwt creator/generate_apple_jwt.js +18 -0
  476. package/#Tools/jwt creator/node_modules/.package-lock.json +145 -0
  477. package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/.travis.yml +4 -0
  478. package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/LICENSE.txt +12 -0
  479. package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/README.md +50 -0
  480. package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/index.js +41 -0
  481. package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/package.json +21 -0
  482. package/#Tools/jwt creator/node_modules/buffer-equal-constant-time/test.js +42 -0
  483. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
  484. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
  485. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/README.md +65 -0
  486. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/package.json +46 -0
  487. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
  488. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
  489. package/#Tools/jwt creator/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
  490. package/#Tools/jwt creator/node_modules/jsonwebtoken/LICENSE +21 -0
  491. package/#Tools/jwt creator/node_modules/jsonwebtoken/README.md +396 -0
  492. package/#Tools/jwt creator/node_modules/jsonwebtoken/decode.js +30 -0
  493. package/#Tools/jwt creator/node_modules/jsonwebtoken/index.js +8 -0
  494. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +14 -0
  495. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/NotBeforeError.js +13 -0
  496. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/TokenExpiredError.js +13 -0
  497. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +3 -0
  498. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/psSupported.js +3 -0
  499. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +3 -0
  500. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/timespan.js +18 -0
  501. package/#Tools/jwt creator/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +66 -0
  502. package/#Tools/jwt creator/node_modules/jsonwebtoken/package.json +71 -0
  503. package/#Tools/jwt creator/node_modules/jsonwebtoken/sign.js +253 -0
  504. package/#Tools/jwt creator/node_modules/jsonwebtoken/verify.js +263 -0
  505. package/#Tools/jwt creator/node_modules/jwa/LICENSE +17 -0
  506. package/#Tools/jwt creator/node_modules/jwa/README.md +150 -0
  507. package/#Tools/jwt creator/node_modules/jwa/index.js +266 -0
  508. package/#Tools/jwt creator/node_modules/jwa/package.json +37 -0
  509. package/#Tools/jwt creator/node_modules/jws/CHANGELOG.md +34 -0
  510. package/#Tools/jwt creator/node_modules/jws/LICENSE +17 -0
  511. package/#Tools/jwt creator/node_modules/jws/index.js +22 -0
  512. package/#Tools/jwt creator/node_modules/jws/lib/data-stream.js +55 -0
  513. package/#Tools/jwt creator/node_modules/jws/lib/sign-stream.js +78 -0
  514. package/#Tools/jwt creator/node_modules/jws/lib/tostring.js +10 -0
  515. package/#Tools/jwt creator/node_modules/jws/lib/verify-stream.js +120 -0
  516. package/#Tools/jwt creator/node_modules/jws/package.json +34 -0
  517. package/#Tools/jwt creator/node_modules/jws/readme.md +255 -0
  518. package/#Tools/jwt creator/node_modules/lodash.includes/LICENSE +47 -0
  519. package/#Tools/jwt creator/node_modules/lodash.includes/README.md +18 -0
  520. package/#Tools/jwt creator/node_modules/lodash.includes/index.js +745 -0
  521. package/#Tools/jwt creator/node_modules/lodash.includes/package.json +17 -0
  522. package/#Tools/jwt creator/node_modules/lodash.isboolean/LICENSE +22 -0
  523. package/#Tools/jwt creator/node_modules/lodash.isboolean/README.md +18 -0
  524. package/#Tools/jwt creator/node_modules/lodash.isboolean/index.js +70 -0
  525. package/#Tools/jwt creator/node_modules/lodash.isboolean/package.json +17 -0
  526. package/#Tools/jwt creator/node_modules/lodash.isinteger/LICENSE +47 -0
  527. package/#Tools/jwt creator/node_modules/lodash.isinteger/README.md +18 -0
  528. package/#Tools/jwt creator/node_modules/lodash.isinteger/index.js +265 -0
  529. package/#Tools/jwt creator/node_modules/lodash.isinteger/package.json +17 -0
  530. package/#Tools/jwt creator/node_modules/lodash.isnumber/LICENSE +22 -0
  531. package/#Tools/jwt creator/node_modules/lodash.isnumber/README.md +18 -0
  532. package/#Tools/jwt creator/node_modules/lodash.isnumber/index.js +79 -0
  533. package/#Tools/jwt creator/node_modules/lodash.isnumber/package.json +17 -0
  534. package/#Tools/jwt creator/node_modules/lodash.isplainobject/LICENSE +47 -0
  535. package/#Tools/jwt creator/node_modules/lodash.isplainobject/README.md +18 -0
  536. package/#Tools/jwt creator/node_modules/lodash.isplainobject/index.js +139 -0
  537. package/#Tools/jwt creator/node_modules/lodash.isplainobject/package.json +17 -0
  538. package/#Tools/jwt creator/node_modules/lodash.isstring/LICENSE +22 -0
  539. package/#Tools/jwt creator/node_modules/lodash.isstring/README.md +18 -0
  540. package/#Tools/jwt creator/node_modules/lodash.isstring/index.js +95 -0
  541. package/#Tools/jwt creator/node_modules/lodash.isstring/package.json +17 -0
  542. package/#Tools/jwt creator/node_modules/lodash.once/LICENSE +47 -0
  543. package/#Tools/jwt creator/node_modules/lodash.once/README.md +18 -0
  544. package/#Tools/jwt creator/node_modules/lodash.once/index.js +294 -0
  545. package/#Tools/jwt creator/node_modules/lodash.once/package.json +17 -0
  546. package/#Tools/jwt creator/node_modules/ms/index.js +162 -0
  547. package/#Tools/jwt creator/node_modules/ms/license.md +21 -0
  548. package/#Tools/jwt creator/node_modules/ms/package.json +38 -0
  549. package/#Tools/jwt creator/node_modules/ms/readme.md +59 -0
  550. package/#Tools/jwt creator/node_modules/safe-buffer/LICENSE +21 -0
  551. package/#Tools/jwt creator/node_modules/safe-buffer/README.md +584 -0
  552. package/#Tools/jwt creator/node_modules/safe-buffer/index.d.ts +187 -0
  553. package/#Tools/jwt creator/node_modules/safe-buffer/index.js +65 -0
  554. package/#Tools/jwt creator/node_modules/safe-buffer/package.json +51 -0
  555. package/#Tools/jwt creator/node_modules/semver/LICENSE +15 -0
  556. package/#Tools/jwt creator/node_modules/semver/README.md +664 -0
  557. package/#Tools/jwt creator/node_modules/semver/bin/semver.js +191 -0
  558. package/#Tools/jwt creator/node_modules/semver/classes/comparator.js +143 -0
  559. package/#Tools/jwt creator/node_modules/semver/classes/index.js +7 -0
  560. package/#Tools/jwt creator/node_modules/semver/classes/range.js +556 -0
  561. package/#Tools/jwt creator/node_modules/semver/classes/semver.js +319 -0
  562. package/#Tools/jwt creator/node_modules/semver/functions/clean.js +8 -0
  563. package/#Tools/jwt creator/node_modules/semver/functions/cmp.js +54 -0
  564. package/#Tools/jwt creator/node_modules/semver/functions/coerce.js +62 -0
  565. package/#Tools/jwt creator/node_modules/semver/functions/compare-build.js +9 -0
  566. package/#Tools/jwt creator/node_modules/semver/functions/compare-loose.js +5 -0
  567. package/#Tools/jwt creator/node_modules/semver/functions/compare.js +7 -0
  568. package/#Tools/jwt creator/node_modules/semver/functions/diff.js +60 -0
  569. package/#Tools/jwt creator/node_modules/semver/functions/eq.js +5 -0
  570. package/#Tools/jwt creator/node_modules/semver/functions/gt.js +5 -0
  571. package/#Tools/jwt creator/node_modules/semver/functions/gte.js +5 -0
  572. package/#Tools/jwt creator/node_modules/semver/functions/inc.js +21 -0
  573. package/#Tools/jwt creator/node_modules/semver/functions/lt.js +5 -0
  574. package/#Tools/jwt creator/node_modules/semver/functions/lte.js +5 -0
  575. package/#Tools/jwt creator/node_modules/semver/functions/major.js +5 -0
  576. package/#Tools/jwt creator/node_modules/semver/functions/minor.js +5 -0
  577. package/#Tools/jwt creator/node_modules/semver/functions/neq.js +5 -0
  578. package/#Tools/jwt creator/node_modules/semver/functions/parse.js +18 -0
  579. package/#Tools/jwt creator/node_modules/semver/functions/patch.js +5 -0
  580. package/#Tools/jwt creator/node_modules/semver/functions/prerelease.js +8 -0
  581. package/#Tools/jwt creator/node_modules/semver/functions/rcompare.js +5 -0
  582. package/#Tools/jwt creator/node_modules/semver/functions/rsort.js +5 -0
  583. package/#Tools/jwt creator/node_modules/semver/functions/satisfies.js +12 -0
  584. package/#Tools/jwt creator/node_modules/semver/functions/sort.js +5 -0
  585. package/#Tools/jwt creator/node_modules/semver/functions/valid.js +8 -0
  586. package/#Tools/jwt creator/node_modules/semver/index.js +91 -0
  587. package/#Tools/jwt creator/node_modules/semver/internal/constants.js +37 -0
  588. package/#Tools/jwt creator/node_modules/semver/internal/debug.js +11 -0
  589. package/#Tools/jwt creator/node_modules/semver/internal/identifiers.js +25 -0
  590. package/#Tools/jwt creator/node_modules/semver/internal/lrucache.js +42 -0
  591. package/#Tools/jwt creator/node_modules/semver/internal/parse-options.js +17 -0
  592. package/#Tools/jwt creator/node_modules/semver/internal/re.js +223 -0
  593. package/#Tools/jwt creator/node_modules/semver/package.json +78 -0
  594. package/#Tools/jwt creator/node_modules/semver/preload.js +4 -0
  595. package/#Tools/jwt creator/node_modules/semver/range.bnf +16 -0
  596. package/#Tools/jwt creator/node_modules/semver/ranges/gtr.js +6 -0
  597. package/#Tools/jwt creator/node_modules/semver/ranges/intersects.js +9 -0
  598. package/#Tools/jwt creator/node_modules/semver/ranges/ltr.js +6 -0
  599. package/#Tools/jwt creator/node_modules/semver/ranges/max-satisfying.js +27 -0
  600. package/#Tools/jwt creator/node_modules/semver/ranges/min-satisfying.js +26 -0
  601. package/#Tools/jwt creator/node_modules/semver/ranges/min-version.js +63 -0
  602. package/#Tools/jwt creator/node_modules/semver/ranges/outside.js +82 -0
  603. package/#Tools/jwt creator/node_modules/semver/ranges/simplify.js +49 -0
  604. package/#Tools/jwt creator/node_modules/semver/ranges/subset.js +249 -0
  605. package/#Tools/jwt creator/node_modules/semver/ranges/to-comparators.js +10 -0
  606. package/#Tools/jwt creator/node_modules/semver/ranges/valid.js +13 -0
  607. package/#Tools/jwt creator/package-lock.json +150 -0
  608. package/#Tools/jwt creator/package.json +5 -0
  609. package/#Tools/package.json +94 -0
  610. package/SuperClaude/.claude/commands/analyze.md +36 -0
  611. package/SuperClaude/.claude/commands/build.md +35 -0
  612. package/SuperClaude/.claude/commands/cleanup.md +46 -0
  613. package/SuperClaude/.claude/commands/deploy.md +55 -0
  614. package/SuperClaude/.claude/commands/design.md +91 -0
  615. package/SuperClaude/.claude/commands/dev-setup.md +37 -0
  616. package/SuperClaude/.claude/commands/document.md +99 -0
  617. package/SuperClaude/.claude/commands/estimate.md +69 -0
  618. package/SuperClaude/.claude/commands/explain.md +85 -0
  619. package/SuperClaude/.claude/commands/git.md +47 -0
  620. package/SuperClaude/.claude/commands/improve.md +162 -0
  621. package/SuperClaude/.claude/commands/index.md +159 -0
  622. package/SuperClaude/.claude/commands/load.md +65 -0
  623. package/SuperClaude/.claude/commands/migrate.md +76 -0
  624. package/SuperClaude/.claude/commands/scan.md +163 -0
  625. package/SuperClaude/.claude/commands/shared/ambiguity-check.yml +40 -0
  626. package/SuperClaude/.claude/commands/shared/audit.yml +21 -0
  627. package/SuperClaude/.claude/commands/shared/checkpoint.yml +28 -0
  628. package/SuperClaude/.claude/commands/shared/cleanup-patterns.yml +107 -0
  629. package/SuperClaude/.claude/commands/shared/command-memory.yml +52 -0
  630. package/SuperClaude/.claude/commands/shared/command-templates.yml +167 -0
  631. package/SuperClaude/.claude/commands/shared/config-validator.yml +206 -0
  632. package/SuperClaude/.claude/commands/shared/constants.yml +311 -0
  633. package/SuperClaude/.claude/commands/shared/documentation-dirs.yml +134 -0
  634. package/SuperClaude/.claude/commands/shared/error-handling.yml +341 -0
  635. package/SuperClaude/.claude/commands/shared/evidence.yml +75 -0
  636. package/SuperClaude/.claude/commands/shared/execution-lifecycle.yml +277 -0
  637. package/SuperClaude/.claude/commands/shared/git-operations.yml +217 -0
  638. package/SuperClaude/.claude/commands/shared/git-workflow.yml +37 -0
  639. package/SuperClaude/.claude/commands/shared/implementation.yml +199 -0
  640. package/SuperClaude/.claude/commands/shared/loading-config.yml +73 -0
  641. package/SuperClaude/.claude/commands/shared/mcp-flags.yml +109 -0
  642. package/SuperClaude/.claude/commands/shared/migration-report.md +165 -0
  643. package/SuperClaude/.claude/commands/shared/patterns.yml +155 -0
  644. package/SuperClaude/.claude/commands/shared/performance.yml +317 -0
  645. package/SuperClaude/.claude/commands/shared/planning-mode.yml +51 -0
  646. package/SuperClaude/.claude/commands/shared/research-first.yml +278 -0
  647. package/SuperClaude/.claude/commands/shared/session-recovery.yml +144 -0
  648. package/SuperClaude/.claude/commands/shared/severity-levels.yml +252 -0
  649. package/SuperClaude/.claude/commands/shared/task-system.yml +380 -0
  650. package/SuperClaude/.claude/commands/shared/task-ultracompressed.yml +88 -0
  651. package/SuperClaude/.claude/commands/shared/templates/feature-template.md +59 -0
  652. package/SuperClaude/.claude/commands/shared/templates/task-ultracompressed.md +26 -0
  653. package/SuperClaude/.claude/commands/shared/thinking-modes.yml +61 -0
  654. package/SuperClaude/.claude/commands/shared/ultracompressed.yml +97 -0
  655. package/SuperClaude/.claude/commands/shared/user-experience.yml +208 -0
  656. package/SuperClaude/.claude/commands/shared/validation.yml +54 -0
  657. package/SuperClaude/.claude/commands/shared/workflow-chains.yml +138 -0
  658. package/SuperClaude/.claude/commands/spawn.md +106 -0
  659. package/SuperClaude/.claude/commands/task.md +110 -0
  660. package/SuperClaude/.claude/commands/test.md +67 -0
  661. package/SuperClaude/.claude/commands/troubleshoot.md +93 -0
  662. package/SuperClaude/.github/ISSUE_TEMPLATE/bug_report.yml +114 -0
  663. package/SuperClaude/.github/ISSUE_TEMPLATE/feature_request.yml +119 -0
  664. package/SuperClaude/.github/ISSUE_TEMPLATE/question.yml +87 -0
  665. package/SuperClaude/.github/pull_request_template.md +62 -0
  666. package/SuperClaude/CHANGELOG.md +109 -0
  667. package/SuperClaude/CLAUDE.md +95 -0
  668. package/SuperClaude/CODE_OF_CONDUCT.md +45 -0
  669. package/SuperClaude/CONTRIBUTING.md +225 -0
  670. package/SuperClaude/Commands_Cheat_Sheet.md +160 -0
  671. package/SuperClaude/LICENSE +21 -0
  672. package/SuperClaude/MCP.md +117 -0
  673. package/SuperClaude/PERSONAS.md +115 -0
  674. package/SuperClaude/README.md +249 -0
  675. package/SuperClaude/RULES.md +220 -0
  676. package/SuperClaude/SECURITY.md +91 -0
  677. package/SuperClaude/install.sh +296 -0
  678. package/appiq-mcp installer/How-to.md +250 -0
  679. package/appiq-mcp installer/LICENSE +21 -0
  680. package/appiq-mcp installer/README.md +235 -0
  681. package/appiq-mcp installer/index.js +672 -0
  682. package/appiq-mcp installer/my_mcps.md +105 -0
  683. package/appiq-mcp installer/package-lock.json +708 -0
  684. package/appiq-mcp installer/package.json +46 -0
  685. package/appiq-mcp installer/test-install.bat +60 -0
  686. package/appiq-mcp installer/test-install.sh +55 -0
  687. package/appiq-mcp installer/test-load.js +40 -0
  688. package/dist/agents/bmad-orchestrator.txt +111 -0
  689. package/dist/agents/pm.txt +0 -2
  690. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +111 -0
  691. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +111 -0
  692. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.txt +1530 -0
  693. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.txt +322 -0
  694. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.txt +692 -0
  695. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.txt +382 -0
  696. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.txt +665 -0
  697. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.txt +1070 -0
  698. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.txt +1494 -0
  699. package/dist/expansion-packs/bmad-mobile-app-dev/teams/mobile-team-cross-platform.txt +15613 -0
  700. package/dist/teams/team-all.txt +111 -2
  701. package/dist/teams/team-fullstack.txt +111 -2
  702. package/dist/teams/team-ide-minimal.txt +111 -0
  703. package/dist/teams/team-no-ui.txt +111 -2
  704. package/flutter/CLAUDE.md +58 -0
  705. package/flutter/punkt.claude/New Folder With Items/channel.md +221 -0
  706. package/flutter/punkt.claude/New Folder With Items/commands/add-translations.md +12 -0
  707. package/flutter/punkt.claude/New Folder With Items/commands/create-feature.md +168 -0
  708. package/flutter/punkt.claude/New Folder With Items/commands/explain-codebase.md +1 -0
  709. package/flutter/punkt.claude/New Folder With Items/commands/feature-business-logic.md +551 -0
  710. package/flutter/punkt.claude/New Folder With Items/commands/feature-data-layer.md +924 -0
  711. package/flutter/punkt.claude/New Folder With Items/commands/feature-domain-layer.md +540 -0
  712. package/flutter/punkt.claude/New Folder With Items/commands/feature-integration.md +493 -0
  713. package/flutter/punkt.claude/New Folder With Items/commands/feature-localization.md +427 -0
  714. package/flutter/punkt.claude/New Folder With Items/commands/feature-ui-layer.md +300 -0
  715. package/flutter/punkt.claude/New Folder With Items/commands/git-commit.md +3 -0
  716. package/flutter/punkt.claude/New Folder With Items/commands/search-web.md +1 -0
  717. package/flutter/punkt.claude/punkt.claude/channel.md +225 -0
  718. package/flutter/punkt.claude/punkt.claude/commands/add-translations.md +60 -0
  719. package/flutter/punkt.claude/punkt.claude/commands/bug-fix.md +32 -0
  720. package/flutter/punkt.claude/punkt.claude/commands/checkdev.md +122 -0
  721. package/flutter/punkt.claude/punkt.claude/commands/create-feature.md +174 -0
  722. package/flutter/punkt.claude/punkt.claude/commands/dev.md +79 -0
  723. package/flutter/punkt.claude/punkt.claude/commands/explain-codebase.md +1 -0
  724. package/flutter/punkt.claude/punkt.claude/commands/feature-business-logic.md +430 -0
  725. package/flutter/punkt.claude/punkt.claude/commands/feature-data-layer.md +572 -0
  726. package/flutter/punkt.claude/punkt.claude/commands/feature-domain-layer.md +537 -0
  727. package/flutter/punkt.claude/punkt.claude/commands/feature-integration.md +493 -0
  728. package/flutter/punkt.claude/punkt.claude/commands/feature-localization.md +427 -0
  729. package/flutter/punkt.claude/punkt.claude/commands/feature-ui-layer.md +831 -0
  730. package/flutter/punkt.claude/punkt.claude/commands/git-commit.md +3 -0
  731. package/flutter/punkt.claude/punkt.claude/commands/manage-translations.md +433 -0
  732. package/flutter/punkt.claude/punkt.claude/commands/search-web.md +1 -0
  733. package/flutter/punkt.claude/punkt.claude/developer_check.md +121 -0
  734. package/package.json +71 -18
  735. package/tools/bmad-npx-wrapper.js +7 -5
  736. package/tools/installer/bin/bmad.js +0 -14
  737. package/tools/installer/lib/installer.js +2 -28
  738. package/tools/installer/package-lock.json +89 -89
  739. package/tools/installer/package.json +1 -1
  740. package/web/CLAUDE.md +58 -0
  741. package/.bmad-config.json +0 -13
  742. package/.cursor/commands/analyze.md +0 -27
  743. package/.cursor/commands/appiq.md +0 -27
  744. package/.cursor/commands/help.md +0 -27
  745. package/.cursor/commands/story.md +0 -27
  746. package/DEVELOPMENT_GUIDE.md +0 -855
  747. package/NPM-README.md +0 -138
  748. package/README.md +0 -105
  749. package/SMART_WORKFLOW_GUIDE.md +0 -401
  750. package/activate-appiq.js +0 -81
  751. package/appiq-solution/README.md +0 -226
  752. package/bmad-core/agents/bmad-smart-launcher.md +0 -170
  753. package/bmad-core/checklists/security-validation-checklist.md +0 -332
  754. package/bmad-core/data/backend-services-integration.md +0 -686
  755. package/bmad-core/data/shadcn-ui-integration.md +0 -388
  756. package/bmad-core/data/technical-preferences.md +0 -149
  757. package/bmad-core/enhanced-ide-development-workflow.md +0 -43
  758. package/bmad-core/tasks/intelligent-epic-creation.md +0 -234
  759. package/bmad-core/tasks/smart-project-analysis.md +0 -289
  760. package/commands/README.md +0 -28
  761. package/commands/analyze.md +0 -27
  762. package/commands/appiq.md +0 -27
  763. package/commands/help.md +0 -27
  764. package/commands/story.md +0 -27
  765. package/expansion-packs/bmad-flutter-mobile-dev/agent-teams/flutter-mobile-team.yaml +0 -23
  766. package/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-cubit-agent.md +0 -133
  767. package/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-data-agent.md +0 -160
  768. package/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-domain-agent.md +0 -153
  769. package/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-ui-agent.md +0 -122
  770. package/expansion-packs/bmad-flutter-mobile-dev/agents/shared-components-agent.md +0 -161
  771. package/expansion-packs/bmad-flutter-mobile-dev/checklists/flutter-story-dod-checklist.md +0 -194
  772. package/expansion-packs/bmad-flutter-mobile-dev/config.yaml +0 -41
  773. package/expansion-packs/bmad-flutter-mobile-dev/data/flutter-development-guidelines.md +0 -551
  774. package/expansion-packs/bmad-flutter-mobile-dev/templates/flutter-mobile-architecture-tmpl.yaml +0 -530
  775. package/expansion-packs/bmad-flutter-mobile-dev/workflows/flutter-ui-first-development.yaml +0 -220
  776. package/install-appiq.sh +0 -41
  777. package/tasks/todo.md +0 -275
  778. package/tools/appiq-installer.js +0 -2621
  779. package/tools/epic-solution-installer.js +0 -538
  780. package/tools/flattener/main.js +0 -570
  781. package/tools/setup-ide-commands.js +0 -345
  782. package/tools/smart-installer.js +0 -589
  783. /package/{.github → #Tools/APPIQ-METHOD/.github}/FUNDING.yaml +0 -0
  784. /package/{.github → #Tools/APPIQ-METHOD/.github}/ISSUE_TEMPLATE/bug_report.md +0 -0
  785. /package/{.github → #Tools/APPIQ-METHOD/.github}/ISSUE_TEMPLATE/feature_request.md +0 -0
  786. /package/{.github → #Tools/APPIQ-METHOD/.github}/workflows/release.yaml +0 -0
  787. /package/{.releaserc.json → #Tools/APPIQ-METHOD/.releaserc.json} +0 -0
  788. /package/{.vscode → #Tools/APPIQ-METHOD/.vscode}/settings.json +0 -0
  789. /package/{CONTRIBUTING.md → #Tools/APPIQ-METHOD/CONTRIBUTING.md} +0 -0
  790. /package/{LICENSE → #Tools/APPIQ-METHOD/LICENSE} +0 -0
  791. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agent-teams/team-all.yaml +0 -0
  792. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agent-teams/team-fullstack.yaml +0 -0
  793. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agent-teams/team-ide-minimal.yaml +0 -0
  794. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agent-teams/team-no-ui.yaml +0 -0
  795. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/analyst.md +0 -0
  796. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/bmad-master.md +0 -0
  797. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/po.md +0 -0
  798. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/sm.md +0 -0
  799. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/agents/ux-expert.md +0 -0
  800. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/checklists/architect-checklist.md +0 -0
  801. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/checklists/change-checklist.md +0 -0
  802. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/checklists/pm-checklist.md +0 -0
  803. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/checklists/po-master-checklist.md +0 -0
  804. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/checklists/story-dod-checklist.md +0 -0
  805. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/checklists/story-draft-checklist.md +0 -0
  806. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/core-config.yaml +0 -0
  807. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/data/bmad-kb.md +0 -0
  808. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/data/brainstorming-techniques.md +0 -0
  809. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/data/elicitation-methods.md +0 -0
  810. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/advanced-elicitation.md +0 -0
  811. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/brownfield-create-epic.md +0 -0
  812. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/brownfield-create-story.md +0 -0
  813. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/correct-course.md +0 -0
  814. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/create-brownfield-story.md +0 -0
  815. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/create-deep-research-prompt.md +0 -0
  816. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/create-next-story.md +0 -0
  817. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/document-project.md +0 -0
  818. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/facilitate-brainstorming-session.md +0 -0
  819. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/generate-ai-frontend-prompt.md +0 -0
  820. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/index-docs.md +0 -0
  821. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/kb-mode-interaction.md +0 -0
  822. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/review-story.md +0 -0
  823. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/shard-doc.md +0 -0
  824. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/tasks/validate-next-story.md +0 -0
  825. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/architecture-tmpl.yaml +0 -0
  826. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/brainstorming-output-tmpl.yaml +0 -0
  827. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/brownfield-architecture-tmpl.yaml +0 -0
  828. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/brownfield-prd-tmpl.yaml +0 -0
  829. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/competitor-analysis-tmpl.yaml +0 -0
  830. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/front-end-architecture-tmpl.yaml +0 -0
  831. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/front-end-spec-tmpl.yaml +0 -0
  832. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/market-research-tmpl.yaml +0 -0
  833. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/prd-tmpl.yaml +0 -0
  834. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/project-brief-tmpl.yaml +0 -0
  835. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/templates/story-tmpl.yaml +0 -0
  836. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/workflows/brownfield-fullstack.yaml +0 -0
  837. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/workflows/brownfield-service.yaml +0 -0
  838. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/workflows/brownfield-ui.yaml +0 -0
  839. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/workflows/greenfield-fullstack.yaml +0 -0
  840. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/workflows/greenfield-service.yaml +0 -0
  841. /package/{bmad-core → #Tools/APPIQ-METHOD/bmad-core}/workflows/greenfield-ui.yaml +0 -0
  842. /package/{common → #Tools/APPIQ-METHOD/common}/tasks/create-doc.md +0 -0
  843. /package/{common → #Tools/APPIQ-METHOD/common}/tasks/execute-checklist.md +0 -0
  844. /package/{common → #Tools/APPIQ-METHOD/common}/utils/bmad-doc-template.md +0 -0
  845. /package/{common → #Tools/APPIQ-METHOD/common}/utils/workflow-management.md +0 -0
  846. /package/{bmad-core/core-config.yaml.bak → #Tools/APPIQ-METHOD/deployment/build/bmad-core/core-config.yaml} +0 -0
  847. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/README.md +0 -0
  848. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +0 -0
  849. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/agents/game-designer.md +0 -0
  850. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/agents/game-developer.md +0 -0
  851. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/agents/game-sm.md +0 -0
  852. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +0 -0
  853. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +0 -0
  854. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/data/bmad-kb.md +0 -0
  855. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/data/development-guidelines.md +0 -0
  856. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +0 -0
  857. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/tasks/create-game-story.md +0 -0
  858. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +0 -0
  859. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +0 -0
  860. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +0 -0
  861. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +0 -0
  862. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +0 -0
  863. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +0 -0
  864. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +0 -0
  865. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +0 -0
  866. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +0 -0
  867. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/agents/game-architect.md +0 -0
  868. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/agents/game-designer.md +0 -0
  869. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/agents/game-developer.md +0 -0
  870. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/agents/game-sm.md +0 -0
  871. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +0 -0
  872. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +0 -0
  873. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +0 -0
  874. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +0 -0
  875. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/data/bmad-kb.md +0 -0
  876. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/data/development-guidelines.md +0 -0
  877. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +0 -0
  878. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/tasks/correct-course-game.md +0 -0
  879. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/tasks/create-game-story.md +0 -0
  880. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +0 -0
  881. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/tasks/validate-game-story.md +0 -0
  882. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +0 -0
  883. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +0 -0
  884. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +0 -0
  885. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +0 -0
  886. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +0 -0
  887. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +0 -0
  888. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +0 -0
  889. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/README.md +0 -0
  890. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/agents/infra-devops-platform.md +0 -0
  891. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +0 -0
  892. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/data/bmad-kb.md +0 -0
  893. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/tasks/review-infrastructure.md +0 -0
  894. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/tasks/validate-infrastructure.md +0 -0
  895. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +0 -0
  896. /package/{expansion-packs → #Tools/APPIQ-METHOD/deployment/build/expansion-packs}/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +0 -0
  897. /package/{docs → #Tools/APPIQ-METHOD/docs}/GUIDING-PRINCIPLES.md +0 -0
  898. /package/{docs → #Tools/APPIQ-METHOD/docs}/core-architecture.md +0 -0
  899. /package/{docs → #Tools/APPIQ-METHOD/docs}/expansion-packs.md +0 -0
  900. /package/{docs → #Tools/APPIQ-METHOD/docs}/how-to-contribute-with-pull-requests.md +0 -0
  901. /package/{docs → #Tools/APPIQ-METHOD/docs}/versioning-and-releases.md +0 -0
  902. /package/{docs → #Tools/APPIQ-METHOD/docs}/versions.md +0 -0
  903. /package/{bmad-core/bmad-core/user-guide.md → #Tools/SkyReels-V2/skyreels_v2_infer/distributed/__init__.py} +0 -0
@@ -1,2621 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- /**
4
- * Appiq Solution Smart Installer
5
- *
6
- * Super einfache Installation mit One-Click Workflows
7
- * Usage: npx appiq-solution install
8
- *
9
- * Built with ❤️ based on the amazing Bmad-Method
10
- * Credits: https://github.com/Viktor-Hermann/APPIQ-METHOD
11
- */
12
-
13
- const fs = require('fs');
14
- const path = require('path');
15
- const inquirer = require('inquirer');
16
- const chalk = require('chalk');
17
-
18
- const MCP_SERVERS = {
19
- // 🌍 GLOBAL SERVERS
20
- "sequential-thinking": {
21
- name: "Sequential Thinking",
22
- description: "Structured thinking for complex problem solving",
23
- command: "npx",
24
- args: ["-y", "@modelcontextprotocol/server-sequential-thinking"],
25
- tags: ['all', 'planning', 'architect', 'pm']
26
- },
27
- "puppeteer": {
28
- name: "Puppeteer MCP Server",
29
- description: "Browser automation and web scraping",
30
- command: "npx",
31
- args: ["-y", "puppeteer-mcp-server"],
32
- tags: ['web', 'qa', 'automation']
33
- },
34
- "claude-continuity": {
35
- name: "Claude Thread Continuity",
36
- description: "Enhanced thread continuity for Claude",
37
- command: "python3",
38
- args: ["~/.mcp-servers/claude-continuity/server.py"],
39
- tags: ['all', 'ide-enhancement']
40
- },
41
-
42
- // 📁 LOCAL SERVERS
43
- "extended-memory": {
44
- name: "Extended Memory MCP",
45
- description: "Enhanced memory capabilities for AI assistants",
46
- command: "python3",
47
- args: ["-m", "extended_memory_mcp.server"],
48
- env: { "LOG_LEVEL": "INFO" },
49
- tags: ['all', 'ide-enhancement']
50
- },
51
- "@21st-dev/magic": {
52
- name: "21st.dev Magic MCP",
53
- description: "UI builder for MCP - like v0 but in your IDE",
54
- command: "npx",
55
- args: ["-y", "@21st-dev/magic@latest"],
56
- tags: ['web', 'flutter', 'ui', 'ux-expert', 'flutter-ui-agent']
57
- },
58
- "dart": {
59
- name: "Dart MCP Server",
60
- description: "Dart SDK integration for Flutter/Dart projects",
61
- command: "dart",
62
- args: ["mcp-server", "--force-roots-fallback"],
63
- tags: ['flutter', 'flutter-ui-agent', 'flutter-cubit-agent', 'flutter-data-agent']
64
- },
65
- "firebase": {
66
- name: "Firebase MCP Server",
67
- description: "Firebase services - Auth, Firestore, Functions",
68
- command: "npx",
69
- args: ["-y", "firebase-tools@latest", "experimental:mcp"],
70
- tags: ['backend', 'fullstack', 'flutter', 'web', 'dev']
71
- },
72
- "supabase": {
73
- name: "Supabase MCP Server",
74
- description: "Supabase integration - database, auth, storage",
75
- command: "npx",
76
- args: ["-y", "@supabase/mcp-server-supabase@latest", "--read-only"],
77
- tags: ['backend', 'fullstack', 'flutter', 'web', 'dev']
78
- },
79
- "context7": {
80
- name: "Context7 MCP (Upstash)",
81
- description: "Up-to-date code documentation for any library",
82
- command: "npx",
83
- args: ["-y", "@upstash/context7-mcp"],
84
- tags: ['all', 'research', 'dev', 'architect']
85
- },
86
- "stripe": {
87
- name: "Stripe MCP Server",
88
- description: "Stripe payment integration",
89
- command: "npx",
90
- args: ["-y", "@stripe/mcp", "--tools=all"],
91
- tags: ['backend', 'fullstack', 'web', 'payment', 'dev']
92
- }
93
- };
94
-
95
- class AppiqSolutionInstaller {
96
- constructor() {
97
- this.projectRoot = process.cwd();
98
- this.appiqPath = path.join(this.projectRoot, "appiq-solution");
99
- this.config = {
100
- version: "1.0.0",
101
- projectType: null, // 'greenfield' or 'brownfield'
102
- techStack: {
103
- platform: null, // 'flutter', 'web', 'fullstack', 'api'
104
- isFlutter: false,
105
- hasUI: false,
106
- database: null,
107
- libraries: [],
108
- },
109
- selectedIDEs: [],
110
- projectName: null,
111
- projectIdea: null,
112
- targetUsers: null,
113
- projectPlan: null,
114
- planApproved: false,
115
-
116
- };
117
- }
118
-
119
- async install() {
120
- console.log(chalk.bold.cyan("🚀 Appiq Solution Smart Installer v1.0.0"));
121
- console.log(chalk.cyan("============================================"));
122
- console.log(chalk.dim("Built with ❤️ based on Bmad-Method"));
123
- console.log(chalk.dim("https://github.com/Viktor-Hermann/APPIQ-METHOD\n"));
124
-
125
- try {
126
- // Phase 1: Projekt-Typ Detection
127
- await this.detectProjectType();
128
-
129
- // Phase 1.5: Tech Stack Detection (Flutter, Web, etc.)
130
- await this.detectTechStack();
131
-
132
- // Phase 2: Projektidee erfassen
133
- await this.collectProjectIdea();
134
-
135
- // Phase 3: IDE Selection (MULTISELECT)
136
- await this.selectIDE();
137
-
138
-
139
-
140
- // Phase 5: Projektplan erstellen
141
- await this.createProjectPlan();
142
-
143
- // Phase 6: Plan-Freigabe
144
- await this.approvePlan();
145
-
146
- // Phase 7: Installation
147
- await this.performInstallation();
148
-
149
-
150
-
151
- // Phase 9: BMAD Core Configuration Setup
152
- await this.setupBMADCoreConfig();
153
-
154
- // Phase 10: Document Templates & Dependencies
155
- await this.setupDocumentTemplates();
156
-
157
- // Phase 11: Agent Dependencies System (+ Flutter Agents & MCPs)
158
- await this.setupAgentDependencies();
159
-
160
- // Phase 12: BMAD Orchestration (Full Flow)
161
- await this.setupBMADOrchestration();
162
-
163
- // Phase 13: One-Click Setup
164
- await this.setupOneClickWorkflows();
165
-
166
- // Phase 14: Simple Instructions
167
- await this.showSimpleInstructions();
168
- } catch (error) {
169
- console.error(chalk.red("❌ Installation failed:"), error.message);
170
- process.exit(1);
171
- }
172
- }
173
-
174
- async detectProjectType() {
175
- console.log(chalk.yellow("🔍 Projekt-Analyse..."));
176
-
177
- // Auto-Detection
178
- const hasPackageJson = fs.existsSync(
179
- path.join(this.projectRoot, "package.json")
180
- );
181
- const hasPubspec = fs.existsSync(
182
- path.join(this.projectRoot, "pubspec.yaml")
183
- );
184
- const hasExistingCode = this.hasExistingSourceCode();
185
- const hasDocumentation = this.hasExistingDocumentation();
186
-
187
- let suggestedType = "greenfield";
188
- let reason = "Neues Projekt erkannt";
189
-
190
- if (hasExistingCode || hasDocumentation) {
191
- suggestedType = "brownfield";
192
- reason = "Existierenden Code/Dokumentation gefunden";
193
- }
194
-
195
- console.log(chalk.gray(`💡 Analyse: ${reason}`));
196
- console.log(
197
- chalk.gray(
198
- `📊 Empfehlung: ${
199
- suggestedType === "greenfield"
200
- ? "Greenfield (Neues Projekt)"
201
- : "Brownfield (Bestehendes Projekt)"
202
- }`
203
- )
204
- );
205
-
206
- // User Confirmation
207
- const { projectType } = await inquirer.prompt([
208
- {
209
- type: "list",
210
- name: "projectType",
211
- message: "🎯 Welcher Projekt-Typ ist das?",
212
- choices: [
213
- {
214
- name: `✨ Greenfield - Neues Projekt (Empfohlen: ${
215
- suggestedType === "greenfield" ? "✅" : "❌"
216
- })`,
217
- value: "greenfield",
218
- short: "Greenfield",
219
- },
220
- {
221
- name: `🔧 Brownfield - Bestehendes Projekt (Empfohlen: ${
222
- suggestedType === "brownfield" ? "✅" : "❌"
223
- })`,
224
- value: "brownfield",
225
- short: "Brownfield",
226
- },
227
- ],
228
- default: suggestedType,
229
- },
230
- ]);
231
-
232
- this.config.projectType = projectType;
233
- console.log(
234
- chalk.green(
235
- `✅ Projekt-Typ: ${
236
- projectType === "greenfield"
237
- ? "Greenfield (Neu)"
238
- : "Brownfield (Bestehend)"
239
- }\n`
240
- )
241
- );
242
- }
243
-
244
- async selectIDE() {
245
- console.log(chalk.yellow("🛠️ IDE Auswahl"));
246
- console.log(
247
- chalk.bold.yellow.bgRed(
248
- " ⚠️ MULTISELECT: Verwenden Sie SPACEBAR zum Auswählen mehrerer IDEs! "
249
- )
250
- );
251
- console.log(chalk.gray("Wählen Sie ALLE IDEs aus, die Sie nutzen:\n"));
252
-
253
- const { ides } = await inquirer.prompt([
254
- {
255
- type: "checkbox",
256
- name: "ides",
257
- message:
258
- "🎯 Welche IDEs nutzen Sie? (SPACEBAR = auswählen, ENTER = bestätigen)",
259
- choices: [
260
- { name: "🔵 Cursor", value: "cursor" },
261
- { name: "🟣 Claude Code CLI", value: "claude-code" },
262
- { name: "🟢 Windsurf", value: "windsurf" },
263
- { name: "🔶 VS Code + Cline", value: "cline" },
264
- { name: "🟠 Trae", value: "trae" },
265
- { name: "🔴 Roo Code", value: "roo" },
266
- { name: "🟪 Gemini CLI", value: "gemini" },
267
- { name: "⚫ GitHub Copilot", value: "github-copilot" },
268
- ],
269
- validate: (input) => {
270
- if (input.length === 0) {
271
- return "Bitte wählen Sie mindestens eine IDE aus!";
272
- }
273
- return true;
274
- },
275
- },
276
- ]);
277
-
278
- this.config.selectedIDEs = ides;
279
- const ideNames = ides.map((ide) => this.getIDEName(ide)).join(", ");
280
- console.log(chalk.green(`✅ IDEs: ${ideNames}\n`));
281
- }
282
-
283
-
284
-
285
- async detectTechStack() {
286
- console.log(chalk.yellow("🔍 Tech Stack Detection"));
287
- console.log(chalk.gray("Analysiere Projekt-Umgebung und Tech Stack...\n"));
288
-
289
- // Check for Flutter
290
- const isFlutter = fs.existsSync(
291
- path.join(this.projectRoot, "pubspec.yaml")
292
- );
293
-
294
- // Check for existing web frameworks
295
- const hasPackageJson = fs.existsSync(
296
- path.join(this.projectRoot, "package.json")
297
- );
298
- let webFramework = null;
299
-
300
- if (hasPackageJson) {
301
- try {
302
- const packageJson = JSON.parse(
303
- fs.readFileSync(path.join(this.projectRoot, "package.json"), "utf8")
304
- );
305
- if (packageJson.dependencies) {
306
- const deps = Object.keys(packageJson.dependencies);
307
- if (deps.includes("next")) webFramework = "next.js";
308
- else if (deps.includes("react")) webFramework = "react";
309
- else if (deps.includes("vue")) webFramework = "vue";
310
- else if (deps.includes("@nuxt/core")) webFramework = "nuxt.js";
311
- else if (deps.includes("@angular/core")) webFramework = "angular";
312
- }
313
- } catch (e) {
314
- // ignore package.json parsing errors
315
- }
316
- }
317
-
318
- // Auto-detect or ask user
319
- if (isFlutter) {
320
- console.log(chalk.green("✅ Flutter Projekt erkannt!"));
321
- this.config.techStack.platform = "flutter";
322
- this.config.techStack.isFlutter = true;
323
- this.config.techStack.hasUI = true;
324
- console.log(chalk.cyan(" → Dart MCP Server wird konfiguriert"));
325
- console.log(
326
- chalk.cyan(" → Flutter Clean Architecture Agents werden geladen\n")
327
- );
328
- } else if (webFramework) {
329
- console.log(chalk.green(`✅ ${webFramework} Projekt erkannt!`));
330
- this.config.techStack.platform = "web";
331
- this.config.techStack.hasUI = true;
332
- console.log(
333
- chalk.cyan(" → shadcn/ui + v0.dev Integration wird konfiguriert\n")
334
- );
335
- } else {
336
- // Ask user for platform
337
- const { platform } = await inquirer.prompt([
338
- {
339
- type: "list",
340
- name: "platform",
341
- message: "🎯 Welchen Tech Stack verwenden Sie?",
342
- choices: [
343
- { name: "📱 Flutter Mobile App", value: "flutter" },
344
- { name: "🌐 Web App (React/Next.js/Vue)", value: "web" },
345
- { name: "🚀 Fullstack (Frontend + Backend)", value: "fullstack" },
346
- { name: "⚡ API/Backend Only", value: "api" },
347
- { name: "🤷 Noch nicht sicher", value: "unknown" },
348
- ],
349
- },
350
- ]);
351
-
352
- this.config.techStack.platform = platform;
353
- this.config.techStack.isFlutter = platform === "flutter";
354
- this.config.techStack.hasUI = ["flutter", "web", "fullstack"].includes(
355
- platform
356
- );
357
-
358
- if (platform === "flutter") {
359
- console.log(chalk.cyan(" → Dart MCP Server wird konfiguriert"));
360
- console.log(
361
- chalk.cyan(" → Flutter Clean Architecture Agents werden geladen")
362
- );
363
- } else if (platform === "web" || platform === "fullstack") {
364
- console.log(
365
- chalk.cyan(" → shadcn/ui + v0.dev Integration wird konfiguriert")
366
- );
367
- }
368
- console.log("");
369
- }
370
- }
371
-
372
- async collectProjectIdea() {
373
- console.log(chalk.yellow("💡 Projektidee erfassen"));
374
- console.log(chalk.gray("Beschreiben Sie Ihr Projekt-Vorhaben:\n"));
375
-
376
- const { projectIdea, projectName, targetUsers } = await inquirer.prompt([
377
- {
378
- type: "input",
379
- name: "projectName",
380
- message: "🏷️ Wie soll Ihr Projekt heißen?",
381
- validate: (input) =>
382
- input.length > 0 ? true : "Bitte geben Sie einen Projektnamen ein!",
383
- },
384
- {
385
- type: "editor",
386
- name: "projectIdea",
387
- message: "💡 Beschreiben Sie Ihre Projektidee (detailliert):",
388
- validate: (input) =>
389
- input.length > 10
390
- ? true
391
- : "Bitte beschreiben Sie Ihr Projekt ausführlicher!",
392
- },
393
- {
394
- type: "input",
395
- name: "targetUsers",
396
- message: "👥 Wer sind Ihre Zielgruppen/User?",
397
- validate: (input) =>
398
- input.length > 0 ? true : "Bitte beschreiben Sie Ihre Zielgruppe!",
399
- },
400
- ]);
401
-
402
- this.config.projectName = projectName;
403
- this.config.projectIdea = projectIdea;
404
- this.config.targetUsers = targetUsers;
405
-
406
- console.log(chalk.green(`✅ Projektidee erfasst: "${projectName}"\n`));
407
- }
408
-
409
- async createProjectPlan() {
410
- console.log(chalk.yellow("📋 Projektplan wird erstellt..."));
411
- console.log(chalk.gray("Basierend auf Ihrer Idee und dem Projekt-Typ\n"));
412
-
413
- // Hier würde normalerweise die team-fullstack.yaml verwendet
414
- const plan = this.generateProjectPlan();
415
- this.config.projectPlan = plan;
416
-
417
- console.log(chalk.cyan("📋 Ihr Projektplan:"));
418
- console.log(chalk.white("─".repeat(50)));
419
- console.log(plan);
420
- console.log(chalk.white("─".repeat(50) + "\n"));
421
- }
422
-
423
- async approvePlan() {
424
- const { approved, changes } = await inquirer.prompt([
425
- {
426
- type: "confirm",
427
- name: "approved",
428
- message: "✅ Sind Sie mit diesem Plan zufrieden?",
429
- default: true,
430
- },
431
- {
432
- type: "input",
433
- name: "changes",
434
- message:
435
- "📝 Welche Änderungen möchten Sie? (oder ENTER für keine Änderungen)",
436
- when: (answers) => !answers.approved,
437
- },
438
- ]);
439
-
440
- if (!approved && changes) {
441
- console.log(chalk.yellow("📝 Plan wird angepasst..."));
442
- this.config.planChanges = changes;
443
- // Hier würde Plan angepasst werden
444
- console.log(chalk.green("✅ Plan wurde angepasst!\n"));
445
- } else {
446
- console.log(
447
- chalk.green("✅ Plan freigegeben - Entwicklung kann starten!\n")
448
- );
449
- }
450
-
451
- this.config.planApproved = true;
452
- }
453
-
454
- generateProjectPlan() {
455
- const { projectType, projectName, projectIdea, targetUsers } = this.config;
456
-
457
- return `🎯 PROJEKTPLAN: ${projectName}
458
-
459
- 📊 PROJEKT-TYP: ${
460
- projectType === "greenfield"
461
- ? "Greenfield (Neues Projekt)"
462
- : "Brownfield (Bestehendes Projekt)"
463
- }
464
- 👥 ZIELGRUPPE: ${targetUsers}
465
-
466
- 💡 PROJEKTIDEE:
467
- ${projectIdea}
468
-
469
- 🚀 ENTWICKLUNGS-PIPELINE:
470
- ${
471
- projectType === "greenfield"
472
- ? `
473
- 1. 📋 PO (Product Owner) → PRD erstellen
474
- 2. 🏗️ Architect → System-Architektur designen
475
- 3. 🎨 UX Expert → UI/UX Design
476
- 4. 📝 Story Master → User Stories aufbrechen
477
- 5. 💻 Developer → Features implementieren
478
- 6. ✅ QA Expert → Testing & Validierung
479
- 7. 📊 SM (Scrum Master) → Sprint-Koordination
480
- `
481
- : `
482
- 1. 📋 PO → Bestehende Dokumentation analysieren
483
- 2. 🏗️ Architect → Architektur-Review
484
- 3. 📝 Story Master → Neue Features planen
485
- 4. 💻 Developer → Features in bestehende Basis integrieren
486
- 5. ✅ QA Expert → Regression Testing
487
- 6. 📊 SM → Change Management
488
- `
489
- }
490
-
491
- 🎮 ONE-CLICK BEFEHLE:
492
- - /start → Gesamten Workflow starten
493
- - /plan → Detailplanung
494
- - /develop → Entwicklung beginnen
495
- - /review → Code Review
496
- - /deploy → Deployment vorbereiten`;
497
- }
498
-
499
- async setupBMADCoreConfig() {
500
- console.log(chalk.yellow("⚙️ BMAD Core Configuration einrichten..."));
501
-
502
- // Create .bmad-core directory
503
- const bmadCoreDir = path.join(this.appiqPath, ".bmad-core");
504
- if (!fs.existsSync(bmadCoreDir)) {
505
- fs.mkdirSync(bmadCoreDir, { recursive: true });
506
- }
507
-
508
- // Create core-config.yaml
509
- const coreConfigPath = path.join(bmadCoreDir, "core-config.yaml");
510
- fs.writeFileSync(coreConfigPath, this.generateCoreConfig());
511
-
512
- // Create technical-preferences.md
513
- const techPrefsPath = path.join(bmadCoreDir, "data");
514
- if (!fs.existsSync(techPrefsPath)) {
515
- fs.mkdirSync(techPrefsPath, { recursive: true });
516
- }
517
- fs.writeFileSync(
518
- path.join(techPrefsPath, "technical-preferences.md"),
519
- this.generateTechnicalPreferences()
520
- );
521
-
522
- console.log(chalk.green("✅ BMAD Core Configuration bereit!\n"));
523
- }
524
-
525
- async setupDocumentTemplates() {
526
- console.log(chalk.yellow("📄 Document Templates & Struktur einrichten..."));
527
-
528
- // Create docs directory structure
529
- const docsDir = path.join(this.projectRoot, "docs");
530
- const archDir = path.join(docsDir, "architecture");
531
- const storiesDir = path.join(docsDir, "stories");
532
-
533
- [docsDir, archDir, storiesDir].forEach((dir) => {
534
- if (!fs.existsSync(dir)) {
535
- fs.mkdirSync(dir, { recursive: true });
536
- }
537
- });
538
-
539
- // Create templates
540
- const templatesDir = path.join(this.appiqPath, "templates");
541
- if (!fs.existsSync(templatesDir)) {
542
- fs.mkdirSync(templatesDir, { recursive: true });
543
- }
544
-
545
- // PRD Template
546
- fs.writeFileSync(
547
- path.join(templatesDir, "prd-template.md"),
548
- this.generatePRDTemplate()
549
- );
550
-
551
- // Architecture Template
552
- fs.writeFileSync(
553
- path.join(templatesDir, "architecture-template.md"),
554
- this.generateArchitectureTemplate()
555
- );
556
-
557
- // Story Template
558
- fs.writeFileSync(
559
- path.join(templatesDir, "story-template.md"),
560
- this.generateStoryTemplate()
561
- );
562
-
563
- // Create initial PRD if planning is complete
564
- if (this.config.planApproved) {
565
- fs.writeFileSync(path.join(docsDir, "prd.md"), this.generateInitialPRD());
566
- }
567
-
568
- console.log(chalk.green("✅ Document Templates erstellt!\n"));
569
- }
570
-
571
- async setupAgentDependencies() {
572
- console.log(chalk.yellow("🔗 Agent Dependencies System einrichten..."));
573
-
574
- const agentsDir = path.join(this.appiqPath, "agents");
575
- const tasksDir = path.join(this.appiqPath, "tasks");
576
- const dataDir = path.join(this.appiqPath, "data");
577
-
578
- // Create directories
579
- [tasksDir, dataDir].forEach((dir) => {
580
- if (!fs.existsSync(dir)) {
581
- fs.mkdirSync(dir, { recursive: true });
582
- }
583
- });
584
-
585
- // Create BMAD Knowledge Base
586
- fs.writeFileSync(
587
- path.join(dataDir, "bmad-kb.md"),
588
- this.generateBMADKnowledgeBase()
589
- );
590
-
591
- // Create essential tasks
592
- fs.writeFileSync(
593
- path.join(tasksDir, "create-doc.md"),
594
- this.generateCreateDocTask()
595
- );
596
- fs.writeFileSync(
597
- path.join(tasksDir, "shard-doc.md"),
598
- this.generateShardDocTask()
599
- );
600
- fs.writeFileSync(
601
- path.join(tasksDir, "validate-story.md"),
602
- this.generateValidateStoryTask()
603
- );
604
-
605
- // Add Flutter-specific agents if Flutter project
606
- if (this.config.techStack.isFlutter) {
607
- await this.addFlutterAgents();
608
- }
609
-
610
- // Update agents with proper dependencies
611
- await this.updateAgentsWithDependencies();
612
-
613
- console.log(chalk.green("✅ Agent Dependencies System bereit!\n"));
614
- }
615
-
616
- async setupBMADOrchestration() {
617
- console.log(chalk.yellow("🎭 BMAD Full Orchestration einrichten..."));
618
-
619
- // Create orchestration config based on BMAD Flow
620
- const orchestrationConfig = {
621
- planningPhase: {
622
- agents: ["analyst", "pm", "ux-expert", "architect", "po"],
623
- workflow:
624
- this.config.projectType === "greenfield"
625
- ? "greenfield-planning"
626
- : "brownfield-planning",
627
- },
628
- developmentPhase: {
629
- agents: ["sm", "po", "dev", "qa"],
630
- workflow: "core-development-cycle",
631
- },
632
- transitions: {
633
- planningToIDE: "document-sharding",
634
- criticalCommitPoints: ["before-next-story", "after-qa-approval"],
635
- },
636
- };
637
-
638
- // Generate BMAD Orchestration
639
- const orchestrationPath = path.join(
640
- this.appiqPath,
641
- "bmad-orchestration.yaml"
642
- );
643
- fs.writeFileSync(
644
- orchestrationPath,
645
- this.generateBMADOrchestration(orchestrationConfig)
646
- );
647
-
648
- // Create workflow guides
649
- const workflowsDir = path.join(this.appiqPath, "workflows");
650
- if (!fs.existsSync(workflowsDir)) {
651
- fs.mkdirSync(workflowsDir, { recursive: true });
652
- }
653
-
654
- fs.writeFileSync(
655
- path.join(workflowsDir, "planning-workflow.md"),
656
- this.generatePlanningWorkflow()
657
- );
658
- fs.writeFileSync(
659
- path.join(workflowsDir, "development-cycle.md"),
660
- this.generateDevelopmentCycle()
661
- );
662
- fs.writeFileSync(
663
- path.join(workflowsDir, "document-sharding.md"),
664
- this.generateDocumentSharding()
665
- );
666
-
667
- console.log(chalk.green("✅ BMAD Full Orchestration bereit!\n"));
668
- }
669
-
670
- generateCoreConfig() {
671
- return `# BMAD Core Configuration
672
- # Built with ❤️ based on Bmad-Method
673
-
674
- project:
675
- name: ${this.config.projectName || "Unbenanntes Projekt"}
676
- type: ${this.config.projectType}
677
- created: ${new Date().toISOString()}
678
-
679
- # Files that dev agent should ALWAYS load into context
680
- devLoadAlwaysFiles:
681
- - docs/architecture/coding-standards.md
682
- - docs/architecture/tech-stack.md
683
- - docs/architecture/project-structure.md
684
-
685
- # Document paths configuration
686
- documentPaths:
687
- prd: "docs/prd.md"
688
- architecture: "docs/architecture.md"
689
- stories: "docs/stories/"
690
- templates: "appiq-solution/templates/"
691
-
692
- # Agent dependencies configuration
693
- dependencies:
694
- templates:
695
- - prd-template.md
696
- - architecture-template.md
697
- - story-template.md
698
- tasks:
699
- - create-doc.md
700
- - shard-doc.md
701
- - validate-story.md
702
- data:
703
- - bmad-kb.md
704
- - technical-preferences.md
705
- `;
706
- }
707
-
708
- generateTechnicalPreferences() {
709
- return `# Technical Preferences
710
-
711
- *Diese Datei hilft PM und Architect dabei, Ihre bevorzugten Design-Patterns und Technologien zu berücksichtigen.*
712
-
713
- ## Projekt: ${this.config.projectName || "Unbenanntes Projekt"}
714
- **Platform:** ${this.config.techStack.platform || "nicht definiert"}
715
-
716
- ### Bevorzugte Technologien
717
-
718
- ${
719
- this.config.techStack.isFlutter
720
- ? `
721
- **📱 Flutter Mobile Development:**
722
- - **Framework:** Flutter 3.35+ (beta), Dart 3.9+
723
- - **Architecture:** Clean Architecture with Feature-based structure
724
- - **State Management:** Cubit/BLoC pattern (preferred), Riverpod (alternative)
725
- - **Dependency Injection:** GetIt + Injectable
726
- - **Code Generation:** Freezed, Build Runner
727
- - **Backend Integration:** Firebase, Supabase, REST APIs, GraphQL
728
- - **Testing:** Unit Testing, Widget Testing, Integration Testing, Golden Tests
729
-
730
- **🔌 Flutter MCP Integration:**
731
- - **Dart MCP Server:** Automatisch konfiguriert für AI-Assistenten
732
- - **Hot Reload:** Via MCP für Live-Development
733
- - **Package Management:** pub.dev Integration via MCP
734
- - **Error Analysis:** Automatische Fehlererkennung via MCP
735
-
736
- **📦 Recommended Packages:**
737
- - **UI:** Material 3, Cupertino (iOS-style)
738
- - **Navigation:** go_router
739
- - **HTTP:** dio
740
- - **Local Storage:** shared_preferences, hive
741
- - **Image:** cached_network_image
742
- `
743
- : ""
744
- }
745
-
746
- ${
747
- this.config.techStack.platform === "web" ||
748
- this.config.techStack.platform === "fullstack"
749
- ? `
750
- **🌐 Web Development:**
751
- - **Framework:** React/Next.js, Vue/Nuxt, Angular
752
- - **UI Library:** shadcn/ui (preferred), v0.dev components, Material-UI, Chakra UI
753
- - **Styling:** Tailwind CSS, CSS-in-JS, SCSS
754
- - **AI Design:** v0.dev für Rapid Prototyping
755
-
756
- **🎨 shadcn/ui + v0.dev Integration:**
757
- - **Design System:** shadcn/ui als Basis-Komponenten
758
- - **AI-Generated Components:** v0.dev für schnelle UI-Erstellung
759
- - **Customization:** Tailwind CSS für individuelle Anpassungen
760
- - **Accessibility:** Radix-UI Primitives als Basis
761
- `
762
- : ""
763
- }
764
-
765
- ${
766
- this.config.projectType === "greenfield" && !this.config.techStack.isFlutter
767
- ? `
768
- **Backend:**
769
- - Runtime: Node.js, Python, Go
770
- - Framework: Express, FastAPI, Gin
771
- - Database: PostgreSQL, MongoDB, Redis
772
-
773
- **DevOps:**
774
- - Deployment: Vercel, Railway, AWS
775
- - CI/CD: GitHub Actions, GitLab CI
776
- - Monitoring: Sentry, LogRocket
777
- `
778
- : ""
779
- }
780
-
781
- ${
782
- this.config.projectType === "brownfield"
783
- ? `
784
- **Bestehende Technologien erweitern:**
785
- - Kompatibilität mit bestehender Code-Basis beachten
786
- - Minimale neue Dependencies
787
- - Schrittweise Migration wenn nötig
788
- `
789
- : ""
790
- }
791
-
792
- ### Design Patterns
793
- ${
794
- this.config.techStack.isFlutter
795
- ? `
796
- - **Clean Architecture** (Presentation → Domain → Data)
797
- - **Feature-based Structure** (/features/auth, /features/dashboard)
798
- - **Repository Pattern** für Datenaccess
799
- - **Cubit Pattern** für State Management
800
- - **SOLID Principles** anwenden
801
- `
802
- : `
803
- - **Architektur:** Clean Architecture, Hexagonal, MVC
804
- - **Code Style:** DRY, SOLID Principles, KISS
805
- ${
806
- this.config.techStack.hasUI
807
- ? "- **Design System:** shadcn/ui für konsistente UI"
808
- : ""
809
- }
810
- `
811
- }
812
-
813
- ### Testing & Quality
814
- ${
815
- this.config.techStack.isFlutter
816
- ? `
817
- - **Dart Analysis:** Very strict linting rules
818
- - **Flutter Lints:** Official Flutter linting package
819
- - **Testing:** Minimum 80% code coverage
820
- - **Golden Tests:** UI consistency tests
821
- - **Integration Tests:** End-to-end testing
822
- `
823
- : `
824
- - **Testing:** TDD/BDD, Unit + Integration Tests
825
- - **Documentation:** README-driven, Inline Comments
826
- - **Code Quality:** ESLint + Prettier (wenn applicable)
827
- ${
828
- this.config.techStack.hasUI
829
- ? "- **Component Testing:** Storybook für Component Documentation"
830
- : ""
831
- }
832
- `
833
- }
834
-
835
- ### AI-Integration & MCP
836
- ${
837
- this.config.techStack.isFlutter
838
- ? `
839
- - **Dart MCP Server:** Für direkten AI-Zugriff auf Flutter Tools
840
- - **Flutter DevTools:** MCP-basierte AI-Assistenz
841
- - **Package Discovery:** AI-gestützte pub.dev Suche
842
- - **Code Analysis:** Automatische Fehlererkennung und -behebung
843
- `
844
- : ""
845
- }
846
- ${
847
- this.config.techStack.hasUI && !this.config.techStack.isFlutter
848
- ? `
849
- - **v0.dev Integration:** AI-generierte UI-Komponenten
850
- - **shadcn/ui Library:** KI-optimierte Component Library
851
- - **Design Tokens:** Konsistente AI-generierte Designs
852
- `
853
- : ""
854
- }
855
-
856
- ### Coding Standards
857
- - **Naming:** ${
858
- this.config.techStack.isFlutter
859
- ? "lowerCamelCase für Variablen, PascalCase für Classes"
860
- : "camelCase für Variablen, PascalCase für Components"
861
- }
862
- - **Files:** ${
863
- this.config.techStack.isFlutter
864
- ? "snake_case für Dart Dateien"
865
- : "kebab-case für Dateien, PascalCase für Components"
866
- }
867
- - **Functions:** Kleine, fokussierte Funktionen (<50 Zeilen)
868
- - **Comments:** Erkläre WARUM, nicht WAS
869
-
870
- ### Präferenzen
871
- - **Performance:** Optimierung vor Abstraktion
872
- - **Security:** Security-by-Design
873
- - **Accessibility:** ${
874
- this.config.techStack.isFlutter
875
- ? "Flutter Accessibility Widget support"
876
- : "WCAG 2.1 AA Standard"
877
- }
878
- - **Mobile:** Mobile-First Approach
879
-
880
- ---
881
- *Platform: ${this.config.techStack.platform}*
882
- *MCP Configured: ${
883
- this.config.techStack.isFlutter ? "Dart MCP ✅" : "Standard"
884
- }*
885
- *Aktualisiert: ${new Date().toLocaleDateString("de-DE")}*
886
- `;
887
- }
888
-
889
- generatePRDTemplate() {
890
- return `# Product Requirements Document (PRD)
891
-
892
- ## Projekt: [PROJECT_NAME]
893
-
894
- ### 1. Problem Statement
895
- *Welches Problem lösen wir?*
896
-
897
- ### 2. Solution Overview
898
- *Wie lösen wir das Problem?*
899
-
900
- ### 3. Target Users
901
- *Wer sind unsere Zielgruppen?*
902
-
903
- ### 4. Functional Requirements (FRs)
904
- *Was muss das System können?*
905
-
906
- #### 4.1 Core Features
907
- - [ ] Feature 1
908
- - [ ] Feature 2
909
-
910
- #### 4.2 Advanced Features
911
- - [ ] Advanced Feature 1
912
- - [ ] Advanced Feature 2
913
-
914
- ### 5. Non-Functional Requirements (NFRs)
915
- *Wie gut muss das System funktionieren?*
916
-
917
- #### 5.1 Performance
918
- - Response Time: < 200ms
919
- - Throughput: [SPECIFY]
920
-
921
- #### 5.2 Security
922
- - Authentication: [METHOD]
923
- - Authorization: [RBAC/ABAC]
924
-
925
- #### 5.3 Scalability
926
- - Users: [NUMBER]
927
- - Data: [VOLUME]
928
-
929
- ### 6. User Stories & Epics
930
-
931
- #### Epic 1: [EPIC_NAME]
932
- - **Story 1.1:** Als [USER] möchte ich [ACTION] um [BENEFIT]
933
- - **Story 1.2:** Als [USER] möchte ich [ACTION] um [BENEFIT]
934
-
935
- #### Epic 2: [EPIC_NAME]
936
- - **Story 2.1:** Als [USER] möchte ich [ACTION] um [BENEFIT]
937
- - **Story 2.2:** Als [USER] möchte ich [ACTION] um [BENEFIT]
938
-
939
- ### 7. Success Metrics
940
- *Wie messen wir Erfolg?*
941
-
942
- - Metric 1: [DEFINITION]
943
- - Metric 2: [DEFINITION]
944
-
945
- ---
946
- *Erstellt mit Appiq Solution - Built with ❤️ based on Bmad-Method*
947
- `;
948
- }
949
-
950
- generateArchitectureTemplate() {
951
- return `# System Architecture
952
-
953
- ## Projekt: [PROJECT_NAME]
954
-
955
- ### 1. Architecture Overview
956
- *High-level Systemübersicht*
957
-
958
- ### 2. Technology Stack
959
-
960
- #### Frontend
961
- - Framework: [FRAMEWORK]
962
- - State Management: [STATE_MANAGEMENT]
963
- - Styling: [STYLING_SOLUTION]
964
-
965
- #### Backend
966
- - Runtime: [RUNTIME]
967
- - Framework: [FRAMEWORK]
968
- - Database: [DATABASE]
969
-
970
- #### Infrastructure
971
- - Hosting: [HOSTING_PLATFORM]
972
- - CI/CD: [CI_CD_SOLUTION]
973
-
974
- ### 3. System Components
975
-
976
- #### 3.1 Frontend Components
977
- - Component Library
978
- - State Management
979
- - Routing
980
- - API Layer
981
-
982
- #### 3.2 Backend Services
983
- - API Layer
984
- - Business Logic
985
- - Data Access Layer
986
- - External Integrations
987
-
988
- ### 4. Data Models
989
-
990
- #### User Model
991
- \`\`\`
992
- {
993
- id: string
994
- email: string
995
- name: string
996
- createdAt: Date
997
- }
998
- \`\`\`
999
-
1000
- ### 5. API Design
1001
-
1002
- #### Authentication
1003
- - POST /api/auth/login
1004
- - POST /api/auth/register
1005
- - POST /api/auth/logout
1006
-
1007
- #### Core Resources
1008
- - GET /api/[resource]
1009
- - POST /api/[resource]
1010
- - PUT /api/[resource]/:id
1011
- - DELETE /api/[resource]/:id
1012
-
1013
- ### 6. Security Considerations
1014
- - Authentication Strategy
1015
- - Authorization Model
1016
- - Data Validation
1017
- - Rate Limiting
1018
-
1019
- ### 7. Performance Considerations
1020
- - Caching Strategy
1021
- - Database Optimization
1022
- - CDN Usage
1023
- - Lazy Loading
1024
-
1025
- ### 8. Deployment Architecture
1026
- - Development Environment
1027
- - Staging Environment
1028
- - Production Environment
1029
-
1030
- ---
1031
- *Erstellt mit Appiq Solution - Built with ❤️ based on Bmad-Method*
1032
- `;
1033
- }
1034
-
1035
- generateStoryTemplate() {
1036
- return `# User Story: [STORY_TITLE]
1037
-
1038
- ## Story Details
1039
- **Als** [USER_TYPE]
1040
- **möchte ich** [ACTION]
1041
- **um** [BENEFIT]
1042
-
1043
- ## Acceptance Criteria
1044
- - [ ] Criterion 1
1045
- - [ ] Criterion 2
1046
- - [ ] Criterion 3
1047
-
1048
- ## Technical Tasks
1049
- - [ ] Task 1: [DESCRIPTION]
1050
- - [ ] Task 2: [DESCRIPTION]
1051
- - [ ] Task 3: [DESCRIPTION]
1052
-
1053
- ## Definition of Done
1054
- - [ ] Code implemented and tested
1055
- - [ ] Unit tests written and passing
1056
- - [ ] Integration tests passing
1057
- - [ ] Code reviewed and approved
1058
- - [ ] Documentation updated
1059
- - [ ] Deployed to staging
1060
- - [ ] User acceptance testing completed
1061
-
1062
- ## Dependencies
1063
- - [ ] Dependency 1
1064
- - [ ] Dependency 2
1065
-
1066
- ## Estimation
1067
- **Story Points:** [POINTS]
1068
- **Estimated Hours:** [HOURS]
1069
-
1070
- ## Notes
1071
- *Zusätzliche Notizen und Überlegungen*
1072
-
1073
- ---
1074
- **Sprint:** [SPRINT_NUMBER]
1075
- **Assigned to:** [DEVELOPER]
1076
- **Status:** [TODO/IN_PROGRESS/REVIEW/DONE]
1077
-
1078
- ---
1079
- *Erstellt mit Appiq Solution - Built with ❤️ based on Bmad-Method*
1080
- `;
1081
- }
1082
-
1083
- generateInitialPRD() {
1084
- const { projectName, projectIdea, targetUsers, projectType } = this.config;
1085
-
1086
- return `# Product Requirements Document (PRD)
1087
-
1088
- ## Projekt: ${projectName}
1089
-
1090
- ### 1. Problem Statement
1091
- ${projectIdea}
1092
-
1093
- ### 2. Target Users
1094
- ${targetUsers}
1095
-
1096
- ### 3. Project Type
1097
- ${
1098
- projectType === "greenfield"
1099
- ? "✨ Greenfield (Neues Projekt)"
1100
- : "🔧 Brownfield (Bestehendes Projekt)"
1101
- }
1102
-
1103
- ### 4. Functional Requirements (FRs)
1104
- *Diese Sektion wird durch den PM Agent vervollständigt*
1105
-
1106
- #### 4.1 Core Features
1107
- - [ ] Feature wird durch PM definiert
1108
-
1109
- ### 5. Non-Functional Requirements (NFRs)
1110
- *Diese Sektion wird durch den Architect Agent vervollständigt*
1111
-
1112
- ### 6. User Stories & Epics
1113
- *Diese Sektion wird durch den Story Master Agent vervollständigt*
1114
-
1115
- ---
1116
- **Status:** 📋 Planning Phase Complete - Ready for PM Agent
1117
- **Nächster Schritt:** PM Agent für detaillierte Requirements
1118
- **Created:** ${new Date().toLocaleDateString("de-DE")}
1119
-
1120
- ---
1121
- *Erstellt mit Appiq Solution - Built with ❤️ based on Bmad-Method*
1122
- `;
1123
- }
1124
-
1125
- generateBMADKnowledgeBase() {
1126
- return `# BMAD Knowledge Base
1127
-
1128
- ## The BMad Planning + Execution Workflow
1129
-
1130
- ### Planning Workflow (Web UI or Powerful IDE Agents)
1131
- 1. **Analyst** (Optional): Market Research, Competitor Analysis, Project Brief
1132
- 2. **PM**: Create PRD from Brief with FRs, NFRs, Epics & Stories
1133
- 3. **UX Expert** (Optional): Create Front End Spec, Generate UI Prompts
1134
- 4. **Architect**: Create Architecture from PRD + UX Spec
1135
- 5. **PO**: Run Master Checklist, validate document alignment
1136
-
1137
- ### Critical Transition: Web UI → IDE
1138
- - Copy documents to project (docs/prd.md, docs/architecture.md)
1139
- - Switch to IDE
1140
- - **PO**: Shard Documents (CRITICAL STEP)
1141
- - Begin Development Cycle
1142
-
1143
- ### Core Development Cycle (IDE)
1144
- 1. **SM**: Review previous story dev/QA notes
1145
- 2. **SM**: Draft next story from sharded epic + architecture
1146
- 3. **PO**: Validate story draft (optional)
1147
- 4. **User Approval** of story
1148
- 5. **Dev**: Sequential task execution, implement tasks + tests
1149
- 6. **Dev**: Run all validations, mark ready for review
1150
- 7. **User Verification**: Request QA or approve
1151
- 8. **QA**: Senior dev review + active refactoring (if requested)
1152
- 9. **IMPORTANT**: Verify all regression tests and linting pass
1153
- 10. **IMPORTANT**: COMMIT CHANGES BEFORE PROCEEDING
1154
- 11. Mark story as done, loop back to SM
1155
-
1156
- ### Key Principles
1157
- - **Document Sharding**: Critical step after planning phase
1158
- - **Context Management**: Keep files lean and focused
1159
- - **Commit Regularly**: Save work frequently, especially after QA
1160
- - **Agent Selection**: Use appropriate agent for each task
1161
- - **Dependencies**: Each agent loads only what it needs
1162
-
1163
- ### Special Agents
1164
- - **BMad-Master**: Can do any task except story implementation
1165
- - **BMad-Orchestrator**: Heavy-weight agent for web bundles only
1166
-
1167
- ### Technical Configuration
1168
- - **core-config.yaml**: devLoadAlwaysFiles configuration
1169
- - **technical-preferences.md**: Bias PM/Architect recommendations
1170
- - **Dependencies**: templates, tasks, data for each agent
1171
-
1172
- ---
1173
- *Built with ❤️ based on Bmad-Method*
1174
- `;
1175
- }
1176
-
1177
- generateCreateDocTask() {
1178
- return `# Create Document Task
1179
-
1180
- ## Purpose
1181
- Create structured documents following BMAD templates and standards.
1182
-
1183
- ## Usage
1184
- This task helps agents create consistent, well-structured documents.
1185
-
1186
- ## Process
1187
- 1. **Identify Document Type**: PRD, Architecture, Story, etc.
1188
- 2. **Load Template**: Use appropriate template from templates/
1189
- 3. **Gather Requirements**: Collect all necessary information
1190
- 4. **Fill Template**: Replace placeholders with actual content
1191
- 5. **Validate Structure**: Ensure all sections are complete
1192
- 6. **Save Document**: Store in correct location (docs/)
1193
-
1194
- ## Templates Available
1195
- - prd-template.md
1196
- - architecture-template.md
1197
- - story-template.md
1198
-
1199
- ## Best Practices
1200
- - Follow template structure exactly
1201
- - Replace ALL placeholders
1202
- - Include creation date and status
1203
- - Link to related documents
1204
- - Use consistent formatting
1205
-
1206
- ## Output Location
1207
- - PRD: docs/prd.md
1208
- - Architecture: docs/architecture.md
1209
- - Stories: docs/stories/[story-name].md
1210
-
1211
- ---
1212
- *Built with ❤️ based on Bmad-Method*
1213
- `;
1214
- }
1215
-
1216
- generateShardDocTask() {
1217
- return `# Document Sharding Task
1218
-
1219
- ## Purpose
1220
- **CRITICAL STEP**: Break down large documents into focused, manageable pieces for agents.
1221
-
1222
- ## When to Use
1223
- - After planning phase completion
1224
- - Before beginning development cycle
1225
- - When switching from Web UI to IDE
1226
-
1227
- ## Process
1228
- 1. **Identify Source Document**: Usually PRD or Architecture
1229
- 2. **Analyze Structure**: Find natural breaking points
1230
- 3. **Create Focused Files**: Each file serves one purpose
1231
- 4. **Maintain References**: Link shards together
1232
- 5. **Update devLoadAlwaysFiles**: Configure core-config.yaml
1233
-
1234
- ## Sharding Strategy
1235
-
1236
- ### PRD Sharding
1237
- - **Core Requirements**: docs/requirements/core.md
1238
- - **User Stories**: docs/stories/ (individual files)
1239
- - **Success Metrics**: docs/metrics.md
1240
-
1241
- ### Architecture Sharding
1242
- - **Tech Stack**: docs/architecture/tech-stack.md
1243
- - **Coding Standards**: docs/architecture/coding-standards.md
1244
- - **Project Structure**: docs/architecture/project-structure.md
1245
- - **API Design**: docs/architecture/api-design.md
1246
- - **Data Models**: docs/architecture/data-models.md
1247
-
1248
- ## Critical Points
1249
- - **Lean Files**: Each shard should be focused and minimal
1250
- - **Dev Context**: Sharded files go into devLoadAlwaysFiles
1251
- - **Agent Performance**: Smaller context = better performance
1252
- - **Maintainability**: Easier to update specific aspects
1253
-
1254
- ## Post-Sharding
1255
- 1. Update core-config.yaml devLoadAlwaysFiles
1256
- 2. Verify all shards are accessible
1257
- 3. Test agent context loading
1258
- 4. Begin development cycle
1259
-
1260
- ---
1261
- *Built with ❤️ based on Bmad-Method*
1262
- `;
1263
- }
1264
-
1265
- generateValidateStoryTask() {
1266
- return `# Validate Story Task
1267
-
1268
- ## Purpose
1269
- Ensure user stories align with PRD, architecture, and project goals.
1270
-
1271
- ## When to Use
1272
- - Before story implementation begins
1273
- - When SM drafts new stories
1274
- - When stories are modified
1275
-
1276
- ## Validation Checklist
1277
-
1278
- ### Story Structure
1279
- - [ ] Clear user role defined
1280
- - [ ] Specific action described
1281
- - [ ] Business value stated
1282
- - [ ] Acceptance criteria present
1283
-
1284
- ### Technical Alignment
1285
- - [ ] Aligns with architecture decisions
1286
- - [ ] Fits within tech stack constraints
1287
- - [ ] Dependencies identified
1288
- - [ ] Implementation feasible
1289
-
1290
- ### Business Alignment
1291
- - [ ] Supports PRD objectives
1292
- - [ ] Addresses user needs
1293
- - [ ] Measurable outcomes
1294
- - [ ] Priority justified
1295
-
1296
- ### Quality Gates
1297
- - [ ] Testable acceptance criteria
1298
- - [ ] Definition of done complete
1299
- - [ ] Effort estimation reasonable
1300
- - [ ] Risk assessment done
1301
-
1302
- ## Process
1303
- 1. **Load References**: PRD, Architecture, related stories
1304
- 2. **Check Structure**: Verify story template compliance
1305
- 3. **Validate Alignment**: Against PRD and architecture
1306
- 4. **Assess Dependencies**: Identify blockers or prerequisites
1307
- 5. **Review Quality**: Ensure story is ready for development
1308
- 6. **Provide Feedback**: Clear recommendations for improvements
1309
-
1310
- ## Common Issues
1311
- - Vague acceptance criteria
1312
- - Missing technical dependencies
1313
- - Misalignment with architecture
1314
- - Unrealistic scope or effort
1315
-
1316
- ## Output
1317
- - **Validation Status**: Pass/Fail with reasons
1318
- - **Recommendations**: Specific improvements needed
1319
- - **Dependencies**: List of prerequisites
1320
- - **Risk Assessment**: Potential implementation challenges
1321
-
1322
- ---
1323
- *Built with ❤️ based on Bmad-Method*
1324
- `;
1325
- }
1326
-
1327
- async addFlutterAgents() {
1328
- console.log(chalk.cyan(" 📱 Adding Flutter-specific agents..."));
1329
-
1330
- const agentsDir = path.join(this.appiqPath, "agents");
1331
- const flutterExpansionPath = path.join(
1332
- __dirname,
1333
- "..",
1334
- "expansion-packs",
1335
- "bmad-flutter-mobile-dev",
1336
- "agents"
1337
- );
1338
-
1339
- // Check if Flutter expansion pack exists
1340
- if (!fs.existsSync(flutterExpansionPath)) {
1341
- console.log(
1342
- chalk.yellow(
1343
- " ⚠️ Flutter expansion pack not found - creating basic Flutter agents"
1344
- )
1345
- );
1346
- await this.createBasicFlutterAgents();
1347
- return;
1348
- }
1349
-
1350
- // Copy Flutter agents from expansion pack
1351
- const flutterAgents = [
1352
- "flutter-ui-agent.md",
1353
- "flutter-cubit-agent.md",
1354
- "flutter-data-agent.md",
1355
- "flutter-domain-agent.md",
1356
- "shared-components-agent.md",
1357
- ];
1358
-
1359
- for (const agentFile of flutterAgents) {
1360
- const sourcePath = path.join(flutterExpansionPath, agentFile);
1361
- const targetPath = path.join(agentsDir, agentFile);
1362
-
1363
- if (fs.existsSync(sourcePath)) {
1364
- fs.copyFileSync(sourcePath, targetPath);
1365
- console.log(chalk.green(` ✅ ${agentFile} hinzugefügt`));
1366
- }
1367
- }
1368
-
1369
- // Create Flutter-specific data files
1370
- const dataDir = path.join(this.appiqPath, "data");
1371
- const flutterDataPath = path.join(
1372
- __dirname,
1373
- "..",
1374
- "expansion-packs",
1375
- "bmad-flutter-mobile-dev",
1376
- "data"
1377
- );
1378
-
1379
- if (
1380
- fs.existsSync(
1381
- path.join(flutterDataPath, "flutter-development-guidelines.md")
1382
- )
1383
- ) {
1384
- fs.copyFileSync(
1385
- path.join(flutterDataPath, "flutter-development-guidelines.md"),
1386
- path.join(dataDir, "flutter-development-guidelines.md")
1387
- );
1388
- console.log(
1389
- chalk.green(" ✅ Flutter development guidelines hinzugefügt")
1390
- );
1391
- }
1392
- }
1393
-
1394
- async createBasicFlutterAgents() {
1395
- console.log(chalk.gray(" 🔨 Creating basic Flutter agents..."));
1396
-
1397
- const agentsDir = path.join(this.appiqPath, "agents");
1398
-
1399
- // Basic Flutter UI Agent
1400
- const flutterUIAgent = this.generateBasicFlutterUIAgent();
1401
- fs.writeFileSync(
1402
- path.join(agentsDir, "flutter-ui-agent.md"),
1403
- flutterUIAgent
1404
- );
1405
-
1406
- // Basic Flutter State Management Agent
1407
- const flutterStateAgent = this.generateBasicFlutterStateAgent();
1408
- fs.writeFileSync(
1409
- path.join(agentsDir, "flutter-cubit-agent.md"),
1410
- flutterStateAgent
1411
- );
1412
-
1413
- console.log(chalk.green(" ✅ Basic Flutter agents created"));
1414
- }
1415
-
1416
- generateBasicFlutterUIAgent() {
1417
- return `# Flutter UI Agent
1418
-
1419
- Du bist ein spezialisierter Flutter UI Agent, der sich auf die Erstellung von benutzerfreundlichen und responsive Mobile UI-Komponenten fokussiert.
1420
-
1421
- ## Rolle & Verantwortung
1422
-
1423
- - **UI Design & Implementation:** Erstelle schöne, Material 3 konforme Flutter UIs
1424
- - **Widget Composition:** Verwende effiziente Widget-Hierarchien
1425
- - **Responsive Design:** Sichere Kompatibilität für verschiedene Bildschirmgrößen
1426
- - **Accessibility:** Implementiere barrierefreie UI-Komponenten
1427
-
1428
- ## Expertise
1429
-
1430
- ### Flutter UI Frameworks
1431
- - **Material 3:** Modernes Material Design
1432
- - **Cupertino:** iOS-native Looks
1433
- - **Custom Widgets:** Individuelle UI-Komponenten
1434
-
1435
- ### Best Practices
1436
- - **Widget Keys:** Für Testability und Performance
1437
- - **Const Constructors:** Memory-Optimierung
1438
- - **Build Method Optimization:** Verhindere unnecessary rebuilds
1439
- - **Theme Integration:** Konsistente Design Systems
1440
-
1441
- ## Tech Stack Integration
1442
-
1443
- **Platform:** ${this.config.techStack.platform}
1444
- **MCP:** ${this.config.techStack.isFlutter ? "Dart MCP Server ✅" : "Standard"}
1445
-
1446
- ### Dart MCP Tools
1447
- - Hot Reload via MCP
1448
- - Widget Inspection via AI
1449
- - pub.dev Package Discovery
1450
- - Runtime Error Analysis
1451
-
1452
- ## Workflow Integration
1453
-
1454
- **Planning Phase:** Arbeite mit UX Expert an UI Specs
1455
- **Development Phase:** Implementiere UI basierend auf Cubit State
1456
- **Testing Phase:** Golden Tests für UI Consistency
1457
-
1458
- ---
1459
- *Built with ❤️ based on Bmad-Method*
1460
- *Flutter Clean Architecture + Dart MCP Integration*
1461
- `;
1462
- }
1463
-
1464
- generateBasicFlutterStateAgent() {
1465
- return `# Flutter Cubit State Management Agent
1466
-
1467
- Du bist ein spezialisierter Flutter State Management Agent mit Fokus auf Cubit/BLoC Pattern und Clean Architecture.
1468
-
1469
- ## Rolle & Verantwortung
1470
-
1471
- - **State Management:** Implementiere Cubit/BLoC Pattern
1472
- - **Clean Architecture:** Separation of Concerns (Presentation → Domain → Data)
1473
- - **Dependency Injection:** GetIt + Injectable Setup
1474
- - **Event Handling:** User Interactions und API Calls
1475
-
1476
- ## Expertise
1477
-
1478
- ### State Management
1479
- - **Cubit:** Simple State Management für UI
1480
- - **BLoC:** Complex Business Logic mit Events
1481
- - **Riverpod:** Alternative State Management (if needed)
1482
-
1483
- ### Architecture Patterns
1484
- - **Clean Architecture:** Feature-based Structure
1485
- - **Repository Pattern:** Data Access Layer
1486
- - **Use Cases:** Business Logic Layer
1487
- - **Dependency Injection:** Loose Coupling
1488
-
1489
- ## Tech Stack Integration
1490
-
1491
- **Platform:** ${this.config.techStack.platform}
1492
- **MCP:** ${this.config.techStack.isFlutter ? "Dart MCP Server ✅" : "Standard"}
1493
-
1494
- ### Code Generation
1495
- - **Freezed:** Immutable Data Classes
1496
- - **Injectable:** Dependency Injection Setup
1497
- - **Build Runner:** Code Generation Pipeline
1498
-
1499
- ## Workflow Integration
1500
-
1501
- **Planning Phase:** Definiere State Structure mit Domain Agent
1502
- **Development Phase:** Implementiere Business Logic
1503
- **Testing Phase:** Unit Tests für Cubits und Use Cases
1504
-
1505
- ---
1506
- *Built with ❤️ based on Bmad-Method*
1507
- *Flutter Clean Architecture + Dart MCP Integration*
1508
- `;
1509
- }
1510
-
1511
- async updateAgentsWithDependencies() {
1512
- console.log(chalk.gray(" 🔗 Updating agents with BMAD dependencies..."));
1513
-
1514
- const agentsDir = path.join(this.appiqPath, "agents");
1515
- const agents = fs.readdirSync(agentsDir);
1516
-
1517
- for (const agentFile of agents) {
1518
- const agentPath = path.join(agentsDir, agentFile);
1519
- let content = fs.readFileSync(agentPath, "utf8");
1520
-
1521
- // Add BMAD dependencies section to each agent
1522
- const dependenciesSection = `
1523
-
1524
- ## 🔗 BMAD Dependencies
1525
-
1526
- ### Templates
1527
- - prd-template.md
1528
- - architecture-template.md
1529
- - story-template.md
1530
-
1531
- ### Tasks
1532
- - create-doc.md
1533
- - shard-doc.md
1534
- - validate-story.md
1535
-
1536
- ### Data
1537
- - bmad-kb.md
1538
- - technical-preferences.md
1539
-
1540
- ### Configuration
1541
- - core-config.yaml (devLoadAlwaysFiles)
1542
-
1543
- ## 🎯 BMAD Workflow Integration
1544
-
1545
- **Planning Phase:** Web UI → IDE Transition → Document Sharding
1546
- **Development Phase:** SM → PO → Dev → QA → Loop
1547
- **Critical Points:** Commit before proceeding, verify tests passing
1548
-
1549
- `;
1550
-
1551
- // Add MCP integration section
1552
- const mcpSection = this.generateMCPAgentSection(agentFile);
1553
-
1554
- // Add dependencies and MCP section before the final line
1555
- const lines = content.split("\n");
1556
- const lastLine = lines.pop(); // Remove last line
1557
- lines.push(dependenciesSection);
1558
- lines.push(mcpSection);
1559
- lines.push(lastLine); // Add last line back
1560
-
1561
- fs.writeFileSync(agentPath, lines.join("\n"));
1562
- }
1563
- }
1564
-
1565
- generateMCPAgentSection(agentFile) {
1566
- // Bestimme Agent-Typ basierend auf Dateiname
1567
- const agentName = agentFile.replace('.md', '').toLowerCase();
1568
-
1569
- // Bestimme welche MCPs für diesen Agent relevant sind
1570
- const relevantMCPs = Object.keys(MCP_SERVERS).filter(mcpKey => {
1571
- const server = MCP_SERVERS[mcpKey];
1572
- return server.tags.includes('all') ||
1573
- server.tags.some(tag => agentName.includes(tag)) ||
1574
- (agentName.includes('architect') && server.tags.includes('architect')) ||
1575
- (agentName.includes('pm') && server.tags.includes('pm')) ||
1576
- (agentName.includes('qa') && server.tags.includes('qa')) ||
1577
- (agentName.includes('dev') && server.tags.includes('dev')) ||
1578
- (agentName.includes('ux') && server.tags.includes('ux-expert')) ||
1579
- (agentName.includes('flutter') && server.tags.includes('flutter')) ||
1580
- ((agentName.includes('web') || agentName.includes('ui')) && server.tags.includes('ui'));
1581
- });
1582
-
1583
- if (relevantMCPs.length === 0) {
1584
- return '';
1585
- }
1586
-
1587
- let section = `\n## 🔌 MCP Server Integration\n\nDu hast Zugriff auf folgende MCP Server, um deine Fähigkeiten zu erweitern:\n\n`;
1588
-
1589
- relevantMCPs.forEach(mcpKey => {
1590
- const server = MCP_SERVERS[mcpKey];
1591
- section += `- **${server.name}:** ${server.description}\n`;
1592
- });
1593
-
1594
- section += `\n**Beispiel-Anwendung:**\n`;
1595
-
1596
- // Spezifische Beispiele basierend auf Agent-Typ
1597
- if (agentName.includes('flutter')) {
1598
- section += `- "Nutze den Dart MCP, um mein Flutter Widget zu analysieren."\n`;
1599
- section += `- "Verwende den 21st.dev Magic MCP, um eine neue UI-Komponente zu erstellen."\n`;
1600
- } else if (agentName.includes('architect')) {
1601
- section += `- "Nutze den Context7 MCP, um die neueste Dokumentation für React Hooks zu finden."\n`;
1602
- section += `- "Verwende Sequential Thinking MCP für die komplexe Architektur-Planung."\n`;
1603
- } else if (agentName.includes('qa')) {
1604
- section += `- "Nutze den Puppeteer MCP, um automatisierte Browser-Tests zu erstellen."\n`;
1605
- } else if (agentName.includes('dev')) {
1606
- section += `- "Verwende den Firebase MCP, um Firestore-Daten abzurufen."\n`;
1607
- section += `- "Nutze den Supabase MCP für Datenbankoperationen."\n`;
1608
- } else {
1609
- section += `- "Nutze den Context7 MCP für aktuelle Dokumentation."\n`;
1610
- section += `- "Verwende Sequential Thinking MCP für komplexe Problemlösungen."\n`;
1611
- }
1612
-
1613
- section += `\n**Wichtig:** Die MCPs müssen in deiner IDE konfiguriert sein. Siehe mcp-setup-instructions.md für Details.\n`;
1614
-
1615
- return section;
1616
- }
1617
-
1618
- generateBMADOrchestration(config) {
1619
- return `# BMAD Full Orchestration
1620
- # Built with ❤️ based on Bmad-Method
1621
-
1622
- project:
1623
- name: ${this.config.projectName}
1624
- type: ${this.config.projectType}
1625
- plan_approved: ${this.config.planApproved}
1626
- created: ${new Date().toISOString()}
1627
-
1628
- # BMAD Planning Phase (Web UI/Powerful IDE)
1629
- planning_phase:
1630
- workflow: ${config.planningPhase.workflow}
1631
- agents:
1632
- ${config.planningPhase.agents.map((agent) => ` - ${agent}`).join("\n")}
1633
-
1634
- flow:
1635
- 1: "analyst → research & project brief (optional)"
1636
- 2: "pm → create PRD from brief"
1637
- 3: "ux-expert → create frontend spec (optional)"
1638
- 4: "architect → create architecture from PRD + UX"
1639
- 5: "po → run master checklist & validate alignment"
1640
-
1641
- # Critical Transition: Web UI → IDE
1642
- transition:
1643
- type: ${config.transitions.planningToIDE}
1644
- requirements:
1645
- - "Copy docs/prd.md and docs/architecture.md to project"
1646
- - "Switch to IDE"
1647
- - "PO: Shard documents (CRITICAL)"
1648
- - "Update core-config.yaml devLoadAlwaysFiles"
1649
-
1650
- # BMAD Development Phase (IDE Only)
1651
- development_phase:
1652
- workflow: ${config.developmentPhase.workflow}
1653
- agents:
1654
- ${config.developmentPhase.agents.map((agent) => ` - ${agent}`).join("\n")}
1655
-
1656
- cycle:
1657
- 1: "sm → review previous story dev/QA notes"
1658
- 2: "sm → draft next story from sharded epic + architecture"
1659
- 3: "po → validate story draft (optional)"
1660
- 4: "user → approve story"
1661
- 5: "dev → sequential task execution + implementation"
1662
- 6: "dev → run all validations, mark ready for review"
1663
- 7: "user → verify (request QA or approve)"
1664
- 8: "qa → senior dev review + active refactoring (if requested)"
1665
- 9: "CRITICAL → verify regression tests + linting pass"
1666
- 10: "CRITICAL → COMMIT CHANGES BEFORE PROCEEDING"
1667
- 11: "mark story done → loop back to sm"
1668
-
1669
- # Critical Commit Points
1670
- commit_points:
1671
- ${config.transitions.criticalCommitPoints
1672
- .map((point) => ` - ${point}`)
1673
- .join("\n")}
1674
-
1675
- # IDE Integration
1676
- ides:
1677
- ${this.config.selectedIDEs
1678
- .map(
1679
- (ide) => ` - name: ${this.getIDEName(ide)}
1680
- config_path: ${this.getIDEConfig(ide).dir}
1681
- file_format: ${this.getIDEConfig(ide).suffix}`
1682
- )
1683
- .join("\n")}
1684
-
1685
- # Context Management
1686
- context:
1687
- dev_always_files:
1688
- - docs/architecture/coding-standards.md
1689
- - docs/architecture/tech-stack.md
1690
- - docs/architecture/project-structure.md
1691
-
1692
- agent_dependencies:
1693
- templates: ["prd-template.md", "architecture-template.md", "story-template.md"]
1694
- tasks: ["create-doc.md", "shard-doc.md", "validate-story.md"]
1695
- data: ["bmad-kb.md", "technical-preferences.md"]
1696
-
1697
- ---
1698
- *Powered by Appiq Solution - Built with ❤️ based on Bmad-Method*
1699
- `;
1700
- }
1701
-
1702
- generatePlanningWorkflow() {
1703
- return `# BMAD Planning Workflow
1704
-
1705
- ## Übersicht
1706
- Die Planungsphase folgt einem strukturierten Workflow, idealerweise in Web UI für Kosteneffizienz.
1707
-
1708
- ## Planning Flow
1709
-
1710
- ### 1. Start: Projektidee
1711
- - Grundlegendes Konzept definiert
1712
- - Problem identifiziert
1713
-
1714
- ### 2. Analyst (Optional)
1715
- **Brainstorming:**
1716
- - Marktforschung
1717
- - Konkurrenzanalyse
1718
- - Projekt Brief erstellen
1719
-
1720
- ### 3. Project Manager (PM)
1721
- **PRD Erstellung:**
1722
- - PRD aus Brief erstellen (Fast Track)
1723
- - ODER interaktive PRD Erstellung (mehr Fragen)
1724
- - Functional Requirements (FRs)
1725
- - Non-Functional Requirements (NFRs)
1726
- - Epics & Stories definieren
1727
-
1728
- ### 4. UX Expert (Optional)
1729
- **Frontend Specification:**
1730
- - Frontend Spec erstellen
1731
- - UI Prompts für Lovable/V0 generieren (optional)
1732
-
1733
- ### 5. System Architect
1734
- **Architektur Design:**
1735
- - Architektur aus PRD erstellen
1736
- - ODER aus PRD + UX Spec erstellen
1737
- - Tech Stack definieren
1738
- - System Components planen
1739
-
1740
- ### 6. Product Owner (PO)
1741
- **Master Checklist:**
1742
- - Dokumenten-Alignment prüfen
1743
- - Epics & Stories aktualisieren (falls nötig)
1744
- - PRD/Architektur anpassen (falls nötig)
1745
-
1746
- ## Kritischer Übergang: Web UI → IDE
1747
-
1748
- ### ⚠️ WICHTIG: Transition Point
1749
- Sobald PO Dokumenten-Alignment bestätigt:
1750
-
1751
- 1. **Dokumente kopieren**: docs/prd.md und docs/architecture.md
1752
- 2. **IDE wechseln**: Projekt in bevorzugter Agentic IDE öffnen
1753
- 3. **Document Sharding**: PO Agent zum Shard der Dokumente verwenden
1754
- 4. **Development beginnen**: Core Development Cycle starten
1755
-
1756
- ## Qualitäts-Gates
1757
-
1758
- ### Planning Complete Criteria
1759
- - [ ] PRD vollständig und genehmigt
1760
- - [ ] Architektur vollständig und genehmigt
1761
- - [ ] UX Spec (falls erforderlich) genehmigt
1762
- - [ ] Alle Dokumente sind aligned
1763
- - [ ] Epics und Stories definiert
1764
- - [ ] Übergang zu IDE vorbereitet
1765
-
1766
- ## Nächste Schritte
1767
- Nach Planning Complete → **Document Sharding** → **Development Cycle**
1768
-
1769
- ---
1770
- *Built with ❤️ based on Bmad-Method*
1771
- `;
1772
- }
1773
-
1774
- generateDevelopmentCycle() {
1775
- return `# BMAD Core Development Cycle
1776
-
1777
- ## Übersicht
1778
- Strukturierter Entwicklungsworkflow in der IDE nach abgeschlossener Planungsphase.
1779
-
1780
- ## Voraussetzungen
1781
- - ✅ Planning Phase abgeschlossen
1782
- - ✅ Dokumente in Projekt kopiert (docs/prd.md, docs/architecture.md)
1783
- - ✅ **Document Sharding** durch PO Agent durchgeführt
1784
- - ✅ IDE-Setup komplett
1785
-
1786
- ## Development Cycle Flow
1787
-
1788
- ### 1. Scrum Master (SM)
1789
- **Story Vorbereitung:**
1790
- - Review previous story dev/QA notes
1791
- - Draft next story from sharded epic + architecture
1792
- - Berücksichtigt technical dependencies
1793
- - Erstellt realistische task breakdown
1794
-
1795
- ### 2. Product Owner (PO) - Optional
1796
- **Story Validation:**
1797
- - Validate story draft against artifacts
1798
- - Überprüft alignment mit PRD
1799
- - Bestätigt business value
1800
- - Kann übersprungen werden bei erfahrenen Teams
1801
-
1802
- ### 3. User Approval
1803
- **Story Freigabe:**
1804
- - ✅ **Approved**: Weiter zu Development
1805
- - ❌ **Needs Changes**: Zurück zu SM für Anpassungen
1806
-
1807
- ### 4. Developer (Dev)
1808
- **Implementation:**
1809
- - Sequential task execution
1810
- - Implement tasks + tests
1811
- - Run all validations
1812
- - Mark ready for review + add notes
1813
- - Dokumentiert implementation decisions
1814
-
1815
- ### 5. User Verification
1816
- **Review Decision:**
1817
- - 🔍 **Request QA Review**: Weiter zu QA Agent
1818
- - ✅ **Approve Without QA**: Direkt zu Final Checks
1819
- - ❌ **Needs Fixes**: Zurück zu Dev
1820
-
1821
- ### 6. QA Agent (Optional)
1822
- **Quality Assurance:**
1823
- - Senior dev review + active refactoring
1824
- - Review code, refactor, add tests
1825
- - Document notes and improvements
1826
- - **Decision**: Needs Dev Work OR Approved
1827
-
1828
- ### 7. Final Checks - ⚠️ CRITICAL
1829
- **Vor dem Abschluss:**
1830
- - ✅ Verify ALL regression tests passing
1831
- - ✅ Verify ALL linting passing
1832
- - ✅ Code review completed (if QA was used)
1833
- - ✅ Documentation updated
1834
-
1835
- ### 8. Commit - ⚠️ SUPER CRITICAL
1836
- **WICHTIG: COMMIT YOUR CHANGES BEFORE PROCEEDING!**
1837
- - Git add & commit all changes
1838
- - Include meaningful commit message
1839
- - Push to repository
1840
-
1841
- ### 9. Story Complete
1842
- **Mark als Done:**
1843
- - Story status → DONE
1844
- - Loop back to SM for next story
1845
-
1846
- ## Critical Points
1847
-
1848
- ### ⚠️ Commit Points
1849
- - **After QA Approval**: Always commit before marking done
1850
- - **Before Next Story**: Clean state for next iteration
1851
-
1852
- ### 🎯 Quality Gates
1853
- - All tests passing
1854
- - Linting clean
1855
- - Code reviewed (if QA used)
1856
- - Documentation current
1857
-
1858
- ### 📊 Context Management
1859
- - Keep relevant files only in context
1860
- - Use sharded documents
1861
- - Maintain lean, focused files
1862
-
1863
- ## Best Practices
1864
- - **Small Stories**: Keep stories manageable (< 1 week)
1865
- - **Regular Commits**: Commit frequently during development
1866
- - **Test First**: Write tests before or with implementation
1867
- - **Document Decisions**: Record architectural decisions
1868
-
1869
- ---
1870
- *Built with ❤️ based on Bmad-Method*
1871
- `;
1872
- }
1873
-
1874
- generateDocumentSharding() {
1875
- return `# Document Sharding Guide
1876
-
1877
- ## ⚠️ CRITICAL STEP
1878
- Document Sharding ist ein **essentieller Schritt** im BMAD Flow nach der Planungsphase.
1879
-
1880
- ## Wann Document Sharding durchführen?
1881
- - ✅ Nach Planning Phase Completion
1882
- - ✅ Beim Übergang von Web UI zu IDE
1883
- - ✅ Vor Beginn des Development Cycles
1884
- - ✅ Wenn Dokumente zu groß für Agent-Context werden
1885
-
1886
- ## Warum Document Sharding?
1887
- - **Performance**: Kleinere Context = bessere Agent-Performance
1888
- - **Focus**: Jede Datei dient einem spezifischen Zweck
1889
- - **Maintainability**: Einfacher zu aktualisieren und zu verwalten
1890
- - **Agent Efficiency**: Agents laden nur was sie brauchen
1891
-
1892
- ## Sharding Process
1893
-
1894
- ### 1. PRD Sharding
1895
- **Source**: docs/prd.md
1896
- **Target Structure**:
1897
- \`\`\`
1898
- docs/
1899
- ├── requirements/
1900
- │ ├── core.md # Core functional requirements
1901
- │ ├── non-functional.md # NFRs (performance, security)
1902
- │ └── success-metrics.md # KPIs and success criteria
1903
- ├── stories/
1904
- │ ├── epic-1-auth/
1905
- │ │ ├── story-1-1-login.md
1906
- │ │ └── story-1-2-register.md
1907
- │ └── epic-2-dashboard/
1908
- │ └── story-2-1-overview.md
1909
- \`\`\`
1910
-
1911
- ### 2. Architecture Sharding
1912
- **Source**: docs/architecture.md
1913
- **Target Structure**:
1914
- \`\`\`
1915
- docs/architecture/
1916
- ├── tech-stack.md # Technology decisions
1917
- ├── coding-standards.md # Code style and patterns
1918
- ├── project-structure.md # File/folder organization
1919
- ├── api-design.md # REST/GraphQL API specs
1920
- ├── data-models.md # Database schema
1921
- ├── security.md # Security considerations
1922
- └── deployment.md # Deployment architecture
1923
- \`\`\`
1924
-
1925
- ## Sharding Guidelines
1926
-
1927
- ### File Size
1928
- - **Target**: < 50 lines per sharded file
1929
- - **Maximum**: < 100 lines per sharded file
1930
- - **Focus**: One concern per file
1931
-
1932
- ### Naming Convention
1933
- - **kebab-case**: tech-stack.md, coding-standards.md
1934
- - **Descriptive**: Clear purpose from filename
1935
- - **Consistent**: Follow project conventions
1936
-
1937
- ### Content Rules
1938
- - **Atomic**: Each file covers one topic completely
1939
- - **Self-contained**: Can be understood independently
1940
- - **Linked**: Reference related files when needed
1941
- - **Lean**: Remove fluff, keep essentials
1942
-
1943
- ## Post-Sharding Configuration
1944
-
1945
- ### 1. Update core-config.yaml
1946
- \`\`\`yaml
1947
- devLoadAlwaysFiles:
1948
- - docs/architecture/coding-standards.md
1949
- - docs/architecture/tech-stack.md
1950
- - docs/architecture/project-structure.md
1951
- \`\`\`
1952
-
1953
- ### 2. Verify Agent Access
1954
- - Test that agents can load sharded files
1955
- - Ensure all references are correct
1956
- - Validate file paths in configuration
1957
-
1958
- ### 3. Update Templates
1959
- - Modify templates to reference sharded structure
1960
- - Update agent prompts to use sharded files
1961
- - Test template generation
1962
-
1963
- ## Quality Checks
1964
-
1965
- ### ✅ Sharding Complete Criteria
1966
- - [ ] All large documents sharded
1967
- - [ ] Each shard < 100 lines
1968
- - [ ] devLoadAlwaysFiles updated
1969
- - [ ] Agent dependencies resolved
1970
- - [ ] File references working
1971
- - [ ] Templates updated
1972
-
1973
- ### 🚨 Common Mistakes
1974
- - **Too Large**: Shards still too big (>100 lines)
1975
- - **Too Small**: Over-sharding (many 5-line files)
1976
- - **Broken Links**: References to old unified files
1977
- - **Missing Config**: devLoadAlwaysFiles not updated
1978
-
1979
- ## After Sharding
1980
- 1. **Test Agent Loading**: Verify agents can access all needed files
1981
- 2. **Begin Development**: Start Core Development Cycle
1982
- 3. **Monitor Performance**: Watch for context issues
1983
- 4. **Refine as Needed**: Adjust sharding based on usage
1984
-
1985
- ---
1986
- *Built with ❤️ based on Bmad-Method*
1987
- `;
1988
- }
1989
-
1990
-
1991
-
1992
-
1993
-
1994
- async performInstallation() {
1995
- console.log(chalk.yellow("📦 Installation läuft..."));
1996
-
1997
- // Create appiq-solution directory
1998
- if (!fs.existsSync(this.appiqPath)) {
1999
- fs.mkdirSync(this.appiqPath, { recursive: true });
2000
- }
2001
-
2002
- // Install optimized agents
2003
- await this.installOptimizedAgents();
2004
-
2005
- // Install project-specific configs
2006
- await this.installProjectConfig();
2007
-
2008
- // Setup IDE integration
2009
- await this.setupIDEIntegration();
2010
-
2011
- console.log(chalk.green("✅ Installation abgeschlossen!\n"));
2012
- }
2013
-
2014
- async installOptimizedAgents() {
2015
- console.log(chalk.gray(" 📄 Optimierte Agents installieren..."));
2016
-
2017
- const agentsDir = path.join(this.appiqPath, "agents");
2018
- if (!fs.existsSync(agentsDir)) {
2019
- fs.mkdirSync(agentsDir, { recursive: true });
2020
- }
2021
-
2022
- // Core optimized agents
2023
- const agents = [
2024
- "smart-launcher",
2025
- "project-manager",
2026
- "architect",
2027
- "story-master",
2028
- "developer",
2029
- "qa-expert",
2030
- ];
2031
-
2032
- for (const agent of agents) {
2033
- await this.createOptimizedAgent(agent);
2034
- }
2035
- }
2036
-
2037
- async createOptimizedAgent(agentName) {
2038
- const agentContent = this.generateOptimizedAgentContent(agentName);
2039
- const filePath = path.join(this.appiqPath, "agents", `${agentName}.md`);
2040
- fs.writeFileSync(filePath, agentContent);
2041
- }
2042
-
2043
- generateOptimizedAgentContent(agentName) {
2044
- const agentConfigs = {
2045
- "smart-launcher": {
2046
- name: "Appiq Launcher",
2047
- role: "Intelligenter Projekt-Starter",
2048
- commands: ["/start", "/quick-setup", "/help"],
2049
- description:
2050
- "Startet automatisch den optimalen Workflow basierend auf Ihrem Projekt-Typ",
2051
- },
2052
- "project-manager": {
2053
- name: "Project Manager",
2054
- role: "PRD & Projekt-Planung",
2055
- commands: ["/prd", "/plan", "/epic"],
2056
- description: "Erstellt PRD und Projekt-Dokumentation",
2057
- },
2058
- architect: {
2059
- name: "System Architect",
2060
- role: "Technische Architektur",
2061
- commands: ["/architecture", "/tech-stack", "/design"],
2062
- description: "Entwickelt System-Architektur und Tech-Stack",
2063
- },
2064
- "story-master": {
2065
- name: "Story Master",
2066
- role: "User Stories & Sprint Planning",
2067
- commands: ["/story", "/sprint", "/tasks"],
2068
- description: "Erstellt User Stories und Sprint-Planung",
2069
- },
2070
- developer: {
2071
- name: "Senior Developer",
2072
- role: "Code Implementation",
2073
- commands: ["/code", "/implement", "/fix"],
2074
- description: "Implementiert Features und behebt Bugs",
2075
- },
2076
- "qa-expert": {
2077
- name: "QA Expert",
2078
- role: "Testing & Qualität",
2079
- commands: ["/test", "/review", "/validate"],
2080
- description: "Führt Tests durch und validiert Code-Qualität",
2081
- },
2082
- };
2083
-
2084
- const config = agentConfigs[agentName];
2085
-
2086
- return `# ${config.name}
2087
-
2088
- ## 🎯 Rolle
2089
- ${config.role}
2090
-
2091
- ## 📋 Verfügbare Kommandos
2092
- ${config.commands
2093
- .map((cmd) => `- **${cmd}** - ${config.description}`)
2094
- .join("\n")}
2095
-
2096
- ## 🚀 One-Click Workflows
2097
-
2098
- ### Für ${
2099
- this.config.projectType === "greenfield" ? "NEUE" : "BESTEHENDE"
2100
- } Projekte:
2101
-
2102
- ${
2103
- this.config.projectType === "greenfield"
2104
- ? this.generateGreenfieldWorkflow(config)
2105
- : this.generateBrownfieldWorkflow(config)
2106
- }
2107
-
2108
- ## 🎮 Einfache Nutzung
2109
-
2110
- 1. **Laden Sie diesen Agent in Ihre IDE**
2111
- 2. **Sagen Sie:** "Agiere als ${config.name}"
2112
- 3. **Verwenden Sie:** ${config.commands[0]} für Quick-Start
2113
-
2114
- ---
2115
- *Automatisch optimiert für ${this.config.selectedIDEs
2116
- .map((ide) => this.getIDEName(ide))
2117
- .join(", ")}*
2118
- *Powered by Appiq - Based on Bmad-Method*
2119
- `;
2120
- }
2121
-
2122
- generateGreenfieldWorkflow(config) {
2123
- const workflows = {
2124
- "Appiq Launcher": `
2125
- **🚀 Schnell-Start für neues Projekt:**
2126
- 1. \`/start\` - Automatische Projekt-Analyse
2127
- 2. Erstellt automatisch: PRD-Vorlage, Architektur-Basis, erste Stories
2128
- 3. **Wo alles hingehört:** Alle Dateien werden automatisch in \`docs/\` erstellt`,
2129
-
2130
- "Project Manager": `
2131
- **📋 PRD Erstellung:**
2132
- 1. \`/prd\` - Startet PRD-Assistent
2133
- 2. **Datei wird erstellt:** \`docs/prd.md\`
2134
- 3. **Nächster Schritt:** Architect für Architektur`,
2135
-
2136
- "System Architect": `
2137
- **🏗️ Architektur erstellen:**
2138
- 1. \`/architecture\` - Basierend auf PRD
2139
- 2. **Datei wird erstellt:** \`docs/architecture.md\`
2140
- 3. **Nächster Schritt:** Story Master für erste Stories`,
2141
-
2142
- "Story Master": `
2143
- **📝 Erste Stories:**
2144
- 1. \`/story\` - Erstellt erste User Story
2145
- 2. **Datei wird erstellt:** \`docs/stories/story-001.md\`
2146
- 3. **Nächster Schritt:** Developer für Implementation`,
2147
-
2148
- "Senior Developer": `
2149
- **💻 Implementation:**
2150
- 1. \`/implement\` - Implementiert aktuelle Story
2151
- 2. **Erstellt/bearbeitet:** Entsprechende Code-Dateien
2152
- 3. **Nächster Schritt:** QA Expert für Review`,
2153
-
2154
- "QA Expert": `
2155
- **✅ Testing & Review:**
2156
- 1. \`/review\` - Reviewed aktuellen Code
2157
- 2. **Erstellt:** Test-Dateien und Reports
2158
- 3. **Nächster Schritt:** Zurück zu Story Master für nächste Story`,
2159
- };
2160
-
2161
- return workflows[config.name] || "Standard Greenfield Workflow";
2162
- }
2163
-
2164
- generateBrownfieldWorkflow(config) {
2165
- const workflows = {
2166
- "Appiq Launcher": `
2167
- **🔧 Schnell-Start für bestehendes Projekt:**
2168
- 1. \`/analyze\` - Analysiert bestehendes Projekt
2169
- 2. **Findet:** Existierende Docs, Code-Struktur, Tech-Stack
2170
- 3. **Erstellt:** Angepasste Workflows für Ihr Projekt`,
2171
-
2172
- "Project Manager": `
2173
- **📋 Bestehende Dokumentation:**
2174
- 1. \`/analyze-docs\` - Scannt bestehende Dokumentation
2175
- 2. **Legt PRD ab in:** \`docs/prd.md\` (falls nicht vorhanden)
2176
- 3. **Nächster Schritt:** Architect für Architektur-Review`,
2177
-
2178
- "System Architect": `
2179
- **🏗️ Architektur-Review:**
2180
- 1. \`/review-architecture\` - Analysiert bestehende Struktur
2181
- 2. **Erstellt/updated:** \`docs/architecture.md\`
2182
- 3. **Nächster Schritt:** Story Master für neue Features`,
2183
-
2184
- "Story Master": `
2185
- **📝 Feature Stories:**
2186
- 1. \`/new-feature\` - Neue Story für bestehendes Projekt
2187
- 2. **Datei wird erstellt:** \`docs/stories/feature-XXX.md\`
2188
- 3. **Berücksichtigt:** Bestehende Code-Basis`,
2189
-
2190
- "Senior Developer": `
2191
- **💻 Feature Implementation:**
2192
- 1. \`/add-feature\` - Implementiert in bestehendem Code
2193
- 2. **Bearbeitet:** Bestehende Dateien sicher
2194
- 3. **Erstellt:** Neue Dateien wo nötig`,
2195
-
2196
- "QA Expert": `
2197
- **✅ Regression Testing:**
2198
- 1. \`/regression-test\` - Testet neue Features
2199
- 2. **Validiert:** Keine Breaking Changes
2200
- 3. **Erstellt:** Test-Reports für bestehende + neue Features`,
2201
- };
2202
-
2203
- return workflows[config.name] || "Standard Brownfield Workflow";
2204
- }
2205
-
2206
- async setupOneClickWorkflows() {
2207
- console.log(chalk.yellow("⚡ One-Click Workflows einrichten..."));
2208
-
2209
- // Create quick commands
2210
- const commandsDir = path.join(this.appiqPath, "commands");
2211
- if (!fs.existsSync(commandsDir)) {
2212
- fs.mkdirSync(commandsDir, { recursive: true });
2213
- }
2214
-
2215
- // Project-type specific quick starts
2216
- const quickStartContent = this.generateQuickStartScript();
2217
- fs.writeFileSync(
2218
- path.join(commandsDir, "quick-start.md"),
2219
- quickStartContent
2220
- );
2221
-
2222
- console.log(chalk.green("✅ One-Click Workflows bereit!\n"));
2223
- }
2224
-
2225
- generateQuickStartScript() {
2226
- return `# 🚀 Appiq Solution - BMAD Workflow Guide
2227
-
2228
- ## Projekt: ${this.config.projectName || "Unbenanntes Projekt"}
2229
- **Typ:** ${
2230
- this.config.projectType === "greenfield"
2231
- ? "✨ Greenfield (Neues Projekt)"
2232
- : "🔧 Brownfield (Bestehendes Projekt)"
2233
- }
2234
-
2235
- ## 📋 BMAD Planning Workflow (Phase 1)
2236
-
2237
- ### Option A: Web UI Planning (Kosteneffizient)
2238
- 1. Claude/Gemini/GPT mit team-fullstack Bundle verwenden
2239
- 2. **Flow:** Analyst → PM → UX Expert → Architect → PO
2240
- 3. **Output:** docs/prd.md, docs/architecture.md
2241
-
2242
- ### Option B: IDE Planning (Leistungsstark)
2243
- \`\`\`
2244
- @analyst → Market Research & Project Brief
2245
- @pm → PRD mit FRs, NFRs, Epics & Stories erstellen
2246
- @ux-expert → Frontend Spec (optional)
2247
- @architect → System Architecture design
2248
- @po → Master Checklist & Document Alignment
2249
- \`\`\`
2250
-
2251
- ## ⚠️ KRITISCHER ÜBERGANG: Document Sharding
2252
-
2253
- **ESSENTIAL STEP:**
2254
- \`\`\`
2255
- @po bitte shard die PRD und Architecture Dokumente in fokussierte Dateien
2256
- \`\`\`
2257
-
2258
- **Das erstellt:**
2259
- - docs/architecture/tech-stack.md ← Dev lädt immer
2260
- - docs/architecture/coding-standards.md ← Dev lädt immer
2261
- - docs/architecture/project-structure.md ← Dev lädt immer
2262
- - docs/requirements/core.md
2263
- - docs/stories/ (individual story files)
2264
-
2265
- ## 🚀 BMAD Development Cycle (Phase 2)
2266
-
2267
- ### Core Development Loop:
2268
- \`\`\`
2269
- 1. @sm → Review previous notes, draft next story from sharded epic
2270
- 2. @po → Validate story draft (optional)
2271
- 3. User → Approve story
2272
- 4. @dev → Sequential tasks, implement + tests, mark ready
2273
- 5. User → Verify (request QA or approve)
2274
- 6. @qa → Senior dev review + refactoring (optional)
2275
- 7. ⚠️ CRITICAL: Verify tests + linting pass
2276
- 8. ⚠️ SUPER CRITICAL: COMMIT CHANGES BEFORE PROCEEDING!
2277
- 9. Mark story done → Loop back to @sm
2278
- \`\`\`
2279
-
2280
- ## 🎯 One-Click Commands
2281
-
2282
- ### Planning:
2283
- - \`/plan\` → Start planning workflow
2284
- - \`/prd\` → Generate PRD
2285
- - \`/arch\` → Design architecture
2286
-
2287
- ### Critical Transition:
2288
- - \`/shard\` → Document sharding (ESSENTIAL!)
2289
-
2290
- ### Development:
2291
- - \`/story\` → Draft next story
2292
- - \`/dev\` → Start development
2293
- - \`/test\` → Run tests
2294
- - \`/qa\` → Request review
2295
- - \`/commit\` → Commit changes
2296
-
2297
- ### ${
2298
- this.config.projectType === "greenfield" ? "Greenfield" : "Brownfield"
2299
- } Specific:
2300
- ${
2301
- this.config.projectType === "greenfield"
2302
- ? `
2303
- - \`/start\` → Fresh project setup
2304
- - \`/design\` → Create from scratch
2305
- - \`/build\` → Build step by step
2306
- `
2307
- : `
2308
- - \`/analyze\` → Analyze existing code
2309
- - \`/document\` → Document current state
2310
- - \`/improve\` → Plan improvements
2311
- `
2312
- }
2313
-
2314
- ## 📊 File Structure
2315
-
2316
- \`\`\`
2317
- your-project/
2318
- ├── docs/
2319
- │ ├── prd.md ← Initial PRD
2320
- │ ├── architecture.md ← Initial Architecture
2321
- │ ├── architecture/ ← Sharded files
2322
- │ │ ├── tech-stack.md
2323
- │ │ ├── coding-standards.md
2324
- │ │ └── project-structure.md
2325
- │ ├── requirements/
2326
- │ │ └── core.md
2327
- │ └── stories/
2328
- │ ├── epic-1-auth/
2329
- │ └── epic-2-features/
2330
- ├── appiq-solution/
2331
- │ ├── agents/ ← AI-Agents
2332
- │ ├── templates/ ← Document templates
2333
- │ ├── workflows/ ← Workflow guides
2334
- │ └── .bmad-core/ ← BMAD configuration
2335
- └── .cursor/rules/ ← IDE integration
2336
- \`\`\`
2337
-
2338
- ## ⚠️ Critical Success Factors
2339
-
2340
- ### Document Sharding (ESSENTIAL):
2341
- - **MUST DO** after planning phase
2342
- - Creates focused, lean files for agents
2343
- - Improves agent performance dramatically
2344
-
2345
- ### Commit Points:
2346
- - After QA approval (always!)
2347
- - Before next story (clean state)
2348
- - Regular commits during development
2349
-
2350
- ### Quality Gates:
2351
- - All tests passing ✅
2352
- - Linting clean ✅
2353
- - Code reviewed (if QA used) ✅
2354
- - Documentation updated ✅
2355
-
2356
- ## 🆘 Help & Support
2357
-
2358
- - \`/help\` → Show all commands
2359
- - \`/workflow\` → Current workflow step
2360
- - \`/agents\` → Available agents
2361
- - \`/docs\` → Documentation
2362
-
2363
- ### Workflow Files:
2364
- - appiq-solution/workflows/planning-workflow.md
2365
- - appiq-solution/workflows/development-cycle.md
2366
- - appiq-solution/workflows/document-sharding.md
2367
-
2368
- ---
2369
- **IDEs:** ${this.config.selectedIDEs
2370
- .map((ide) => this.getIDEName(ide))
2371
- .join(", ")}
2372
- **Created:** ${new Date().toLocaleDateString("de-DE")}
2373
- **Powered by Appiq Solution - Built with ❤️ based on Bmad-Method**
2374
- `;
2375
- }
2376
-
2377
- async setupIDEIntegration() {
2378
- if (
2379
- this.config.selectedIDEs.includes("manual") &&
2380
- this.config.selectedIDEs.length === 1
2381
- )
2382
- return;
2383
-
2384
- console.log(chalk.gray(" 🔧 Mehrere IDE-Integrationen..."));
2385
-
2386
- for (const ide of this.config.selectedIDEs) {
2387
- if (ide === "manual") continue;
2388
-
2389
- console.log(
2390
- chalk.gray(` 📝 ${this.getIDEName(ide)} wird konfiguriert...`)
2391
- );
2392
-
2393
- const ideConfig = this.getIDEConfig(ide);
2394
- const ideDir = path.join(this.projectRoot, ideConfig.dir);
2395
-
2396
- if (!fs.existsSync(ideDir)) {
2397
- fs.mkdirSync(ideDir, { recursive: true });
2398
- }
2399
-
2400
- // Copy agents to IDE-specific format
2401
- const agentsPath = path.join(this.appiqPath, "agents");
2402
- const agents = fs.readdirSync(agentsPath);
2403
-
2404
- for (const agent of agents) {
2405
- const sourcePath = path.join(agentsPath, agent);
2406
- const targetPath = path.join(
2407
- ideDir,
2408
- agent.replace(".md", ideConfig.suffix)
2409
- );
2410
- fs.copyFileSync(sourcePath, targetPath);
2411
- }
2412
-
2413
- console.log(chalk.green(` ✅ ${this.getIDEName(ide)} konfiguriert`));
2414
- }
2415
-
2416
- console.log(chalk.green(" ✅ Alle IDE-Integrationen abgeschlossen!"));
2417
- }
2418
-
2419
- getIDEConfig(ide) {
2420
- const configs = {
2421
- cursor: { dir: ".cursor/rules", suffix: ".mdc" },
2422
- "claude-code": { dir: ".claude/commands/Appiq", suffix: ".md" },
2423
- windsurf: { dir: ".windsurf/rules", suffix: ".md" },
2424
- cline: { dir: ".clinerules", suffix: ".md" },
2425
- trae: { dir: ".trae/rules", suffix: ".md" },
2426
- roo: { dir: ".roo/agents", suffix: ".md" },
2427
- gemini: { dir: ".gemini/commands", suffix: ".md" },
2428
- "github-copilot": { dir: ".github/copilot", suffix: ".md" },
2429
- };
2430
- return configs[ide] || { dir: ".appiq-solution", suffix: ".md" };
2431
- }
2432
-
2433
- getIDEName(ide) {
2434
- const names = {
2435
- cursor: "Cursor",
2436
- "claude-code": "Claude Code CLI",
2437
- windsurf: "Windsurf",
2438
- cline: "VS Code + Cline",
2439
- trae: "Trae",
2440
- roo: "Roo Code",
2441
- gemini: "Gemini CLI",
2442
- "github-copilot": "GitHub Copilot",
2443
- manual: "Manuell",
2444
- };
2445
- return names[ide] || ide;
2446
- }
2447
-
2448
- async showSimpleInstructions() {
2449
- console.log(chalk.bold.green("🎉 Appiq Installation Erfolgreich!\n"));
2450
- console.log(chalk.dim("Built with ❤️ based on the amazing Bmad-Method"));
2451
- console.log(chalk.dim("https://github.com/Viktor-Hermann/APPIQ-METHOD\n"));
2452
-
2453
- console.log(chalk.cyan("📋 Nächste Schritte (Super einfach):"));
2454
- console.log(chalk.white("════════════════════════════════════\n"));
2455
-
2456
- if (
2457
- this.config.selectedIDEs.length > 0 &&
2458
- !this.config.selectedIDEs.includes("manual")
2459
- ) {
2460
- console.log(
2461
- chalk.yellow(
2462
- `1. Ihre IDEs öffnen: ${this.config.selectedIDEs
2463
- .map((ide) => this.getIDEName(ide))
2464
- .join(", ")}`
2465
- )
2466
- );
2467
- console.log(
2468
- chalk.gray(` → Agents sind bereits in allen IDEs installiert!\n`)
2469
- );
2470
- }
2471
-
2472
- console.log(chalk.yellow("2. 📋 BMAD Planning Workflow:"));
2473
- if (this.config.planApproved) {
2474
- console.log(
2475
- chalk.green(` ✅ Planning Complete - Ready for Development!`)
2476
- );
2477
- console.log(chalk.cyan(` → Ihre initial PRD: docs/prd.md`));
2478
- } else {
2479
- console.log(chalk.cyan(` Option A: Web UI (kosteneffizient)`));
2480
- console.log(chalk.gray(` → Claude/Gemini/GPT mit Agents verwenden`));
2481
- console.log(chalk.cyan(` Option B: Direkt in IDE`));
2482
- console.log(chalk.gray(` → @pm für PRD, @architect für Architecture`));
2483
- }
2484
- console.log("");
2485
-
2486
- console.log(chalk.yellow("3. ⚠️ KRITISCHER ÜBERGANG: Document Sharding"));
2487
- console.log(
2488
- chalk.red(
2489
- ` → Sagen Sie Ihrer IDE: ${chalk.bold(
2490
- '"@po bitte shard die PRD und Architecture Dokumente"'
2491
- )}`
2492
- )
2493
- );
2494
- console.log(
2495
- chalk.gray(` → Dokumente werden in fokussierte Teile aufgeteilt\n`)
2496
- );
2497
-
2498
- console.log(chalk.yellow("4. 🚀 BMAD Development Cycle:"));
2499
- console.log(chalk.cyan(` 1. @sm → Story Draft von Sharded Epic`));
2500
- console.log(chalk.cyan(` 2. @po → Story Validation (optional)`));
2501
- console.log(chalk.cyan(` 3. User → Story Approval`));
2502
- console.log(chalk.cyan(` 4. @dev → Implementation + Tests`));
2503
- console.log(chalk.cyan(` 5. @qa → Code Review (optional)`));
2504
- console.log(chalk.red(` 6. ⚠️ COMMIT CHANGES BEFORE PROCEEDING!`));
2505
- console.log(chalk.gray(` → Loop zurück zu @sm für nächste Story\n`));
2506
-
2507
- console.log(chalk.yellow("5. 🎯 Quick Commands (in quick-start.md):"));
2508
- console.log(chalk.cyan(` /plan → Planning starten`));
2509
- console.log(chalk.cyan(` /shard → Document Sharding`));
2510
- console.log(chalk.cyan(` /story → Nächste Story`));
2511
- console.log(chalk.cyan(` /dev → Development`));
2512
- console.log(chalk.cyan(` /qa → Quality Review`));
2513
- console.log(chalk.gray(` → Alle Details in appiq-solution/workflows/\n`));
2514
-
2515
- console.log(chalk.cyan("🎯 Das war's! Kein komplizierter Setup mehr."));
2516
- console.log(chalk.green("🚀 Viel Erfolg mit Appiq!\n"));
2517
-
2518
- // Quick reference
2519
- console.log(chalk.dim("━".repeat(50)));
2520
- console.log(chalk.dim("📁 Quick Reference:"));
2521
- console.log(chalk.dim(` • Agents: appiq-solution/agents/`));
2522
- console.log(
2523
- chalk.dim(` • Quick Start: appiq-solution/commands/quick-start.md`)
2524
- );
2525
- console.log(chalk.dim(` • Projekt-Typ: ${this.config.projectType}`));
2526
- console.log(
2527
- chalk.dim(
2528
- ` • IDEs: ${this.config.selectedIDEs
2529
- .map((ide) => this.getIDEName(ide))
2530
- .join(", ")}`
2531
- )
2532
- );
2533
- }
2534
-
2535
- // Helper methods
2536
- hasExistingSourceCode() {
2537
- const sourceDirs = ["src", "lib", "app", "components", "pages"];
2538
- return sourceDirs.some(
2539
- (dir) =>
2540
- fs.existsSync(path.join(this.projectRoot, dir)) &&
2541
- fs.readdirSync(path.join(this.projectRoot, dir)).length > 0
2542
- );
2543
- }
2544
-
2545
- hasExistingDocumentation() {
2546
- const docFiles = ["README.md", "docs", "documentation"];
2547
- return docFiles.some((file) =>
2548
- fs.existsSync(path.join(this.projectRoot, file))
2549
- );
2550
- }
2551
-
2552
- async installProjectConfig() {
2553
- const configContent = this.generateProjectConfig();
2554
- fs.writeFileSync(
2555
- path.join(this.appiqPath, "project-config.yaml"),
2556
- configContent
2557
- );
2558
- }
2559
-
2560
- generateProjectConfig() {
2561
- return `# Appiq Solution Project Configuration
2562
- # Built with ❤️ based on Bmad-Method
2563
- version: "1.0.0"
2564
- project:
2565
- type: ${this.config.projectType}
2566
- created: ${new Date().toISOString()}
2567
- name: ${this.config.projectName || "Unbenanntes Projekt"}
2568
- plan_approved: ${this.config.planApproved}
2569
-
2570
- # Wo die wichtigen Dateien liegen
2571
- paths:
2572
- prd: "docs/prd.md"
2573
- architecture: "docs/architecture.md"
2574
- stories: "docs/stories/"
2575
- agents: "appiq-solution/agents/"
2576
- orchestration: "appiq-solution/orchestration.yaml"
2577
-
2578
- # One-Click Workflows
2579
- workflows:
2580
- ${this.config.projectType === "greenfield" ? "greenfield" : "brownfield"}:
2581
- start_command: "${
2582
- this.config.projectType === "greenfield" ? "/start" : "/analyze"
2583
- }"
2584
- agents_sequence:
2585
- - smart-launcher
2586
- - project-manager
2587
- - architect
2588
- - story-master
2589
- - developer
2590
- - qa-expert
2591
-
2592
- # IDE Integration (Mehrere IDEs)
2593
- ides:
2594
- ${this.config.selectedIDEs
2595
- .map(
2596
- (ide) => ` - name: ${this.getIDEName(ide)}
2597
- config_path: ${this.getIDEConfig(ide).dir}
2598
- file_format: ${this.getIDEConfig(ide).suffix}`
2599
- )
2600
- .join("\n")}
2601
- `;
2602
- }
2603
- }
2604
-
2605
- // Run installer if called directly
2606
- if (require.main === module) {
2607
- // Check if 'install' command is provided
2608
- const args = process.argv.slice(2);
2609
-
2610
- if (args.length === 0 || args[0] === "install") {
2611
- const installer = new AppiqSolutionInstaller();
2612
- installer.install().catch(console.error);
2613
- } else {
2614
- console.log(
2615
- chalk.red("❌ Unknown command. Use: npx appiq-solution install")
2616
- );
2617
- process.exit(1);
2618
- }
2619
- }
2620
-
2621
- module.exports = AppiqSolutionInstaller;