appiq-solution 1.3.3 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (295) hide show
  1. package/#Tools/APPIQ-METHOD/.bmad-config.json +13 -0
  2. package/#Tools/APPIQ-METHOD/.cursor/commands/analyze.md +27 -0
  3. package/#Tools/APPIQ-METHOD/.cursor/commands/appiq.md +27 -0
  4. package/#Tools/APPIQ-METHOD/.cursor/commands/help.md +27 -0
  5. package/#Tools/APPIQ-METHOD/.cursor/commands/story.md +27 -0
  6. package/#Tools/APPIQ-METHOD/CHANGELOG.md +119 -173
  7. package/#Tools/APPIQ-METHOD/DEVELOPMENT_GUIDE.md +855 -0
  8. package/#Tools/APPIQ-METHOD/NPM-README.md +138 -0
  9. package/#Tools/APPIQ-METHOD/SMART_WORKFLOW_GUIDE.md +401 -0
  10. package/#Tools/APPIQ-METHOD/activate-appiq.js +81 -0
  11. package/#Tools/APPIQ-METHOD/appiq-solution/README.md +226 -0
  12. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-flutter-mobile.yaml +114 -0
  13. package/#Tools/APPIQ-METHOD/bmad-core/agent-teams/team-fullstack.yaml +11 -1
  14. package/#Tools/APPIQ-METHOD/bmad-core/agents/analyst.md +7 -3
  15. package/#Tools/APPIQ-METHOD/bmad-core/agents/architect.md +6 -0
  16. package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-orchestrator.md +0 -84
  17. package/#Tools/APPIQ-METHOD/bmad-core/agents/bmad-smart-launcher.md +170 -0
  18. package/#Tools/APPIQ-METHOD/bmad-core/agents/dev.md +31 -12
  19. package/#Tools/APPIQ-METHOD/bmad-core/agents/pm.md +10 -4
  20. package/#Tools/APPIQ-METHOD/bmad-core/agents/qa.md +17 -0
  21. package/#Tools/APPIQ-METHOD/bmad-core/agents/sm.md +8 -3
  22. package/#Tools/APPIQ-METHOD/bmad-core/agents/ux-expert.md +8 -3
  23. package/#Tools/APPIQ-METHOD/bmad-core/bmad-core/user-guide.md +0 -0
  24. package/#Tools/APPIQ-METHOD/bmad-core/checklists/security-validation-checklist.md +332 -0
  25. package/#Tools/APPIQ-METHOD/bmad-core/data/backend-services-integration.md +686 -0
  26. package/#Tools/APPIQ-METHOD/bmad-core/data/shadcn-ui-integration.md +388 -0
  27. package/#Tools/APPIQ-METHOD/bmad-core/data/technical-preferences.md +147 -1
  28. package/#Tools/APPIQ-METHOD/bmad-core/enhanced-ide-development-workflow.md +43 -0
  29. package/#Tools/APPIQ-METHOD/bmad-core/tasks/create-flutter-story.md +197 -0
  30. package/#Tools/APPIQ-METHOD/bmad-core/tasks/intelligent-epic-creation.md +234 -0
  31. package/#Tools/APPIQ-METHOD/bmad-core/tasks/smart-project-analysis.md +289 -0
  32. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-mobile-prd-tmpl.yaml +330 -0
  33. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-story-tmpl.yaml +376 -0
  34. package/#Tools/APPIQ-METHOD/bmad-core/templates/flutter-ui-spec-tmpl.yaml +415 -0
  35. package/#Tools/APPIQ-METHOD/bmad-core/templates/fullstack-architecture-tmpl.yaml +12 -5
  36. package/#Tools/APPIQ-METHOD/bmad-core/user-guide.md +10 -9
  37. package/#Tools/APPIQ-METHOD/bmad-core/workflows/brownfield-fullstack.yaml +15 -1
  38. package/#Tools/APPIQ-METHOD/bmad-core/workflows/greenfield-fullstack.yaml +49 -5
  39. package/#Tools/APPIQ-METHOD/bmad-core/working-in-the-brownfield.md +56 -44
  40. package/#Tools/APPIQ-METHOD/commands/README.md +28 -0
  41. package/#Tools/APPIQ-METHOD/commands/analyze.md +27 -0
  42. package/#Tools/APPIQ-METHOD/commands/appiq.md +27 -0
  43. package/#Tools/APPIQ-METHOD/commands/help.md +27 -0
  44. package/#Tools/APPIQ-METHOD/commands/story.md +27 -0
  45. package/#Tools/APPIQ-METHOD/dist/agents/bmad-orchestrator.txt +0 -111
  46. package/#Tools/APPIQ-METHOD/dist/agents/pm.txt +2 -0
  47. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +0 -111
  48. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +0 -111
  49. package/#Tools/APPIQ-METHOD/dist/teams/team-all.txt +2 -111
  50. package/#Tools/APPIQ-METHOD/dist/teams/team-fullstack.txt +2 -111
  51. package/#Tools/APPIQ-METHOD/dist/teams/team-ide-minimal.txt +0 -111
  52. package/#Tools/APPIQ-METHOD/dist/teams/team-no-ui.txt +2 -111
  53. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +1 -1
  54. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-2d-unity-game-dev/config.yaml +1 -1
  55. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agent-teams/flutter-mobile-team.yaml +23 -0
  56. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-cubit-agent.md +133 -0
  57. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-data-agent.md +160 -0
  58. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-domain-agent.md +153 -0
  59. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/flutter-ui-agent.md +122 -0
  60. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/agents/shared-components-agent.md +161 -0
  61. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/checklists/flutter-story-dod-checklist.md +194 -0
  62. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/config.yaml +41 -0
  63. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/data/flutter-development-guidelines.md +551 -0
  64. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/templates/flutter-mobile-architecture-tmpl.yaml +530 -0
  65. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-flutter-mobile-dev/workflows/flutter-ui-first-development.yaml +220 -0
  66. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-infrastructure-devops/config.yaml +1 -1
  67. package/#Tools/APPIQ-METHOD/install-appiq.sh +41 -0
  68. package/#Tools/APPIQ-METHOD/package-lock.json +631 -0
  69. package/#Tools/APPIQ-METHOD/package.json +20 -69
  70. package/#Tools/APPIQ-METHOD/tasks/todo.md +275 -0
  71. package/#Tools/APPIQ-METHOD/tools/appiq-installer.js +2714 -0
  72. package/#Tools/APPIQ-METHOD/tools/bmad-npx-wrapper.js +5 -7
  73. package/#Tools/APPIQ-METHOD/tools/cli.js +3 -3
  74. package/#Tools/APPIQ-METHOD/tools/epic-solution-installer.js +538 -0
  75. package/#Tools/APPIQ-METHOD/tools/flattener/main.js +570 -0
  76. package/#Tools/APPIQ-METHOD/tools/installer/bin/bmad.js +15 -14
  77. package/#Tools/APPIQ-METHOD/tools/installer/lib/installer.js +28 -2
  78. package/#Tools/APPIQ-METHOD/tools/installer/package-lock.json +906 -0
  79. package/#Tools/APPIQ-METHOD/tools/installer/package.json +1 -1
  80. package/#Tools/APPIQ-METHOD/tools/setup-ide-commands.js +345 -0
  81. package/#Tools/APPIQ-METHOD/tools/smart-installer.js +589 -0
  82. package/package.json +20 -69
  83. package/tools/appiq-installer.js +2714 -0
  84. package/tools/bmad-npx-wrapper.js +5 -7
  85. package/tools/cli.js +3 -3
  86. package/tools/epic-solution-installer.js +538 -0
  87. package/tools/flattener/main.js +570 -0
  88. package/tools/installer/bin/bmad.js +15 -14
  89. package/tools/installer/lib/installer.js +28 -2
  90. package/tools/installer/package-lock.json +89 -89
  91. package/tools/installer/package.json +1 -1
  92. package/tools/setup-ide-commands.js +345 -0
  93. package/tools/smart-installer.js +589 -0
  94. package/#Tools/APPIQ-METHOD/appiq_start.md +0 -232
  95. package/#Tools/APPIQ-METHOD/deployment/DEPLOYMENT_GUIDE.md +0 -426
  96. package/#Tools/APPIQ-METHOD/deployment/GITHUB_RELEASE_GUIDE.md +0 -326
  97. package/#Tools/APPIQ-METHOD/deployment/README.md +0 -331
  98. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-all.yaml +0 -14
  99. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-fullstack.yaml +0 -18
  100. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-ide-minimal.yaml +0 -10
  101. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agent-teams/team-no-ui.yaml +0 -13
  102. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/analyst.md +0 -81
  103. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/architect.md +0 -84
  104. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-master.md +0 -108
  105. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/bmad-orchestrator.md +0 -234
  106. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/dev.md +0 -76
  107. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/pm.md +0 -79
  108. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/po.md +0 -76
  109. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/qa.md +0 -69
  110. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/sm.md +0 -62
  111. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/agents/ux-expert.md +0 -66
  112. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/architect-checklist.md +0 -443
  113. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/change-checklist.md +0 -182
  114. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/pm-checklist.md +0 -375
  115. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/po-master-checklist.md +0 -441
  116. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-dod-checklist.md +0 -101
  117. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/checklists/story-draft-checklist.md +0 -156
  118. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/bmad-kb.md +0 -803
  119. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/brainstorming-techniques.md +0 -36
  120. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/elicitation-methods.md +0 -134
  121. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/data/technical-preferences.md +0 -3
  122. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/advanced-elicitation.md +0 -117
  123. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-epic.md +0 -160
  124. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/brownfield-create-story.md +0 -147
  125. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/correct-course.md +0 -70
  126. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-brownfield-story.md +0 -304
  127. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-deep-research-prompt.md +0 -289
  128. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/create-next-story.md +0 -112
  129. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/document-project.md +0 -341
  130. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/facilitate-brainstorming-session.md +0 -136
  131. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/generate-ai-frontend-prompt.md +0 -51
  132. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/index-docs.md +0 -179
  133. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/kb-mode-interaction.md +0 -75
  134. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/review-story.md +0 -145
  135. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/shard-doc.md +0 -187
  136. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/tasks/validate-next-story.md +0 -134
  137. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/architecture-tmpl.yaml +0 -650
  138. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brainstorming-output-tmpl.yaml +0 -156
  139. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-architecture-tmpl.yaml +0 -476
  140. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/brownfield-prd-tmpl.yaml +0 -280
  141. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/competitor-analysis-tmpl.yaml +0 -293
  142. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-architecture-tmpl.yaml +0 -206
  143. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/front-end-spec-tmpl.yaml +0 -349
  144. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/fullstack-architecture-tmpl.yaml +0 -805
  145. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/market-research-tmpl.yaml +0 -252
  146. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/prd-tmpl.yaml +0 -202
  147. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/project-brief-tmpl.yaml +0 -221
  148. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/templates/story-tmpl.yaml +0 -137
  149. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/user-guide.md +0 -250
  150. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-fullstack.yaml +0 -297
  151. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-service.yaml +0 -187
  152. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/brownfield-ui.yaml +0 -197
  153. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-fullstack.yaml +0 -240
  154. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-service.yaml +0 -206
  155. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/workflows/greenfield-ui.yaml +0 -235
  156. package/#Tools/APPIQ-METHOD/deployment/build/bmad-core/working-in-the-brownfield.md +0 -361
  157. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/README.md +0 -3
  158. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +0 -13
  159. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +0 -71
  160. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +0 -78
  161. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +0 -64
  162. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +0 -201
  163. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +0 -160
  164. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +0 -8
  165. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +0 -254
  166. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +0 -651
  167. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +0 -111
  168. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +0 -216
  169. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +0 -308
  170. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +0 -613
  171. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +0 -356
  172. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +0 -343
  173. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +0 -253
  174. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +0 -484
  175. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +0 -183
  176. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +0 -175
  177. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +0 -14
  178. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +0 -80
  179. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +0 -77
  180. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +0 -78
  181. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +0 -65
  182. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +0 -396
  183. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +0 -203
  184. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +0 -201
  185. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +0 -132
  186. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/config.yaml +0 -6
  187. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +0 -776
  188. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +0 -590
  189. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +0 -111
  190. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +0 -151
  191. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +0 -184
  192. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +0 -308
  193. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +0 -200
  194. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +0 -1030
  195. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +0 -356
  196. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +0 -705
  197. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +0 -256
  198. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +0 -484
  199. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +0 -183
  200. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +0 -175
  201. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/README.md +0 -147
  202. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +0 -71
  203. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +0 -484
  204. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/config.yaml +0 -9
  205. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +0 -308
  206. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +0 -160
  207. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +0 -154
  208. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +0 -424
  209. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +0 -629
  210. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +0 -22
  211. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +0 -20
  212. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +0 -13
  213. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +0 -20
  214. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +0 -1487
  215. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +0 -279
  216. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +0 -649
  217. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +0 -339
  218. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +0 -622
  219. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +0 -1027
  220. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +0 -1451
  221. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +0 -490
  222. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/config.yaml +0 -54
  223. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +0 -292
  224. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +0 -483
  225. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +0 -645
  226. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +0 -489
  227. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +0 -437
  228. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +0 -408
  229. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +0 -555
  230. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +0 -336
  231. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +0 -345
  232. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +0 -281
  233. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +0 -283
  234. package/#Tools/APPIQ-METHOD/deployment/build/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +0 -404
  235. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/appiq.md +0 -273
  236. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/claude-appiq.md +0 -294
  237. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/cursor-appiq.md +0 -516
  238. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/universal-appiq.md +0 -448
  239. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/ide-integrations/windsurf-appiq.md +0 -698
  240. package/#Tools/APPIQ-METHOD/deployment/build/slash-commands/start.md +0 -211
  241. package/#Tools/APPIQ-METHOD/deployment/build-release.sh +0 -449
  242. package/#Tools/APPIQ-METHOD/deployment/create-release.sh +0 -196
  243. package/#Tools/APPIQ-METHOD/deployment/dist/appiq_installer.sh +0 -678
  244. package/#Tools/APPIQ-METHOD/deployment/docs/main_prd.md +0 -36
  245. package/#Tools/APPIQ-METHOD/deployment/init_appiq.sh +0 -805
  246. package/#Tools/APPIQ-METHOD/deployment/init_appiq_v2.sh +0 -678
  247. package/#Tools/APPIQ-METHOD/deployment/installers/appiq-global.sh +0 -91
  248. package/#Tools/APPIQ-METHOD/deployment/installers/claude-integration.sh +0 -281
  249. package/#Tools/APPIQ-METHOD/deployment/installers/cursor-integration.sh +0 -257
  250. package/#Tools/APPIQ-METHOD/deployment/installers/terminal-integration.sh +0 -645
  251. package/#Tools/APPIQ-METHOD/deployment/installers/windsurf-integration.sh +0 -350
  252. package/#Tools/APPIQ-METHOD/deployment/package-v2.sh +0 -97
  253. package/#Tools/APPIQ-METHOD/deployment/package.sh +0 -363
  254. package/#Tools/APPIQ-METHOD/deployment/quick-install.sh +0 -57
  255. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.txt +0 -1530
  256. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.txt +0 -322
  257. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.txt +0 -692
  258. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.txt +0 -382
  259. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.txt +0 -665
  260. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.txt +0 -1070
  261. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.txt +0 -1494
  262. package/#Tools/APPIQ-METHOD/dist/expansion-packs/bmad-mobile-app-dev/teams/mobile-team-cross-platform.txt +0 -15613
  263. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-cross-platform.yaml +0 -22
  264. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-flutter.yaml +0 -20
  265. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-minimal.yaml +0 -13
  266. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agent-teams/mobile-team-react-native.yaml +0 -20
  267. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-analytics.md +0 -1487
  268. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-architect.md +0 -279
  269. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-developer.md +0 -649
  270. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-pm.md +0 -339
  271. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-qa.md +0 -622
  272. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-security.md +0 -1027
  273. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/agents/mobile-ux-expert.md +0 -1451
  274. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/checklists/mobile-development-checklist.md +0 -490
  275. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/config.yaml +0 -54
  276. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/bmad-kb.md +0 -292
  277. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/data/flutter-development-guidelines.md +0 -483
  278. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/existing-app-analysis.md +0 -645
  279. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/tasks/platform-selection.md +0 -489
  280. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-architecture-tmpl.yaml +0 -437
  281. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/templates/mobile-prd-tmpl.yaml +0 -408
  282. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-app-development-init.yaml +0 -555
  283. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-flutter.yaml +0 -336
  284. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-brownfield-react-native.yaml +0 -345
  285. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-flutter.yaml +0 -281
  286. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-greenfield-react-native.yaml +0 -283
  287. package/#Tools/APPIQ-METHOD/expansion-packs/bmad-mobile-app-dev/workflows/mobile-platform-selection.yaml +0 -404
  288. package/#Tools/APPIQ-METHOD/package-bmad-backup.json +0 -78
  289. package/#Tools/APPIQ-METHOD/slash-commands/appiq.md +0 -273
  290. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/claude-appiq.md +0 -294
  291. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/cursor-appiq.md +0 -516
  292. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/universal-appiq.md +0 -448
  293. package/#Tools/APPIQ-METHOD/slash-commands/ide-integrations/windsurf-appiq.md +0 -698
  294. package/#Tools/APPIQ-METHOD/slash-commands/start.md +0 -211
  295. /package/#Tools/APPIQ-METHOD/{deployment/build/bmad-core/core-config.yaml → bmad-core/core-config.yaml.bak} +0 -0
@@ -1,179 +0,0 @@
1
- # Index Documentation Task
2
-
3
- ## Purpose
4
-
5
- This task maintains the integrity and completeness of the `docs/index.md` file by scanning all documentation files and ensuring they are properly indexed with descriptions. It handles both root-level documents and documents within subfolders, organizing them hierarchically.
6
-
7
- ## Task Instructions
8
-
9
- You are now operating as a Documentation Indexer. Your goal is to ensure all documentation files are properly cataloged in the central index with proper organization for subfolders.
10
-
11
- ### Required Steps
12
-
13
- 1. First, locate and scan:
14
-
15
- - The `docs/` directory and all subdirectories
16
- - The existing `docs/index.md` file (create if absent)
17
- - All markdown (`.md`) and text (`.txt`) files in the documentation structure
18
- - Note the folder structure for hierarchical organization
19
-
20
- 2. For the existing `docs/index.md`:
21
-
22
- - Parse current entries
23
- - Note existing file references and descriptions
24
- - Identify any broken links or missing files
25
- - Keep track of already-indexed content
26
- - Preserve existing folder sections
27
-
28
- 3. For each documentation file found:
29
-
30
- - Extract the title (from first heading or filename)
31
- - Generate a brief description by analyzing the content
32
- - Create a relative markdown link to the file
33
- - Check if it's already in the index
34
- - Note which folder it belongs to (if in a subfolder)
35
- - If missing or outdated, prepare an update
36
-
37
- 4. For any missing or non-existent files found in index:
38
-
39
- - Present a list of all entries that reference non-existent files
40
- - For each entry:
41
- - Show the full entry details (title, path, description)
42
- - Ask for explicit confirmation before removal
43
- - Provide option to update the path if file was moved
44
- - Log the decision (remove/update/keep) for final report
45
-
46
- 5. Update `docs/index.md`:
47
- - Maintain existing structure and organization
48
- - Create level 2 sections (`##`) for each subfolder
49
- - List root-level documents first
50
- - Add missing entries with descriptions
51
- - Update outdated entries
52
- - Remove only entries that were confirmed for removal
53
- - Ensure consistent formatting throughout
54
-
55
- ### Index Structure Format
56
-
57
- The index should be organized as follows:
58
-
59
- ```markdown
60
- # Documentation Index
61
-
62
- ## Root Documents
63
-
64
- ### [Document Title](./document.md)
65
-
66
- Brief description of the document's purpose and contents.
67
-
68
- ### [Another Document](./another.md)
69
-
70
- Description here.
71
-
72
- ## Folder Name
73
-
74
- Documents within the `folder-name/` directory:
75
-
76
- ### [Document in Folder](./folder-name/document.md)
77
-
78
- Description of this document.
79
-
80
- ### [Another in Folder](./folder-name/another.md)
81
-
82
- Description here.
83
-
84
- ## Another Folder
85
-
86
- Documents within the `another-folder/` directory:
87
-
88
- ### [Nested Document](./another-folder/document.md)
89
-
90
- Description of nested document.
91
-
92
- ```
93
-
94
- ### Index Entry Format
95
-
96
- Each entry should follow this format:
97
-
98
- ```markdown
99
- ### [Document Title](relative/path/to/file.md)
100
-
101
- Brief description of the document's purpose and contents.
102
- ```
103
-
104
- ### Rules of Operation
105
-
106
- 1. NEVER modify the content of indexed files
107
- 2. Preserve existing descriptions in index.md when they are adequate
108
- 3. Maintain any existing categorization or grouping in the index
109
- 4. Use relative paths for all links (starting with `./`)
110
- 5. Ensure descriptions are concise but informative
111
- 6. NEVER remove entries without explicit confirmation
112
- 7. Report any broken links or inconsistencies found
113
- 8. Allow path updates for moved files before considering removal
114
- 9. Create folder sections using level 2 headings (`##`)
115
- 10. Sort folders alphabetically, with root documents listed first
116
- 11. Within each section, sort documents alphabetically by title
117
-
118
- ### Process Output
119
-
120
- The task will provide:
121
-
122
- 1. A summary of changes made to index.md
123
- 2. List of newly indexed files (organized by folder)
124
- 3. List of updated entries
125
- 4. List of entries presented for removal and their status:
126
- - Confirmed removals
127
- - Updated paths
128
- - Kept despite missing file
129
- 5. Any new folders discovered
130
- 6. Any other issues or inconsistencies found
131
-
132
- ### Handling Missing Files
133
-
134
- For each file referenced in the index but not found in the filesystem:
135
-
136
- 1. Present the entry:
137
-
138
- ```markdown
139
- Missing file detected:
140
- Title: [Document Title]
141
- Path: relative/path/to/file.md
142
- Description: Existing description
143
- Section: [Root Documents | Folder Name]
144
-
145
- Options:
146
-
147
- 1. Remove this entry
148
- 2. Update the file path
149
- 3. Keep entry (mark as temporarily unavailable)
150
-
151
- Please choose an option (1/2/3):
152
- ```
153
-
154
- 2. Wait for user confirmation before taking any action
155
- 3. Log the decision for the final report
156
-
157
- ### Special Cases
158
-
159
- 1. **Sharded Documents**: If a folder contains an `index.md` file, treat it as a sharded document:
160
-
161
- - Use the folder's `index.md` title as the section title
162
- - List the folder's documents as subsections
163
- - Note in the description that this is a multi-part document
164
-
165
- 2. **README files**: Convert `README.md` to more descriptive titles based on content
166
-
167
- 3. **Nested Subfolders**: For deeply nested folders, maintain the hierarchy but limit to 2 levels in the main index. Deeper structures should have their own index files.
168
-
169
- ## Required Input
170
-
171
- Please provide:
172
-
173
- 1. Location of the `docs/` directory (default: `./docs`)
174
- 2. Confirmation of write access to `docs/index.md`
175
- 3. Any specific categorization preferences
176
- 4. Any files or directories to exclude from indexing (e.g., `.git`, `node_modules`)
177
- 5. Whether to include hidden files/folders (starting with `.`)
178
-
179
- Would you like to proceed with documentation indexing? Please provide the required input above.
@@ -1,75 +0,0 @@
1
- # KB Mode Interaction Task
2
-
3
- ## Purpose
4
-
5
- Provide a user-friendly interface to the BMad knowledge base without overwhelming users with information upfront.
6
-
7
- ## Instructions
8
-
9
- When entering KB mode (*kb-mode), follow these steps:
10
-
11
- ### 1. Welcome and Guide
12
-
13
- Announce entering KB mode with a brief, friendly introduction.
14
-
15
- ### 2. Present Topic Areas
16
-
17
- Offer a concise list of main topic areas the user might want to explore:
18
-
19
- **What would you like to know more about?**
20
-
21
- 1. **Setup & Installation** - Getting started with BMad
22
- 2. **Workflows** - Choosing the right workflow for your project
23
- 3. **Web vs IDE** - When to use each environment
24
- 4. **Agents** - Understanding specialized agents and their roles
25
- 5. **Documents** - PRDs, Architecture, Stories, and more
26
- 6. **Agile Process** - How BMad implements Agile methodologies
27
- 7. **Configuration** - Customizing BMad for your needs
28
- 8. **Best Practices** - Tips for effective BMad usage
29
-
30
- Or ask me about anything else related to BMad-Method!
31
-
32
- ### 3. Respond Contextually
33
-
34
- - Wait for user's specific question or topic selection
35
- - Provide focused, relevant information from the knowledge base
36
- - Offer to dive deeper or explore related topics
37
- - Keep responses concise unless user asks for detailed explanations
38
-
39
- ### 4. Interactive Exploration
40
-
41
- - After answering, suggest related topics they might find helpful
42
- - Maintain conversational flow rather than data dumping
43
- - Use examples when appropriate
44
- - Reference specific documentation sections when relevant
45
-
46
- ### 5. Exit Gracefully
47
-
48
- When user is done or wants to exit KB mode:
49
-
50
- - Summarize key points discussed if helpful
51
- - Remind them they can return to KB mode anytime with *kb-mode
52
- - Suggest next steps based on what was discussed
53
-
54
- ## Example Interaction
55
-
56
- **User**: *kb-mode
57
-
58
- **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.
59
-
60
- **What would you like to know more about?**
61
-
62
- 1. **Setup & Installation** - Getting started with BMad
63
- 2. **Workflows** - Choosing the right workflow for your project
64
- 3. **Web vs IDE** - When to use each environment
65
- 4. **Agents** - Understanding specialized agents and their roles
66
- 5. **Documents** - PRDs, Architecture, Stories, and more
67
- 6. **Agile Process** - How BMad implements Agile methodologies
68
- 7. **Configuration** - Customizing BMad for your needs
69
- 8. **Best Practices** - Tips for effective BMad usage
70
-
71
- Or ask me about anything else related to BMad-Method!
72
-
73
- **User**: Tell me about workflows
74
-
75
- **Assistant**: [Provides focused information about workflows from the KB, then offers to explore specific workflow types or related topics]
@@ -1,145 +0,0 @@
1
- # review-story
2
-
3
- When a developer agent marks a story as "Ready for Review", perform a comprehensive senior developer code review with the ability to refactor and improve code directly.
4
-
5
- ## Prerequisites
6
-
7
- - Story status must be "Review"
8
- - Developer has completed all tasks and updated the File List
9
- - All automated tests are passing
10
-
11
- ## Review Process
12
-
13
- 1. **Read the Complete Story**
14
- - Review all acceptance criteria
15
- - Understand the dev notes and requirements
16
- - Note any completion notes from the developer
17
-
18
- 2. **Verify Implementation Against Dev Notes Guidance**
19
- - Review the "Dev Notes" section for specific technical guidance provided to the developer
20
- - Verify the developer's implementation follows the architectural patterns specified in Dev Notes
21
- - Check that file locations match the project structure guidance in Dev Notes
22
- - Confirm any specified libraries, frameworks, or technical approaches were used correctly
23
- - Validate that security considerations mentioned in Dev Notes were implemented
24
-
25
- 3. **Focus on the File List**
26
- - Verify all files listed were actually created/modified
27
- - Check for any missing files that should have been updated
28
- - Ensure file locations align with the project structure guidance from Dev Notes
29
-
30
- 4. **Senior Developer Code Review**
31
- - Review code with the eye of a senior developer
32
- - If changes form a cohesive whole, review them together
33
- - If changes are independent, review incrementally file by file
34
- - Focus on:
35
- - Code architecture and design patterns
36
- - Refactoring opportunities
37
- - Code duplication or inefficiencies
38
- - Performance optimizations
39
- - Security concerns
40
- - Best practices and patterns
41
-
42
- 5. **Active Refactoring**
43
- - As a senior developer, you CAN and SHOULD refactor code where improvements are needed
44
- - When refactoring:
45
- - Make the changes directly in the files
46
- - Explain WHY you're making the change
47
- - Describe HOW the change improves the code
48
- - Ensure all tests still pass after refactoring
49
- - Update the File List if you modify additional files
50
-
51
- 6. **Standards Compliance Check**
52
- - Verify adherence to `docs/coding-standards.md`
53
- - Check compliance with `docs/unified-project-structure.md`
54
- - Validate testing approach against `docs/testing-strategy.md`
55
- - Ensure all guidelines mentioned in the story are followed
56
-
57
- 7. **Acceptance Criteria Validation**
58
- - Verify each AC is fully implemented
59
- - Check for any missing functionality
60
- - Validate edge cases are handled
61
-
62
- 8. **Test Coverage Review**
63
- - Ensure unit tests cover edge cases
64
- - Add missing tests if critical coverage is lacking
65
- - Verify integration tests (if required) are comprehensive
66
- - Check that test assertions are meaningful
67
- - Look for missing test scenarios
68
-
69
- 9. **Documentation and Comments**
70
- - Verify code is self-documenting where possible
71
- - Add comments for complex logic if missing
72
- - Ensure any API changes are documented
73
-
74
- ## Update Story File - QA Results Section ONLY
75
-
76
- **CRITICAL**: You are ONLY authorized to update the "QA Results" section of the story file. DO NOT modify any other sections.
77
-
78
- After review and any refactoring, append your results to the story file in the QA Results section:
79
-
80
- ```markdown
81
- ## QA Results
82
-
83
- ### Review Date: [Date]
84
- ### Reviewed By: Quinn (Senior Developer QA)
85
-
86
- ### Code Quality Assessment
87
- [Overall assessment of implementation quality]
88
-
89
- ### Refactoring Performed
90
- [List any refactoring you performed with explanations]
91
- - **File**: [filename]
92
- - **Change**: [what was changed]
93
- - **Why**: [reason for change]
94
- - **How**: [how it improves the code]
95
-
96
- ### Compliance Check
97
- - Coding Standards: [✓/✗] [notes if any]
98
- - Project Structure: [✓/✗] [notes if any]
99
- - Testing Strategy: [✓/✗] [notes if any]
100
- - All ACs Met: [✓/✗] [notes if any]
101
-
102
- ### Improvements Checklist
103
- [Check off items you handled yourself, leave unchecked for dev to address]
104
-
105
- - [x] Refactored user service for better error handling (services/user.service.ts)
106
- - [x] Added missing edge case tests (services/user.service.test.ts)
107
- - [ ] Consider extracting validation logic to separate validator class
108
- - [ ] Add integration test for error scenarios
109
- - [ ] Update API documentation for new error codes
110
-
111
- ### Security Review
112
- [Any security concerns found and whether addressed]
113
-
114
- ### Performance Considerations
115
- [Any performance issues found and whether addressed]
116
-
117
- ### Final Status
118
- [✓ Approved - Ready for Done] / [✗ Changes Required - See unchecked items above]
119
- ```
120
-
121
- ## Key Principles
122
-
123
- - You are a SENIOR developer reviewing junior/mid-level work
124
- - You have the authority and responsibility to improve code directly
125
- - Always explain your changes for learning purposes
126
- - Balance between perfection and pragmatism
127
- - Focus on significant improvements, not nitpicks
128
-
129
- ## Blocking Conditions
130
-
131
- Stop the review and request clarification if:
132
-
133
- - Story file is incomplete or missing critical sections
134
- - File List is empty or clearly incomplete
135
- - No tests exist when they were required
136
- - Code changes don't align with story requirements
137
- - Critical architectural issues that require discussion
138
-
139
- ## Completion
140
-
141
- After review:
142
-
143
- 1. If all items are checked and approved: Update story status to "Done"
144
- 2. If unchecked items remain: Keep status as "Review" for dev to address
145
- 3. Always provide constructive feedback and explanations for learning
@@ -1,187 +0,0 @@
1
- # Document Sharding Task
2
-
3
- ## Purpose
4
-
5
- - Split a large document into multiple smaller documents based on level 2 sections
6
- - Create a folder structure to organize the sharded documents
7
- - Maintain all content integrity including code blocks, diagrams, and markdown formatting
8
-
9
- ## Primary Method: Automatic with markdown-tree
10
-
11
- [[LLM: First, check if markdownExploder is set to true in {root}/core-config.yaml. If it is, attempt to run the command: `md-tree explode {input file} {output path}`.
12
-
13
- If the command succeeds, inform the user that the document has been sharded successfully and STOP - do not proceed further.
14
-
15
- If the command fails (especially with an error indicating the command is not found or not available), inform the user: "The markdownExploder setting is enabled but the md-tree command is not available. Please either:
16
-
17
- 1. Install @kayvan/markdown-tree-parser globally with: `npm install -g @kayvan/markdown-tree-parser`
18
- 2. Or set markdownExploder to false in {root}/core-config.yaml
19
-
20
- **IMPORTANT: STOP HERE - do not proceed with manual sharding until one of the above actions is taken.**"
21
-
22
- If markdownExploder is set to false, inform the user: "The markdownExploder setting is currently false. For better performance and reliability, you should:
23
-
24
- 1. Set markdownExploder to true in {root}/core-config.yaml
25
- 2. Install @kayvan/markdown-tree-parser globally with: `npm install -g @kayvan/markdown-tree-parser`
26
-
27
- I will now proceed with the manual sharding process."
28
-
29
- Then proceed with the manual method below ONLY if markdownExploder is false.]]
30
-
31
- ### Installation and Usage
32
-
33
- 1. **Install globally**:
34
-
35
- ```bash
36
- npm install -g @kayvan/markdown-tree-parser
37
- ```
38
-
39
- 2. **Use the explode command**:
40
-
41
- ```bash
42
- # For PRD
43
- md-tree explode docs/prd.md docs/prd
44
-
45
- # For Architecture
46
- md-tree explode docs/architecture.md docs/architecture
47
-
48
- # For any document
49
- md-tree explode [source-document] [destination-folder]
50
- ```
51
-
52
- 3. **What it does**:
53
- - Automatically splits the document by level 2 sections
54
- - Creates properly named files
55
- - Adjusts heading levels appropriately
56
- - Handles all edge cases with code blocks and special markdown
57
-
58
- If the user has @kayvan/markdown-tree-parser installed, use it and skip the manual process below.
59
-
60
- ---
61
-
62
- ## Manual Method (if @kayvan/markdown-tree-parser is not available or user indicated manual method)
63
-
64
- ### Task Instructions
65
-
66
- 1. Identify Document and Target Location
67
-
68
- - Determine which document to shard (user-provided path)
69
- - Create a new folder under `docs/` with the same name as the document (without extension)
70
- - Example: `docs/prd.md` → create folder `docs/prd/`
71
-
72
- 2. Parse and Extract Sections
73
-
74
- CRITICAL AEGNT SHARDING RULES:
75
-
76
- 1. Read the entire document content
77
- 2. Identify all level 2 sections (## headings)
78
- 3. For each level 2 section:
79
- - Extract the section heading and ALL content until the next level 2 section
80
- - Include all subsections, code blocks, diagrams, lists, tables, etc.
81
- - Be extremely careful with:
82
- - Fenced code blocks (```) - ensure you capture the full block including closing backticks and account for potential misleading level 2's that are actually part of a fenced section example
83
- - Mermaid diagrams - preserve the complete diagram syntax
84
- - Nested markdown elements
85
- - Multi-line content that might contain ## inside code blocks
86
-
87
- CRITICAL: Use proper parsing that understands markdown context. A ## inside a code block is NOT a section header.]]
88
-
89
- ### 3. Create Individual Files
90
-
91
- For each extracted section:
92
-
93
- 1. **Generate filename**: Convert the section heading to lowercase-dash-case
94
-
95
- - Remove special characters
96
- - Replace spaces with dashes
97
- - Example: "## Tech Stack" → `tech-stack.md`
98
-
99
- 2. **Adjust heading levels**:
100
-
101
- - The level 2 heading becomes level 1 (# instead of ##) in the sharded new document
102
- - All subsection levels decrease by 1:
103
-
104
- ```txt
105
- - ### → ##
106
- - #### → ###
107
- - ##### → ####
108
- - etc.
109
- ```
110
-
111
- 3. **Write content**: Save the adjusted content to the new file
112
-
113
- ### 4. Create Index File
114
-
115
- Create an `index.md` file in the sharded folder that:
116
-
117
- 1. Contains the original level 1 heading and any content before the first level 2 section
118
- 2. Lists all the sharded files with links:
119
-
120
- ```markdown
121
- # Original Document Title
122
-
123
- [Original introduction content if any]
124
-
125
- ## Sections
126
-
127
- - [Section Name 1](./section-name-1.md)
128
- - [Section Name 2](./section-name-2.md)
129
- - [Section Name 3](./section-name-3.md)
130
- ...
131
- ```
132
-
133
- ### 5. Preserve Special Content
134
-
135
- 1. **Code blocks**: Must capture complete blocks including:
136
-
137
- ```language
138
- content
139
- ```
140
-
141
- 2. **Mermaid diagrams**: Preserve complete syntax:
142
-
143
- ```mermaid
144
- graph TD
145
- ...
146
- ```
147
-
148
- 3. **Tables**: Maintain proper markdown table formatting
149
-
150
- 4. **Lists**: Preserve indentation and nesting
151
-
152
- 5. **Inline code**: Preserve backticks
153
-
154
- 6. **Links and references**: Keep all markdown links intact
155
-
156
- 7. **Template markup**: If documents contain {{placeholders}} ,preserve exactly
157
-
158
- ### 6. Validation
159
-
160
- After sharding:
161
-
162
- 1. Verify all sections were extracted
163
- 2. Check that no content was lost
164
- 3. Ensure heading levels were properly adjusted
165
- 4. Confirm all files were created successfully
166
-
167
- ### 7. Report Results
168
-
169
- Provide a summary:
170
-
171
- ```text
172
- Document sharded successfully:
173
- - Source: [original document path]
174
- - Destination: docs/[folder-name]/
175
- - Files created: [count]
176
- - Sections:
177
- - section-name-1.md: "Section Title 1"
178
- - section-name-2.md: "Section Title 2"
179
- ...
180
- ```
181
-
182
- ## Important Notes
183
-
184
- - Never modify the actual content, only adjust heading levels
185
- - Preserve ALL formatting, including whitespace where significant
186
- - Handle edge cases like sections with code blocks containing ## symbols
187
- - Ensure the sharding is reversible (could reconstruct the original from shards)