agentvibes 3.0.0 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (350) hide show
  1. package/.bmad/_cfg/agent-manifest.csv +9 -9
  2. package/.bmad/_cfg/agent-voice-map.csv +11 -11
  3. package/.bmad/_cfg/agents/bmm-quick-flow-solo-dev.customize.yaml +42 -0
  4. package/.bmad/_cfg/files-manifest.csv +286 -242
  5. package/.bmad/_cfg/ides/claude-code.yaml +1 -1
  6. package/.bmad/_cfg/manifest.yaml +5 -3
  7. package/.bmad/_cfg/task-manifest.csv +1 -0
  8. package/.bmad/_cfg/workflow-manifest.csv +37 -38
  9. package/.bmad/bmm/agents/analyst.md +40 -41
  10. package/.bmad/bmm/agents/{frame-expert.md → analyst.md.bak} +23 -16
  11. package/.bmad/bmm/agents/architect.md +34 -42
  12. package/.bmad/bmm/agents/dev.md +38 -34
  13. package/.bmad/bmm/agents/pm.md +34 -46
  14. package/.bmad/bmm/agents/quick-flow-solo-dev.md +64 -0
  15. package/.bmad/bmm/agents/sm.md +47 -53
  16. package/.bmad/bmm/agents/tea.md +41 -42
  17. package/.bmad/bmm/agents/tech-writer.md +37 -39
  18. package/.bmad/bmm/agents/ux-designer.md +42 -41
  19. package/.bmad/bmm/config.yaml +7 -5
  20. package/.bmad/bmm/data/README.md +29 -0
  21. package/.bmad/bmm/data/project-context-template.md +40 -0
  22. package/.bmad/bmm/docs/README.md +48 -10
  23. package/.bmad/bmm/docs/agents-guide.md +80 -53
  24. package/.bmad/bmm/docs/bmad-quick-flow.md +528 -0
  25. package/.bmad/bmm/docs/brownfield-guide.md +25 -39
  26. package/.bmad/bmm/docs/enterprise-agentic-development.md +3 -3
  27. package/.bmad/bmm/docs/faq.md +6 -39
  28. package/.bmad/bmm/docs/glossary.md +12 -25
  29. package/.bmad/bmm/docs/images/README.md +37 -0
  30. package/.bmad/bmm/docs/images/workflow-method-greenfield.excalidraw +5034 -0
  31. package/.bmad/bmm/docs/images/workflow-method-greenfield.svg +4 -0
  32. package/.bmad/bmm/docs/quick-flow-solo-dev.md +337 -0
  33. package/.bmad/bmm/docs/quick-spec-flow.md +5 -5
  34. package/.bmad/bmm/docs/quick-start.md +15 -25
  35. package/.bmad/bmm/docs/scale-adaptive-system.md +11 -5
  36. package/.bmad/bmm/docs/test-architecture.md +90 -24
  37. package/.bmad/bmm/docs/troubleshooting.md +680 -0
  38. package/.bmad/bmm/docs/workflow-document-project-reference.md +1 -1
  39. package/.bmad/bmm/docs/workflows-analysis.md +36 -140
  40. package/.bmad/bmm/docs/workflows-implementation.md +182 -157
  41. package/.bmad/bmm/docs/workflows-planning.md +51 -212
  42. package/.bmad/bmm/docs/workflows-solutioning.md +26 -71
  43. package/.bmad/bmm/tasks/daily-standup.xml +85 -0
  44. package/.bmad/bmm/teams/default-party.csv +15 -14
  45. package/.bmad/bmm/teams/team-fullstack.yaml +0 -1
  46. package/.bmad/bmm/testarch/knowledge/api-request.md +303 -0
  47. package/.bmad/bmm/testarch/knowledge/auth-session.md +356 -0
  48. package/.bmad/bmm/testarch/knowledge/burn-in.md +273 -0
  49. package/.bmad/bmm/testarch/knowledge/ci-burn-in.md +1 -1
  50. package/.bmad/bmm/testarch/knowledge/file-utils.md +260 -0
  51. package/.bmad/bmm/testarch/knowledge/fixtures-composition.md +382 -0
  52. package/.bmad/bmm/testarch/knowledge/intercept-network-call.md +280 -0
  53. package/.bmad/bmm/testarch/knowledge/log.md +294 -0
  54. package/.bmad/bmm/testarch/knowledge/network-error-monitor.md +272 -0
  55. package/.bmad/bmm/testarch/knowledge/network-recorder.md +265 -0
  56. package/.bmad/bmm/testarch/knowledge/overview.md +284 -0
  57. package/.bmad/bmm/testarch/knowledge/recurse.md +296 -0
  58. package/.bmad/bmm/testarch/tea-index.csv +11 -0
  59. package/.bmad/bmm/workflows/1-analysis/product-brief/product-brief.template.md +8 -0
  60. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +192 -0
  61. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +167 -0
  62. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +203 -0
  63. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +206 -0
  64. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +209 -0
  65. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +223 -0
  66. package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +199 -0
  67. package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.md +58 -0
  68. package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +136 -0
  69. package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +228 -0
  70. package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +237 -0
  71. package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +205 -0
  72. package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +233 -0
  73. package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +442 -0
  74. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +181 -0
  75. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +236 -0
  76. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +199 -0
  77. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +248 -0
  78. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +258 -0
  79. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +176 -0
  80. package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +474 -0
  81. package/.bmad/bmm/workflows/1-analysis/research/research.template.md +15 -0
  82. package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +136 -0
  83. package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +238 -0
  84. package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +247 -0
  85. package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +201 -0
  86. package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +238 -0
  87. package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +485 -0
  88. package/.bmad/bmm/workflows/1-analysis/research/workflow.md +204 -0
  89. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +159 -0
  90. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +126 -0
  91. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +209 -0
  92. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +215 -0
  93. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +218 -0
  94. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +233 -0
  95. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +251 -0
  96. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +253 -0
  97. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +223 -0
  98. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +223 -0
  99. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +240 -0
  100. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +247 -0
  101. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +236 -0
  102. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +263 -0
  103. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +226 -0
  104. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +6 -138
  105. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +59 -0
  106. package/.bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +12 -200
  107. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +243 -0
  108. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +165 -0
  109. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +420 -0
  110. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +289 -0
  111. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +290 -0
  112. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +270 -0
  113. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +261 -0
  114. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +257 -0
  115. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +298 -0
  116. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +269 -0
  117. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +293 -0
  118. package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +223 -0
  119. package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.md +61 -0
  120. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md +13 -0
  121. package/.bmad/bmm/workflows/3-solutioning/architecture/data/domain-complexity.csv +11 -0
  122. package/.bmad/bmm/workflows/3-solutioning/architecture/data/project-types.csv +7 -0
  123. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md +194 -0
  124. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-01b-continue.md +163 -0
  125. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +223 -0
  126. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +330 -0
  127. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +317 -0
  128. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +358 -0
  129. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +378 -0
  130. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +358 -0
  131. package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +351 -0
  132. package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.md +49 -0
  133. package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +258 -0
  134. package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +232 -0
  135. package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +271 -0
  136. package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +144 -0
  137. package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
  138. package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +58 -0
  139. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-01-document-discovery.md +189 -0
  140. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-02-prd-analysis.md +177 -0
  141. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-03-epic-coverage-validation.md +178 -0
  142. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-04-ux-alignment.md +138 -0
  143. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-05-epic-quality-review.md +251 -0
  144. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-06-final-assessment.md +132 -0
  145. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/templates/readiness-report-template.md +4 -0
  146. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.md +54 -0
  147. package/.bmad/bmm/workflows/4-implementation/code-review/checklist.md +2 -1
  148. package/.bmad/bmm/workflows/4-implementation/code-review/instructions.xml +224 -0
  149. package/.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -11
  150. package/.bmad/bmm/workflows/4-implementation/create-story/checklist.md +332 -214
  151. package/.bmad/bmm/workflows/4-implementation/create-story/instructions.xml +354 -0
  152. package/.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +21 -34
  153. package/.bmad/bmm/workflows/4-implementation/dev-story/checklist.md +65 -23
  154. package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +406 -0
  155. package/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +6 -37
  156. package/.bmad/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
  157. package/.bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +19 -21
  158. package/.bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +11 -10
  159. package/.bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
  160. package/.bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +174 -0
  161. package/.bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +34 -0
  162. package/.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +115 -0
  163. package/.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +25 -0
  164. package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +25 -0
  165. package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +202 -0
  166. package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +32 -0
  167. package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-dataflow/instructions.md +7 -8
  168. package/.bmad/bmm/workflows/diagrams/create-dataflow/workflow.yaml +26 -0
  169. package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-diagram/instructions.md +9 -10
  170. package/.bmad/bmm/workflows/diagrams/create-diagram/workflow.yaml +26 -0
  171. package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-flowchart/instructions.md +4 -5
  172. package/.bmad/bmm/workflows/diagrams/create-flowchart/workflow.yaml +26 -0
  173. package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-wireframe/instructions.md +3 -3
  174. package/.bmad/bmm/workflows/diagrams/create-wireframe/workflow.yaml +26 -0
  175. package/.bmad/bmm/workflows/document-project/instructions.md +1 -1
  176. package/.bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +2 -2
  177. package/.bmad/bmm/workflows/generate-project-context/project-context-template.md +20 -0
  178. package/.bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +193 -0
  179. package/.bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +317 -0
  180. package/.bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +277 -0
  181. package/.bmad/bmm/workflows/generate-project-context/workflow.md +48 -0
  182. package/.bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +1 -1
  183. package/.bmad/bmm/workflows/testarch/atdd/instructions.md +23 -3
  184. package/.bmad/bmm/workflows/testarch/automate/instructions.md +23 -2
  185. package/.bmad/bmm/workflows/testarch/ci/checklist.md +1 -1
  186. package/.bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +36 -3
  187. package/.bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +25 -4
  188. package/.bmad/bmm/workflows/testarch/ci/instructions.md +20 -3
  189. package/.bmad/bmm/workflows/testarch/framework/instructions.md +27 -1
  190. package/.bmad/bmm/workflows/testarch/test-design/instructions.md +8 -2
  191. package/.bmad/bmm/workflows/testarch/test-review/instructions.md +29 -9
  192. package/.bmad/bmm/workflows/workflow-status/init/instructions.md +66 -54
  193. package/.bmad/bmm/workflows/workflow-status/instructions.md +11 -4
  194. package/.bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +22 -38
  195. package/.bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +6 -22
  196. package/.bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +6 -22
  197. package/.bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +6 -23
  198. package/.bmad/core/agents/bmad-master.md +12 -17
  199. package/.bmad/core/agents/bmad-web-orchestrator.agent.xml +1 -1
  200. package/.bmad/core/config.yaml +11 -0
  201. package/.bmad/core/resources/excalidraw/README.md +160 -0
  202. package/.bmad/core/resources/excalidraw/library-loader.md +50 -0
  203. package/.bmad/core/tasks/advanced-elicitation-methods.csv +51 -21
  204. package/.bmad/core/tasks/advanced-elicitation.xml +18 -8
  205. package/.bmad/core/tasks/workflow.xml +36 -71
  206. package/.bmad/core/workflows/brainstorming/brain-methods.csv +62 -36
  207. package/.bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +196 -0
  208. package/.bmad/core/workflows/brainstorming/steps/step-01b-continue.md +121 -0
  209. package/.bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +224 -0
  210. package/.bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +236 -0
  211. package/.bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +208 -0
  212. package/.bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +263 -0
  213. package/.bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +339 -0
  214. package/.bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +302 -0
  215. package/.bmad/core/workflows/brainstorming/template.md +13 -104
  216. package/.bmad/core/workflows/brainstorming/workflow.md +51 -0
  217. package/.bmad/core/workflows/party-mode/instructions.md.bak +205 -0
  218. package/.bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +140 -0
  219. package/.bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +205 -0
  220. package/.bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +158 -0
  221. package/.bmad/core/workflows/party-mode/workflow.md +225 -0
  222. package/.claude/commands/bmad/bmm/agents/{frame-expert.md → quick-flow-solo-dev.md} +3 -3
  223. package/.claude/commands/bmad/bmm/workflows/check-implementation-readiness.md +5 -0
  224. package/.claude/commands/bmad/bmm/workflows/code-review.md +1 -1
  225. package/.claude/commands/bmad/bmm/workflows/create-architecture.md +5 -0
  226. package/.claude/commands/bmad/bmm/workflows/create-epics-stories.md +5 -0
  227. package/.claude/commands/bmad/bmm/workflows/{create-dataflow.md → create-excalidraw-dataflow.md} +2 -2
  228. package/.claude/commands/bmad/bmm/workflows/{create-diagram.md → create-excalidraw-diagram.md} +2 -2
  229. package/.claude/commands/bmad/bmm/workflows/{create-flowchart.md → create-excalidraw-flowchart.md} +2 -2
  230. package/.claude/commands/bmad/bmm/workflows/{create-wireframe.md → create-excalidraw-wireframe.md} +2 -2
  231. package/.claude/commands/bmad/bmm/workflows/create-prd.md +5 -0
  232. package/.claude/commands/bmad/bmm/workflows/create-product-brief.md +5 -0
  233. package/.claude/commands/bmad/bmm/workflows/create-story.md +1 -1
  234. package/.claude/commands/bmad/bmm/workflows/create-tech-spec.md +13 -0
  235. package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +2 -10
  236. package/.claude/commands/bmad/bmm/workflows/generate-project-context.md +5 -0
  237. package/.claude/commands/bmad/bmm/workflows/{domain-research.md → quick-dev.md} +3 -3
  238. package/.claude/commands/bmad/bmm/workflows/research.md +2 -10
  239. package/.claude/commands/bmad/bmm/workflows/{story-context.md → sprint-status.md} +3 -3
  240. package/.claude/commands/bmad/bmm/workflows/testarch-atdd.md +13 -0
  241. package/.claude/commands/bmad/bmm/workflows/testarch-automate.md +13 -0
  242. package/.claude/commands/bmad/bmm/workflows/testarch-ci.md +13 -0
  243. package/.claude/commands/bmad/bmm/workflows/testarch-framework.md +13 -0
  244. package/.claude/commands/bmad/bmm/workflows/testarch-nfr.md +13 -0
  245. package/.claude/commands/bmad/bmm/workflows/{prd.md → testarch-test-design.md} +3 -3
  246. package/.claude/commands/bmad/bmm/workflows/testarch-test-review.md +13 -0
  247. package/.claude/commands/bmad/bmm/workflows/testarch-trace.md +13 -0
  248. package/.claude/commands/bmad/core/workflows/brainstorming-session.md +5 -0
  249. package/.claude/config/tts-speech-rate.txt +1 -0
  250. package/.claude/github-star-reminder.txt +1 -1
  251. package/.claude/hooks/audio-processor.sh +12 -3
  252. package/.claude/hooks/piper-installer.sh +17 -0
  253. package/.claude/hooks/play-tts-piper.sh +4 -0
  254. package/.claude/hooks/termux-installer.sh +224 -0
  255. package/.clawdbot/README.md +105 -0
  256. package/.clawdbot/skill/SKILL.md +432 -0
  257. package/README.md +167 -11
  258. package/RELEASE_NOTES.md +255 -249
  259. package/package.json +4 -2
  260. package/src/installer.js +75 -21
  261. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
  262. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
  263. package/.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -26
  264. package/.bmad/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
  265. package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
  266. package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -28
  267. package/.bmad/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
  268. package/.bmad/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
  269. package/.bmad/bmm/workflows/1-analysis/product-brief/template.md +0 -181
  270. package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -45
  271. package/.bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
  272. package/.bmad/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
  273. package/.bmad/bmm/workflows/1-analysis/research/checklist.md +0 -299
  274. package/.bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
  275. package/.bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
  276. package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
  277. package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
  278. package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
  279. package/.bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
  280. package/.bmad/bmm/workflows/1-analysis/research/template-market.md +0 -347
  281. package/.bmad/bmm/workflows/1-analysis/research/template-technical.md +0 -245
  282. package/.bmad/bmm/workflows/1-analysis/research/workflow.yaml +0 -44
  283. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/epics-template.md +0 -80
  284. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/instructions.md +0 -616
  285. package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml +0 -53
  286. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
  287. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
  288. package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -61
  289. package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
  290. package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
  291. package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -52
  292. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
  293. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
  294. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
  295. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
  296. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
  297. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
  298. package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -58
  299. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
  300. package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
  301. package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
  302. package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
  303. package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
  304. package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
  305. package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -55
  306. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
  307. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
  308. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
  309. package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -62
  310. package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
  311. package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
  312. package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
  313. package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
  314. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
  315. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
  316. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
  317. package/.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -57
  318. package/.bmad/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
  319. package/.bmad/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
  320. package/.bmad/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
  321. package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -61
  322. package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
  323. package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -26
  324. package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
  325. package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -23
  326. package/.bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml +0 -23
  327. package/.bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml +0 -24
  328. package/.bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml +0 -27
  329. package/.bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml +0 -23
  330. package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -52
  331. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
  332. package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
  333. package/.claude/commands/bmad/bmm/workflows/architecture.md +0 -13
  334. package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -13
  335. package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -13
  336. package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -13
  337. package/.claude/commands/bmad/bmm/workflows/implementation-readiness.md +0 -13
  338. package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -13
  339. package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -13
  340. package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -13
  341. package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -13
  342. /package/.bmad/bmm/{workflows/techdoc → data}/documentation-standards.md +0 -0
  343. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/_shared/excalidraw-library.json +0 -0
  344. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/_shared/excalidraw-templates.yaml +0 -0
  345. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-dataflow/checklist.md +0 -0
  346. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-diagram/checklist.md +0 -0
  347. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-flowchart/checklist.md +0 -0
  348. /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-wireframe/checklist.md +0 -0
  349. /package/.bmad/{bmm/workflows/frame-expert/_shared → core/resources/excalidraw}/excalidraw-helpers.md +0 -0
  350. /package/.bmad/{bmm/workflows/frame-expert/_shared → core/resources/excalidraw}/validate-json-instructions.md +0 -0
@@ -0,0 +1,237 @@
1
+ # Domain Research Step 3: Competitive Landscape
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - 🛑 NEVER generate content without web search verification
6
+
7
+ - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
8
+ - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
9
+ - ✅ Search the web to verify and supplement your knowledge with current facts
10
+ - 📋 YOU ARE A COMPETITIVE ANALYST, not content generator
11
+ - 💬 FOCUS on key players, market share, and competitive dynamics
12
+ - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
+ - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
14
+
15
+ ## EXECUTION PROTOCOLS:
16
+
17
+ - 🎯 Show web search analysis before presenting findings
18
+ - ⚠️ Present [C] continue option after competitive analysis content generation
19
+ - 📝 WRITE COMPETITIVE ANALYSIS TO DOCUMENT IMMEDIATELY
20
+ - 💾 ONLY proceed when user chooses C (Continue)
21
+ - 📖 Update frontmatter `stepsCompleted: [1, 2, 3]` before loading next step
22
+ - 🚫 FORBIDDEN to load next step until C is selected
23
+
24
+ ## CONTEXT BOUNDARIES:
25
+
26
+ - Current document and frontmatter from previous steps are available
27
+ - **Research topic = "{{research_topic}}"** - established from initial discussion
28
+ - **Research goals = "{{research_goals}}"** - established from initial discussion
29
+ - Focus on key players, market share, and competitive dynamics
30
+ - Web search capabilities with source verification are enabled
31
+
32
+ ## YOUR TASK:
33
+
34
+ Conduct competitive landscape analysis focusing on key players, market share, and competitive dynamics. Search the web to verify and supplement current facts.
35
+
36
+ ## COMPETITIVE LANDSCAPE ANALYSIS SEQUENCE:
37
+
38
+ ### 1. Begin Competitive Landscape Analysis
39
+
40
+ **UTILIZE SUBPROCESSES AND SUBAGENTS**: Use research subagents, subprocesses or parallel processing if available to thoroughly analyze different competitive areas simultaneously and thoroughly.
41
+
42
+ Start with competitive research approach:
43
+ "Now I'll conduct **competitive landscape analysis** for **{{research_topic}}** to understand the competitive ecosystem.
44
+
45
+ **Competitive Landscape Focus:**
46
+
47
+ - Key players and market leaders
48
+ - Market share and competitive positioning
49
+ - Competitive strategies and differentiation
50
+ - Business models and value propositions
51
+ - Entry barriers and competitive dynamics
52
+
53
+ **Let me search for current competitive insights.**"
54
+
55
+ ### 2. Parallel Competitive Research Execution
56
+
57
+ **Execute multiple web searches simultaneously:**
58
+
59
+ Search the web: "{{research_topic}} key players market leaders"
60
+ Search the web: "{{research_topic}} market share competitive landscape"
61
+ Search the web: "{{research_topic}} competitive strategies differentiation"
62
+ Search the web: "{{research_topic}} entry barriers competitive dynamics"
63
+
64
+ **Analysis approach:**
65
+
66
+ - Look for recent competitive intelligence reports and market analyses
67
+ - Search for company websites, annual reports, and investor presentations
68
+ - Research market share data and competitive positioning
69
+ - Analyze competitive strategies and differentiation approaches
70
+ - Study entry barriers and competitive dynamics
71
+
72
+ ### 3. Analyze and Aggregate Results
73
+
74
+ **Collect and analyze findings from all parallel searches:**
75
+
76
+ "After executing comprehensive parallel web searches, let me analyze and aggregate competitive findings:
77
+
78
+ **Research Coverage:**
79
+
80
+ - Key players and market leaders analysis
81
+ - Market share and competitive positioning assessment
82
+ - Competitive strategies and differentiation mapping
83
+ - Entry barriers and competitive dynamics evaluation
84
+
85
+ **Cross-Competitive Analysis:**
86
+ [Identify patterns connecting players, strategies, and market dynamics]
87
+
88
+ **Quality Assessment:**
89
+ [Overall confidence levels and research gaps identified]"
90
+
91
+ ### 4. Generate Competitive Landscape Content
92
+
93
+ **WRITE IMMEDIATELY TO DOCUMENT**
94
+
95
+ Prepare competitive landscape analysis with web search citations:
96
+
97
+ #### Content Structure:
98
+
99
+ When saving to document, append these Level 2 and Level 3 sections:
100
+
101
+ ```markdown
102
+ ## Competitive Landscape
103
+
104
+ ### Key Players and Market Leaders
105
+
106
+ [Key players analysis with source citations]
107
+ _Market Leaders: [Dominant players and their market positions]_
108
+ _Major Competitors: [Significant competitors and their specialties]_
109
+ _Emerging Players: [New entrants and innovative companies]_
110
+ _Global vs Regional: [Geographic distribution of key players]_
111
+ _Source: [URL]_
112
+
113
+ ### Market Share and Competitive Positioning
114
+
115
+ [Market share analysis with source citations]
116
+ _Market Share Distribution: [Current market share breakdown]_
117
+ _Competitive Positioning: [How players position themselves in the market]_
118
+ _Value Proposition Mapping: [Different value propositions across players]_
119
+ _Customer Segments Served: [Different customer bases by competitor]_
120
+ _Source: [URL]_
121
+
122
+ ### Competitive Strategies and Differentiation
123
+
124
+ [Competitive strategies analysis with source citations]
125
+ _Cost Leadership Strategies: [Players competing on price and efficiency]_
126
+ _Differentiation Strategies: [Players competing on unique value]_
127
+ _Focus/Niche Strategies: [Players targeting specific segments]_
128
+ _Innovation Approaches: [How different players innovate]_
129
+ _Source: [URL]_
130
+
131
+ ### Business Models and Value Propositions
132
+
133
+ [Business models analysis with source citations]
134
+ _Primary Business Models: [How competitors make money]_
135
+ _Revenue Streams: [Different approaches to monetization]_
136
+ _Value Chain Integration: [Vertical integration vs partnership models]_
137
+ _Customer Relationship Models: [How competitors build customer loyalty]_
138
+ _Source: [URL]_
139
+
140
+ ### Competitive Dynamics and Entry Barriers
141
+
142
+ [Competitive dynamics analysis with source citations]
143
+ _Barriers to Entry: [Obstacles facing new market entrants]_
144
+ _Competitive Intensity: [Level of rivalry and competitive pressure]_
145
+ _Market Consolidation Trends: [M&A activity and market concentration]_
146
+ _Switching Costs: [Costs for customers to switch between providers]_
147
+ _Source: [URL]_
148
+
149
+ ### Ecosystem and Partnership Analysis
150
+
151
+ [Ecosystem analysis with source citations]
152
+ _Supplier Relationships: [Key supplier partnerships and dependencies]_
153
+ _Distribution Channels: [How competitors reach customers]_
154
+ _Technology Partnerships: [Strategic technology alliances]_
155
+ _Ecosystem Control: [Who controls key parts of the value chain]_
156
+ _Source: [URL]_
157
+ ```
158
+
159
+ ### 5. Present Analysis and Continue Option
160
+
161
+ **Show analysis and present continue option:**
162
+
163
+ "I've completed **competitive landscape analysis** for {{research_topic}}.
164
+
165
+ **Key Competitive Findings:**
166
+
167
+ - Key players and market leaders thoroughly identified
168
+ - Market share and competitive positioning clearly mapped
169
+ - Competitive strategies and differentiation analyzed
170
+ - Business models and value propositions documented
171
+ - Competitive dynamics and entry barriers evaluated
172
+
173
+ **Ready to proceed to regulatory focus analysis?**
174
+ [C] Continue - Save this to document and proceed to regulatory focus
175
+
176
+ ### 6. Handle Continue Selection
177
+
178
+ #### If 'C' (Continue):
179
+
180
+ - **CONTENT ALREADY WRITTEN TO DOCUMENT**
181
+ - Update frontmatter: `stepsCompleted: [1, 2, 3]`
182
+ - Load: `./step-04-regulatory-focus.md`
183
+
184
+ ## APPEND TO DOCUMENT:
185
+
186
+ Content is already written to document when generated in step 4. No additional append needed.
187
+
188
+ ## SUCCESS METRICS:
189
+
190
+ ✅ Key players and market leaders thoroughly identified
191
+ ✅ Market share and competitive positioning clearly mapped
192
+ ✅ Competitive strategies and differentiation analyzed
193
+ ✅ Business models and value propositions documented
194
+ ✅ Competitive dynamics and entry barriers evaluated
195
+ ✅ Content written immediately to document
196
+ ✅ [C] continue option presented and handled correctly
197
+ ✅ Proper routing to next step (regulatory focus)
198
+ ✅ Research goals alignment maintained
199
+
200
+ ## FAILURE MODES:
201
+
202
+ ❌ Relying on training data instead of web search for current facts
203
+ ❌ Missing critical key players or market leaders
204
+ ❌ Incomplete market share or positioning analysis
205
+ ❌ Not identifying competitive strategies
206
+ ❌ Not writing content immediately to document
207
+ ❌ Not presenting [C] continue option after content generation
208
+ ❌ Not routing to regulatory focus step
209
+
210
+ ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
211
+ ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
212
+ ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
213
+
214
+ ## COMPETITIVE RESEARCH PROTOCOLS:
215
+
216
+ - Research competitive intelligence reports and market analyses
217
+ - Use company websites, annual reports, and investor presentations
218
+ - Analyze market share data and competitive positioning
219
+ - Study competitive strategies and differentiation approaches
220
+ - Search the web to verify facts
221
+ - Present conflicting information when sources disagree
222
+ - Apply confidence levels appropriately
223
+
224
+ ## COMPETITIVE ANALYSIS STANDARDS:
225
+
226
+ - Always cite URLs for web search results
227
+ - Use authoritative competitive intelligence sources
228
+ - Note data currency and potential limitations
229
+ - Present multiple perspectives when sources conflict
230
+ - Apply confidence levels to uncertain data
231
+ - Focus on actionable competitive insights
232
+
233
+ ## NEXT STEP:
234
+
235
+ After user selects 'C', load `./step-04-regulatory-focus.md` to analyze regulatory requirements, compliance frameworks, and legal considerations for {{research_topic}}.
236
+
237
+ Remember: Always write research content to document immediately and search the web to verify facts!
@@ -0,0 +1,205 @@
1
+ # Domain Research Step 4: Regulatory Focus
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - 🛑 NEVER generate content without web search verification
6
+
7
+ - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
8
+ - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
9
+ - ✅ Search the web to verify and supplement your knowledge with current facts
10
+ - 📋 YOU ARE A REGULATORY ANALYST, not content generator
11
+ - 💬 FOCUS on compliance requirements and regulatory landscape
12
+ - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
+ - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
14
+
15
+ ## EXECUTION PROTOCOLS:
16
+
17
+ - 🎯 Show web search analysis before presenting findings
18
+ - ⚠️ Present [C] continue option after regulatory content generation
19
+ - 📝 WRITE REGULATORY ANALYSIS TO DOCUMENT IMMEDIATELY
20
+ - 💾 ONLY save when user chooses C (Continue)
21
+ - 📖 Update frontmatter `stepsCompleted: [1, 2, 3, 4]` before loading next step
22
+ - 🚫 FORBIDDEN to load next step until C is selected
23
+
24
+ ## CONTEXT BOUNDARIES:
25
+
26
+ - Current document and frontmatter from previous steps are available
27
+ - **Research topic = "{{research_topic}}"** - established from initial discussion
28
+ - **Research goals = "{{research_goals}}"** - established from initial discussion
29
+ - Focus on regulatory and compliance requirements for the domain
30
+ - Web search capabilities with source verification are enabled
31
+
32
+ ## YOUR TASK:
33
+
34
+ Conduct focused regulatory and compliance analysis with emphasis on requirements that impact {{research_topic}}. Search the web to verify and supplement current facts.
35
+
36
+ ## REGULATORY FOCUS SEQUENCE:
37
+
38
+ ### 1. Begin Regulatory Analysis
39
+
40
+ Start with regulatory research approach:
41
+ "Now I'll focus on **regulatory and compliance requirements** that impact **{{research_topic}}**.
42
+
43
+ **Regulatory Focus Areas:**
44
+
45
+ - Specific regulations and compliance frameworks
46
+ - Industry standards and best practices
47
+ - Licensing and certification requirements
48
+ - Data protection and privacy regulations
49
+ - Environmental and safety requirements
50
+
51
+ **Let me search for current regulatory requirements.**"
52
+
53
+ ### 2. Web Search for Specific Regulations
54
+
55
+ Search for current regulatory information:
56
+ Search the web: "{{research_topic}} regulations compliance requirements"
57
+
58
+ **Regulatory focus:**
59
+
60
+ - Specific regulations applicable to the domain
61
+ - Compliance frameworks and standards
62
+ - Recent regulatory changes or updates
63
+ - Enforcement agencies and oversight bodies
64
+
65
+ ### 3. Web Search for Industry Standards
66
+
67
+ Search for current industry standards:
68
+ Search the web: "{{research_topic}} standards best practices"
69
+
70
+ **Standards focus:**
71
+
72
+ - Industry-specific technical standards
73
+ - Best practices and guidelines
74
+ - Certification requirements
75
+ - Quality assurance frameworks
76
+
77
+ ### 4. Web Search for Data Privacy Requirements
78
+
79
+ Search for current privacy regulations:
80
+ Search the web: "data privacy regulations {{research_topic}}"
81
+
82
+ **Privacy focus:**
83
+
84
+ - GDPR, CCPA, and other data protection laws
85
+ - Industry-specific privacy requirements
86
+ - Data governance and security standards
87
+ - User consent and data handling requirements
88
+
89
+ ### 5. Generate Regulatory Analysis Content
90
+
91
+ Prepare regulatory content with source citations:
92
+
93
+ #### Content Structure:
94
+
95
+ When saving to document, append these Level 2 and Level 3 sections:
96
+
97
+ ```markdown
98
+ ## Regulatory Requirements
99
+
100
+ ### Applicable Regulations
101
+
102
+ [Specific regulations analysis with source citations]
103
+ _Source: [URL]_
104
+
105
+ ### Industry Standards and Best Practices
106
+
107
+ [Industry standards analysis with source citations]
108
+ _Source: [URL]_
109
+
110
+ ### Compliance Frameworks
111
+
112
+ [Compliance frameworks analysis with source citations]
113
+ _Source: [URL]_
114
+
115
+ ### Data Protection and Privacy
116
+
117
+ [Privacy requirements analysis with source citations]
118
+ _Source: [URL]_
119
+
120
+ ### Licensing and Certification
121
+
122
+ [Licensing requirements analysis with source citations]
123
+ _Source: [URL]_
124
+
125
+ ### Implementation Considerations
126
+
127
+ [Practical implementation considerations with source citations]
128
+ _Source: [URL]_
129
+
130
+ ### Risk Assessment
131
+
132
+ [Regulatory and compliance risk assessment]
133
+ ```
134
+
135
+ ### 6. Present Analysis and Continue Option
136
+
137
+ Show the generated regulatory analysis and present continue option:
138
+ "I've completed **regulatory requirements analysis** for {{research_topic}}.
139
+
140
+ **Key Regulatory Findings:**
141
+
142
+ - Specific regulations and frameworks identified
143
+ - Industry standards and best practices mapped
144
+ - Compliance requirements clearly documented
145
+ - Implementation considerations provided
146
+ - Risk assessment completed
147
+
148
+ **Ready to proceed to technical trends?**
149
+ [C] Continue - Save this to the document and move to technical trends
150
+
151
+ ### 7. Handle Continue Selection
152
+
153
+ #### If 'C' (Continue):
154
+
155
+ - **CONTENT ALREADY WRITTEN TO DOCUMENT**
156
+ - Update frontmatter: `stepsCompleted: [1, 2, 3, 4]`
157
+ - Load: `./step-05-technical-trends.md`
158
+
159
+ ## APPEND TO DOCUMENT:
160
+
161
+ Content is already written to document when generated in step 5. No additional append needed.
162
+
163
+ ## SUCCESS METRICS:
164
+
165
+ ✅ Applicable regulations identified with current citations
166
+ ✅ Industry standards and best practices documented
167
+ ✅ Compliance frameworks clearly mapped
168
+ ✅ Data protection requirements analyzed
169
+ ✅ Implementation considerations provided
170
+ ✅ [C] continue option presented and handled correctly
171
+ ✅ Content properly appended to document when C selected
172
+
173
+ ## FAILURE MODES:
174
+
175
+ ❌ Relying on training data instead of web search for current facts
176
+ ❌ Missing critical regulatory requirements for the domain
177
+ ❌ Not providing implementation considerations for compliance
178
+ ❌ Not completing risk assessment for regulatory compliance
179
+ ❌ Not presenting [C] continue option after content generation
180
+ ❌ Appending content without user selecting 'C'
181
+
182
+ ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
183
+ ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
184
+ ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
185
+
186
+ ## REGULATORY RESEARCH PROTOCOLS:
187
+
188
+ - Search for specific regulations by name and number
189
+ - Identify regulatory bodies and enforcement agencies
190
+ - Research recent regulatory changes and updates
191
+ - Map industry standards to regulatory requirements
192
+ - Consider regional and jurisdictional differences
193
+
194
+ ## SOURCE VERIFICATION:
195
+
196
+ - Always cite regulatory agency websites
197
+ - Use official government and industry association sources
198
+ - Note effective dates and implementation timelines
199
+ - Present compliance requirement levels and obligations
200
+
201
+ ## NEXT STEP:
202
+
203
+ After user selects 'C' and content is saved to document, load `./step-05-technical-trends.md` to analyze technical trends and innovations in the domain.
204
+
205
+ Remember: Search the web to verify regulatory facts and provide practical implementation considerations!
@@ -0,0 +1,233 @@
1
+ # Domain Research Step 5: Technical Trends
2
+
3
+ ## MANDATORY EXECUTION RULES (READ FIRST):
4
+
5
+ - 🛑 NEVER generate content without web search verification
6
+
7
+ - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
8
+ - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
9
+ - ✅ Search the web to verify and supplement your knowledge with current facts
10
+ - 📋 YOU ARE A TECHNOLOGY ANALYST, not content generator
11
+ - 💬 FOCUS on emerging technologies and innovation patterns
12
+ - 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
13
+ - 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
14
+
15
+ ## EXECUTION PROTOCOLS:
16
+
17
+ - 🎯 Show web search analysis before presenting findings
18
+ - ⚠️ Present [C] continue option after technical trends content generation
19
+ - 📝 WRITE TECHNICAL TRENDS ANALYSIS TO DOCUMENT IMMEDIATELY
20
+ - 💾 ONLY proceed when user chooses C (Continue)
21
+ - 📖 Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5]` before loading next step
22
+ - 🚫 FORBIDDEN to load next step until C is selected
23
+
24
+ ## CONTEXT BOUNDARIES:
25
+
26
+ - Current document and frontmatter from previous steps are available
27
+ - **Research topic = "{{research_topic}}"** - established from initial discussion
28
+ - **Research goals = "{{research_goals}}"** - established from initial discussion
29
+ - Focus on emerging technologies and innovation patterns in the domain
30
+ - Web search capabilities with source verification are enabled
31
+
32
+ ## YOUR TASK:
33
+
34
+ Conduct comprehensive technical trends analysis using current web data with emphasis on innovations and emerging technologies impacting {{research_topic}}.
35
+
36
+ ## TECHNICAL TRENDS SEQUENCE:
37
+
38
+ ### 1. Begin Technical Trends Analysis
39
+
40
+ Start with technology research approach:
41
+ "Now I'll conduct **technical trends and emerging technologies** analysis for **{{research_topic}}** using current data.
42
+
43
+ **Technical Trends Focus:**
44
+
45
+ - Emerging technologies and innovations
46
+ - Digital transformation impacts
47
+ - Automation and efficiency improvements
48
+ - New business models enabled by technology
49
+ - Future technology projections and roadmaps
50
+
51
+ **Let me search for current technology developments.**"
52
+
53
+ ### 2. Web Search for Emerging Technologies
54
+
55
+ Search for current technology information:
56
+ Search the web: "{{research_topic}} emerging technologies innovations"
57
+
58
+ **Technology focus:**
59
+
60
+ - AI, machine learning, and automation impacts
61
+ - Digital transformation trends
62
+ - New technologies disrupting the industry
63
+ - Innovation patterns and breakthrough developments
64
+
65
+ ### 3. Web Search for Digital Transformation
66
+
67
+ Search for current transformation trends:
68
+ Search the web: "{{research_topic}} digital transformation trends"
69
+
70
+ **Transformation focus:**
71
+
72
+ - Digital adoption trends and rates
73
+ - Business model evolution
74
+ - Customer experience innovations
75
+ - Operational efficiency improvements
76
+
77
+ ### 4. Web Search for Future Outlook
78
+
79
+ Search for future projections:
80
+ Search the web: "{{research_topic}} future outlook trends"
81
+
82
+ **Future focus:**
83
+
84
+ - Technology roadmaps and projections
85
+ - Market evolution predictions
86
+ - Innovation pipelines and R&D trends
87
+ - Long-term industry transformation
88
+
89
+ ### 5. Generate Technical Trends Content
90
+
91
+ **WRITE IMMEDIATELY TO DOCUMENT**
92
+
93
+ Prepare technical analysis with source citations:
94
+
95
+ #### Content Structure:
96
+
97
+ When saving to document, append these Level 2 and Level 3 sections:
98
+
99
+ ```markdown
100
+ ## Technical Trends and Innovation
101
+
102
+ ### Emerging Technologies
103
+
104
+ [Emerging technologies analysis with source citations]
105
+ _Source: [URL]_
106
+
107
+ ### Digital Transformation
108
+
109
+ [Digital transformation analysis with source citations]
110
+ _Source: [URL]_
111
+
112
+ ### Innovation Patterns
113
+
114
+ [Innovation patterns analysis with source citations]
115
+ _Source: [URL]_
116
+
117
+ ### Future Outlook
118
+
119
+ [Future outlook and projections with source citations]
120
+ _Source: [URL]_
121
+
122
+ ### Implementation Opportunities
123
+
124
+ [Implementation opportunity analysis with source citations]
125
+ _Source: [URL]_
126
+
127
+ ### Challenges and Risks
128
+
129
+ [Challenges and risks assessment with source citations]
130
+ _Source: [URL]_
131
+
132
+ ## Recommendations
133
+
134
+ ### Technology Adoption Strategy
135
+
136
+ [Technology adoption recommendations]
137
+
138
+ ### Innovation Roadmap
139
+
140
+ [Innovation roadmap suggestions]
141
+
142
+ ### Risk Mitigation
143
+
144
+ [Risk mitigation strategies]
145
+ ```
146
+
147
+ ### 6. Present Analysis and Complete Option
148
+
149
+ Show the generated technical analysis and present complete option:
150
+ "I've completed **technical trends and innovation analysis** for {{research_topic}}.
151
+
152
+ **Technical Highlights:**
153
+
154
+ - Emerging technologies and innovations identified
155
+ - Digital transformation trends mapped
156
+ - Future outlook and projections analyzed
157
+ - Implementation opportunities and challenges documented
158
+ - Practical recommendations provided
159
+
160
+ **Technical Trends Research Completed:**
161
+
162
+ - Emerging technologies and innovations identified
163
+ - Digital transformation trends mapped
164
+ - Future outlook and projections analyzed
165
+ - Implementation opportunities and challenges documented
166
+
167
+ **Ready to proceed to research synthesis and recommendations?**
168
+ [C] Continue - Save this to document and proceed to synthesis
169
+
170
+ ### 7. Handle Continue Selection
171
+
172
+ #### If 'C' (Continue):
173
+
174
+ - **CONTENT ALREADY WRITTEN TO DOCUMENT**
175
+ - Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5]`
176
+ - Load: `./step-06-research-synthesis.md`
177
+
178
+ ## APPEND TO DOCUMENT:
179
+
180
+ Content is already written to document when generated in step 5. No additional append needed.
181
+
182
+ ## SUCCESS METRICS:
183
+
184
+ ✅ Emerging technologies identified with current data
185
+ ✅ Digital transformation trends clearly documented
186
+ ✅ Future outlook and projections analyzed
187
+ ✅ Implementation opportunities and challenges mapped
188
+ ✅ Strategic recommendations provided
189
+ ✅ Content written immediately to document
190
+ ✅ [C] continue option presented and handled correctly
191
+ ✅ Proper routing to next step (research synthesis)
192
+ ✅ Research goals alignment maintained
193
+
194
+ ## FAILURE MODES:
195
+
196
+ ❌ Relying solely on training data without web verification for current facts
197
+ ❌ Missing critical emerging technologies in the domain
198
+ ❌ Not providing practical implementation recommendations
199
+ ❌ Not completing strategic recommendations
200
+ ❌ Not presenting completion option for research workflow
201
+ ❌ Appending content without user selecting 'C'
202
+
203
+ ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
204
+ ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
205
+ ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
206
+
207
+ ## TECHNICAL RESEARCH PROTOCOLS:
208
+
209
+ - Search for cutting-edge technologies and innovations
210
+ - Identify disruption patterns and game-changers
211
+ - Research technology adoption timelines and barriers
212
+ - Consider regional technology variations
213
+ - Analyze competitive technological advantages
214
+
215
+ ## RESEARCH WORKFLOW COMPLETION:
216
+
217
+ When 'C' is selected:
218
+
219
+ - All domain research steps completed
220
+ - Comprehensive research document generated
221
+ - All sections appended with source citations
222
+ - Research workflow status updated
223
+ - Final recommendations provided to user
224
+
225
+ ## NEXT STEPS:
226
+
227
+ Research workflow complete. User may:
228
+
229
+ - Use the domain research to inform other workflows (PRD, architecture, etc.)
230
+ - Conduct additional research on specific topics if needed
231
+ - Move forward with product development based on research insights
232
+
233
+ Congratulations on completing comprehensive domain research! 🎉