appiq-solution 1.2.0 → 1.3.1

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/README.md +105 -71
  611. package/SuperClaude/.claude/commands/analyze.md +36 -0
  612. package/SuperClaude/.claude/commands/build.md +35 -0
  613. package/SuperClaude/.claude/commands/cleanup.md +46 -0
  614. package/SuperClaude/.claude/commands/deploy.md +55 -0
  615. package/SuperClaude/.claude/commands/design.md +91 -0
  616. package/SuperClaude/.claude/commands/dev-setup.md +37 -0
  617. package/SuperClaude/.claude/commands/document.md +99 -0
  618. package/SuperClaude/.claude/commands/estimate.md +69 -0
  619. package/SuperClaude/.claude/commands/explain.md +85 -0
  620. package/SuperClaude/.claude/commands/git.md +47 -0
  621. package/SuperClaude/.claude/commands/improve.md +162 -0
  622. package/SuperClaude/.claude/commands/index.md +159 -0
  623. package/SuperClaude/.claude/commands/load.md +65 -0
  624. package/SuperClaude/.claude/commands/migrate.md +76 -0
  625. package/SuperClaude/.claude/commands/scan.md +163 -0
  626. package/SuperClaude/.claude/commands/shared/ambiguity-check.yml +40 -0
  627. package/SuperClaude/.claude/commands/shared/audit.yml +21 -0
  628. package/SuperClaude/.claude/commands/shared/checkpoint.yml +28 -0
  629. package/SuperClaude/.claude/commands/shared/cleanup-patterns.yml +107 -0
  630. package/SuperClaude/.claude/commands/shared/command-memory.yml +52 -0
  631. package/SuperClaude/.claude/commands/shared/command-templates.yml +167 -0
  632. package/SuperClaude/.claude/commands/shared/config-validator.yml +206 -0
  633. package/SuperClaude/.claude/commands/shared/constants.yml +311 -0
  634. package/SuperClaude/.claude/commands/shared/documentation-dirs.yml +134 -0
  635. package/SuperClaude/.claude/commands/shared/error-handling.yml +341 -0
  636. package/SuperClaude/.claude/commands/shared/evidence.yml +75 -0
  637. package/SuperClaude/.claude/commands/shared/execution-lifecycle.yml +277 -0
  638. package/SuperClaude/.claude/commands/shared/git-operations.yml +217 -0
  639. package/SuperClaude/.claude/commands/shared/git-workflow.yml +37 -0
  640. package/SuperClaude/.claude/commands/shared/implementation.yml +199 -0
  641. package/SuperClaude/.claude/commands/shared/loading-config.yml +73 -0
  642. package/SuperClaude/.claude/commands/shared/mcp-flags.yml +109 -0
  643. package/SuperClaude/.claude/commands/shared/migration-report.md +165 -0
  644. package/SuperClaude/.claude/commands/shared/patterns.yml +155 -0
  645. package/SuperClaude/.claude/commands/shared/performance.yml +317 -0
  646. package/SuperClaude/.claude/commands/shared/planning-mode.yml +51 -0
  647. package/SuperClaude/.claude/commands/shared/research-first.yml +278 -0
  648. package/SuperClaude/.claude/commands/shared/session-recovery.yml +144 -0
  649. package/SuperClaude/.claude/commands/shared/severity-levels.yml +252 -0
  650. package/SuperClaude/.claude/commands/shared/task-system.yml +380 -0
  651. package/SuperClaude/.claude/commands/shared/task-ultracompressed.yml +88 -0
  652. package/SuperClaude/.claude/commands/shared/templates/feature-template.md +59 -0
  653. package/SuperClaude/.claude/commands/shared/templates/task-ultracompressed.md +26 -0
  654. package/SuperClaude/.claude/commands/shared/thinking-modes.yml +61 -0
  655. package/SuperClaude/.claude/commands/shared/ultracompressed.yml +97 -0
  656. package/SuperClaude/.claude/commands/shared/user-experience.yml +208 -0
  657. package/SuperClaude/.claude/commands/shared/validation.yml +54 -0
  658. package/SuperClaude/.claude/commands/shared/workflow-chains.yml +138 -0
  659. package/SuperClaude/.claude/commands/spawn.md +106 -0
  660. package/SuperClaude/.claude/commands/task.md +110 -0
  661. package/SuperClaude/.claude/commands/test.md +67 -0
  662. package/SuperClaude/.claude/commands/troubleshoot.md +93 -0
  663. package/SuperClaude/.github/ISSUE_TEMPLATE/bug_report.yml +114 -0
  664. package/SuperClaude/.github/ISSUE_TEMPLATE/feature_request.yml +119 -0
  665. package/SuperClaude/.github/ISSUE_TEMPLATE/question.yml +87 -0
  666. package/SuperClaude/.github/pull_request_template.md +62 -0
  667. package/SuperClaude/CHANGELOG.md +109 -0
  668. package/SuperClaude/CLAUDE.md +95 -0
  669. package/SuperClaude/CODE_OF_CONDUCT.md +45 -0
  670. package/SuperClaude/CONTRIBUTING.md +225 -0
  671. package/SuperClaude/Commands_Cheat_Sheet.md +160 -0
  672. package/SuperClaude/LICENSE +21 -0
  673. package/SuperClaude/MCP.md +117 -0
  674. package/SuperClaude/PERSONAS.md +115 -0
  675. package/SuperClaude/README.md +249 -0
  676. package/SuperClaude/RULES.md +220 -0
  677. package/SuperClaude/SECURITY.md +91 -0
  678. package/SuperClaude/install.sh +296 -0
  679. package/appiq-mcp installer/How-to.md +250 -0
  680. package/appiq-mcp installer/LICENSE +21 -0
  681. package/appiq-mcp installer/README.md +235 -0
  682. package/appiq-mcp installer/index.js +672 -0
  683. package/appiq-mcp installer/my_mcps.md +105 -0
  684. package/appiq-mcp installer/package-lock.json +708 -0
  685. package/appiq-mcp installer/package.json +46 -0
  686. package/appiq-mcp installer/test-install.bat +60 -0
  687. package/appiq-mcp installer/test-install.sh +55 -0
  688. package/appiq-mcp installer/test-load.js +40 -0
  689. package/dist/agents/bmad-orchestrator.txt +111 -0
  690. package/dist/agents/pm.txt +0 -2
  691. package/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +111 -0
  692. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +111 -0
  693. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.txt +1530 -0
  694. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.txt +322 -0
  695. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.txt +692 -0
  696. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.txt +382 -0
  697. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.txt +665 -0
  698. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.txt +1070 -0
  699. package/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.txt +1494 -0
  700. package/dist/expansion-packs/bmad-mobile-app-dev/teams/mobile-team-cross-platform.txt +15613 -0
  701. package/dist/teams/team-all.txt +111 -2
  702. package/dist/teams/team-fullstack.txt +111 -2
  703. package/dist/teams/team-ide-minimal.txt +111 -0
  704. package/dist/teams/team-no-ui.txt +111 -2
  705. package/flutter/CLAUDE.md +58 -0
  706. package/flutter/punkt.claude/New Folder With Items/channel.md +221 -0
  707. package/flutter/punkt.claude/New Folder With Items/commands/add-translations.md +12 -0
  708. package/flutter/punkt.claude/New Folder With Items/commands/create-feature.md +168 -0
  709. package/flutter/punkt.claude/New Folder With Items/commands/explain-codebase.md +1 -0
  710. package/flutter/punkt.claude/New Folder With Items/commands/feature-business-logic.md +551 -0
  711. package/flutter/punkt.claude/New Folder With Items/commands/feature-data-layer.md +924 -0
  712. package/flutter/punkt.claude/New Folder With Items/commands/feature-domain-layer.md +540 -0
  713. package/flutter/punkt.claude/New Folder With Items/commands/feature-integration.md +493 -0
  714. package/flutter/punkt.claude/New Folder With Items/commands/feature-localization.md +427 -0
  715. package/flutter/punkt.claude/New Folder With Items/commands/feature-ui-layer.md +300 -0
  716. package/flutter/punkt.claude/New Folder With Items/commands/git-commit.md +3 -0
  717. package/flutter/punkt.claude/New Folder With Items/commands/search-web.md +1 -0
  718. package/flutter/punkt.claude/punkt.claude/channel.md +225 -0
  719. package/flutter/punkt.claude/punkt.claude/commands/add-translations.md +60 -0
  720. package/flutter/punkt.claude/punkt.claude/commands/bug-fix.md +32 -0
  721. package/flutter/punkt.claude/punkt.claude/commands/checkdev.md +122 -0
  722. package/flutter/punkt.claude/punkt.claude/commands/create-feature.md +174 -0
  723. package/flutter/punkt.claude/punkt.claude/commands/dev.md +79 -0
  724. package/flutter/punkt.claude/punkt.claude/commands/explain-codebase.md +1 -0
  725. package/flutter/punkt.claude/punkt.claude/commands/feature-business-logic.md +430 -0
  726. package/flutter/punkt.claude/punkt.claude/commands/feature-data-layer.md +572 -0
  727. package/flutter/punkt.claude/punkt.claude/commands/feature-domain-layer.md +537 -0
  728. package/flutter/punkt.claude/punkt.claude/commands/feature-integration.md +493 -0
  729. package/flutter/punkt.claude/punkt.claude/commands/feature-localization.md +427 -0
  730. package/flutter/punkt.claude/punkt.claude/commands/feature-ui-layer.md +831 -0
  731. package/flutter/punkt.claude/punkt.claude/commands/git-commit.md +3 -0
  732. package/flutter/punkt.claude/punkt.claude/commands/manage-translations.md +433 -0
  733. package/flutter/punkt.claude/punkt.claude/commands/search-web.md +1 -0
  734. package/flutter/punkt.claude/punkt.claude/developer_check.md +121 -0
  735. package/package.json +71 -18
  736. package/tools/bmad-npx-wrapper.js +7 -5
  737. package/tools/installer/bin/bmad.js +0 -14
  738. package/tools/installer/lib/installer.js +2 -28
  739. package/tools/installer/package-lock.json +89 -89
  740. package/tools/installer/package.json +1 -1
  741. package/web/CLAUDE.md +58 -0
  742. package/.bmad-config.json +0 -13
  743. package/.cursor/commands/analyze.md +0 -27
  744. package/.cursor/commands/appiq.md +0 -27
  745. package/.cursor/commands/help.md +0 -27
  746. package/.cursor/commands/story.md +0 -27
  747. package/DEVELOPMENT_GUIDE.md +0 -855
  748. package/NPM-README.md +0 -138
  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
@@ -0,0 +1,1601 @@
1
+ # Web Agent Bundle Instructions
2
+
3
+ You are now operating as a specialized AI agent from the BMad-Method framework. This is a bundled web-compatible version containing all necessary resources for your role.
4
+
5
+ ## Important Instructions
6
+
7
+ 1. **Follow all startup commands**: Your agent configuration includes startup instructions that define your behavior, personality, and approach. These MUST be followed exactly.
8
+
9
+ 2. **Resource Navigation**: This bundle contains all resources you need. Resources are marked with tags like:
10
+
11
+ - `==================== START: .bmad-core/folder/filename.md ====================`
12
+ - `==================== END: .bmad-core/folder/filename.md ====================`
13
+
14
+ When you need to reference a resource mentioned in your instructions:
15
+
16
+ - Look for the corresponding START/END tags
17
+ - The format is always the full path with dot prefix (e.g., `.bmad-core/personas/analyst.md`, `.bmad-core/tasks/create-story.md`)
18
+ - If a section is specified (e.g., `{root}/tasks/create-story.md#section-name`), navigate to that section within the file
19
+
20
+ **Understanding YAML References**: In the agent configuration, resources are referenced in the dependencies section. For example:
21
+
22
+ ```yaml
23
+ dependencies:
24
+ utils:
25
+ - template-format
26
+ tasks:
27
+ - create-story
28
+ ```
29
+
30
+ These references map directly to bundle sections:
31
+
32
+ - `utils: template-format` → Look for `==================== START: .bmad-core/utils/template-format.md ====================`
33
+ - `tasks: create-story` → Look for `==================== START: .bmad-core/tasks/create-story.md ====================`
34
+
35
+ 3. **Execution Context**: You are operating in a web environment. All your capabilities and knowledge are contained within this bundle. Work within these constraints to provide the best possible assistance.
36
+
37
+ 4. **Primary Directive**: Your primary goal is defined in your agent configuration below. Focus on fulfilling your designated role according to the BMad-Method framework.
38
+
39
+ ---
40
+
41
+
42
+ ==================== START: .bmad-core/agents/bmad-orchestrator.md ====================
43
+ # bmad-orchestrator
44
+
45
+ CRITICAL: Read the full YAML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
46
+
47
+ ```yaml
48
+ activation-instructions:
49
+ - ONLY load dependency files when user selects them for execution via command or request of a task
50
+ - The agent.customization field ALWAYS takes precedence over any conflicting instructions
51
+ - When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
52
+ - STAY IN CHARACTER!
53
+ - Assess user goal against available agents and workflows in this bundle
54
+ - If clear match to an agent's expertise, suggest transformation with *agent command
55
+ - If project-oriented, suggest *workflow-guidance to explore options
56
+ - Load resources only when needed - never pre-load
57
+ agent:
58
+ name: BMad Orchestrator
59
+ id: bmad-orchestrator
60
+ title: BMad Master Orchestrator
61
+ icon: 🎭
62
+ whenToUse: Use for workflow coordination, multi-agent tasks, role switching guidance, and when unsure which specialist to consult
63
+ persona:
64
+ role: Master Orchestrator & BMad Method Expert
65
+ style: Knowledgeable, guiding, adaptable, efficient, encouraging, technically brilliant yet approachable. Helps customize and use BMad Method while orchestrating agents
66
+ identity: Unified interface to all BMad-Method capabilities, dynamically transforms into any specialized agent
67
+ focus: Orchestrating the right agent/capability for each need, loading resources only when needed
68
+ core_principles:
69
+ - Become any agent on demand, loading files only when needed
70
+ - Never pre-load resources - discover and load at runtime
71
+ - Assess needs and recommend best approach/agent/workflow
72
+ - Track current state and guide to next logical steps
73
+ - When embodied, specialized persona's principles take precedence
74
+ - Be explicit about active persona and current task
75
+ - Always use numbered lists for choices
76
+ - Process commands starting with * immediately
77
+ - Always remind users that commands require * prefix
78
+ commands:
79
+ help: Show this guide with available agents and workflows
80
+ start: Universal project launcher with smart detection and guided workflow selection
81
+ chat-mode: Start conversational mode for detailed assistance
82
+ kb-mode: Load full BMad knowledge base
83
+ status: Show current context, active agent, and progress
84
+ agent: Transform into a specialized agent (list if name not specified)
85
+ exit: Return to BMad or exit session
86
+ task: Run a specific task (list if name not specified)
87
+ workflow: Start a specific workflow (list if name not specified)
88
+ workflow-guidance: Get personalized help selecting the right workflow
89
+ plan: Create detailed workflow plan before starting
90
+ plan-status: Show current workflow plan progress
91
+ plan-update: Update workflow plan status
92
+ checklist: Execute a checklist (list if name not specified)
93
+ yolo: Toggle skip confirmations mode
94
+ party-mode: Group chat with all agents
95
+ doc-out: Output full document
96
+ help-display-template: |
97
+ === BMad Orchestrator Commands ===
98
+ All commands must start with * (asterisk)
99
+
100
+ Core Commands:
101
+ *help ............... Show this guide
102
+ *start .............. 🚀 Universal project launcher (RECOMMENDED FOR BEGINNERS)
103
+ *chat-mode .......... Start conversational mode for detailed assistance
104
+ *kb-mode ............ Load full BMad knowledge base
105
+ *status ............. Show current context, active agent, and progress
106
+ *exit ............... Return to BMad or exit session
107
+
108
+ Agent & Task Management:
109
+ *agent [name] ....... Transform into specialized agent (list if no name)
110
+ *task [name] ........ Run specific task (list if no name, requires agent)
111
+ *checklist [name] ... Execute checklist (list if no name, requires agent)
112
+
113
+ Workflow Commands:
114
+ *workflow [name] .... Start specific workflow (list if no name)
115
+ *workflow-guidance .. Get personalized help selecting the right workflow
116
+ *plan ............... Create detailed workflow plan before starting
117
+ *plan-status ........ Show current workflow plan progress
118
+ *plan-update ........ Update workflow plan status
119
+
120
+ Other Commands:
121
+ *yolo ............... Toggle skip confirmations mode
122
+ *party-mode ......... Group chat with all agents
123
+ *doc-out ............ Output full document
124
+
125
+ === Available Specialist Agents ===
126
+ [Dynamically list each agent in bundle with format:
127
+ *agent {id}: {title}
128
+ When to use: {whenToUse}
129
+ Key deliverables: {main outputs/documents}]
130
+
131
+ === Available Workflows ===
132
+ [Dynamically list each workflow in bundle with format:
133
+ *workflow {id}: {name}
134
+ Purpose: {description}]
135
+
136
+ 💡 Tip: Each agent has unique tasks, templates, and checklists. Switch to an agent to access their capabilities!
137
+ fuzzy-matching:
138
+ - 85% confidence threshold
139
+ - Show numbered list if unsure
140
+ transformation:
141
+ - Match name/role to agents
142
+ - Announce transformation
143
+ - Operate until exit
144
+ loading:
145
+ - KB: Only for *kb-mode or BMad questions
146
+ - Agents: Only when transforming
147
+ - Templates/Tasks: Only when executing
148
+ - Always indicate loading
149
+ kb-mode-behavior:
150
+ - When *kb-mode is invoked, use kb-mode-interaction task
151
+ - Don't dump all KB content immediately
152
+ - Present topic areas and wait for user selection
153
+ - Provide focused, contextual responses
154
+ workflow-guidance:
155
+ - Discover available workflows in the bundle at runtime
156
+ - Understand each workflow's purpose, options, and decision points
157
+ - Ask clarifying questions based on the workflow's structure
158
+ - Guide users through workflow selection when multiple options exist
159
+ - When appropriate, suggest: Would you like me to create a detailed workflow plan before starting?
160
+ - For workflows with divergent paths, help users choose the right path
161
+ - Adapt questions to the specific domain (e.g., game dev vs infrastructure vs web dev)
162
+ - Only recommend workflows that actually exist in the current bundle
163
+ - When *workflow-guidance is called, start an interactive session and list all available workflows with brief descriptions
164
+ start-behavior:
165
+ step1-project-status:
166
+ question: |
167
+ 🚀 APPIQ Method Universal Launcher
168
+
169
+ Arbeiten wir an einem neuen oder bestehenden Projekt?
170
+
171
+ 1. 🆕 Neues Projekt (Greenfield) - Wir bauen von Grund auf
172
+ 2. 🔧 Bestehendes Projekt (Brownfield) - Wir erweitern/verbessern etwas
173
+
174
+ Antworte mit 1 oder 2:
175
+ responses:
176
+ '1': new_project
177
+ '2': existing_project
178
+ step2-project-type:
179
+ question: |
180
+ 📋 Lass mich verstehen, was wir bauen...
181
+
182
+ Was für eine Art von Anwendung ist das?
183
+
184
+ 1. 🌐 Web-Anwendung (läuft im Browser)
185
+ 2. 💻 Desktop-Anwendung (Electron, Windows/Mac App)
186
+ 3. 📱 Mobile App (iOS/Android)
187
+ 4. ⚙️ Backend/API Service (Server, Database)
188
+ 5. 🤔 Bin mir nicht sicher - lass APPIQ entscheiden
189
+
190
+ Antworte mit 1, 2, 3, 4 oder 5:
191
+ responses:
192
+ '1': web_app
193
+ '2': desktop_app
194
+ '3': mobile_app
195
+ '4': backend_service
196
+ '5': auto_detect
197
+ workflow-mapping:
198
+ new_project:
199
+ web_app: greenfield-fullstack.yaml
200
+ desktop_app: greenfield-fullstack.yaml
201
+ mobile_app: mobile-platform-selection
202
+ backend_service: greenfield-service.yaml
203
+ auto_detect: project-description-analysis
204
+ existing_project:
205
+ web_app: brownfield-fullstack.yaml
206
+ desktop_app: brownfield-fullstack.yaml
207
+ mobile_app: mobile-platform-detection
208
+ backend_service: brownfield-service.yaml
209
+ auto_detect: project-structure-analysis
210
+ auto-detection:
211
+ new-project-analysis:
212
+ prompt: |
213
+ 🔍 Lass uns gemeinsam herausfinden, was das beste für dein Projekt ist...
214
+
215
+ Beschreibe kurz dein Projekt in 1-2 Sätzen:
216
+ (z.B. "Eine Ecommerce-Website mit Admin-Panel" oder "Eine Todo-App für Windows")
217
+ keywords:
218
+ web:
219
+ - website
220
+ - web
221
+ - browser
222
+ - online
223
+ - webapp
224
+ - ecommerce
225
+ - cms
226
+ desktop:
227
+ - desktop
228
+ - electron
229
+ - windows
230
+ - mac
231
+ - app
232
+ - gui
233
+ - standalone
234
+ mobile:
235
+ - mobile
236
+ - ios
237
+ - android
238
+ - app store
239
+ - phone
240
+ - tablet
241
+ backend:
242
+ - api
243
+ - server
244
+ - backend
245
+ - database
246
+ - service
247
+ - microservice
248
+ existing-project-analysis:
249
+ message: |
250
+ 🔍 Analysiere dein bestehendes Projekt...
251
+
252
+ Ich schaue mir deine Projekt-Struktur an...
253
+ file-patterns:
254
+ desktop:
255
+ - package.json + electron dependency
256
+ mobile-react-native:
257
+ - package.json + react-native dependency
258
+ mobile-flutter:
259
+ - pubspec.yaml present
260
+ web:
261
+ - package.json + (next|react|vue|angular)
262
+ backend-node:
263
+ - package.json + (express|fastify|koa)
264
+ backend-python:
265
+ - requirements.txt + (flask|django|fastapi)
266
+ backend-java:
267
+ - pom.xml or build.gradle
268
+ context-messages:
269
+ desktop: Fokus auf Electron Desktop-Anwendung mit plattformspezifischen Optimierungen
270
+ mobile: Plattform-Erkennung erforderlich (Flutter/React Native)
271
+ web: Full-Stack Web-Anwendung mit Frontend und Backend Komponenten
272
+ backend: API-Design und Datenarchitektur im Fokus
273
+ dependencies:
274
+ tasks:
275
+ - advanced-elicitation.md
276
+ - create-doc.md
277
+ - kb-mode-interaction.md
278
+ data:
279
+ - bmad-kb.md
280
+ - elicitation-methods.md
281
+ utils:
282
+ - workflow-management.md
283
+ ```
284
+ ==================== END: .bmad-core/agents/bmad-orchestrator.md ====================
285
+
286
+ ==================== START: .bmad-core/tasks/advanced-elicitation.md ====================
287
+ # Advanced Elicitation Task
288
+
289
+ ## Purpose
290
+
291
+ - Provide optional reflective and brainstorming actions to enhance content quality
292
+ - Enable deeper exploration of ideas through structured elicitation techniques
293
+ - Support iterative refinement through multiple analytical perspectives
294
+ - Usable during template-driven document creation or any chat conversation
295
+
296
+ ## Usage Scenarios
297
+
298
+ ### Scenario 1: Template Document Creation
299
+
300
+ After outputting a section during document creation:
301
+
302
+ 1. **Section Review**: Ask user to review the drafted section
303
+ 2. **Offer Elicitation**: Present 9 carefully selected elicitation methods
304
+ 3. **Simple Selection**: User types a number (0-8) to engage method, or 9 to proceed
305
+ 4. **Execute & Loop**: Apply selected method, then re-offer choices until user proceeds
306
+
307
+ ### Scenario 2: General Chat Elicitation
308
+
309
+ User can request advanced elicitation on any agent output:
310
+
311
+ - User says "do advanced elicitation" or similar
312
+ - Agent selects 9 relevant methods for the context
313
+ - Same simple 0-9 selection process
314
+
315
+ ## Task Instructions
316
+
317
+ ### 1. Intelligent Method Selection
318
+
319
+ **Context Analysis**: Before presenting options, analyze:
320
+
321
+ - **Content Type**: Technical specs, user stories, architecture, requirements, etc.
322
+ - **Complexity Level**: Simple, moderate, or complex content
323
+ - **Stakeholder Needs**: Who will use this information
324
+ - **Risk Level**: High-impact decisions vs routine items
325
+ - **Creative Potential**: Opportunities for innovation or alternatives
326
+
327
+ **Method Selection Strategy**:
328
+
329
+ 1. **Always Include Core Methods** (choose 3-4):
330
+ - Expand or Contract for Audience
331
+ - Critique and Refine
332
+ - Identify Potential Risks
333
+ - Assess Alignment with Goals
334
+
335
+ 2. **Context-Specific Methods** (choose 4-5):
336
+ - **Technical Content**: Tree of Thoughts, ReWOO, Meta-Prompting
337
+ - **User-Facing Content**: Agile Team Perspective, Stakeholder Roundtable
338
+ - **Creative Content**: Innovation Tournament, Escape Room Challenge
339
+ - **Strategic Content**: Red Team vs Blue Team, Hindsight Reflection
340
+
341
+ 3. **Always Include**: "Proceed / No Further Actions" as option 9
342
+
343
+ ### 2. Section Context and Review
344
+
345
+ When invoked after outputting a section:
346
+
347
+ 1. **Provide Context Summary**: Give a brief 1-2 sentence summary of what the user should look for in the section just presented
348
+
349
+ 2. **Explain Visual Elements**: If the section contains diagrams, explain them briefly before offering elicitation options
350
+
351
+ 3. **Clarify Scope Options**: If the section contains multiple distinct items, inform the user they can apply elicitation actions to:
352
+ - The entire section as a whole
353
+ - Individual items within the section (specify which item when selecting an action)
354
+
355
+ ### 3. Present Elicitation Options
356
+
357
+ **Review Request Process:**
358
+
359
+ - Ask the user to review the drafted section
360
+ - In the SAME message, inform them they can suggest direct changes OR select an elicitation method
361
+ - Present 9 intelligently selected methods (0-8) plus "Proceed" (9)
362
+ - Keep descriptions short - just the method name
363
+ - Await simple numeric selection
364
+
365
+ **Action List Presentation Format:**
366
+
367
+ ```text
368
+ **Advanced Elicitation Options**
369
+ Choose a number (0-8) or 9 to proceed:
370
+
371
+ 0. [Method Name]
372
+ 1. [Method Name]
373
+ 2. [Method Name]
374
+ 3. [Method Name]
375
+ 4. [Method Name]
376
+ 5. [Method Name]
377
+ 6. [Method Name]
378
+ 7. [Method Name]
379
+ 8. [Method Name]
380
+ 9. Proceed / No Further Actions
381
+ ```
382
+
383
+ **Response Handling:**
384
+
385
+ - **Numbers 0-8**: Execute the selected method, then re-offer the choice
386
+ - **Number 9**: Proceed to next section or continue conversation
387
+ - **Direct Feedback**: Apply user's suggested changes and continue
388
+
389
+ ### 4. Method Execution Framework
390
+
391
+ **Execution Process:**
392
+
393
+ 1. **Retrieve Method**: Access the specific elicitation method from the elicitation-methods data file
394
+ 2. **Apply Context**: Execute the method from your current role's perspective
395
+ 3. **Provide Results**: Deliver insights, critiques, or alternatives relevant to the content
396
+ 4. **Re-offer Choice**: Present the same 9 options again until user selects 9 or gives direct feedback
397
+
398
+ **Execution Guidelines:**
399
+
400
+ - **Be Concise**: Focus on actionable insights, not lengthy explanations
401
+ - **Stay Relevant**: Tie all elicitation back to the specific content being analyzed
402
+ - **Identify Personas**: For multi-persona methods, clearly identify which viewpoint is speaking
403
+ - **Maintain Flow**: Keep the process moving efficiently
404
+ ==================== END: .bmad-core/tasks/advanced-elicitation.md ====================
405
+
406
+ ==================== START: .bmad-core/tasks/create-doc.md ====================
407
+ # Create Document from Template (YAML Driven)
408
+
409
+ ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️
410
+
411
+ **THIS IS AN EXECUTABLE WORKFLOW - NOT REFERENCE MATERIAL**
412
+
413
+ When this task is invoked:
414
+
415
+ 1. **DISABLE ALL EFFICIENCY OPTIMIZATIONS** - This workflow requires full user interaction
416
+ 2. **MANDATORY STEP-BY-STEP EXECUTION** - Each section must be processed sequentially with user feedback
417
+ 3. **ELICITATION IS REQUIRED** - When `elicit: true`, you MUST use the 1-9 format and wait for user response
418
+ 4. **NO SHORTCUTS ALLOWED** - Complete documents cannot be created without following this workflow
419
+
420
+ **VIOLATION INDICATOR:** If you create a complete document without user interaction, you have violated this workflow.
421
+
422
+ ## Critical: Template Discovery
423
+
424
+ If a YAML Template has not been provided, list all templates from .bmad-core/templates or ask the user to provide another.
425
+
426
+ ## CRITICAL: Mandatory Elicitation Format
427
+
428
+ **When `elicit: true`, this is a HARD STOP requiring user interaction:**
429
+
430
+ **YOU MUST:**
431
+
432
+ 1. Present section content
433
+ 2. Provide detailed rationale (explain trade-offs, assumptions, decisions made)
434
+ 3. **STOP and present numbered options 1-9:**
435
+ - **Option 1:** Always "Proceed to next section"
436
+ - **Options 2-9:** Select 8 methods from data/elicitation-methods
437
+ - End with: "Select 1-9 or just type your question/feedback:"
438
+ 4. **WAIT FOR USER RESPONSE** - Do not proceed until user selects option or provides feedback
439
+
440
+ **WORKFLOW VIOLATION:** Creating content for elicit=true sections without user interaction violates this task.
441
+
442
+ **NEVER ask yes/no questions or use any other format.**
443
+
444
+ ## Processing Flow
445
+
446
+ 1. **Parse YAML template** - Load template metadata and sections
447
+ 2. **Set preferences** - Show current mode (Interactive), confirm output file
448
+ 3. **Process each section:**
449
+ - Skip if condition unmet
450
+ - Check agent permissions (owner/editors) - note if section is restricted to specific agents
451
+ - Draft content using section instruction
452
+ - Present content + detailed rationale
453
+ - **IF elicit: true** → MANDATORY 1-9 options format
454
+ - Save to file if possible
455
+ 4. **Continue until complete**
456
+
457
+ ## Detailed Rationale Requirements
458
+
459
+ When presenting section content, ALWAYS include rationale that explains:
460
+
461
+ - Trade-offs and choices made (what was chosen over alternatives and why)
462
+ - Key assumptions made during drafting
463
+ - Interesting or questionable decisions that need user attention
464
+ - Areas that might need validation
465
+
466
+ ## Elicitation Results Flow
467
+
468
+ After user selects elicitation method (2-9):
469
+
470
+ 1. Execute method from data/elicitation-methods
471
+ 2. Present results with insights
472
+ 3. Offer options:
473
+ - **1. Apply changes and update section**
474
+ - **2. Return to elicitation menu**
475
+ - **3. Ask any questions or engage further with this elicitation**
476
+
477
+ ## Agent Permissions
478
+
479
+ When processing sections with agent permission fields:
480
+
481
+ - **owner**: Note which agent role initially creates/populates the section
482
+ - **editors**: List agent roles allowed to modify the section
483
+ - **readonly**: Mark sections that cannot be modified after creation
484
+
485
+ **For sections with restricted access:**
486
+
487
+ - Include a note in the generated document indicating the responsible agent
488
+ - Example: "_(This section is owned by dev-agent and can only be modified by dev-agent)_"
489
+
490
+ ## YOLO Mode
491
+
492
+ User can type `#yolo` to toggle to YOLO mode (process all sections at once).
493
+
494
+ ## CRITICAL REMINDERS
495
+
496
+ **❌ NEVER:**
497
+
498
+ - Ask yes/no questions for elicitation
499
+ - Use any format other than 1-9 numbered options
500
+ - Create new elicitation methods
501
+
502
+ **✅ ALWAYS:**
503
+
504
+ - Use exact 1-9 format when elicit: true
505
+ - Select options 2-9 from data/elicitation-methods only
506
+ - Provide detailed rationale explaining decisions
507
+ - End with "Select 1-9 or just type your question/feedback:"
508
+ ==================== END: .bmad-core/tasks/create-doc.md ====================
509
+
510
+ ==================== START: .bmad-core/tasks/kb-mode-interaction.md ====================
511
+ # KB Mode Interaction Task
512
+
513
+ ## Purpose
514
+
515
+ Provide a user-friendly interface to the BMad knowledge base without overwhelming users with information upfront.
516
+
517
+ ## Instructions
518
+
519
+ When entering KB mode (*kb-mode), follow these steps:
520
+
521
+ ### 1. Welcome and Guide
522
+
523
+ Announce entering KB mode with a brief, friendly introduction.
524
+
525
+ ### 2. Present Topic Areas
526
+
527
+ Offer a concise list of main topic areas the user might want to explore:
528
+
529
+ **What would you like to know more about?**
530
+
531
+ 1. **Setup & Installation** - Getting started with BMad
532
+ 2. **Workflows** - Choosing the right workflow for your project
533
+ 3. **Web vs IDE** - When to use each environment
534
+ 4. **Agents** - Understanding specialized agents and their roles
535
+ 5. **Documents** - PRDs, Architecture, Stories, and more
536
+ 6. **Agile Process** - How BMad implements Agile methodologies
537
+ 7. **Configuration** - Customizing BMad for your needs
538
+ 8. **Best Practices** - Tips for effective BMad usage
539
+
540
+ Or ask me about anything else related to BMad-Method!
541
+
542
+ ### 3. Respond Contextually
543
+
544
+ - Wait for user's specific question or topic selection
545
+ - Provide focused, relevant information from the knowledge base
546
+ - Offer to dive deeper or explore related topics
547
+ - Keep responses concise unless user asks for detailed explanations
548
+
549
+ ### 4. Interactive Exploration
550
+
551
+ - After answering, suggest related topics they might find helpful
552
+ - Maintain conversational flow rather than data dumping
553
+ - Use examples when appropriate
554
+ - Reference specific documentation sections when relevant
555
+
556
+ ### 5. Exit Gracefully
557
+
558
+ When user is done or wants to exit KB mode:
559
+
560
+ - Summarize key points discussed if helpful
561
+ - Remind them they can return to KB mode anytime with *kb-mode
562
+ - Suggest next steps based on what was discussed
563
+
564
+ ## Example Interaction
565
+
566
+ **User**: *kb-mode
567
+
568
+ **Assistant**: I've entered KB mode and have access to the full BMad knowledge base. I can help you with detailed information about any aspect of BMad-Method.
569
+
570
+ **What would you like to know more about?**
571
+
572
+ 1. **Setup & Installation** - Getting started with BMad
573
+ 2. **Workflows** - Choosing the right workflow for your project
574
+ 3. **Web vs IDE** - When to use each environment
575
+ 4. **Agents** - Understanding specialized agents and their roles
576
+ 5. **Documents** - PRDs, Architecture, Stories, and more
577
+ 6. **Agile Process** - How BMad implements Agile methodologies
578
+ 7. **Configuration** - Customizing BMad for your needs
579
+ 8. **Best Practices** - Tips for effective BMad usage
580
+
581
+ Or ask me about anything else related to BMad-Method!
582
+
583
+ **User**: Tell me about workflows
584
+
585
+ **Assistant**: [Provides focused information about workflows from the KB, then offers to explore specific workflow types or related topics]
586
+ ==================== END: .bmad-core/tasks/kb-mode-interaction.md ====================
587
+
588
+ ==================== START: .bmad-core/data/bmad-kb.md ====================
589
+ # BMad Knowledge Base
590
+
591
+ ## Overview
592
+
593
+ BMad-Method (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments.
594
+
595
+ ### Key Features
596
+
597
+ - **Modular Agent System**: Specialized AI agents for each Agile role
598
+ - **Build System**: Automated dependency resolution and optimization
599
+ - **Dual Environment Support**: Optimized for both web UIs and IDEs
600
+ - **Reusable Resources**: Portable templates, tasks, and checklists
601
+ - **Slash Command Integration**: Quick agent switching and control
602
+
603
+ ### When to Use BMad
604
+
605
+ - **New Projects (Greenfield)**: Complete end-to-end development
606
+ - **Existing Projects (Brownfield)**: Feature additions and enhancements
607
+ - **Team Collaboration**: Multiple roles working together
608
+ - **Quality Assurance**: Structured testing and validation
609
+ - **Documentation**: Professional PRDs, architecture docs, user stories
610
+
611
+ ## How BMad Works
612
+
613
+ ### The Core Method
614
+
615
+ BMad transforms you into a "Vibe CEO" - directing a team of specialized AI agents through structured workflows. Here's how:
616
+
617
+ 1. **You Direct, AI Executes**: You provide vision and decisions; agents handle implementation details
618
+ 2. **Specialized Agents**: Each agent masters one role (PM, Developer, Architect, etc.)
619
+ 3. **Structured Workflows**: Proven patterns guide you from idea to deployed code
620
+ 4. **Clean Handoffs**: Fresh context windows ensure agents stay focused and effective
621
+
622
+ ### The Two-Phase Approach
623
+
624
+ #### Phase 1: Planning (Web UI - Cost Effective)
625
+
626
+ - Use large context windows (Gemini's 1M tokens)
627
+ - Generate comprehensive documents (PRD, Architecture)
628
+ - Leverage multiple agents for brainstorming
629
+ - Create once, use throughout development
630
+
631
+ #### Phase 2: Development (IDE - Implementation)
632
+
633
+ - Shard documents into manageable pieces
634
+ - Execute focused SM → Dev cycles
635
+ - One story at a time, sequential progress
636
+ - Real-time file operations and testing
637
+
638
+ ### The Development Loop
639
+
640
+ ```text
641
+ 1. SM Agent (New Chat) → Creates next story from sharded docs
642
+ 2. You → Review and approve story
643
+ 3. Dev Agent (New Chat) → Implements approved story
644
+ 4. QA Agent (New Chat) → Reviews and refactors code
645
+ 5. You → Verify completion
646
+ 6. Repeat until epic complete
647
+ ```
648
+
649
+ ### Why This Works
650
+
651
+ - **Context Optimization**: Clean chats = better AI performance
652
+ - **Role Clarity**: Agents don't context-switch = higher quality
653
+ - **Incremental Progress**: Small stories = manageable complexity
654
+ - **Human Oversight**: You validate each step = quality control
655
+ - **Document-Driven**: Specs guide everything = consistency
656
+
657
+ ## Getting Started
658
+
659
+ ### Quick Start Options
660
+
661
+ #### Option 1: Web UI
662
+
663
+ **Best for**: ChatGPT, Claude, Gemini users who want to start immediately
664
+
665
+ 1. Navigate to `dist/teams/`
666
+ 2. Copy `team-fullstack.txt` content
667
+ 3. Create new Gemini Gem or CustomGPT
668
+ 4. Upload file with instructions: "Your critical operating instructions are attached, do not break character as directed"
669
+ 5. Type `/help` to see available commands
670
+
671
+ #### Option 2: IDE Integration
672
+
673
+ **Best for**: Cursor, Claude Code, Windsurf, Trae, Cline, Roo Code, Github Copilot users
674
+
675
+ ```bash
676
+ # Interactive installation (recommended)
677
+ npx bmad-method install
678
+ ```
679
+
680
+ **Installation Steps**:
681
+
682
+ - Choose "Complete installation"
683
+ - Select your IDE from supported options:
684
+ - **Cursor**: Native AI integration
685
+ - **Claude Code**: Anthropic's official IDE
686
+ - **Windsurf**: Built-in AI capabilities
687
+ - **Trae**: Built-in AI capabilities
688
+ - **Cline**: VS Code extension with AI features
689
+ - **Roo Code**: Web-based IDE with agent support
690
+ - **GitHub Copilot**: VS Code extension with AI peer programming assistant
691
+
692
+ **Note for VS Code Users**: BMad-Method assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo.
693
+
694
+ **Verify Installation**:
695
+
696
+ - `.bmad-core/` folder created with all agents
697
+ - IDE-specific integration files created
698
+ - All agent commands/rules/modes available
699
+
700
+ **Remember**: At its core, BMad-Method is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective
701
+
702
+ ### Environment Selection Guide
703
+
704
+ **Use Web UI for**:
705
+
706
+ - Initial planning and documentation (PRD, architecture)
707
+ - Cost-effective document creation (especially with Gemini)
708
+ - Brainstorming and analysis phases
709
+ - Multi-agent consultation and planning
710
+
711
+ **Use IDE for**:
712
+
713
+ - Active development and coding
714
+ - File operations and project integration
715
+ - Document sharding and story management
716
+ - Implementation workflow (SM/Dev cycles)
717
+
718
+ **Cost-Saving Tip**: Create large documents (PRDs, architecture) in web UI, then copy to `docs/prd.md` and `docs/architecture.md` in your project before switching to IDE for development.
719
+
720
+ ### IDE-Only Workflow Considerations
721
+
722
+ **Can you do everything in IDE?** Yes, but understand the tradeoffs:
723
+
724
+ **Pros of IDE-Only**:
725
+
726
+ - Single environment workflow
727
+ - Direct file operations from start
728
+ - No copy/paste between environments
729
+ - Immediate project integration
730
+
731
+ **Cons of IDE-Only**:
732
+
733
+ - Higher token costs for large document creation
734
+ - Smaller context windows (varies by IDE/model)
735
+ - May hit limits during planning phases
736
+ - Less cost-effective for brainstorming
737
+
738
+ **Using Web Agents in IDE**:
739
+
740
+ - **NOT RECOMMENDED**: Web agents (PM, Architect) have rich dependencies designed for large contexts
741
+ - **Why it matters**: Dev agents are kept lean to maximize coding context
742
+ - **The principle**: "Dev agents code, planning agents plan" - mixing breaks this optimization
743
+
744
+ **About bmad-master and bmad-orchestrator**:
745
+
746
+ - **bmad-master**: CAN do any task without switching agents, BUT...
747
+ - **Still use specialized agents for planning**: PM, Architect, and UX Expert have tuned personas that produce better results
748
+ - **Why specialization matters**: Each agent's personality and focus creates higher quality outputs
749
+ - **If using bmad-master/orchestrator**: Fine for planning phases, but...
750
+
751
+ **CRITICAL RULE for Development**:
752
+
753
+ - **ALWAYS use SM agent for story creation** - Never use bmad-master or bmad-orchestrator
754
+ - **ALWAYS use Dev agent for implementation** - Never use bmad-master or bmad-orchestrator
755
+ - **Why this matters**: SM and Dev agents are specifically optimized for the development workflow
756
+ - **No exceptions**: Even if using bmad-master for everything else, switch to SM → Dev for implementation
757
+
758
+ **Best Practice for IDE-Only**:
759
+
760
+ 1. Use PM/Architect/UX agents for planning (better than bmad-master)
761
+ 2. Create documents directly in project
762
+ 3. Shard immediately after creation
763
+ 4. **MUST switch to SM agent** for story creation
764
+ 5. **MUST switch to Dev agent** for implementation
765
+ 6. Keep planning and coding in separate chat sessions
766
+
767
+ ## Core Configuration (core-config.yaml)
768
+
769
+ **New in V4**: The `bmad-core/core-config.yaml` file is a critical innovation that enables BMad to work seamlessly with any project structure, providing maximum flexibility and backwards compatibility.
770
+
771
+ ### What is core-config.yaml?
772
+
773
+ This configuration file acts as a map for BMad agents, telling them exactly where to find your project documents and how they're structured. It enables:
774
+
775
+ - **Version Flexibility**: Work with V3, V4, or custom document structures
776
+ - **Custom Locations**: Define where your documents and shards live
777
+ - **Developer Context**: Specify which files the dev agent should always load
778
+ - **Debug Support**: Built-in logging for troubleshooting
779
+
780
+ ### Key Configuration Areas
781
+
782
+ #### PRD Configuration
783
+
784
+ - **prdVersion**: Tells agents if PRD follows v3 or v4 conventions
785
+ - **prdSharded**: Whether epics are embedded (false) or in separate files (true)
786
+ - **prdShardedLocation**: Where to find sharded epic files
787
+ - **epicFilePattern**: Pattern for epic filenames (e.g., `epic-{n}*.md`)
788
+
789
+ #### Architecture Configuration
790
+
791
+ - **architectureVersion**: v3 (monolithic) or v4 (sharded)
792
+ - **architectureSharded**: Whether architecture is split into components
793
+ - **architectureShardedLocation**: Where sharded architecture files live
794
+
795
+ #### Developer Files
796
+
797
+ - **devLoadAlwaysFiles**: List of files the dev agent loads for every task
798
+ - **devDebugLog**: Where dev agent logs repeated failures
799
+ - **agentCoreDump**: Export location for chat conversations
800
+
801
+ ### Why It Matters
802
+
803
+ 1. **No Forced Migrations**: Keep your existing document structure
804
+ 2. **Gradual Adoption**: Start with V3 and migrate to V4 at your pace
805
+ 3. **Custom Workflows**: Configure BMad to match your team's process
806
+ 4. **Intelligent Agents**: Agents automatically adapt to your configuration
807
+
808
+ ### Common Configurations
809
+
810
+ **Legacy V3 Project**:
811
+
812
+ ```yaml
813
+ prdVersion: v3
814
+ prdSharded: false
815
+ architectureVersion: v3
816
+ architectureSharded: false
817
+ ```
818
+
819
+ **V4 Optimized Project**:
820
+
821
+ ```yaml
822
+ prdVersion: v4
823
+ prdSharded: true
824
+ prdShardedLocation: docs/prd
825
+ architectureVersion: v4
826
+ architectureSharded: true
827
+ architectureShardedLocation: docs/architecture
828
+ ```
829
+
830
+ ## Core Philosophy
831
+
832
+ ### Vibe CEO'ing
833
+
834
+ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a singular vision. Your AI agents are your high-powered team, and your role is to:
835
+
836
+ - **Direct**: Provide clear instructions and objectives
837
+ - **Refine**: Iterate on outputs to achieve quality
838
+ - **Oversee**: Maintain strategic alignment across all agents
839
+
840
+ ### Core Principles
841
+
842
+ 1. **MAXIMIZE_AI_LEVERAGE**: Push the AI to deliver more. Challenge outputs and iterate.
843
+ 2. **QUALITY_CONTROL**: You are the ultimate arbiter of quality. Review all outputs.
844
+ 3. **STRATEGIC_OVERSIGHT**: Maintain the high-level vision and ensure alignment.
845
+ 4. **ITERATIVE_REFINEMENT**: Expect to revisit steps. This is not a linear process.
846
+ 5. **CLEAR_INSTRUCTIONS**: Precise requests lead to better outputs.
847
+ 6. **DOCUMENTATION_IS_KEY**: Good inputs (briefs, PRDs) lead to good outputs.
848
+ 7. **START_SMALL_SCALE_FAST**: Test concepts, then expand.
849
+ 8. **EMBRACE_THE_CHAOS**: Adapt and overcome challenges.
850
+
851
+ ### Key Workflow Principles
852
+
853
+ 1. **Agent Specialization**: Each agent has specific expertise and responsibilities
854
+ 2. **Clean Handoffs**: Always start fresh when switching between agents
855
+ 3. **Status Tracking**: Maintain story statuses (Draft → Approved → InProgress → Done)
856
+ 4. **Iterative Development**: Complete one story before starting the next
857
+ 5. **Documentation First**: Always start with solid PRD and architecture
858
+
859
+ ## Agent System
860
+
861
+ ### Core Development Team
862
+
863
+ | Agent | Role | Primary Functions | When to Use |
864
+ | ----------- | ------------------ | --------------------------------------- | -------------------------------------- |
865
+ | `analyst` | Business Analyst | Market research, requirements gathering | Project planning, competitive analysis |
866
+ | `pm` | Product Manager | PRD creation, feature prioritization | Strategic planning, roadmaps |
867
+ | `architect` | Solution Architect | System design, technical architecture | Complex systems, scalability planning |
868
+ | `dev` | Developer | Code implementation, debugging | All development tasks |
869
+ | `qa` | QA Specialist | Test planning, quality assurance | Testing strategies, bug validation |
870
+ | `ux-expert` | UX Designer | UI/UX design, prototypes | User experience, interface design |
871
+ | `po` | Product Owner | Backlog management, story validation | Story refinement, acceptance criteria |
872
+ | `sm` | Scrum Master | Sprint planning, story creation | Project management, workflow |
873
+
874
+ ### Meta Agents
875
+
876
+ | Agent | Role | Primary Functions | When to Use |
877
+ | ------------------- | ---------------- | ------------------------------------- | --------------------------------- |
878
+ | `bmad-orchestrator` | Team Coordinator | Multi-agent workflows, role switching | Complex multi-role tasks |
879
+ | `bmad-master` | Universal Expert | All capabilities without switching | Single-session comprehensive work |
880
+
881
+ ### Agent Interaction Commands
882
+
883
+ #### IDE-Specific Syntax
884
+
885
+ **Agent Loading by IDE**:
886
+
887
+ - **Claude Code**: `/agent-name` (e.g., `/bmad-master`)
888
+ - **Cursor**: `@agent-name` (e.g., `@bmad-master`)
889
+ - **Windsurf**: `@agent-name` (e.g., `@bmad-master`)
890
+ - **Trae**: `@agent-name` (e.g., `@bmad-master`)
891
+ - **Roo Code**: Select mode from mode selector (e.g., `bmad-master`)
892
+ - **GitHub Copilot**: Open the Chat view (`⌃⌘I` on Mac, `Ctrl+Alt+I` on Windows/Linux) and select **Agent** from the chat mode selector.
893
+
894
+ **Chat Management Guidelines**:
895
+
896
+ - **Claude Code, Cursor, Windsurf, Trae**: Start new chats when switching agents
897
+ - **Roo Code**: Switch modes within the same conversation
898
+
899
+ **Common Task Commands**:
900
+
901
+ - `*help` - Show available commands
902
+ - `*status` - Show current context/progress
903
+ - `*exit` - Exit the agent mode
904
+ - `*shard-doc docs/prd.md prd` - Shard PRD into manageable pieces
905
+ - `*shard-doc docs/architecture.md architecture` - Shard architecture document
906
+ - `*create` - Run create-next-story task (SM agent)
907
+
908
+ **In Web UI**:
909
+
910
+ ```text
911
+ /pm create-doc prd
912
+ /architect review system design
913
+ /dev implement story 1.2
914
+ /help - Show available commands
915
+ /switch agent-name - Change active agent (if orchestrator available)
916
+ ```
917
+
918
+ ## Team Configurations
919
+
920
+ ### Pre-Built Teams
921
+
922
+ #### Team All
923
+
924
+ - **Includes**: All 10 agents + orchestrator
925
+ - **Use Case**: Complete projects requiring all roles
926
+ - **Bundle**: `team-all.txt`
927
+
928
+ #### Team Fullstack
929
+
930
+ - **Includes**: PM, Architect, Developer, QA, UX Expert
931
+ - **Use Case**: End-to-end web/mobile development
932
+ - **Bundle**: `team-fullstack.txt`
933
+
934
+ #### Team No-UI
935
+
936
+ - **Includes**: PM, Architect, Developer, QA (no UX Expert)
937
+ - **Use Case**: Backend services, APIs, system development
938
+ - **Bundle**: `team-no-ui.txt`
939
+
940
+ ## Core Architecture
941
+
942
+ ### System Overview
943
+
944
+ The BMad-Method is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini).
945
+
946
+ ### Key Architectural Components
947
+
948
+ #### 1. Agents (`bmad-core/agents/`)
949
+
950
+ - **Purpose**: Each markdown file defines a specialized AI agent for a specific Agile role (PM, Dev, Architect, etc.)
951
+ - **Structure**: Contains YAML headers specifying the agent's persona, capabilities, and dependencies
952
+ - **Dependencies**: Lists of tasks, templates, checklists, and data files the agent can use
953
+ - **Startup Instructions**: Can load project-specific documentation for immediate context
954
+
955
+ #### 2. Agent Teams (`bmad-core/agent-teams/`)
956
+
957
+ - **Purpose**: Define collections of agents bundled together for specific purposes
958
+ - **Examples**: `team-all.yaml` (comprehensive bundle), `team-fullstack.yaml` (full-stack development)
959
+ - **Usage**: Creates pre-packaged contexts for web UI environments
960
+
961
+ #### 3. Workflows (`bmad-core/workflows/`)
962
+
963
+ - **Purpose**: YAML files defining prescribed sequences of steps for specific project types
964
+ - **Types**: Greenfield (new projects) and Brownfield (existing projects) for UI, service, and fullstack development
965
+ - **Structure**: Defines agent interactions, artifacts created, and transition conditions
966
+
967
+ #### 4. Reusable Resources
968
+
969
+ - **Templates** (`bmad-core/templates/`): Markdown templates for PRDs, architecture specs, user stories
970
+ - **Tasks** (`bmad-core/tasks/`): Instructions for specific repeatable actions like "shard-doc" or "create-next-story"
971
+ - **Checklists** (`bmad-core/checklists/`): Quality assurance checklists for validation and review
972
+ - **Data** (`bmad-core/data/`): Core knowledge base and technical preferences
973
+
974
+ ### Dual Environment Architecture
975
+
976
+ #### IDE Environment
977
+
978
+ - Users interact directly with agent markdown files
979
+ - Agents can access all dependencies dynamically
980
+ - Supports real-time file operations and project integration
981
+ - Optimized for development workflow execution
982
+
983
+ #### Web UI Environment
984
+
985
+ - Uses pre-built bundles from `dist/teams` for stand alone 1 upload files for all agents and their assets with an orchestrating agent
986
+ - Single text files containing all agent dependencies are in `dist/agents/` - these are unnecessary unless you want to create a web agent that is only a single agent and not a team
987
+ - Created by the web-builder tool for upload to web interfaces
988
+ - Provides complete context in one package
989
+
990
+ ### Template Processing System
991
+
992
+ BMad employs a sophisticated template system with three key components:
993
+
994
+ 1. **Template Format** (`utils/bmad-doc-template.md`): Defines markup language for variable substitution and AI processing directives from yaml templates
995
+ 2. **Document Creation** (`tasks/create-doc.md`): Orchestrates template selection and user interaction to transform yaml spec to final markdown output
996
+ 3. **Advanced Elicitation** (`tasks/advanced-elicitation.md`): Provides interactive refinement through structured brainstorming
997
+
998
+ ### Technical Preferences Integration
999
+
1000
+ The `technical-preferences.md` file serves as a persistent technical profile that:
1001
+
1002
+ - Ensures consistency across all agents and projects
1003
+ - Eliminates repetitive technology specification
1004
+ - Provides personalized recommendations aligned with user preferences
1005
+ - Evolves over time with lessons learned
1006
+
1007
+ ### Build and Delivery Process
1008
+
1009
+ The `web-builder.js` tool creates web-ready bundles by:
1010
+
1011
+ 1. Reading agent or team definition files
1012
+ 2. Recursively resolving all dependencies
1013
+ 3. Concatenating content into single text files with clear separators
1014
+ 4. Outputting ready-to-upload bundles for web AI interfaces
1015
+
1016
+ This architecture enables seamless operation across environments while maintaining the rich, interconnected agent ecosystem that makes BMad powerful.
1017
+
1018
+ ## Complete Development Workflow
1019
+
1020
+ ### Planning Phase (Web UI Recommended - Especially Gemini!)
1021
+
1022
+ **Ideal for cost efficiency with Gemini's massive context:**
1023
+
1024
+ **For Brownfield Projects - Start Here!**:
1025
+
1026
+ 1. **Upload entire project to Gemini Web** (GitHub URL, files, or zip)
1027
+ 2. **Document existing system**: `/analyst` → `*document-project`
1028
+ 3. **Creates comprehensive docs** from entire codebase analysis
1029
+
1030
+ **For All Projects**:
1031
+
1032
+ 1. **Optional Analysis**: `/analyst` - Market research, competitive analysis
1033
+ 2. **Project Brief**: Create foundation document (Analyst or user)
1034
+ 3. **PRD Creation**: `/pm create-doc prd` - Comprehensive product requirements
1035
+ 4. **Architecture Design**: `/architect create-doc architecture` - Technical foundation
1036
+ 5. **Validation & Alignment**: `/po` run master checklist to ensure document consistency
1037
+ 6. **Document Preparation**: Copy final documents to project as `docs/prd.md` and `docs/architecture.md`
1038
+
1039
+ #### Example Planning Prompts
1040
+
1041
+ **For PRD Creation**:
1042
+
1043
+ ```text
1044
+ "I want to build a [type] application that [core purpose].
1045
+ Help me brainstorm features and create a comprehensive PRD."
1046
+ ```
1047
+
1048
+ **For Architecture Design**:
1049
+
1050
+ ```text
1051
+ "Based on this PRD, design a scalable technical architecture
1052
+ that can handle [specific requirements]."
1053
+ ```
1054
+
1055
+ ### Critical Transition: Web UI to IDE
1056
+
1057
+ **Once planning is complete, you MUST switch to IDE for development:**
1058
+
1059
+ - **Why**: Development workflow requires file operations, real-time project integration, and document sharding
1060
+ - **Cost Benefit**: Web UI is more cost-effective for large document creation; IDE is optimized for development tasks
1061
+ - **Required Files**: Ensure `docs/prd.md` and `docs/architecture.md` exist in your project
1062
+
1063
+ ### IDE Development Workflow
1064
+
1065
+ **Prerequisites**: Planning documents must exist in `docs/` folder
1066
+
1067
+ 1. **Document Sharding** (CRITICAL STEP):
1068
+ - Documents created by PM/Architect (in Web or IDE) MUST be sharded for development
1069
+ - Two methods to shard:
1070
+ a) **Manual**: Drag `shard-doc` task + document file into chat
1071
+ b) **Agent**: Ask `@bmad-master` or `@po` to shard documents
1072
+ - Shards `docs/prd.md` → `docs/prd/` folder
1073
+ - Shards `docs/architecture.md` → `docs/architecture/` folder
1074
+ - **WARNING**: Do NOT shard in Web UI - copying many small files is painful!
1075
+
1076
+ 2. **Verify Sharded Content**:
1077
+ - At least one `epic-n.md` file in `docs/prd/` with stories in development order
1078
+ - Source tree document and coding standards for dev agent reference
1079
+ - Sharded docs for SM agent story creation
1080
+
1081
+ Resulting Folder Structure:
1082
+
1083
+ - `docs/prd/` - Broken down PRD sections
1084
+ - `docs/architecture/` - Broken down architecture sections
1085
+ - `docs/stories/` - Generated user stories
1086
+
1087
+ 1. **Development Cycle** (Sequential, one story at a time):
1088
+
1089
+ **CRITICAL CONTEXT MANAGEMENT**:
1090
+ - **Context windows matter!** Always use fresh, clean context windows
1091
+ - **Model selection matters!** Use most powerful thinking model for SM story creation
1092
+ - **ALWAYS start new chat between SM, Dev, and QA work**
1093
+
1094
+ **Step 1 - Story Creation**:
1095
+ - **NEW CLEAN CHAT** → Select powerful model → `@sm` → `*create`
1096
+ - SM executes create-next-story task
1097
+ - Review generated story in `docs/stories/`
1098
+ - Update status from "Draft" to "Approved"
1099
+
1100
+ **Step 2 - Story Implementation**:
1101
+ - **NEW CLEAN CHAT** → `@dev`
1102
+ - Agent asks which story to implement
1103
+ - Include story file content to save dev agent lookup time
1104
+ - Dev follows tasks/subtasks, marking completion
1105
+ - Dev maintains File List of all changes
1106
+ - Dev marks story as "Review" when complete with all tests passing
1107
+
1108
+ **Step 3 - Senior QA Review**:
1109
+ - **NEW CLEAN CHAT** → `@qa` → execute review-story task
1110
+ - QA performs senior developer code review
1111
+ - QA can refactor and improve code directly
1112
+ - QA appends results to story's QA Results section
1113
+ - If approved: Status → "Done"
1114
+ - If changes needed: Status stays "Review" with unchecked items for dev
1115
+
1116
+ **Step 4 - Repeat**: Continue SM → Dev → QA cycle until all epic stories complete
1117
+
1118
+ **Important**: Only 1 story in progress at a time, worked sequentially until all epic stories complete.
1119
+
1120
+ ### Status Tracking Workflow
1121
+
1122
+ Stories progress through defined statuses:
1123
+
1124
+ - **Draft** → **Approved** → **InProgress** → **Done**
1125
+
1126
+ Each status change requires user verification and approval before proceeding.
1127
+
1128
+ ### Workflow Types
1129
+
1130
+ #### Greenfield Development
1131
+
1132
+ - Business analysis and market research
1133
+ - Product requirements and feature definition
1134
+ - System architecture and design
1135
+ - Development execution
1136
+ - Testing and deployment
1137
+
1138
+ #### Brownfield Enhancement (Existing Projects)
1139
+
1140
+ **Key Concept**: Brownfield development requires comprehensive documentation of your existing project for AI agents to understand context, patterns, and constraints.
1141
+
1142
+ **Complete Brownfield Workflow Options**:
1143
+
1144
+ **Option 1: PRD-First (Recommended for Large Codebases/Monorepos)**:
1145
+
1146
+ 1. **Upload project to Gemini Web** (GitHub URL, files, or zip)
1147
+ 2. **Create PRD first**: `@pm` → `*create-doc brownfield-prd`
1148
+ 3. **Focused documentation**: `@analyst` → `*document-project`
1149
+ - Analyst asks for focus if no PRD provided
1150
+ - Choose "single document" format for Web UI
1151
+ - Uses PRD to document ONLY relevant areas
1152
+ - Creates one comprehensive markdown file
1153
+ - Avoids bloating docs with unused code
1154
+
1155
+ **Option 2: Document-First (Good for Smaller Projects)**:
1156
+
1157
+ 1. **Upload project to Gemini Web**
1158
+ 2. **Document everything**: `@analyst` → `*document-project`
1159
+ 3. **Then create PRD**: `@pm` → `*create-doc brownfield-prd`
1160
+ - More thorough but can create excessive documentation
1161
+
1162
+ 4. **Requirements Gathering**:
1163
+ - **Brownfield PRD**: Use PM agent with `brownfield-prd-tmpl`
1164
+ - **Analyzes**: Existing system, constraints, integration points
1165
+ - **Defines**: Enhancement scope, compatibility requirements, risk assessment
1166
+ - **Creates**: Epic and story structure for changes
1167
+
1168
+ 5. **Architecture Planning**:
1169
+ - **Brownfield Architecture**: Use Architect agent with `brownfield-architecture-tmpl`
1170
+ - **Integration Strategy**: How new features integrate with existing system
1171
+ - **Migration Planning**: Gradual rollout and backwards compatibility
1172
+ - **Risk Mitigation**: Addressing potential breaking changes
1173
+
1174
+ **Brownfield-Specific Resources**:
1175
+
1176
+ **Templates**:
1177
+
1178
+ - `brownfield-prd-tmpl.md`: Comprehensive enhancement planning with existing system analysis
1179
+ - `brownfield-architecture-tmpl.md`: Integration-focused architecture for existing systems
1180
+
1181
+ **Tasks**:
1182
+
1183
+ - `document-project`: Generates comprehensive documentation from existing codebase
1184
+ - `brownfield-create-epic`: Creates single epic for focused enhancements (when full PRD is overkill)
1185
+ - `brownfield-create-story`: Creates individual story for small, isolated changes
1186
+
1187
+ **When to Use Each Approach**:
1188
+
1189
+ **Full Brownfield Workflow** (Recommended for):
1190
+
1191
+ - Major feature additions
1192
+ - System modernization
1193
+ - Complex integrations
1194
+ - Multiple related changes
1195
+
1196
+ **Quick Epic/Story Creation** (Use when):
1197
+
1198
+ - Single, focused enhancement
1199
+ - Isolated bug fixes
1200
+ - Small feature additions
1201
+ - Well-documented existing system
1202
+
1203
+ **Critical Success Factors**:
1204
+
1205
+ 1. **Documentation First**: Always run `document-project` if docs are outdated/missing
1206
+ 2. **Context Matters**: Provide agents access to relevant code sections
1207
+ 3. **Integration Focus**: Emphasize compatibility and non-breaking changes
1208
+ 4. **Incremental Approach**: Plan for gradual rollout and testing
1209
+
1210
+ **For detailed guide**: See `docs/working-in-the-brownfield.md`
1211
+
1212
+ ## Document Creation Best Practices
1213
+
1214
+ ### Required File Naming for Framework Integration
1215
+
1216
+ - `docs/prd.md` - Product Requirements Document
1217
+ - `docs/architecture.md` - System Architecture Document
1218
+
1219
+ **Why These Names Matter**:
1220
+
1221
+ - Agents automatically reference these files during development
1222
+ - Sharding tasks expect these specific filenames
1223
+ - Workflow automation depends on standard naming
1224
+
1225
+ ### Cost-Effective Document Creation Workflow
1226
+
1227
+ **Recommended for Large Documents (PRD, Architecture):**
1228
+
1229
+ 1. **Use Web UI**: Create documents in web interface for cost efficiency
1230
+ 2. **Copy Final Output**: Save complete markdown to your project
1231
+ 3. **Standard Names**: Save as `docs/prd.md` and `docs/architecture.md`
1232
+ 4. **Switch to IDE**: Use IDE agents for development and smaller documents
1233
+
1234
+ ### Document Sharding
1235
+
1236
+ Templates with Level 2 headings (`##`) can be automatically sharded:
1237
+
1238
+ **Original PRD**:
1239
+
1240
+ ```markdown
1241
+ ## Goals and Background Context
1242
+ ## Requirements
1243
+ ## User Interface Design Goals
1244
+ ## Success Metrics
1245
+ ```
1246
+
1247
+ **After Sharding**:
1248
+
1249
+ - `docs/prd/goals-and-background-context.md`
1250
+ - `docs/prd/requirements.md`
1251
+ - `docs/prd/user-interface-design-goals.md`
1252
+ - `docs/prd/success-metrics.md`
1253
+
1254
+ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sharding.
1255
+
1256
+ ## Usage Patterns and Best Practices
1257
+
1258
+ ### Environment-Specific Usage
1259
+
1260
+ **Web UI Best For**:
1261
+
1262
+ - Initial planning and documentation phases
1263
+ - Cost-effective large document creation
1264
+ - Agent consultation and brainstorming
1265
+ - Multi-agent workflows with orchestrator
1266
+
1267
+ **IDE Best For**:
1268
+
1269
+ - Active development and implementation
1270
+ - File operations and project integration
1271
+ - Story management and development cycles
1272
+ - Code review and debugging
1273
+
1274
+ ### Quality Assurance
1275
+
1276
+ - Use appropriate agents for specialized tasks
1277
+ - Follow Agile ceremonies and review processes
1278
+ - Maintain document consistency with PO agent
1279
+ - Regular validation with checklists and templates
1280
+
1281
+ ### Performance Optimization
1282
+
1283
+ - Use specific agents vs. `bmad-master` for focused tasks
1284
+ - Choose appropriate team size for project needs
1285
+ - Leverage technical preferences for consistency
1286
+ - Regular context management and cache clearing
1287
+
1288
+ ## Success Tips
1289
+
1290
+ - **Use Gemini for big picture planning** - The team-fullstack bundle provides collaborative expertise
1291
+ - **Use bmad-master for document organization** - Sharding creates manageable chunks
1292
+ - **Follow the SM → Dev cycle religiously** - This ensures systematic progress
1293
+ - **Keep conversations focused** - One agent, one task per conversation
1294
+ - **Review everything** - Always review and approve before marking complete
1295
+
1296
+ ## Contributing to BMad-Method
1297
+
1298
+ ### Quick Contribution Guidelines
1299
+
1300
+ For full details, see `CONTRIBUTING.md`. Key points:
1301
+
1302
+ **Fork Workflow**:
1303
+
1304
+ 1. Fork the repository
1305
+ 2. Create feature branches
1306
+ 3. Submit PRs to `next` branch (default) or `main` for critical fixes only
1307
+ 4. Keep PRs small: 200-400 lines ideal, 800 lines maximum
1308
+ 5. One feature/fix per PR
1309
+
1310
+ **PR Requirements**:
1311
+
1312
+ - Clear descriptions (max 200 words) with What/Why/How/Testing
1313
+ - Use conventional commits (feat:, fix:, docs:)
1314
+ - Atomic commits - one logical change per commit
1315
+ - Must align with guiding principles
1316
+
1317
+ **Core Principles** (from docs/GUIDING-PRINCIPLES.md):
1318
+
1319
+ - **Dev Agents Must Be Lean**: Minimize dependencies, save context for code
1320
+ - **Natural Language First**: Everything in markdown, no code in core
1321
+ - **Core vs Expansion Packs**: Core for universal needs, packs for specialized domains
1322
+ - **Design Philosophy**: "Dev agents code, planning agents plan"
1323
+
1324
+ ## Expansion Packs
1325
+
1326
+ ### What Are Expansion Packs?
1327
+
1328
+ Expansion packs extend BMad-Method beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development.
1329
+
1330
+ ### Why Use Expansion Packs?
1331
+
1332
+ 1. **Keep Core Lean**: Dev agents maintain maximum context for coding
1333
+ 2. **Domain Expertise**: Deep, specialized knowledge without bloating core
1334
+ 3. **Community Innovation**: Anyone can create and share packs
1335
+ 4. **Modular Design**: Install only what you need
1336
+
1337
+ ### Available Expansion Packs
1338
+
1339
+ **Technical Packs**:
1340
+
1341
+ - **Infrastructure/DevOps**: Cloud architects, SRE experts, security specialists
1342
+ - **Game Development**: Game designers, level designers, narrative writers
1343
+ - **Mobile Development**: iOS/Android specialists, mobile UX experts
1344
+ - **Data Science**: ML engineers, data scientists, visualization experts
1345
+
1346
+ **Non-Technical Packs**:
1347
+
1348
+ - **Business Strategy**: Consultants, financial analysts, marketing strategists
1349
+ - **Creative Writing**: Plot architects, character developers, world builders
1350
+ - **Health & Wellness**: Fitness trainers, nutritionists, habit engineers
1351
+ - **Education**: Curriculum designers, assessment specialists
1352
+ - **Legal Support**: Contract analysts, compliance checkers
1353
+
1354
+ **Specialty Packs**:
1355
+
1356
+ - **Expansion Creator**: Tools to build your own expansion packs
1357
+ - **RPG Game Master**: Tabletop gaming assistance
1358
+ - **Life Event Planning**: Wedding planners, event coordinators
1359
+ - **Scientific Research**: Literature reviewers, methodology designers
1360
+
1361
+ ### Using Expansion Packs
1362
+
1363
+ 1. **Browse Available Packs**: Check `expansion-packs/` directory
1364
+ 2. **Get Inspiration**: See `docs/expansion-packs.md` for detailed examples and ideas
1365
+ 3. **Install via CLI**:
1366
+
1367
+ ```bash
1368
+ npx bmad-method install
1369
+ # Select "Install expansion pack" option
1370
+ ```
1371
+
1372
+ 4. **Use in Your Workflow**: Installed packs integrate seamlessly with existing agents
1373
+
1374
+ ### Creating Custom Expansion Packs
1375
+
1376
+ Use the **expansion-creator** pack to build your own:
1377
+
1378
+ 1. **Define Domain**: What expertise are you capturing?
1379
+ 2. **Design Agents**: Create specialized roles with clear boundaries
1380
+ 3. **Build Resources**: Tasks, templates, checklists for your domain
1381
+ 4. **Test & Share**: Validate with real use cases, share with community
1382
+
1383
+ **Key Principle**: Expansion packs democratize expertise by making specialized knowledge accessible through AI agents.
1384
+
1385
+ ## Getting Help
1386
+
1387
+ - **Commands**: Use `*/*help` in any environment to see available commands
1388
+ - **Agent Switching**: Use `*/*switch agent-name` with orchestrator for role changes
1389
+ - **Documentation**: Check `docs/` folder for project-specific context
1390
+ - **Community**: Discord and GitHub resources available for support
1391
+ - **Contributing**: See `CONTRIBUTING.md` for full guidelines
1392
+ ==================== END: .bmad-core/data/bmad-kb.md ====================
1393
+
1394
+ ==================== START: .bmad-core/data/elicitation-methods.md ====================
1395
+ # Elicitation Methods Data
1396
+
1397
+ ## Core Reflective Methods
1398
+
1399
+ **Expand or Contract for Audience**
1400
+ - Ask whether to 'expand' (add detail, elaborate) or 'contract' (simplify, clarify)
1401
+ - Identify specific target audience if relevant
1402
+ - Tailor content complexity and depth accordingly
1403
+
1404
+ **Explain Reasoning (CoT Step-by-Step)**
1405
+ - Walk through the step-by-step thinking process
1406
+ - Reveal underlying assumptions and decision points
1407
+ - Show how conclusions were reached from current role's perspective
1408
+
1409
+ **Critique and Refine**
1410
+ - Review output for flaws, inconsistencies, or improvement areas
1411
+ - Identify specific weaknesses from role's expertise
1412
+ - Suggest refined version reflecting domain knowledge
1413
+
1414
+ ## Structural Analysis Methods
1415
+
1416
+ **Analyze Logical Flow and Dependencies**
1417
+ - Examine content structure for logical progression
1418
+ - Check internal consistency and coherence
1419
+ - Identify and validate dependencies between elements
1420
+ - Confirm effective ordering and sequencing
1421
+
1422
+ **Assess Alignment with Overall Goals**
1423
+ - Evaluate content contribution to stated objectives
1424
+ - Identify any misalignments or gaps
1425
+ - Interpret alignment from specific role's perspective
1426
+ - Suggest adjustments to better serve goals
1427
+
1428
+ ## Risk and Challenge Methods
1429
+
1430
+ **Identify Potential Risks and Unforeseen Issues**
1431
+ - Brainstorm potential risks from role's expertise
1432
+ - Identify overlooked edge cases or scenarios
1433
+ - Anticipate unintended consequences
1434
+ - Highlight implementation challenges
1435
+
1436
+ **Challenge from Critical Perspective**
1437
+ - Adopt critical stance on current content
1438
+ - Play devil's advocate from specified viewpoint
1439
+ - Argue against proposal highlighting weaknesses
1440
+ - Apply YAGNI principles when appropriate (scope trimming)
1441
+
1442
+ ## Creative Exploration Methods
1443
+
1444
+ **Tree of Thoughts Deep Dive**
1445
+ - Break problem into discrete "thoughts" or intermediate steps
1446
+ - Explore multiple reasoning paths simultaneously
1447
+ - Use self-evaluation to classify each path as "sure", "likely", or "impossible"
1448
+ - Apply search algorithms (BFS/DFS) to find optimal solution paths
1449
+
1450
+ **Hindsight is 20/20: The 'If Only...' Reflection**
1451
+ - Imagine retrospective scenario based on current content
1452
+ - Identify the one "if only we had known/done X..." insight
1453
+ - Describe imagined consequences humorously or dramatically
1454
+ - Extract actionable learnings for current context
1455
+
1456
+ ## Multi-Persona Collaboration Methods
1457
+
1458
+ **Agile Team Perspective Shift**
1459
+ - Rotate through different Scrum team member viewpoints
1460
+ - Product Owner: Focus on user value and business impact
1461
+ - Scrum Master: Examine process flow and team dynamics
1462
+ - Developer: Assess technical implementation and complexity
1463
+ - QA: Identify testing scenarios and quality concerns
1464
+
1465
+ **Stakeholder Round Table**
1466
+ - Convene virtual meeting with multiple personas
1467
+ - Each persona contributes unique perspective on content
1468
+ - Identify conflicts and synergies between viewpoints
1469
+ - Synthesize insights into actionable recommendations
1470
+
1471
+ **Meta-Prompting Analysis**
1472
+ - Step back to analyze the structure and logic of current approach
1473
+ - Question the format and methodology being used
1474
+ - Suggest alternative frameworks or mental models
1475
+ - Optimize the elicitation process itself
1476
+
1477
+ ## Advanced 2025 Techniques
1478
+
1479
+ **Self-Consistency Validation**
1480
+ - Generate multiple reasoning paths for same problem
1481
+ - Compare consistency across different approaches
1482
+ - Identify most reliable and robust solution
1483
+ - Highlight areas where approaches diverge and why
1484
+
1485
+ **ReWOO (Reasoning Without Observation)**
1486
+ - Separate parametric reasoning from tool-based actions
1487
+ - Create reasoning plan without external dependencies
1488
+ - Identify what can be solved through pure reasoning
1489
+ - Optimize for efficiency and reduced token usage
1490
+
1491
+ **Persona-Pattern Hybrid**
1492
+ - Combine specific role expertise with elicitation pattern
1493
+ - Architect + Risk Analysis: Deep technical risk assessment
1494
+ - UX Expert + User Journey: End-to-end experience critique
1495
+ - PM + Stakeholder Analysis: Multi-perspective impact review
1496
+
1497
+ **Emergent Collaboration Discovery**
1498
+ - Allow multiple perspectives to naturally emerge
1499
+ - Identify unexpected insights from persona interactions
1500
+ - Explore novel combinations of viewpoints
1501
+ - Capture serendipitous discoveries from multi-agent thinking
1502
+
1503
+ ## Game-Based Elicitation Methods
1504
+
1505
+ **Red Team vs Blue Team**
1506
+ - Red Team: Attack the proposal, find vulnerabilities
1507
+ - Blue Team: Defend and strengthen the approach
1508
+ - Competitive analysis reveals blind spots
1509
+ - Results in more robust, battle-tested solutions
1510
+
1511
+ **Innovation Tournament**
1512
+ - Pit multiple alternative approaches against each other
1513
+ - Score each approach across different criteria
1514
+ - Crowd-source evaluation from different personas
1515
+ - Identify winning combination of features
1516
+
1517
+ **Escape Room Challenge**
1518
+ - Present content as constraints to work within
1519
+ - Find creative solutions within tight limitations
1520
+ - Identify minimum viable approach
1521
+ - Discover innovative workarounds and optimizations
1522
+
1523
+ ## Process Control
1524
+
1525
+ **Proceed / No Further Actions**
1526
+ - Acknowledge choice to finalize current work
1527
+ - Accept output as-is or move to next step
1528
+ - Prepare to continue without additional elicitation
1529
+ ==================== END: .bmad-core/data/elicitation-methods.md ====================
1530
+
1531
+ ==================== START: .bmad-core/utils/workflow-management.md ====================
1532
+ # Workflow Management
1533
+
1534
+ Enables BMad orchestrator to manage and execute team workflows.
1535
+
1536
+ ## Dynamic Workflow Loading
1537
+
1538
+ Read available workflows from current team configuration's `workflows` field. Each team bundle defines its own supported workflows.
1539
+
1540
+ **Key Commands**:
1541
+
1542
+ - `/workflows` - List workflows in current bundle or workflows folder
1543
+ - `/agent-list` - Show agents in current bundle
1544
+
1545
+ ## Workflow Commands
1546
+
1547
+ ### /workflows
1548
+
1549
+ Lists available workflows with titles and descriptions.
1550
+
1551
+ ### /workflow-start {workflow-id}
1552
+
1553
+ Starts workflow and transitions to first agent.
1554
+
1555
+ ### /workflow-status
1556
+
1557
+ Shows current progress, completed artifacts, and next steps.
1558
+
1559
+ ### /workflow-resume
1560
+
1561
+ Resumes workflow from last position. User can provide completed artifacts.
1562
+
1563
+ ### /workflow-next
1564
+
1565
+ Shows next recommended agent and action.
1566
+
1567
+ ## Execution Flow
1568
+
1569
+ 1. **Starting**: Load definition → Identify first stage → Transition to agent → Guide artifact creation
1570
+
1571
+ 2. **Stage Transitions**: Mark complete → Check conditions → Load next agent → Pass artifacts
1572
+
1573
+ 3. **Artifact Tracking**: Track status, creator, timestamps in workflow_state
1574
+
1575
+ 4. **Interruption Handling**: Analyze provided artifacts → Determine position → Suggest next step
1576
+
1577
+ ## Context Passing
1578
+
1579
+ When transitioning, pass:
1580
+
1581
+ - Previous artifacts
1582
+ - Current workflow stage
1583
+ - Expected outputs
1584
+ - Decisions/constraints
1585
+
1586
+ ## Multi-Path Workflows
1587
+
1588
+ Handle conditional paths by asking clarifying questions when needed.
1589
+
1590
+ ## Best Practices
1591
+
1592
+ 1. Show progress
1593
+ 2. Explain transitions
1594
+ 3. Preserve context
1595
+ 4. Allow flexibility
1596
+ 5. Track state
1597
+
1598
+ ## Agent Integration
1599
+
1600
+ Agents should be workflow-aware: know active workflow, their role, access artifacts, understand expected outputs.
1601
+ ==================== END: .bmad-core/utils/workflow-management.md ====================