create-byan-agent 2.0.1 → 2.1.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 (974) hide show
  1. package/.github/agents/bmad-agent-bmad-master.md +40 -0
  2. package/.github/agents/bmad-agent-byan-v2.md +44 -0
  3. package/.github/agents/bmad-agent-byan.md +251 -0
  4. package/.github/agents/bmad-agent-drawio.md +44 -0
  5. package/.github/agents/bmad-agent-marc.md +98 -0
  6. package/README.MD +225 -0
  7. package/__tests__/byan-v2/context/copilot-context.test.js +327 -0
  8. package/__tests__/byan-v2/context/session-state.test.js +322 -0
  9. package/__tests__/byan-v2/dispatcher/complexity-scorer.test.js +358 -0
  10. package/__tests__/byan-v2/dispatcher/five-whys-analyzer.test.js +473 -0
  11. package/__tests__/byan-v2/dispatcher/local-executor.test.js +496 -0
  12. package/__tests__/byan-v2/dispatcher/task-router.test.js +265 -0
  13. package/__tests__/byan-v2/dispatcher/task-tool-interface.test.js +328 -0
  14. package/__tests__/byan-v2/generation/agent-profile-validator.test.js +386 -0
  15. package/__tests__/byan-v2/generation/mantra-validator.test.js +640 -0
  16. package/__tests__/byan-v2/generation/profile-template.test.js +338 -0
  17. package/__tests__/byan-v2/integration/active-listening-flow.test.js +577 -0
  18. package/__tests__/byan-v2/integration/five-whys-flow.test.js +559 -0
  19. package/__tests__/byan-v2/integration/full-bmad-workflow.test.js +903 -0
  20. package/__tests__/byan-v2/integration/full-bmad-workflow.test.js.backup +889 -0
  21. package/__tests__/byan-v2/integration/glossary-flow.test.js +479 -0
  22. package/__tests__/byan-v2/integration/system-integration.test.js +306 -0
  23. package/__tests__/byan-v2/integration/voice-integration.test.js +157 -0
  24. package/__tests__/byan-v2/observability/error-tracker.test.js +461 -0
  25. package/__tests__/byan-v2/observability/logger.test.js +419 -0
  26. package/__tests__/byan-v2/observability/metrics-collector.test.js +346 -0
  27. package/__tests__/byan-v2/orchestrator/active-listener.test.js +694 -0
  28. package/__tests__/byan-v2/orchestrator/analysis-state.test.js +493 -0
  29. package/__tests__/byan-v2/orchestrator/generation-state.test.js +518 -0
  30. package/__tests__/byan-v2/orchestrator/glossary-builder.test.js +464 -0
  31. package/__tests__/byan-v2/orchestrator/interview-state.test.js +470 -0
  32. package/__tests__/byan-v2/orchestrator/state-machine.test.js +495 -0
  33. package/__tests__/cache.test.js +241 -0
  34. package/__tests__/context.test.js +135 -0
  35. package/__tests__/dashboard.test.js +444 -0
  36. package/__tests__/dispatcher.test.js +245 -0
  37. package/__tests__/integration.test.js +163 -0
  38. package/__tests__/metrics-collector.test.js +433 -0
  39. package/__tests__/structured-logger.test.js +358 -0
  40. package/__tests__/worker-pool.test.js +343 -0
  41. package/__tests__/workflow-executor.test.js +356 -0
  42. package/_bmad/_config/agent-manifest.csv +25 -0
  43. package/_bmad/_config/agents/bmb-agent-builder.customize.yaml +41 -0
  44. package/_bmad/_config/agents/bmb-module-builder.customize.yaml +41 -0
  45. package/_bmad/_config/agents/bmb-workflow-builder.customize.yaml +41 -0
  46. package/_bmad/_config/agents/bmm-analyst.customize.yaml +41 -0
  47. package/_bmad/_config/agents/bmm-architect.customize.yaml +41 -0
  48. package/_bmad/_config/agents/bmm-dev.customize.yaml +41 -0
  49. package/_bmad/_config/agents/bmm-pm.customize.yaml +41 -0
  50. package/_bmad/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +41 -0
  51. package/_bmad/_config/agents/bmm-quinn.customize.yaml +41 -0
  52. package/_bmad/_config/agents/bmm-sm.customize.yaml +41 -0
  53. package/_bmad/_config/agents/bmm-tech-writer.customize.yaml +41 -0
  54. package/_bmad/_config/agents/bmm-ux-designer.customize.yaml +41 -0
  55. package/_bmad/_config/agents/byan.customize.yaml +29 -0
  56. package/_bmad/_config/agents/cis-brainstorming-coach.customize.yaml +41 -0
  57. package/_bmad/_config/agents/cis-creative-problem-solver.customize.yaml +41 -0
  58. package/_bmad/_config/agents/cis-design-thinking-coach.customize.yaml +41 -0
  59. package/_bmad/_config/agents/cis-innovation-strategist.customize.yaml +41 -0
  60. package/_bmad/_config/agents/cis-presentation-master.customize.yaml +41 -0
  61. package/_bmad/_config/agents/cis-storyteller.customize.yaml +41 -0
  62. package/_bmad/_config/agents/core-bmad-master.customize.yaml +41 -0
  63. package/_bmad/_config/agents/tea-tea.customize.yaml +41 -0
  64. package/_bmad/_config/bmad-help.csv +72 -0
  65. package/_bmad/_config/files-manifest.csv +607 -0
  66. package/_bmad/_config/ides/codex.yaml +5 -0
  67. package/_bmad/_config/manifest.yaml +43 -0
  68. package/_bmad/_config/task-manifest.csv +9 -0
  69. package/_bmad/_config/tool-manifest.csv +1 -0
  70. package/_bmad/_config/workflow-manifest.csv +46 -0
  71. package/_bmad/_memory/config.yaml +11 -0
  72. package/_bmad/_memory/storyteller-sidecar/stories-told.md +7 -0
  73. package/_bmad/_memory/storyteller-sidecar/story-preferences.md +7 -0
  74. package/_bmad/_memory/tech-writer-sidecar/documentation-standards.md +224 -0
  75. package/_bmad/bmb/agents/byan.md +215 -0
  76. package/_bmad/bmb/agents/byan.optimized-v2.md +116 -0
  77. package/_bmad/bmb/agents/byan.optimized.md +189 -0
  78. package/_bmad/bmb/agents/drawio.md +359 -0
  79. package/_bmad/bmb/agents/marc.md +351 -0
  80. package/_bmad/bmb/agents/turbo-whisper-integration.md +312 -0
  81. package/_bmad/bmb/config.yaml +12 -0
  82. package/_bmad/bmb/module-help.csv +13 -0
  83. package/_bmad/bmb/workflows/agent/data/agent-compilation.md +273 -0
  84. package/_bmad/bmb/workflows/agent/data/agent-menu-patterns.md +233 -0
  85. package/_bmad/bmb/workflows/agent/data/agent-metadata.md +208 -0
  86. package/_bmad/bmb/workflows/agent/data/brainstorm-context.md +146 -0
  87. package/_bmad/bmb/workflows/agent/data/communication-presets.csv +61 -0
  88. package/_bmad/bmb/workflows/agent/data/critical-actions.md +120 -0
  89. package/_bmad/bmb/workflows/agent/data/expert-agent-architecture.md +236 -0
  90. package/_bmad/bmb/workflows/agent/data/expert-agent-validation.md +174 -0
  91. package/_bmad/bmb/workflows/agent/data/module-agent-validation.md +126 -0
  92. package/_bmad/bmb/workflows/agent/data/persona-properties.md +266 -0
  93. package/_bmad/bmb/workflows/agent/data/principles-crafting.md +292 -0
  94. package/_bmad/bmb/workflows/agent/data/reference/module-examples/architect.md +68 -0
  95. package/_bmad/bmb/workflows/agent/data/simple-agent-architecture.md +204 -0
  96. package/_bmad/bmb/workflows/agent/data/simple-agent-validation.md +133 -0
  97. package/_bmad/bmb/workflows/agent/data/understanding-agent-types.md +222 -0
  98. package/_bmad/bmb/workflows/agent/steps-c/step-01-brainstorm.md +128 -0
  99. package/_bmad/bmb/workflows/agent/steps-c/step-02-discovery.md +170 -0
  100. package/_bmad/bmb/workflows/agent/steps-c/step-03-type-metadata.md +296 -0
  101. package/_bmad/bmb/workflows/agent/steps-c/step-04-persona.md +212 -0
  102. package/_bmad/bmb/workflows/agent/steps-c/step-05-commands-menu.md +178 -0
  103. package/_bmad/bmb/workflows/agent/steps-c/step-06-activation.md +279 -0
  104. package/_bmad/bmb/workflows/agent/steps-c/step-07a-build-simple.md +187 -0
  105. package/_bmad/bmb/workflows/agent/steps-c/step-07b-build-expert.md +201 -0
  106. package/_bmad/bmb/workflows/agent/steps-c/step-07c-build-module.md +258 -0
  107. package/_bmad/bmb/workflows/agent/steps-c/step-08-celebrate.md +249 -0
  108. package/_bmad/bmb/workflows/agent/steps-e/e-01-load-existing.md +221 -0
  109. package/_bmad/bmb/workflows/agent/steps-e/e-02-discover-edits.md +193 -0
  110. package/_bmad/bmb/workflows/agent/steps-e/e-03-placeholder.md +1 -0
  111. package/_bmad/bmb/workflows/agent/steps-e/e-04-type-metadata.md +124 -0
  112. package/_bmad/bmb/workflows/agent/steps-e/e-05-persona.md +134 -0
  113. package/_bmad/bmb/workflows/agent/steps-e/e-06-commands-menu.md +122 -0
  114. package/_bmad/bmb/workflows/agent/steps-e/e-07-activation.md +125 -0
  115. package/_bmad/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +137 -0
  116. package/_bmad/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +119 -0
  117. package/_bmad/bmb/workflows/agent/steps-e/e-08c-edit-module.md +123 -0
  118. package/_bmad/bmb/workflows/agent/steps-e/e-09-celebrate.md +155 -0
  119. package/_bmad/bmb/workflows/agent/steps-v/v-01-load-review.md +136 -0
  120. package/_bmad/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +116 -0
  121. package/_bmad/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +124 -0
  122. package/_bmad/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +145 -0
  123. package/_bmad/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +136 -0
  124. package/_bmad/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +136 -0
  125. package/_bmad/bmb/workflows/agent/steps-v/v-03-summary.md +104 -0
  126. package/_bmad/bmb/workflows/agent/templates/agent-plan.template.md +5 -0
  127. package/_bmad/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +77 -0
  128. package/_bmad/bmb/workflows/agent/templates/simple-agent.template.md +72 -0
  129. package/_bmad/bmb/workflows/agent/workflow.md +123 -0
  130. package/_bmad/bmb/workflows/module/data/agent-architecture.md +179 -0
  131. package/_bmad/bmb/workflows/module/data/agent-spec-template.md +79 -0
  132. package/_bmad/bmb/workflows/module/data/module-installer-standards.md +348 -0
  133. package/_bmad/bmb/workflows/module/data/module-standards.md +280 -0
  134. package/_bmad/bmb/workflows/module/data/module-yaml-conventions.md +392 -0
  135. package/_bmad/bmb/workflows/module/steps-b/step-01-welcome.md +147 -0
  136. package/_bmad/bmb/workflows/module/steps-b/step-02-spark.md +140 -0
  137. package/_bmad/bmb/workflows/module/steps-b/step-03-module-type.md +148 -0
  138. package/_bmad/bmb/workflows/module/steps-b/step-04-vision.md +82 -0
  139. package/_bmad/bmb/workflows/module/steps-b/step-05-identity.md +96 -0
  140. package/_bmad/bmb/workflows/module/steps-b/step-06-users.md +85 -0
  141. package/_bmad/bmb/workflows/module/steps-b/step-07-value.md +75 -0
  142. package/_bmad/bmb/workflows/module/steps-b/step-08-agents.md +96 -0
  143. package/_bmad/bmb/workflows/module/steps-b/step-09-workflows.md +82 -0
  144. package/_bmad/bmb/workflows/module/steps-b/step-10-tools.md +90 -0
  145. package/_bmad/bmb/workflows/module/steps-b/step-11-scenarios.md +83 -0
  146. package/_bmad/bmb/workflows/module/steps-b/step-12-creative.md +94 -0
  147. package/_bmad/bmb/workflows/module/steps-b/step-13-review.md +104 -0
  148. package/_bmad/bmb/workflows/module/steps-b/step-14-finalize.md +117 -0
  149. package/_bmad/bmb/workflows/module/steps-c/step-01-load-brief.md +178 -0
  150. package/_bmad/bmb/workflows/module/steps-c/step-01b-continue.md +83 -0
  151. package/_bmad/bmb/workflows/module/steps-c/step-02-structure.md +109 -0
  152. package/_bmad/bmb/workflows/module/steps-c/step-03-config.md +118 -0
  153. package/_bmad/bmb/workflows/module/steps-c/step-04-installer.md +160 -0
  154. package/_bmad/bmb/workflows/module/steps-c/step-05-agents.md +167 -0
  155. package/_bmad/bmb/workflows/module/steps-c/step-06-workflows.md +183 -0
  156. package/_bmad/bmb/workflows/module/steps-c/step-07-docs.md +402 -0
  157. package/_bmad/bmb/workflows/module/steps-c/step-08-complete.md +123 -0
  158. package/_bmad/bmb/workflows/module/steps-e/step-01-load-target.md +81 -0
  159. package/_bmad/bmb/workflows/module/steps-e/step-02-select-edit.md +77 -0
  160. package/_bmad/bmb/workflows/module/steps-e/step-03-apply-edit.md +77 -0
  161. package/_bmad/bmb/workflows/module/steps-e/step-04-review.md +80 -0
  162. package/_bmad/bmb/workflows/module/steps-e/step-05-confirm.md +75 -0
  163. package/_bmad/bmb/workflows/module/steps-v/step-01-load-target.md +96 -0
  164. package/_bmad/bmb/workflows/module/steps-v/step-02-file-structure.md +94 -0
  165. package/_bmad/bmb/workflows/module/steps-v/step-03-module-yaml.md +99 -0
  166. package/_bmad/bmb/workflows/module/steps-v/step-04-agent-specs.md +152 -0
  167. package/_bmad/bmb/workflows/module/steps-v/step-05-workflow-specs.md +152 -0
  168. package/_bmad/bmb/workflows/module/steps-v/step-06-documentation.md +143 -0
  169. package/_bmad/bmb/workflows/module/steps-v/step-07-installation.md +113 -0
  170. package/_bmad/bmb/workflows/module/steps-v/step-08-report.md +197 -0
  171. package/_bmad/bmb/workflows/module/templates/brief-template.md +154 -0
  172. package/_bmad/bmb/workflows/module/templates/workflow-spec-template.md +96 -0
  173. package/_bmad/bmb/workflows/module/workflow.md +100 -0
  174. package/_bmad/bmb/workflows/turbo-whisper/configure-workflow.md +488 -0
  175. package/_bmad/bmb/workflows/turbo-whisper/docker-setup-workflow.md +478 -0
  176. package/_bmad/bmb/workflows/turbo-whisper/install-workflow.md +426 -0
  177. package/_bmad/bmb/workflows/turbo-whisper/integrate-workflow.md +510 -0
  178. package/_bmad/bmb/workflows/workflow/data/architecture.md +152 -0
  179. package/_bmad/bmb/workflows/workflow/data/common-workflow-tools.csv +19 -0
  180. package/_bmad/bmb/workflows/workflow/data/csv-data-file-standards.md +81 -0
  181. package/_bmad/bmb/workflows/workflow/data/frontmatter-standards.md +225 -0
  182. package/_bmad/bmb/workflows/workflow/data/input-discovery-standards.md +269 -0
  183. package/_bmad/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +50 -0
  184. package/_bmad/bmb/workflows/workflow/data/menu-handling-standards.md +167 -0
  185. package/_bmad/bmb/workflows/workflow/data/output-format-standards.md +188 -0
  186. package/_bmad/bmb/workflows/workflow/data/step-file-rules.md +235 -0
  187. package/_bmad/bmb/workflows/workflow/data/step-type-patterns.md +311 -0
  188. package/_bmad/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +386 -0
  189. package/_bmad/bmb/workflows/workflow/data/trimodal-workflow-structure.md +209 -0
  190. package/_bmad/bmb/workflows/workflow/data/workflow-chaining-standards.md +271 -0
  191. package/_bmad/bmb/workflows/workflow/data/workflow-examples.md +276 -0
  192. package/_bmad/bmb/workflows/workflow/data/workflow-type-criteria.md +172 -0
  193. package/_bmad/bmb/workflows/workflow/steps-c/step-00-conversion.md +262 -0
  194. package/_bmad/bmb/workflows/workflow/steps-c/step-01-discovery.md +194 -0
  195. package/_bmad/bmb/workflows/workflow/steps-c/step-01b-continuation.md +3 -0
  196. package/_bmad/bmb/workflows/workflow/steps-c/step-02-classification.md +269 -0
  197. package/_bmad/bmb/workflows/workflow/steps-c/step-03-requirements.md +282 -0
  198. package/_bmad/bmb/workflows/workflow/steps-c/step-04-tools.md +281 -0
  199. package/_bmad/bmb/workflows/workflow/steps-c/step-05-plan-review.md +242 -0
  200. package/_bmad/bmb/workflows/workflow/steps-c/step-06-design.md +329 -0
  201. package/_bmad/bmb/workflows/workflow/steps-c/step-07-foundation.md +238 -0
  202. package/_bmad/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +377 -0
  203. package/_bmad/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +350 -0
  204. package/_bmad/bmb/workflows/workflow/steps-c/step-10-confirmation.md +320 -0
  205. package/_bmad/bmb/workflows/workflow/steps-c/step-11-completion.md +191 -0
  206. package/_bmad/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +237 -0
  207. package/_bmad/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +248 -0
  208. package/_bmad/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +252 -0
  209. package/_bmad/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +275 -0
  210. package/_bmad/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +154 -0
  211. package/_bmad/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +190 -0
  212. package/_bmad/bmb/workflows/workflow/steps-e/step-e-07-complete.md +206 -0
  213. package/_bmad/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +109 -0
  214. package/_bmad/bmb/workflows/workflow/steps-v/step-01-validate.md +221 -0
  215. package/_bmad/bmb/workflows/workflow/steps-v/step-01b-structure.md +152 -0
  216. package/_bmad/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +199 -0
  217. package/_bmad/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +265 -0
  218. package/_bmad/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +164 -0
  219. package/_bmad/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +211 -0
  220. package/_bmad/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +200 -0
  221. package/_bmad/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +195 -0
  222. package/_bmad/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +209 -0
  223. package/_bmad/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +199 -0
  224. package/_bmad/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +179 -0
  225. package/_bmad/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +186 -0
  226. package/_bmad/bmb/workflows/workflow/steps-v/step-10-report-complete.md +154 -0
  227. package/_bmad/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +237 -0
  228. package/_bmad/bmb/workflows/workflow/templates/minimal-output-template.md +11 -0
  229. package/_bmad/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +241 -0
  230. package/_bmad/bmb/workflows/workflow/templates/step-1b-template.md +223 -0
  231. package/_bmad/bmb/workflows/workflow/templates/step-template.md +290 -0
  232. package/_bmad/bmb/workflows/workflow/templates/workflow-template.md +102 -0
  233. package/_bmad/bmb/workflows/workflow/workflow.md +109 -0
  234. package/_bmad/bmm/agents/analyst.md +76 -0
  235. package/_bmad/bmm/agents/architect.md +58 -0
  236. package/_bmad/bmm/agents/dev.md +69 -0
  237. package/_bmad/bmm/agents/expert-merise-agile.md +177 -0
  238. package/_bmad/bmm/agents/pm.md +72 -0
  239. package/_bmad/bmm/agents/quick-flow-solo-dev.md +69 -0
  240. package/_bmad/bmm/agents/quinn.md +92 -0
  241. package/_bmad/bmm/agents/sm.md +70 -0
  242. package/_bmad/bmm/agents/tech-writer/tech-writer.md +70 -0
  243. package/_bmad/bmm/agents/ux-designer.md +57 -0
  244. package/_bmad/bmm/config.yaml +16 -0
  245. package/_bmad/bmm/data/project-context-template.md +26 -0
  246. package/_bmad/bmm/module-help.csv +38 -0
  247. package/_bmad/bmm/teams/default-party.csv +20 -0
  248. package/_bmad/bmm/teams/team-fullstack.yaml +12 -0
  249. package/_bmad/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +10 -0
  250. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +177 -0
  251. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +161 -0
  252. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +199 -0
  253. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +202 -0
  254. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +205 -0
  255. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +219 -0
  256. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +162 -0
  257. package/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +58 -0
  258. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +137 -0
  259. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +229 -0
  260. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +238 -0
  261. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +206 -0
  262. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +234 -0
  263. package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
  264. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
  265. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +237 -0
  266. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +249 -0
  267. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +259 -0
  268. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +177 -0
  269. package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
  270. package/_bmad/bmm/workflows/1-analysis/research/research.template.md +29 -0
  271. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +137 -0
  272. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +239 -0
  273. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +248 -0
  274. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +202 -0
  275. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +239 -0
  276. package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
  277. package/_bmad/bmm/workflows/1-analysis/research/workflow.md +173 -0
  278. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +13 -0
  279. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +197 -0
  280. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +11 -0
  281. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md +191 -0
  282. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +153 -0
  283. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +224 -0
  284. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +226 -0
  285. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +213 -0
  286. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +207 -0
  287. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +226 -0
  288. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +237 -0
  289. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +228 -0
  290. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +231 -0
  291. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +242 -0
  292. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +217 -0
  293. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +124 -0
  294. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +247 -0
  295. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +208 -0
  296. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +249 -0
  297. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +253 -0
  298. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +168 -0
  299. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +218 -0
  300. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +191 -0
  301. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +209 -0
  302. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +174 -0
  303. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +214 -0
  304. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +228 -0
  305. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +217 -0
  306. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +205 -0
  307. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +243 -0
  308. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +263 -0
  309. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +209 -0
  310. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
  311. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +242 -0
  312. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +231 -0
  313. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md +10 -0
  314. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/validation-report-prd-workflow.md +433 -0
  315. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow.md +150 -0
  316. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +135 -0
  317. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +127 -0
  318. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
  319. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
  320. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
  321. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
  322. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
  323. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
  324. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
  325. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
  326. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
  327. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
  328. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
  329. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
  330. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +171 -0
  331. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +13 -0
  332. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +43 -0
  333. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +190 -0
  334. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +178 -0
  335. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +179 -0
  336. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +139 -0
  337. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +252 -0
  338. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +135 -0
  339. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +4 -0
  340. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +55 -0
  341. package/_bmad/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +12 -0
  342. package/_bmad/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +11 -0
  343. package/_bmad/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +7 -0
  344. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +153 -0
  345. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +164 -0
  346. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
  347. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +331 -0
  348. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
  349. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
  350. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
  351. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
  352. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +76 -0
  353. package/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +50 -0
  354. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
  355. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +233 -0
  356. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +272 -0
  357. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +149 -0
  358. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
  359. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +59 -0
  360. package/_bmad/bmm/workflows/4-implementation/code-review/checklist.md +23 -0
  361. package/_bmad/bmm/workflows/4-implementation/code-review/instructions.xml +227 -0
  362. package/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +50 -0
  363. package/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +288 -0
  364. package/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +206 -0
  365. package/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +58 -0
  366. package/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +358 -0
  367. package/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +345 -0
  368. package/_bmad/bmm/workflows/4-implementation/create-story/template.md +49 -0
  369. package/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +59 -0
  370. package/_bmad/bmm/workflows/4-implementation/dev-story/checklist.md +80 -0
  371. package/_bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +410 -0
  372. package/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +25 -0
  373. package/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +1443 -0
  374. package/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +57 -0
  375. package/_bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +33 -0
  376. package/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +225 -0
  377. package/_bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +55 -0
  378. package/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +53 -0
  379. package/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +229 -0
  380. package/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
  381. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +176 -0
  382. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
  383. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
  384. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
  385. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
  386. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +149 -0
  387. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +50 -0
  388. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +192 -0
  389. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +145 -0
  390. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +128 -0
  391. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +201 -0
  392. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +74 -0
  393. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +79 -0
  394. package/_bmad/bmm/workflows/document-project/checklist.md +245 -0
  395. package/_bmad/bmm/workflows/document-project/documentation-requirements.csv +12 -0
  396. package/_bmad/bmm/workflows/document-project/instructions.md +221 -0
  397. package/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md +345 -0
  398. package/_bmad/bmm/workflows/document-project/templates/index-template.md +169 -0
  399. package/_bmad/bmm/workflows/document-project/templates/project-overview-template.md +103 -0
  400. package/_bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +160 -0
  401. package/_bmad/bmm/workflows/document-project/templates/source-tree-template.md +135 -0
  402. package/_bmad/bmm/workflows/document-project/workflow.yaml +28 -0
  403. package/_bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +298 -0
  404. package/_bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -0
  405. package/_bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +1106 -0
  406. package/_bmad/bmm/workflows/document-project/workflows/full-scan.yaml +31 -0
  407. package/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +90 -0
  408. package/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +127 -0
  409. package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +39 -0
  410. package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +130 -0
  411. package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +26 -0
  412. package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +43 -0
  413. package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +141 -0
  414. package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +26 -0
  415. package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +49 -0
  416. package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +241 -0
  417. package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +26 -0
  418. package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +38 -0
  419. package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +133 -0
  420. package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +26 -0
  421. package/_bmad/bmm/workflows/generate-project-context/project-context-template.md +21 -0
  422. package/_bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +184 -0
  423. package/_bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +318 -0
  424. package/_bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +278 -0
  425. package/_bmad/bmm/workflows/generate-project-context/workflow.md +49 -0
  426. package/_bmad/bmm/workflows/qa/automate/checklist.md +33 -0
  427. package/_bmad/bmm/workflows/qa/automate/instructions.md +110 -0
  428. package/_bmad/bmm/workflows/qa/automate/workflow.yaml +47 -0
  429. package/_bmad/cis/agents/brainstorming-coach.md +61 -0
  430. package/_bmad/cis/agents/creative-problem-solver.md +61 -0
  431. package/_bmad/cis/agents/design-thinking-coach.md +61 -0
  432. package/_bmad/cis/agents/innovation-strategist.md +61 -0
  433. package/_bmad/cis/agents/presentation-master.md +67 -0
  434. package/_bmad/cis/agents/storyteller/storyteller.md +58 -0
  435. package/_bmad/cis/config.yaml +12 -0
  436. package/_bmad/cis/module-help.csv +6 -0
  437. package/_bmad/cis/teams/creative-squad.yaml +7 -0
  438. package/_bmad/cis/teams/default-party.csv +12 -0
  439. package/_bmad/cis/workflows/README.md +139 -0
  440. package/_bmad/cis/workflows/design-thinking/README.md +56 -0
  441. package/_bmad/cis/workflows/design-thinking/design-methods.csv +31 -0
  442. package/_bmad/cis/workflows/design-thinking/instructions.md +202 -0
  443. package/_bmad/cis/workflows/design-thinking/template.md +111 -0
  444. package/_bmad/cis/workflows/design-thinking/workflow.yaml +27 -0
  445. package/_bmad/cis/workflows/innovation-strategy/README.md +56 -0
  446. package/_bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +31 -0
  447. package/_bmad/cis/workflows/innovation-strategy/instructions.md +276 -0
  448. package/_bmad/cis/workflows/innovation-strategy/template.md +189 -0
  449. package/_bmad/cis/workflows/innovation-strategy/workflow.yaml +27 -0
  450. package/_bmad/cis/workflows/problem-solving/README.md +56 -0
  451. package/_bmad/cis/workflows/problem-solving/instructions.md +252 -0
  452. package/_bmad/cis/workflows/problem-solving/solving-methods.csv +31 -0
  453. package/_bmad/cis/workflows/problem-solving/template.md +165 -0
  454. package/_bmad/cis/workflows/problem-solving/workflow.yaml +27 -0
  455. package/_bmad/cis/workflows/storytelling/README.md +58 -0
  456. package/_bmad/cis/workflows/storytelling/instructions.md +293 -0
  457. package/_bmad/cis/workflows/storytelling/story-types.csv +26 -0
  458. package/_bmad/cis/workflows/storytelling/template.md +113 -0
  459. package/_bmad/cis/workflows/storytelling/workflow.yaml +27 -0
  460. package/_bmad/core/agents/bmad-master.md +56 -0
  461. package/_bmad/core/agents/test-dynamic.md +40 -0
  462. package/_bmad/core/base/bmad-base-agent.md +42 -0
  463. package/_bmad/core/config.yaml +9 -0
  464. package/_bmad/core/module-help.csv +9 -0
  465. package/_bmad/core/resources/excalidraw/README.md +160 -0
  466. package/_bmad/core/resources/excalidraw/excalidraw-helpers.md +127 -0
  467. package/_bmad/core/resources/excalidraw/library-loader.md +50 -0
  468. package/_bmad/core/resources/excalidraw/validate-json-instructions.md +79 -0
  469. package/_bmad/core/tasks/editorial-review-prose.xml +100 -0
  470. package/_bmad/core/tasks/editorial-review-structure.xml +209 -0
  471. package/_bmad/core/tasks/help.md +62 -0
  472. package/_bmad/core/tasks/index-docs.xml +65 -0
  473. package/_bmad/core/tasks/review-adversarial-general.xml +48 -0
  474. package/_bmad/core/tasks/shard-doc.xml +109 -0
  475. package/_bmad/core/tasks/workflow.xml +235 -0
  476. package/_bmad/core/workflows/advanced-elicitation/methods.csv +51 -0
  477. package/_bmad/core/workflows/advanced-elicitation/workflow.xml +117 -0
  478. package/_bmad/core/workflows/brainstorming/brain-methods.csv +62 -0
  479. package/_bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +197 -0
  480. package/_bmad/core/workflows/brainstorming/steps/step-01b-continue.md +122 -0
  481. package/_bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +225 -0
  482. package/_bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +237 -0
  483. package/_bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +209 -0
  484. package/_bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +264 -0
  485. package/_bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +399 -0
  486. package/_bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +303 -0
  487. package/_bmad/core/workflows/brainstorming/template.md +15 -0
  488. package/_bmad/core/workflows/brainstorming/workflow.md +58 -0
  489. package/_bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
  490. package/_bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +187 -0
  491. package/_bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +157 -0
  492. package/_bmad/core/workflows/party-mode/workflow.md +194 -0
  493. package/_bmad/tea/agents/tea.md +71 -0
  494. package/_bmad/tea/config.yaml +19 -0
  495. package/_bmad/tea/module-help.csv +10 -0
  496. package/_bmad/tea/teams/default-party.csv +2 -0
  497. package/_bmad/tea/testarch/knowledge/adr-quality-readiness-checklist.md +377 -0
  498. package/_bmad/tea/testarch/knowledge/api-request.md +442 -0
  499. package/_bmad/tea/testarch/knowledge/api-testing-patterns.md +851 -0
  500. package/_bmad/tea/testarch/knowledge/auth-session.md +548 -0
  501. package/_bmad/tea/testarch/knowledge/burn-in.md +273 -0
  502. package/_bmad/tea/testarch/knowledge/ci-burn-in.md +675 -0
  503. package/_bmad/tea/testarch/knowledge/component-tdd.md +486 -0
  504. package/_bmad/tea/testarch/knowledge/contract-testing.md +957 -0
  505. package/_bmad/tea/testarch/knowledge/data-factories.md +500 -0
  506. package/_bmad/tea/testarch/knowledge/email-auth.md +721 -0
  507. package/_bmad/tea/testarch/knowledge/error-handling.md +725 -0
  508. package/_bmad/tea/testarch/knowledge/feature-flags.md +750 -0
  509. package/_bmad/tea/testarch/knowledge/file-utils.md +456 -0
  510. package/_bmad/tea/testarch/knowledge/fixture-architecture.md +401 -0
  511. package/_bmad/tea/testarch/knowledge/fixtures-composition.md +382 -0
  512. package/_bmad/tea/testarch/knowledge/intercept-network-call.md +426 -0
  513. package/_bmad/tea/testarch/knowledge/log.md +426 -0
  514. package/_bmad/tea/testarch/knowledge/network-error-monitor.md +401 -0
  515. package/_bmad/tea/testarch/knowledge/network-first.md +486 -0
  516. package/_bmad/tea/testarch/knowledge/network-recorder.md +527 -0
  517. package/_bmad/tea/testarch/knowledge/nfr-criteria.md +670 -0
  518. package/_bmad/tea/testarch/knowledge/overview.md +286 -0
  519. package/_bmad/tea/testarch/knowledge/playwright-config.md +730 -0
  520. package/_bmad/tea/testarch/knowledge/probability-impact.md +601 -0
  521. package/_bmad/tea/testarch/knowledge/recurse.md +421 -0
  522. package/_bmad/tea/testarch/knowledge/risk-governance.md +615 -0
  523. package/_bmad/tea/testarch/knowledge/selective-testing.md +732 -0
  524. package/_bmad/tea/testarch/knowledge/selector-resilience.md +527 -0
  525. package/_bmad/tea/testarch/knowledge/test-healing-patterns.md +644 -0
  526. package/_bmad/tea/testarch/knowledge/test-levels-framework.md +473 -0
  527. package/_bmad/tea/testarch/knowledge/test-priorities-matrix.md +373 -0
  528. package/_bmad/tea/testarch/knowledge/test-quality.md +664 -0
  529. package/_bmad/tea/testarch/knowledge/timing-debugging.md +372 -0
  530. package/_bmad/tea/testarch/knowledge/visual-debugging.md +524 -0
  531. package/_bmad/tea/testarch/tea-index.csv +35 -0
  532. package/_bmad/tea/workflows/testarch/README.md +74 -0
  533. package/_bmad/tea/workflows/testarch/atdd/atdd-checklist-template.md +363 -0
  534. package/_bmad/tea/workflows/testarch/atdd/checklist.md +374 -0
  535. package/_bmad/tea/workflows/testarch/atdd/instructions.md +38 -0
  536. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +110 -0
  537. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-02-generation-mode.md +79 -0
  538. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-03-test-strategy.md +76 -0
  539. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md +228 -0
  540. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04a-subprocess-api-failing.md +215 -0
  541. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04b-subprocess-e2e-failing.md +212 -0
  542. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md +329 -0
  543. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-05-validate-and-complete.md +68 -0
  544. package/_bmad/tea/workflows/testarch/atdd/steps-e/step-01-assess.md +65 -0
  545. package/_bmad/tea/workflows/testarch/atdd/steps-e/step-02-apply-edit.md +60 -0
  546. package/_bmad/tea/workflows/testarch/atdd/steps-v/step-01-validate.md +67 -0
  547. package/_bmad/tea/workflows/testarch/atdd/validation-report-20260127-095021.md +73 -0
  548. package/_bmad/tea/workflows/testarch/atdd/validation-report-20260127-102401.md +116 -0
  549. package/_bmad/tea/workflows/testarch/atdd/workflow-plan.md +21 -0
  550. package/_bmad/tea/workflows/testarch/atdd/workflow.md +39 -0
  551. package/_bmad/tea/workflows/testarch/atdd/workflow.yaml +45 -0
  552. package/_bmad/tea/workflows/testarch/automate/checklist.md +582 -0
  553. package/_bmad/tea/workflows/testarch/automate/instructions.md +43 -0
  554. package/_bmad/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +127 -0
  555. package/_bmad/tea/workflows/testarch/automate/steps-c/step-02-identify-targets.md +95 -0
  556. package/_bmad/tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md +199 -0
  557. package/_bmad/tea/workflows/testarch/automate/steps-c/step-03a-subprocess-api.md +183 -0
  558. package/_bmad/tea/workflows/testarch/automate/steps-c/step-03b-subprocess-e2e.md +181 -0
  559. package/_bmad/tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md +300 -0
  560. package/_bmad/tea/workflows/testarch/automate/steps-c/step-04-validate-and-summarize.md +69 -0
  561. package/_bmad/tea/workflows/testarch/automate/steps-e/step-01-assess.md +65 -0
  562. package/_bmad/tea/workflows/testarch/automate/steps-e/step-02-apply-edit.md +60 -0
  563. package/_bmad/tea/workflows/testarch/automate/steps-v/step-01-validate.md +67 -0
  564. package/_bmad/tea/workflows/testarch/automate/validation-report-20260127-095021.md +72 -0
  565. package/_bmad/tea/workflows/testarch/automate/validation-report-20260127-102401.md +114 -0
  566. package/_bmad/tea/workflows/testarch/automate/workflow-plan.md +20 -0
  567. package/_bmad/tea/workflows/testarch/automate/workflow.md +39 -0
  568. package/_bmad/tea/workflows/testarch/automate/workflow.yaml +52 -0
  569. package/_bmad/tea/workflows/testarch/ci/checklist.md +247 -0
  570. package/_bmad/tea/workflows/testarch/ci/github-actions-template.yaml +198 -0
  571. package/_bmad/tea/workflows/testarch/ci/gitlab-ci-template.yaml +149 -0
  572. package/_bmad/tea/workflows/testarch/ci/instructions.md +38 -0
  573. package/_bmad/tea/workflows/testarch/ci/steps-c/step-01-preflight.md +92 -0
  574. package/_bmad/tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md +82 -0
  575. package/_bmad/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +75 -0
  576. package/_bmad/tea/workflows/testarch/ci/steps-c/step-04-validate-and-summary.md +67 -0
  577. package/_bmad/tea/workflows/testarch/ci/steps-e/step-01-assess.md +65 -0
  578. package/_bmad/tea/workflows/testarch/ci/steps-e/step-02-apply-edit.md +60 -0
  579. package/_bmad/tea/workflows/testarch/ci/steps-v/step-01-validate.md +67 -0
  580. package/_bmad/tea/workflows/testarch/ci/validation-report-20260127-095021.md +72 -0
  581. package/_bmad/tea/workflows/testarch/ci/validation-report-20260127-102401.md +114 -0
  582. package/_bmad/tea/workflows/testarch/ci/workflow-plan.md +20 -0
  583. package/_bmad/tea/workflows/testarch/ci/workflow.md +39 -0
  584. package/_bmad/tea/workflows/testarch/ci/workflow.yaml +45 -0
  585. package/_bmad/tea/workflows/testarch/framework/checklist.md +320 -0
  586. package/_bmad/tea/workflows/testarch/framework/instructions.md +38 -0
  587. package/_bmad/tea/workflows/testarch/framework/steps-c/step-01-preflight.md +75 -0
  588. package/_bmad/tea/workflows/testarch/framework/steps-c/step-02-select-framework.md +73 -0
  589. package/_bmad/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +120 -0
  590. package/_bmad/tea/workflows/testarch/framework/steps-c/step-04-docs-and-scripts.md +70 -0
  591. package/_bmad/tea/workflows/testarch/framework/steps-c/step-05-validate-and-summary.md +68 -0
  592. package/_bmad/tea/workflows/testarch/framework/steps-e/step-01-assess.md +65 -0
  593. package/_bmad/tea/workflows/testarch/framework/steps-e/step-02-apply-edit.md +60 -0
  594. package/_bmad/tea/workflows/testarch/framework/steps-v/step-01-validate.md +67 -0
  595. package/_bmad/tea/workflows/testarch/framework/validation-report-20260127-095021.md +73 -0
  596. package/_bmad/tea/workflows/testarch/framework/validation-report-20260127-102401.md +116 -0
  597. package/_bmad/tea/workflows/testarch/framework/workflow-plan.md +22 -0
  598. package/_bmad/tea/workflows/testarch/framework/workflow.md +39 -0
  599. package/_bmad/tea/workflows/testarch/framework/workflow.yaml +47 -0
  600. package/_bmad/tea/workflows/testarch/nfr-assess/checklist.md +407 -0
  601. package/_bmad/tea/workflows/testarch/nfr-assess/instructions.md +36 -0
  602. package/_bmad/tea/workflows/testarch/nfr-assess/nfr-report-template.md +462 -0
  603. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md +85 -0
  604. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-02-define-thresholds.md +82 -0
  605. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-03-gather-evidence.md +64 -0
  606. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +140 -0
  607. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04a-subprocess-security.md +138 -0
  608. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04b-subprocess-performance.md +84 -0
  609. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04c-subprocess-reliability.md +85 -0
  610. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04d-subprocess-scalability.md +88 -0
  611. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +219 -0
  612. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-05-generate-report.md +71 -0
  613. package/_bmad/tea/workflows/testarch/nfr-assess/steps-e/step-01-assess.md +65 -0
  614. package/_bmad/tea/workflows/testarch/nfr-assess/steps-e/step-02-apply-edit.md +60 -0
  615. package/_bmad/tea/workflows/testarch/nfr-assess/steps-v/step-01-validate.md +67 -0
  616. package/_bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md +73 -0
  617. package/_bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md +116 -0
  618. package/_bmad/tea/workflows/testarch/nfr-assess/workflow-plan.md +19 -0
  619. package/_bmad/tea/workflows/testarch/nfr-assess/workflow.md +39 -0
  620. package/_bmad/tea/workflows/testarch/nfr-assess/workflow.yaml +47 -0
  621. package/_bmad/tea/workflows/testarch/teach-me-testing/checklist.md +197 -0
  622. package/_bmad/tea/workflows/testarch/teach-me-testing/data/curriculum.yaml +129 -0
  623. package/_bmad/tea/workflows/testarch/teach-me-testing/data/quiz-questions.yaml +206 -0
  624. package/_bmad/tea/workflows/testarch/teach-me-testing/data/role-paths.yaml +136 -0
  625. package/_bmad/tea/workflows/testarch/teach-me-testing/data/session-content-map.yaml +204 -0
  626. package/_bmad/tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml +359 -0
  627. package/_bmad/tea/workflows/testarch/teach-me-testing/instructions.md +130 -0
  628. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-01-init.md +235 -0
  629. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-01b-continue.md +147 -0
  630. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-02-assess.md +258 -0
  631. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-03-session-menu.md +219 -0
  632. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-01.md +460 -0
  633. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-02.md +465 -0
  634. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-03.md +301 -0
  635. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-04.md +234 -0
  636. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-05.md +234 -0
  637. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-06.md +209 -0
  638. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-07.md +212 -0
  639. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-05-completion.md +339 -0
  640. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md +141 -0
  641. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-e/step-e-02-apply-edits.md +122 -0
  642. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-v/step-v-01-validate.md +263 -0
  643. package/_bmad/tea/workflows/testarch/teach-me-testing/templates/certificate-template.md +86 -0
  644. package/_bmad/tea/workflows/testarch/teach-me-testing/templates/progress-template.yaml +95 -0
  645. package/_bmad/tea/workflows/testarch/teach-me-testing/templates/session-notes-template.md +83 -0
  646. package/_bmad/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +950 -0
  647. package/_bmad/tea/workflows/testarch/teach-me-testing/workflow.md +90 -0
  648. package/_bmad/tea/workflows/testarch/test-design/checklist.md +410 -0
  649. package/_bmad/tea/workflows/testarch/test-design/instructions.md +52 -0
  650. package/_bmad/tea/workflows/testarch/test-design/steps-c/step-01-detect-mode.md +109 -0
  651. package/_bmad/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +127 -0
  652. package/_bmad/tea/workflows/testarch/test-design/steps-c/step-03-risk-and-testability.md +85 -0
  653. package/_bmad/tea/workflows/testarch/test-design/steps-c/step-04-coverage-plan.md +98 -0
  654. package/_bmad/tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md +97 -0
  655. package/_bmad/tea/workflows/testarch/test-design/steps-e/step-01-assess.md +65 -0
  656. package/_bmad/tea/workflows/testarch/test-design/steps-e/step-02-apply-edit.md +60 -0
  657. package/_bmad/tea/workflows/testarch/test-design/steps-v/step-01-validate.md +67 -0
  658. package/_bmad/tea/workflows/testarch/test-design/test-design-architecture-template.md +222 -0
  659. package/_bmad/tea/workflows/testarch/test-design/test-design-qa-template.md +296 -0
  660. package/_bmad/tea/workflows/testarch/test-design/test-design-template.md +294 -0
  661. package/_bmad/tea/workflows/testarch/test-design/validation-report-20260127-095021.md +73 -0
  662. package/_bmad/tea/workflows/testarch/test-design/validation-report-20260127-102401.md +116 -0
  663. package/_bmad/tea/workflows/testarch/test-design/workflow-plan.md +22 -0
  664. package/_bmad/tea/workflows/testarch/test-design/workflow.md +39 -0
  665. package/_bmad/tea/workflows/testarch/test-design/workflow.yaml +69 -0
  666. package/_bmad/tea/workflows/testarch/test-review/checklist.md +472 -0
  667. package/_bmad/tea/workflows/testarch/test-review/instructions.md +36 -0
  668. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +101 -0
  669. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-02-discover-tests.md +69 -0
  670. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md +184 -0
  671. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03a-subprocess-determinism.md +214 -0
  672. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03b-subprocess-isolation.md +125 -0
  673. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03c-subprocess-maintainability.md +102 -0
  674. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03d-subprocess-coverage.md +111 -0
  675. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03e-subprocess-performance.md +117 -0
  676. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md +246 -0
  677. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-04-generate-report.md +72 -0
  678. package/_bmad/tea/workflows/testarch/test-review/steps-e/step-01-assess.md +65 -0
  679. package/_bmad/tea/workflows/testarch/test-review/steps-e/step-02-apply-edit.md +60 -0
  680. package/_bmad/tea/workflows/testarch/test-review/steps-v/step-01-validate.md +67 -0
  681. package/_bmad/tea/workflows/testarch/test-review/test-review-template.md +390 -0
  682. package/_bmad/tea/workflows/testarch/test-review/validation-report-20260127-095021.md +72 -0
  683. package/_bmad/tea/workflows/testarch/test-review/validation-report-20260127-102401.md +114 -0
  684. package/_bmad/tea/workflows/testarch/test-review/workflow-plan.md +18 -0
  685. package/_bmad/tea/workflows/testarch/test-review/workflow.md +39 -0
  686. package/_bmad/tea/workflows/testarch/test-review/workflow.yaml +46 -0
  687. package/_bmad/tea/workflows/testarch/trace/checklist.md +642 -0
  688. package/_bmad/tea/workflows/testarch/trace/instructions.md +36 -0
  689. package/_bmad/tea/workflows/testarch/trace/steps-c/step-01-load-context.md +80 -0
  690. package/_bmad/tea/workflows/testarch/trace/steps-c/step-02-discover-tests.md +69 -0
  691. package/_bmad/tea/workflows/testarch/trace/steps-c/step-03-map-criteria.md +65 -0
  692. package/_bmad/tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md +244 -0
  693. package/_bmad/tea/workflows/testarch/trace/steps-c/step-05-gate-decision.md +232 -0
  694. package/_bmad/tea/workflows/testarch/trace/steps-e/step-01-assess.md +65 -0
  695. package/_bmad/tea/workflows/testarch/trace/steps-e/step-02-apply-edit.md +60 -0
  696. package/_bmad/tea/workflows/testarch/trace/steps-v/step-01-validate.md +67 -0
  697. package/_bmad/tea/workflows/testarch/trace/trace-template.md +675 -0
  698. package/_bmad/tea/workflows/testarch/trace/validation-report-20260127-095021.md +73 -0
  699. package/_bmad/tea/workflows/testarch/trace/validation-report-20260127-102401.md +116 -0
  700. package/_bmad/tea/workflows/testarch/trace/workflow-plan.md +21 -0
  701. package/_bmad/tea/workflows/testarch/trace/workflow.md +39 -0
  702. package/_bmad/tea/workflows/testarch/trace/workflow.yaml +55 -0
  703. package/install/.eslintrc.js +20 -0
  704. package/install/.prettierrc +7 -0
  705. package/install/BUGFIX-CHALK.md +173 -0
  706. package/install/BUGFIX-DOCUMENTATION-INDEX.md +299 -0
  707. package/install/BUGFIX-PATH-RESOLUTION.md +293 -0
  708. package/install/BUGFIX-QUICKSTART.md +184 -0
  709. package/install/BUGFIX-SUMMARY.txt +91 -0
  710. package/install/BUGFIX-VISUAL-SUMMARY.md +253 -0
  711. package/install/DEPLOYMENT-GUIDE-V2.md +431 -0
  712. package/install/DOCS-INDEX.md +261 -0
  713. package/install/GUIDE-INSTALLATION-BYAN-SIMPLE.md +1083 -0
  714. package/install/INSTALLER-V2-CHANGES.md +472 -0
  715. package/install/PUBLICATION-CHECKLIST.md +265 -0
  716. package/install/PUBLISH-GUIDE.md +190 -0
  717. package/install/QUICKSTART.md +311 -0
  718. package/install/README-NPM-SHORT.md +298 -0
  719. package/install/README-NPM.md +433 -0
  720. package/install/README-RACHID.md +302 -0
  721. package/install/README-V2-INDEX.md +306 -0
  722. package/install/README.md +298 -0
  723. package/install/RESUME-EXECUTIF-YAN.md +408 -0
  724. package/install/UPDATE-SUMMARY.md +205 -0
  725. package/install/__tests__/integration/detection-flow.test.js +154 -0
  726. package/install/__tests__/platforms/claude-code.test.js +175 -0
  727. package/install/__tests__/platforms/codex.test.js +80 -0
  728. package/install/__tests__/platforms/copilot-cli.test.js +118 -0
  729. package/install/__tests__/platforms/vscode.test.js +67 -0
  730. package/install/__tests__/utils/file-utils.test.js +87 -0
  731. package/install/__tests__/utils/git-detector.test.js +80 -0
  732. package/install/__tests__/utils/logger.test.js +83 -0
  733. package/install/__tests__/utils/node-detector.test.js +71 -0
  734. package/install/__tests__/utils/os-detector.test.js +63 -0
  735. package/install/__tests__/utils/yaml-utils.test.js +85 -0
  736. package/install/__tests__/yanstaller/detector.test.js +210 -0
  737. package/install/coverage/clover.xml +219 -0
  738. package/install/coverage/coverage-final.json +13 -0
  739. package/install/coverage/lcov-report/base.css +224 -0
  740. package/install/coverage/lcov-report/block-navigation.js +87 -0
  741. package/install/coverage/lcov-report/favicon.png +0 -0
  742. package/install/coverage/lcov-report/index.html +146 -0
  743. package/install/coverage/lcov-report/lib/errors.js.html +268 -0
  744. package/install/coverage/lcov-report/lib/exit-codes.js.html +247 -0
  745. package/install/coverage/lcov-report/lib/index.html +131 -0
  746. package/install/coverage/lcov-report/lib/platforms/claude-code.js.html +343 -0
  747. package/install/coverage/lcov-report/lib/platforms/codex.js.html +361 -0
  748. package/install/coverage/lcov-report/lib/platforms/copilot-cli.js.html +454 -0
  749. package/install/coverage/lcov-report/lib/platforms/index.html +176 -0
  750. package/install/coverage/lcov-report/lib/platforms/index.js.html +127 -0
  751. package/install/coverage/lcov-report/lib/platforms/vscode.js.html +238 -0
  752. package/install/coverage/lcov-report/lib/utils/config-loader.js.html +322 -0
  753. package/install/coverage/lcov-report/lib/utils/file-utils.js.html +397 -0
  754. package/install/coverage/lcov-report/lib/utils/git-detector.js.html +190 -0
  755. package/install/coverage/lcov-report/lib/utils/index.html +206 -0
  756. package/install/coverage/lcov-report/lib/utils/logger.js.html +277 -0
  757. package/install/coverage/lcov-report/lib/utils/node-detector.js.html +259 -0
  758. package/install/coverage/lcov-report/lib/utils/os-detector.js.html +307 -0
  759. package/install/coverage/lcov-report/lib/utils/yaml-utils.js.html +346 -0
  760. package/install/coverage/lcov-report/lib/yanstaller/backuper.js.html +409 -0
  761. package/install/coverage/lcov-report/lib/yanstaller/detector.js.html +508 -0
  762. package/install/coverage/lcov-report/lib/yanstaller/index.html +236 -0
  763. package/install/coverage/lcov-report/lib/yanstaller/index.js.html +364 -0
  764. package/install/coverage/lcov-report/lib/yanstaller/installer.js.html +505 -0
  765. package/install/coverage/lcov-report/lib/yanstaller/interviewer.js.html +349 -0
  766. package/install/coverage/lcov-report/lib/yanstaller/recommender.js.html +379 -0
  767. package/install/coverage/lcov-report/lib/yanstaller/troubleshooter.js.html +352 -0
  768. package/install/coverage/lcov-report/lib/yanstaller/validator.js.html +679 -0
  769. package/install/coverage/lcov-report/lib/yanstaller/wizard.js.html +412 -0
  770. package/install/coverage/lcov-report/platforms/claude-code.js.html +343 -0
  771. package/install/coverage/lcov-report/platforms/codex.js.html +361 -0
  772. package/install/coverage/lcov-report/platforms/copilot-cli.js.html +454 -0
  773. package/install/coverage/lcov-report/platforms/index.html +176 -0
  774. package/install/coverage/lcov-report/platforms/index.js.html +127 -0
  775. package/install/coverage/lcov-report/platforms/vscode.js.html +238 -0
  776. package/install/coverage/lcov-report/prettify.css +1 -0
  777. package/install/coverage/lcov-report/prettify.js +2 -0
  778. package/install/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  779. package/install/coverage/lcov-report/sorter.js +210 -0
  780. package/install/coverage/lcov-report/utils/file-utils.js.html +397 -0
  781. package/install/coverage/lcov-report/utils/git-detector.js.html +190 -0
  782. package/install/coverage/lcov-report/utils/index.html +191 -0
  783. package/install/coverage/lcov-report/utils/logger.js.html +277 -0
  784. package/install/coverage/lcov-report/utils/node-detector.js.html +259 -0
  785. package/install/coverage/lcov-report/utils/os-detector.js.html +307 -0
  786. package/install/coverage/lcov-report/utils/yaml-utils.js.html +346 -0
  787. package/install/coverage/lcov-report/yanstaller/detector.js.html +508 -0
  788. package/install/coverage/lcov-report/yanstaller/index.html +116 -0
  789. package/install/coverage/lcov.info +414 -0
  790. package/install/install.sh +239 -0
  791. package/install/jest.config.js +33 -0
  792. package/install/lib/errors.js +61 -0
  793. package/install/lib/exit-codes.js +54 -0
  794. package/install/lib/platforms/claude-code.js +86 -0
  795. package/install/lib/platforms/codex.js +92 -0
  796. package/install/lib/platforms/copilot-cli.js +123 -0
  797. package/install/lib/platforms/index.js +14 -0
  798. package/install/lib/platforms/vscode.js +51 -0
  799. package/install/lib/utils/config-loader.js +79 -0
  800. package/install/lib/utils/file-utils.js +104 -0
  801. package/install/lib/utils/git-detector.js +35 -0
  802. package/install/lib/utils/logger.js +64 -0
  803. package/install/lib/utils/node-detector.js +58 -0
  804. package/install/lib/utils/os-detector.js +74 -0
  805. package/install/lib/utils/yaml-utils.js +87 -0
  806. package/install/lib/yanstaller/backuper.js +108 -0
  807. package/install/lib/yanstaller/detector.js +141 -0
  808. package/install/lib/yanstaller/index.js +93 -0
  809. package/install/lib/yanstaller/installer.js +140 -0
  810. package/install/lib/yanstaller/interviewer.js +88 -0
  811. package/install/lib/yanstaller/recommender.js +98 -0
  812. package/install/lib/yanstaller/troubleshooter.js +89 -0
  813. package/install/lib/yanstaller/validator.js +198 -0
  814. package/install/lib/yanstaller/wizard.js +109 -0
  815. package/install/package-npm.json +55 -0
  816. package/install/package.json +63 -0
  817. package/install/src/byan-v2/context/copilot-context.js +79 -0
  818. package/install/src/byan-v2/context/session-state.js +98 -0
  819. package/install/src/byan-v2/dispatcher/complexity-scorer.js +232 -0
  820. package/install/src/byan-v2/dispatcher/local-executor.js +221 -0
  821. package/install/src/byan-v2/dispatcher/task-router.js +122 -0
  822. package/install/src/byan-v2/dispatcher/task-tool-interface-mock.js +134 -0
  823. package/install/src/byan-v2/dispatcher/task-tool-interface.js +123 -0
  824. package/install/src/byan-v2/generation/agent-profile-validator.js +113 -0
  825. package/install/src/byan-v2/generation/profile-template.js +113 -0
  826. package/install/src/byan-v2/generation/templates/default-agent.md +49 -0
  827. package/install/src/byan-v2/generation/templates/test-template.md +1 -0
  828. package/install/src/byan-v2/index.js +199 -0
  829. package/install/src/byan-v2/observability/error-tracker.js +105 -0
  830. package/install/src/byan-v2/observability/logger.js +154 -0
  831. package/install/src/byan-v2/observability/metrics-collector.js +194 -0
  832. package/install/src/byan-v2/orchestrator/analysis-state.js +268 -0
  833. package/install/src/byan-v2/orchestrator/generation-state.js +340 -0
  834. package/install/src/byan-v2/orchestrator/interview-state.js +271 -0
  835. package/install/src/byan-v2/orchestrator/state-machine.js +204 -0
  836. package/install/src/core/cache/cache.js +126 -0
  837. package/install/src/core/context/context.js +86 -0
  838. package/install/src/core/dispatcher/dispatcher.js +135 -0
  839. package/install/src/core/worker-pool/worker-pool.js +194 -0
  840. package/install/src/core/workflow/workflow-executor.js +220 -0
  841. package/install/src/index.js +139 -0
  842. package/install/src/observability/dashboard/dashboard.js +191 -0
  843. package/install/src/observability/logger/structured-logger.js +254 -0
  844. package/install/src/observability/metrics/metrics-collector.js +325 -0
  845. package/install/switch-to-v2.sh +126 -0
  846. package/install/templates/.github/agents/bmad-agent-bmb-agent-builder.md +15 -0
  847. package/install/templates/.github/agents/bmad-agent-bmb-module-builder.md +15 -0
  848. package/install/templates/.github/agents/bmad-agent-bmb-workflow-builder.md +15 -0
  849. package/install/templates/.github/agents/bmad-agent-bmm-analyst.md +15 -0
  850. package/install/templates/.github/agents/bmad-agent-bmm-architect.md +15 -0
  851. package/install/templates/.github/agents/bmad-agent-bmm-dev.md +15 -0
  852. package/install/templates/.github/agents/bmad-agent-bmm-pm.md +15 -0
  853. package/install/templates/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +15 -0
  854. package/install/templates/.github/agents/bmad-agent-bmm-quinn.md +15 -0
  855. package/install/templates/.github/agents/bmad-agent-bmm-sm.md +15 -0
  856. package/install/templates/.github/agents/bmad-agent-bmm-tech-writer.md +15 -0
  857. package/install/templates/.github/agents/bmad-agent-bmm-ux-designer.md +15 -0
  858. package/install/templates/.github/agents/bmad-agent-byan-test.md +32 -0
  859. package/install/templates/.github/agents/bmad-agent-carmack.md +18 -0
  860. package/install/templates/.github/agents/bmad-agent-cis-brainstorming-coach.md +15 -0
  861. package/install/templates/.github/agents/bmad-agent-cis-creative-problem-solver.md +15 -0
  862. package/install/templates/.github/agents/bmad-agent-cis-design-thinking-coach.md +15 -0
  863. package/install/templates/.github/agents/bmad-agent-cis-innovation-strategist.md +15 -0
  864. package/install/templates/.github/agents/bmad-agent-cis-presentation-master.md +15 -0
  865. package/install/templates/.github/agents/bmad-agent-cis-storyteller.md +15 -0
  866. package/install/templates/.github/agents/bmad-agent-patnote.md +48 -0
  867. package/install/templates/.github/agents/bmad-agent-rachid.md +47 -0
  868. package/install/templates/.github/agents/bmad-agent-tea-tea.md +15 -0
  869. package/install/templates/_bmad/bmb/agents/agent-builder.md +59 -0
  870. package/install/templates/_bmad/bmb/agents/byan-test.md +116 -0
  871. package/install/templates/_bmad/bmb/agents/byan.md +215 -0
  872. package/install/templates/_bmad/bmb/agents/module-builder.md +60 -0
  873. package/install/templates/_bmad/bmb/agents/patnote.md +495 -0
  874. package/install/templates/_bmad/bmb/agents/rachid.md +184 -0
  875. package/install/templates/_bmad/bmb/agents/workflow-builder.md +61 -0
  876. package/install/templates/_bmad/bmb/workflows/byan/data/mantras.yaml +272 -0
  877. package/install/templates/_bmad/bmb/workflows/byan/data/templates.yaml +59 -0
  878. package/install/templates/_bmad/bmb/workflows/byan/delete-agent-workflow.md +657 -0
  879. package/install/templates/_bmad/bmb/workflows/byan/edit-agent-workflow.md +688 -0
  880. package/install/templates/_bmad/bmb/workflows/byan/interview-workflow.md +753 -0
  881. package/install/templates/_bmad/bmb/workflows/byan/quick-create-workflow.md +450 -0
  882. package/install/templates/_bmad/bmb/workflows/byan/templates/base-agent-template.md +79 -0
  883. package/install/templates/_bmad/bmb/workflows/byan/validate-agent-workflow.md +676 -0
  884. package/install/templates/_bmad/core/agents/carmack.md +238 -0
  885. package/install/test-chalk-fix.sh +210 -0
  886. package/install/test-installer-v2.sh +204 -0
  887. package/install/test-path-resolution.sh +200 -0
  888. package/package.json +51 -33
  889. package/src/byan-v2/context/copilot-context.js +79 -0
  890. package/src/byan-v2/context/session-state.js +98 -0
  891. package/src/byan-v2/data/mantras.json +852 -0
  892. package/src/byan-v2/dispatcher/complexity-scorer.js +232 -0
  893. package/src/byan-v2/dispatcher/five-whys-analyzer.js +310 -0
  894. package/src/byan-v2/dispatcher/local-executor.js +221 -0
  895. package/src/byan-v2/dispatcher/task-router.js +122 -0
  896. package/src/byan-v2/dispatcher/task-tool-interface-mock.js +134 -0
  897. package/src/byan-v2/dispatcher/task-tool-interface.js +123 -0
  898. package/src/byan-v2/generation/agent-profile-validator.js +113 -0
  899. package/src/byan-v2/generation/mantra-validator.js +416 -0
  900. package/src/byan-v2/generation/profile-template.js +113 -0
  901. package/src/byan-v2/generation/templates/default-agent.md +49 -0
  902. package/src/byan-v2/generation/templates/test-template.md +1 -0
  903. package/src/byan-v2/index.js +652 -0
  904. package/src/byan-v2/integration/voice-integration.js +295 -0
  905. package/src/byan-v2/observability/error-tracker.js +105 -0
  906. package/src/byan-v2/observability/logger.js +154 -0
  907. package/src/byan-v2/observability/metrics-collector.js +194 -0
  908. package/src/byan-v2/orchestrator/active-listener.js +541 -0
  909. package/src/byan-v2/orchestrator/analysis-state.js +268 -0
  910. package/src/byan-v2/orchestrator/generation-state.js +340 -0
  911. package/src/byan-v2/orchestrator/glossary-builder.js +431 -0
  912. package/src/byan-v2/orchestrator/interview-state.js +353 -0
  913. package/src/byan-v2/orchestrator/state-machine.js +253 -0
  914. package/src/core/cache/cache.js +126 -0
  915. package/src/core/context/context.js +86 -0
  916. package/src/core/dispatcher/dispatcher.js +135 -0
  917. package/src/core/worker-pool/worker-pool.js +194 -0
  918. package/src/core/workflow/workflow-executor.js +220 -0
  919. package/src/index.js +139 -0
  920. package/src/observability/dashboard/dashboard.js +191 -0
  921. package/src/observability/logger/structured-logger.js +254 -0
  922. package/src/observability/metrics/metrics-collector.js +325 -0
  923. /package/{templates/.github → .github}/agents/bmad-agent-bmb-agent-builder.md +0 -0
  924. /package/{templates/.github → .github}/agents/bmad-agent-bmb-module-builder.md +0 -0
  925. /package/{templates/.github → .github}/agents/bmad-agent-bmb-workflow-builder.md +0 -0
  926. /package/{templates/.github → .github}/agents/bmad-agent-bmm-analyst.md +0 -0
  927. /package/{templates/.github → .github}/agents/bmad-agent-bmm-architect.md +0 -0
  928. /package/{templates/.github → .github}/agents/bmad-agent-bmm-dev.md +0 -0
  929. /package/{templates/.github → .github}/agents/bmad-agent-bmm-pm.md +0 -0
  930. /package/{templates/.github → .github}/agents/bmad-agent-bmm-quick-flow-solo-dev.md +0 -0
  931. /package/{templates/.github → .github}/agents/bmad-agent-bmm-quinn.md +0 -0
  932. /package/{templates/.github → .github}/agents/bmad-agent-bmm-sm.md +0 -0
  933. /package/{templates/.github → .github}/agents/bmad-agent-bmm-tech-writer.md +0 -0
  934. /package/{templates/.github → .github}/agents/bmad-agent-bmm-ux-designer.md +0 -0
  935. /package/{templates/.github → .github}/agents/bmad-agent-byan-test.md +0 -0
  936. /package/{templates/.github → .github}/agents/bmad-agent-carmack.md +0 -0
  937. /package/{templates/.github → .github}/agents/bmad-agent-cis-brainstorming-coach.md +0 -0
  938. /package/{templates/.github → .github}/agents/bmad-agent-cis-creative-problem-solver.md +0 -0
  939. /package/{templates/.github → .github}/agents/bmad-agent-cis-design-thinking-coach.md +0 -0
  940. /package/{templates/.github → .github}/agents/bmad-agent-cis-innovation-strategist.md +0 -0
  941. /package/{templates/.github → .github}/agents/bmad-agent-cis-presentation-master.md +0 -0
  942. /package/{templates/.github → .github}/agents/bmad-agent-cis-storyteller.md +0 -0
  943. /package/{templates/.github → .github}/agents/bmad-agent-patnote.md +0 -0
  944. /package/{templates/.github → .github}/agents/bmad-agent-rachid.md +0 -0
  945. /package/{templates/.github → .github}/agents/bmad-agent-tea-tea.md +0 -0
  946. /package/{templates/.github → .github}/agents/bmad-agent-test-dynamic.md +0 -0
  947. /package/{templates/.github → .github}/agents/franck.md +0 -0
  948. /package/{templates/_bmad → _bmad}/bmb/agents/agent-builder.md +0 -0
  949. /package/{templates/_bmad → _bmad}/bmb/agents/byan-test.md +0 -0
  950. /package/{templates/_bmad/bmb/agents/byan.md → _bmad/bmb/agents/byan.backup.20260202_212559.md} +0 -0
  951. /package/{templates/_bmad → _bmad}/bmb/agents/module-builder.md +0 -0
  952. /package/{templates/_bmad → _bmad}/bmb/agents/patnote.md +0 -0
  953. /package/{templates/_bmad → _bmad}/bmb/agents/rachid.md +0 -0
  954. /package/{templates/_bmad → _bmad}/bmb/agents/workflow-builder.md +0 -0
  955. /package/{templates/_bmad → _bmad}/bmb/workflows/byan/data/mantras.yaml +0 -0
  956. /package/{templates/_bmad → _bmad}/bmb/workflows/byan/data/templates.yaml +0 -0
  957. /package/{templates/_bmad → _bmad}/bmb/workflows/byan/delete-agent-workflow.md +0 -0
  958. /package/{templates/_bmad → _bmad}/bmb/workflows/byan/edit-agent-workflow.md +0 -0
  959. /package/{templates/_bmad → _bmad}/bmb/workflows/byan/interview-workflow.md +0 -0
  960. /package/{templates/_bmad → _bmad}/bmb/workflows/byan/quick-create-workflow.md +0 -0
  961. /package/{templates/_bmad → _bmad}/bmb/workflows/byan/templates/base-agent-template.md +0 -0
  962. /package/{templates/_bmad → _bmad}/bmb/workflows/byan/validate-agent-workflow.md +0 -0
  963. /package/{templates/_bmad → _bmad}/core/agents/carmack.md +0 -0
  964. /package/{CHANGELOG.md → install/CHANGELOG.md} +0 -0
  965. /package/{LICENSE → install/LICENSE} +0 -0
  966. /package/{README.md → install/README-NPM-PUBLISH.md} +0 -0
  967. /package/{bin → install/bin}/create-byan-agent-backup.js +0 -0
  968. /package/{bin → install/bin}/create-byan-agent-fixed.js +0 -0
  969. /package/{bin → install/bin}/create-byan-agent-v2.js +0 -0
  970. /package/{bin → install/bin}/create-byan-agent.js +0 -0
  971. /package/{templates → install/templates}/.github/agents/bmad-agent-bmad-master.md +0 -0
  972. /package/{templates → install/templates}/.github/agents/bmad-agent-byan.md +0 -0
  973. /package/{templates → install/templates}/.github/agents/bmad-agent-marc.md +0 -0
  974. /package/{templates → install/templates}/_bmad/bmb/agents/marc.md +0 -0
@@ -0,0 +1,607 @@
1
+ type,name,module,path,hash
2
+ "csv","agent-manifest","_config","_config/agent-manifest.csv","cbb311a1af5c3a5aa9cd5d9a3cf03e64509a178ecf87d5a117b283b749f87e69"
3
+ "csv","task-manifest","_config","_config/task-manifest.csv","60e997d40c2add01927cc1da89c051139b62600a90ad0288455d50290034cac1"
4
+ "csv","workflow-manifest","_config","_config/workflow-manifest.csv","6c0498ee663fc4d816312fb14a301bb7253337222f7cfe4c61209115ae98d43a"
5
+ "yaml","manifest","_config","_config/manifest.yaml","60977308f432c47d3ff4cd146211868b52167ec099e1a0515e5197e5d93f4698"
6
+ "md","documentation-standards","_memory","_memory/tech-writer-sidecar/documentation-standards.md","b046192ee42fcd1a3e9b2ae6911a0db38510323d072c8d75bad0594f943039e4"
7
+ "md","stories-told","_memory","_memory/storyteller-sidecar/stories-told.md","47ee9e599595f3d9daf96d47bcdacf55eeb69fbe5572f6b08a8f48c543bc62de"
8
+ "md","story-preferences","_memory","_memory/storyteller-sidecar/story-preferences.md","b70dbb5baf3603fdac12365ef24610685cba3b68a9bc41b07bbe455cbdcc0178"
9
+ "yaml","config","_memory","_memory/config.yaml","887197e1dc495738e70b776cf4c6ddf64ace5a72564d156f37bda85ff9043dec"
10
+ "csv","common-workflow-tools","bmb","bmb/workflows/workflow/data/common-workflow-tools.csv","aead7e0f4eb4d40739dee2268f62b48b947b8d1be5e7b7c29ba6552f21943f9e"
11
+ "csv","communication-presets","bmb","bmb/workflows/agent/data/communication-presets.csv","1297e9277f05254ee20c463e6071df3811dfb8fe5d1183ce07ce9b092cb3fd16"
12
+ "csv","module-help","bmb","bmb/module-help.csv","fd187331940aa22865f518a9b198a367ff49109d79f0659ea34f702a4b4c7247"
13
+ "md","agent-architecture","bmb","bmb/workflows/module/data/agent-architecture.md","292bb887f2b6bfbe7536ae2a3d936c51bce8f55680298ccc5620ae38081017ca"
14
+ "md","agent-compilation","bmb","bmb/workflows/agent/data/agent-compilation.md","dd4ead87256f8cbeb83112f87a3722da26e1737bc7bb7a08be5217ef041d59be"
15
+ "md","agent-menu-patterns","bmb","bmb/workflows/agent/data/agent-menu-patterns.md","e0f28ed62703d0bfa37f0fca4b7ac81e8164daad315f8532b6009783800b037e"
16
+ "md","agent-metadata","bmb","bmb/workflows/agent/data/agent-metadata.md","ea42f617c771de9dab0d7250278dbeb4e183fbdcc9600f8fdf7ca65cb1358a20"
17
+ "md","agent-plan.template","bmb","bmb/workflows/agent/templates/agent-plan.template.md","81e79756fb4c368c568ba05efcd276d1d52a111163827439733554f4d94e3094"
18
+ "md","agent-spec-template","bmb","bmb/workflows/module/data/agent-spec-template.md","ff68be471450daf91dc6d3c2d96ee2a8638acd7f26589abf4c328d8df7547677"
19
+ "md","architect","bmb","bmb/workflows/agent/data/reference/module-examples/architect.md","fd9d3138eb02f9a2a770a90cad57a72827965deb9d5944a2fea22af03a95e0ab"
20
+ "md","architecture","bmb","bmb/workflows/workflow/data/architecture.md","c14a7d113663aa07fe2bc44ae5c21fca2763924b2ef55ad5dca68304edee8b30"
21
+ "md","brainstorm-context","bmb","bmb/workflows/agent/data/brainstorm-context.md","188eaff75b096924e5388fa2d7e9bf97fe5fe244e407c1076d4c60dcfba25fc1"
22
+ "md","brief-template","bmb","bmb/workflows/module/templates/brief-template.md","9b3a5aab977cd189317321b92d512110fa13993a27447b25143fff14b24f6f84"
23
+ "md","critical-actions","bmb","bmb/workflows/agent/data/critical-actions.md","c0b8104af3b3307408bd6db5d6391edfee0fb3e638b0450fb19a76777f8bea01"
24
+ "md","csv-data-file-standards","bmb","bmb/workflows/workflow/data/csv-data-file-standards.md","09c45c4008b3ac2a1256e0828afac412ec6ae7fb6c1a56e22464507c159d3a30"
25
+ "md","e-01-load-existing","bmb","bmb/workflows/agent/steps-e/e-01-load-existing.md","42312bcf6fa6386f2dde50c4927c92d3bf47b145644e64a49e87e84547e7e63b"
26
+ "md","e-02-discover-edits","bmb","bmb/workflows/agent/steps-e/e-02-discover-edits.md","dad4a58de2c6df583204b93aefaf753d3300637f092617e06ac2622a836bd34f"
27
+ "md","e-03-placeholder","bmb","bmb/workflows/agent/steps-e/e-03-placeholder.md","4076b77b471144f7bd58454a2652bed9a11a964bb249df95272b73590757a95e"
28
+ "md","e-04-type-metadata","bmb","bmb/workflows/agent/steps-e/e-04-type-metadata.md","caa8aaa922c18240cc09ec2f5da49c81c300204a5fe41b0c517a09f16269f6b8"
29
+ "md","e-05-persona","bmb","bmb/workflows/agent/steps-e/e-05-persona.md","93742cd56f05ff1eb25cb3357908e5e3d65c253f05260f6cf6680eea8e510a21"
30
+ "md","e-06-commands-menu","bmb","bmb/workflows/agent/steps-e/e-06-commands-menu.md","bcaaf0ed3a3ac1ee57393e4c5fc138ca971741019ccc8edc3fdec13bf755304c"
31
+ "md","e-07-activation","bmb","bmb/workflows/agent/steps-e/e-07-activation.md","2ff98797de86ef300691d07b945a8f05627ed6bd424e07322b17fb6441a5647c"
32
+ "md","e-08a-edit-simple","bmb","bmb/workflows/agent/steps-e/e-08a-edit-simple.md","2fa8e2d511e5ea33482749d359a5cd0a1d9123e515d9d8984c963f13c19f1d8f"
33
+ "md","e-08b-edit-expert","bmb","bmb/workflows/agent/steps-e/e-08b-edit-expert.md","0c8463ce96a5ae0ec0e5bd4ada002864e92968aee33b9f10f4710f816338bcbd"
34
+ "md","e-08c-edit-module","bmb","bmb/workflows/agent/steps-e/e-08c-edit-module.md","c68b113af6bfc6140b530e8902a0a966e176fdcf6f33e509835ccff869a3caa3"
35
+ "md","e-09-celebrate","bmb","bmb/workflows/agent/steps-e/e-09-celebrate.md","20f273e2c55d5d38d49b2161bc3303a003126af61799e13a1f5e398d6578889f"
36
+ "md","expert-agent-architecture","bmb","bmb/workflows/agent/data/expert-agent-architecture.md","aeccf6642cf9bf07408b95787ecc929c3204bfc0e6f4b7039b96b6f4b3c45a73"
37
+ "md","expert-agent-validation","bmb","bmb/workflows/agent/data/expert-agent-validation.md","507c0ab7d832026685caa708537d9d1f25b5d1576db6e734f14b7b3e6d3621f2"
38
+ "md","expert-agent.template","bmb","bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md","6ccbab7d39957368bacdef988f301a1d22ff0a8cc34dcd3be69851258816394d"
39
+ "md","frontmatter-standards","bmb","bmb/workflows/workflow/data/frontmatter-standards.md","8ff303365516546551dbe5a211a0a2dffb9711d60e5f6904985c7dc236758d60"
40
+ "md","input-discovery-standards","bmb","bmb/workflows/workflow/data/input-discovery-standards.md","74f4a88526951c68e0792d6350f7d06e9d038990095ae4c63caa4295d71dda28"
41
+ "md","intent-vs-prescriptive-spectrum","bmb","bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md","279a246f1863a5744821451c43856bb35ed0a248cd2f25a54db5c79403a29705"
42
+ "md","menu-handling-standards","bmb","bmb/workflows/workflow/data/menu-handling-standards.md","ab2ef85f3ed668ff61beba10fec6e2a3e93065e44b75022ce2eefffe6c354b5e"
43
+ "md","minimal-output-template","bmb","bmb/workflows/workflow/templates/minimal-output-template.md","ff4c222f36c3589529eb3b1df80f914b64de76f74022332e555fbf2402bf2a7f"
44
+ "md","module-agent-validation","bmb","bmb/workflows/agent/data/module-agent-validation.md","b14922d62e014927314a2b9b683b669fd579daa920c96861deab8f7cd6e8e07a"
45
+ "md","module-installer-standards","bmb","bmb/workflows/module/data/module-installer-standards.md","d45393cde754271dd592b0bf563f2047dcd5945c4a2f48e991face498d92c73c"
46
+ "md","module-standards","bmb","bmb/workflows/module/data/module-standards.md","88fcd717713e3dd601ca09ddb48f9c32e6b4b1e03f7490f4e845c199bcdfea5f"
47
+ "md","module-yaml-conventions","bmb","bmb/workflows/module/data/module-yaml-conventions.md","61b0f880aa99920f25d95b3ce333fa384f91d2eb2ed6d5179ba5b7524d9e625c"
48
+ "md","output-format-standards","bmb","bmb/workflows/workflow/data/output-format-standards.md","a5578701b2166b830ae9f749cb2e76bec71469290edc9ca3cabd28b4b4a964f4"
49
+ "md","persona-properties","bmb","bmb/workflows/agent/data/persona-properties.md","c8c725ab87d5db932bdb788ff5e1133cf567029db3e1e4e203fae109d3514fc1"
50
+ "md","principles-crafting","bmb","bmb/workflows/agent/data/principles-crafting.md","5b7d9198a8a32c044573ed3c226c02a3d8a0761d812b46350e024a7b01cf0660"
51
+ "md","simple-agent-architecture","bmb","bmb/workflows/agent/data/simple-agent-architecture.md","dc6d226b55bb6d9cb8c39974f0ac326845e220a19127cfec572195fe70b2c1eb"
52
+ "md","simple-agent-validation","bmb","bmb/workflows/agent/data/simple-agent-validation.md","206789bd33d6afeefa4bf1972d273d9c5c9f70dca12360e80b3e7beb701fbf80"
53
+ "md","simple-agent.template","bmb","bmb/workflows/agent/templates/simple-agent.template.md","5ed5447c0ecc660c3354f8d9692e27688e9ff88f7de7a04d235c47ddbe8ac251"
54
+ "md","step-00-conversion","bmb","bmb/workflows/workflow/steps-c/step-00-conversion.md","f1cff1e6117c249a845dcbe6361d89a356a2d9c41b1700c455dc4af667a84016"
55
+ "md","step-01-brainstorm","bmb","bmb/workflows/agent/steps-c/step-01-brainstorm.md","8b56200dc67a43d3eb2afff9d329aa3ed07beeeb362b00b3b521a4de1f9a2b34"
56
+ "md","step-01-discovery","bmb","bmb/workflows/workflow/steps-c/step-01-discovery.md","14bafd883635c3606ecf63c82ea126b5bdad86980eee334e157dae5de04811c2"
57
+ "md","step-01-init-continuable-template","bmb","bmb/workflows/workflow/templates/step-01-init-continuable-template.md","f211cf173c79b773a54612ad705e4fbbc0c936a5d4671a450602e8f73cab1183"
58
+ "md","step-01-load-brief","bmb","bmb/workflows/module/steps-c/step-01-load-brief.md","4306072dccfde38c9e6d0d3df27b2d39c4ee4a1e142668f3d7c00692f241b750"
59
+ "md","step-01-load-target","bmb","bmb/workflows/module/steps-e/step-01-load-target.md","b375f12ac67eb5c62a21c52f5d83c98250f1a668715728832df1afb9cfab76ec"
60
+ "md","step-01-load-target","bmb","bmb/workflows/module/steps-v/step-01-load-target.md","27fba2bf4be60ce6d4d00b491deb3bf8ae2af9c078d97cb4629a14268a1b45e1"
61
+ "md","step-01-validate","bmb","bmb/workflows/workflow/steps-v/step-01-validate.md","7062165cc403137878ec484a8a70215288d2b611a8b2153f45f814d3d1a9d58a"
62
+ "md","step-01-validate-max-mode","bmb","bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md","cf2de5888a6b3e025912769dc417d707391bb5885c973ed6359d16666540c313"
63
+ "md","step-01-welcome","bmb","bmb/workflows/module/steps-b/step-01-welcome.md","360f177df40eb103c3a39118fc0d0e38c4bbe5e042555dc22ec75f96888bedcd"
64
+ "md","step-01b-continuation","bmb","bmb/workflows/workflow/steps-c/step-01b-continuation.md","26b8ca474a892000d5b9f87bf9defc85af381fb3ae27b4b8aa8e2aafedebcd8d"
65
+ "md","step-01b-continue","bmb","bmb/workflows/module/steps-c/step-01b-continue.md","f148d41f196c69e5285c1746448608f31ad1efb6c2d8998e462fb3c4a9ce87f2"
66
+ "md","step-01b-structure","bmb","bmb/workflows/workflow/steps-v/step-01b-structure.md","1a5c4344f777331ebf3f26f0f96b0d384ced6d3ad1e261041bd0942b328a62b4"
67
+ "md","step-02-classification","bmb","bmb/workflows/workflow/steps-c/step-02-classification.md","d31e2b451af0dcdd3d6c6695143200f0b40c3e8725ddf09849810f6984b76286"
68
+ "md","step-02-discovery","bmb","bmb/workflows/agent/steps-c/step-02-discovery.md","37c60ec06f6ec60af14abdb324317c98bb9dad09ae7a5cdc948ca4dea969d55a"
69
+ "md","step-02-file-structure","bmb","bmb/workflows/module/steps-v/step-02-file-structure.md","983189b1f0ad1f078dd4ef23c25b36ef811b755faa882f9bc877a304141f6e19"
70
+ "md","step-02-frontmatter-validation","bmb","bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md","86fede3dd8b992eeeeb962bd217dcb9d002aad2def3acbf0b8f3ea4f089bf1d4"
71
+ "md","step-02-select-edit","bmb","bmb/workflows/module/steps-e/step-02-select-edit.md","54c0825ec764e38481a4edb1524a2505dc5eff079a844ab4384eb6d264511680"
72
+ "md","step-02-spark","bmb","bmb/workflows/module/steps-b/step-02-spark.md","675a83d6c257439ac1c6a508358ff09f532075bcb4f97c1037f626324f431e34"
73
+ "md","step-02-structure","bmb","bmb/workflows/module/steps-c/step-02-structure.md","edf267a01bfa5cf842a72fc8daf3294fe50c4294aee4a4248935333fe4d7d5ca"
74
+ "md","step-02b-path-violations","bmb","bmb/workflows/workflow/steps-v/step-02b-path-violations.md","34da677fd6b3bcbc54ffa8fba8c690a21e0189000aa30331c586438ad397c977"
75
+ "md","step-03-apply-edit","bmb","bmb/workflows/module/steps-e/step-03-apply-edit.md","4cc07b6468e7e8ce8b941e5c74d132f5657caa58086586cc80eebd223a4114fd"
76
+ "md","step-03-config","bmb","bmb/workflows/module/steps-c/step-03-config.md","08a4ab3f267a766260ad2063b7423ee5aafa25145827e9c0acd9133d54154903"
77
+ "md","step-03-menu-validation","bmb","bmb/workflows/workflow/steps-v/step-03-menu-validation.md","b484b7e112339facc41edee5631a513c89f4f5d90c2303e9457deb96ce3287af"
78
+ "md","step-03-module-type","bmb","bmb/workflows/module/steps-b/step-03-module-type.md","0e41528e462d831ff005fdadce5a38351ebc6e95e272b79a43615c322e884e09"
79
+ "md","step-03-module-yaml","bmb","bmb/workflows/module/steps-v/step-03-module-yaml.md","da4131dbbff63652988d36547a78ad9745c8cfe2e102f1a31784f7e6b1bdf125"
80
+ "md","step-03-requirements","bmb","bmb/workflows/workflow/steps-c/step-03-requirements.md","4954b42e344ce6f728fc3dc8df3ad5eeac0ce6d73fb08c8ff09d762e9364fd71"
81
+ "md","step-03-type-metadata","bmb","bmb/workflows/agent/steps-c/step-03-type-metadata.md","d4107f544c011c3d21c57fe1a2da0666ce8bd3d1610f18effd2bcbb0e72a7644"
82
+ "md","step-04-agent-specs","bmb","bmb/workflows/module/steps-v/step-04-agent-specs.md","0f147930ec85643fb2f341dcb3e6bf8b3ec7d35456eff733027a8567feeb8706"
83
+ "md","step-04-installer","bmb","bmb/workflows/module/steps-c/step-04-installer.md","c73591cbc1457621f9226adf397f26f06587b226e981025688a4b8d517552acb"
84
+ "md","step-04-persona","bmb","bmb/workflows/agent/steps-c/step-04-persona.md","34ee7cf5c5d393d9d5b326275cb7f9726ad1c774cddfc1d04407357336755351"
85
+ "md","step-04-review","bmb","bmb/workflows/module/steps-e/step-04-review.md","9b86a5d09668674accd03cb47cd6c437c2117ee23562bb2bcea8ddc6979eefeb"
86
+ "md","step-04-step-type-validation","bmb","bmb/workflows/workflow/steps-v/step-04-step-type-validation.md","3a923bcad87fc74036fdefa8f42d360b8d02b678f9077aedd18654e94d966f7a"
87
+ "md","step-04-tools","bmb","bmb/workflows/workflow/steps-c/step-04-tools.md","623adb4ca3a6e47a27e78ebc55ea45b89866ca60e04aa05f9907f6bdf8a9f57c"
88
+ "md","step-04-vision","bmb","bmb/workflows/module/steps-b/step-04-vision.md","cac4ca0fe32092801503f906fdfa868e65ba0490877daeb23a274571135ecddc"
89
+ "md","step-05-agents","bmb","bmb/workflows/module/steps-c/step-05-agents.md","b0bca34109a2d9e0894d3caed50efafbe4950b1de5f6f0c3db47c73c2593deb4"
90
+ "md","step-05-commands-menu","bmb","bmb/workflows/agent/steps-c/step-05-commands-menu.md","0e15e80663f7e3632683965e79af07ae016dea5dbd5c411f311e109f01fbec01"
91
+ "md","step-05-confirm","bmb","bmb/workflows/module/steps-e/step-05-confirm.md","1abeb25cd94e0396642e0ffd4d68d1b21350c51f2eee86bf403fb6f406a22408"
92
+ "md","step-05-identity","bmb","bmb/workflows/module/steps-b/step-05-identity.md","c81aa920cf83f04a51585675b2b09d756d7c5bb9e851ccea66e25d76aeaf3cff"
93
+ "md","step-05-output-format-validation","bmb","bmb/workflows/workflow/steps-v/step-05-output-format-validation.md","824a0bea33d14e5694f6b58504eb655af26ccd3d1001a40179861146038d77e6"
94
+ "md","step-05-plan-review","bmb","bmb/workflows/workflow/steps-c/step-05-plan-review.md","852bb996af5ccdb7df158106ba7c98698b21f667b5fd1c3256c1929839b73e38"
95
+ "md","step-05-workflow-specs","bmb","bmb/workflows/module/steps-v/step-05-workflow-specs.md","5a6cd834f815fc62e8fd489445ce5d2f55bf6477798c9ab596d454d9a2f82dd4"
96
+ "md","step-06-activation","bmb","bmb/workflows/agent/steps-c/step-06-activation.md","59a9ad43188540e13e1aea360e4b35ad2768f5d0dc2494fd40f9c91b7566ecbb"
97
+ "md","step-06-design","bmb","bmb/workflows/workflow/steps-c/step-06-design.md","9873ef3c4ac9f9dc68e552e626a7c20091eba1c9d19f1fa76b2ba0738d0bc082"
98
+ "md","step-06-documentation","bmb","bmb/workflows/module/steps-v/step-06-documentation.md","8b747c69aeda2222c980c0341fceaa7596e819420eead2e1cee634b17ddb4803"
99
+ "md","step-06-users","bmb","bmb/workflows/module/steps-b/step-06-users.md","9e96d114253f41272cb022879db49487e35c81d21163b4358a3f287d8714aa60"
100
+ "md","step-06-validation-design-check","bmb","bmb/workflows/workflow/steps-v/step-06-validation-design-check.md","8eb78dc10848d8e33a6c84fee38210fef8e4431aa25c318d596d25d69f9755f5"
101
+ "md","step-06-workflows","bmb","bmb/workflows/module/steps-c/step-06-workflows.md","e9b220419bdea06dd4a8d35d8251d0c55aefd03b86a42f3ed9cedd944d45a9d9"
102
+ "md","step-07-docs","bmb","bmb/workflows/module/steps-c/step-07-docs.md","faa6ff4c7248349b9615c0069116b41f27742476329727a953faf55b26324dea"
103
+ "md","step-07-foundation","bmb","bmb/workflows/workflow/steps-c/step-07-foundation.md","da4a6efc428c003dc9576c243111e2b29843608adb864105d5e130cae18498eb"
104
+ "md","step-07-installation","bmb","bmb/workflows/module/steps-v/step-07-installation.md","140b4444d4a881fe0ec30dfb03e8e4eba3db9f1aa467aea91d057aa3da631bcf"
105
+ "md","step-07-instruction-style-check","bmb","bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md","b9ce0212ea49b3dfdb7204f9cfa5c59b25f4e314d2ab9cc27a95c1f432faa2f9"
106
+ "md","step-07-value","bmb","bmb/workflows/module/steps-b/step-07-value.md","8a1fadb590730bbcb33454974ffad289d6f61a93c1d317ee883f60311c003f2e"
107
+ "md","step-07a-build-simple","bmb","bmb/workflows/agent/steps-c/step-07a-build-simple.md","f7ce244b2431cc38bbb6b330095896268d7e7f57b02f8c8dd4ae7fd45941800b"
108
+ "md","step-07b-build-expert","bmb","bmb/workflows/agent/steps-c/step-07b-build-expert.md","4e6e18505d218dd576f15b7e9f2ba65e1543a493607fd4b79355b66083e46d40"
109
+ "md","step-07c-build-module","bmb","bmb/workflows/agent/steps-c/step-07c-build-module.md","2239d479fcae5a48fa4d5fe589c1468d6c9e5aff5f125f1109956f26be32e9cb"
110
+ "md","step-08-agents","bmb","bmb/workflows/module/steps-b/step-08-agents.md","891f06eb89c9bbf687286252a4dda6cb19b0cc0b084f4b919aab5d7518fa9c77"
111
+ "md","step-08-build-step-01","bmb","bmb/workflows/workflow/steps-c/step-08-build-step-01.md","cbdea1291bd9f2fe5d112ceb61caa05a81b00566997e4c5f7fc6d32ec4666267"
112
+ "md","step-08-celebrate","bmb","bmb/workflows/agent/steps-c/step-08-celebrate.md","291d03f324273ef6e00adb84e91e9f07821275e5554193333f3b069c976f1dfd"
113
+ "md","step-08-collaborative-experience-check","bmb","bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md","5cffb645b0175b823f9607530625d1903920532f95e0d92b71fb233043dc4f4e"
114
+ "md","step-08-complete","bmb","bmb/workflows/module/steps-c/step-08-complete.md","4091277d4534a97e7865d08746eebdab51fcf18fbb767faa493ac60c9bcf31f0"
115
+ "md","step-08-report","bmb","bmb/workflows/module/steps-v/step-08-report.md","8e1d295dc29b6dab5fe0ec81f51b614cb8a62b849fe10895093685b3164fe2bd"
116
+ "md","step-08b-subprocess-optimization","bmb","bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md","1934aa38ebabab0ddf2777cacddd96f37554dcda8f80812b87564a4b64925c36"
117
+ "md","step-09-build-next-step","bmb","bmb/workflows/workflow/steps-c/step-09-build-next-step.md","e814302a0713f910baadf6eda45696cd0ef632c4db38e32864f876fb2468cb38"
118
+ "md","step-09-cohesive-review","bmb","bmb/workflows/workflow/steps-v/step-09-cohesive-review.md","77e00f46ae55bb95ebeacc6380871befb2f60844f547b260eca08e77cb1e8618"
119
+ "md","step-09-workflows","bmb","bmb/workflows/module/steps-b/step-09-workflows.md","ce099465badf171f4451ebc6064de306e85807875f747bf5f4e3542ec93961e8"
120
+ "md","step-10-confirmation","bmb","bmb/workflows/workflow/steps-c/step-10-confirmation.md","17826ad707f57f19061cb227dc8234b2338175e9ef52a5ba4acde9c3be5f7ab6"
121
+ "md","step-10-report-complete","bmb","bmb/workflows/workflow/steps-v/step-10-report-complete.md","901274400fa20398593f392b2ec17da88045b09c6f36f29e71e0d4219d86acf0"
122
+ "md","step-10-tools","bmb","bmb/workflows/module/steps-b/step-10-tools.md","c66a53c8b35261e511663ada1adfc62486a7d8183a51f348e28ee74fb5cdb8bf"
123
+ "md","step-11-completion","bmb","bmb/workflows/workflow/steps-c/step-11-completion.md","fa84481cdadc7405628c44b18e231b5ced89dcf1105cc5ec7b0d57c3b085f193"
124
+ "md","step-11-plan-validation","bmb","bmb/workflows/workflow/steps-v/step-11-plan-validation.md","33421d9536fee94228d57adceddff16fe3ef2fb39e97402db855b449c74e1908"
125
+ "md","step-11-scenarios","bmb","bmb/workflows/module/steps-b/step-11-scenarios.md","27115e07abbee27dc44ddd519586a1f00e3069c1fda7998e726ca966d0774c9b"
126
+ "md","step-12-creative","bmb","bmb/workflows/module/steps-b/step-12-creative.md","f573cda16421dbf02433efcbc36f044a836badccbe2d112de0e72a60f9627043"
127
+ "md","step-13-review","bmb","bmb/workflows/module/steps-b/step-13-review.md","749dba242a70dad3bd969e7829a02b1bb1e067001deb66347cfb8938dbc893ff"
128
+ "md","step-14-finalize","bmb","bmb/workflows/module/steps-b/step-14-finalize.md","d384569594ef7e0b7b08249bec736e133117e9a3b543c07509709fb5842743d6"
129
+ "md","step-1b-template","bmb","bmb/workflows/workflow/templates/step-1b-template.md","1728f01e00cad05b727d292dd9f163c3d94e70cff3243c67f958aa412bffc5aa"
130
+ "md","step-e-01-assess-workflow","bmb","bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md","d35285d365240ef997b47c262715326293a47835f84d71cbe20f8084ef62ad67"
131
+ "md","step-e-02-discover-edits","bmb","bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md","7066e66d5c16b5c853d60bb53a0ff9396236d0af3a7ebecbab2cdfbc329f4c84"
132
+ "md","step-e-03-fix-validation","bmb","bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md","c62da8d8a497865d163774ef99c961d0b465b8863684dd6ab4e2b9dee76acf49"
133
+ "md","step-e-04-direct-edit","bmb","bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md","9d5e13c0cc503c17d0977f1667d00b82b4191d875a269e04f6fb956c5cc0f27a"
134
+ "md","step-e-05-apply-edit","bmb","bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md","c8e2613800416342214bc402433a4163afb26cd7561a9cac31e3e6bfe2a254aa"
135
+ "md","step-e-06-validate-after","bmb","bmb/workflows/workflow/steps-e/step-e-06-validate-after.md","130794b7a744775691256fe6b849e94a9764b8c22d775c9dce423c311145622f"
136
+ "md","step-e-07-complete","bmb","bmb/workflows/workflow/steps-e/step-e-07-complete.md","3c3b50718bcfc29a4db981bcf2c6cb4ff81598fc0ebe2f50ef36e4d0f7301c0f"
137
+ "md","step-file-rules","bmb","bmb/workflows/workflow/data/step-file-rules.md","0aacbe2cc3ed12dd6209f707e00587739f92c06ca366a2d11e636e9d0af3af08"
138
+ "md","step-template","bmb","bmb/workflows/workflow/templates/step-template.md","2bc3e860d0b59397c651137a020d0218982031df3eddd22f1bbc9bc0c3797ce1"
139
+ "md","step-type-patterns","bmb","bmb/workflows/workflow/data/step-type-patterns.md","baec92c85d847cc457d3c9abd8d5798d513bab1dc0dc87741df2cc020be44bc7"
140
+ "md","subprocess-optimization-patterns","bmb","bmb/workflows/workflow/data/subprocess-optimization-patterns.md","f294b2427c7fcf819fb5543f143256e76e00f17cd7f270b93407b582dc355a2a"
141
+ "md","trimodal-workflow-structure","bmb","bmb/workflows/workflow/data/trimodal-workflow-structure.md","e68aad679882cb6efdfccb6deea62545d8dae64515e69e53af932940d9ab8816"
142
+ "md","understanding-agent-types","bmb","bmb/workflows/agent/data/understanding-agent-types.md","557720a3623a57d29171c0d5dbbd79316223b3b1a7b40584fccaa16c24f7db39"
143
+ "md","v-01-load-review","bmb","bmb/workflows/agent/steps-v/v-01-load-review.md","fefd7a900ba8a7da52b1db89c95a64a91a470c4a812afdacad180b0c85ccb14b"
144
+ "md","v-02a-validate-metadata","bmb","bmb/workflows/agent/steps-v/v-02a-validate-metadata.md","3669dcb0235e35bd843454e2cc04ddaca8f9517c7617d79419196190044a0652"
145
+ "md","v-02b-validate-persona","bmb","bmb/workflows/agent/steps-v/v-02b-validate-persona.md","857ce47b198e0189f894b081166a20cfeb9dd618e46958c69208c33a673a4ce9"
146
+ "md","v-02c-validate-menu","bmb","bmb/workflows/agent/steps-v/v-02c-validate-menu.md","41b41443d64fd9c64aac1b3a19b38fc6ce72392c6fafa6f9a0659d8282d2b69b"
147
+ "md","v-02d-validate-structure","bmb","bmb/workflows/agent/steps-v/v-02d-validate-structure.md","b35f1ef68a1efd732e69aae6de63fc1e75b8b55b0dabc1e72588a1e9e5d1f093"
148
+ "md","v-02e-validate-sidecar","bmb","bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md","c99008c277f4b43eb343fb422c0a4e05fb5034e3f9a14c9cf76e6d7ac321d267"
149
+ "md","v-03-summary","bmb","bmb/workflows/agent/steps-v/v-03-summary.md","6167d149c018ef818508595b04c47ecd9e3c08569751932d71d3f9ac0550b34b"
150
+ "md","workflow","bmb","bmb/workflows/agent/workflow.md","ee7b3cb606a80ed5ab533e27f49ee18d7d7df3658a71ddef4d3036025dba0132"
151
+ "md","workflow","bmb","bmb/workflows/module/workflow.md","54f823c5cb0d3a666d48b2ff3c0b2648f8ce83d7a1c51cb1ebefdfbb61aee022"
152
+ "md","workflow","bmb","bmb/workflows/workflow/workflow.md","0aa884a657ffb4412f258fc85b1e12d2283d759409d68db71a2946eb787fd000"
153
+ "md","workflow-chaining-standards","bmb","bmb/workflows/workflow/data/workflow-chaining-standards.md","2dc16a5a3c5008d5d5f68c308bed303d28d1157c6dd46d567ac21f761c8bb580"
154
+ "md","workflow-examples","bmb","bmb/workflows/workflow/data/workflow-examples.md","afe907b2929099189934eedb23a46a1ba93540ffd62b2afdbda3e5320c1a10b2"
155
+ "md","workflow-spec-template","bmb","bmb/workflows/module/templates/workflow-spec-template.md","5a3a958180e2ef0803b14237d8e225f632476fc7a144ba2aa7e9866c1a30eddd"
156
+ "md","workflow-template","bmb","bmb/workflows/workflow/templates/workflow-template.md","69b5725f58a76297f151ffc4cb1629fb7b33829e5e1f365f4cf0004d48b5082c"
157
+ "md","workflow-type-criteria","bmb","bmb/workflows/workflow/data/workflow-type-criteria.md","cfcc1ca1328f459e769ceeaa180331ab162d11a8485a95631fee63045aa6c3d3"
158
+ "yaml","config","bmb","bmb/config.yaml","ddbb62681bdf128ce6d859021528e1ba4b619aa10da4e774790bb861a0942f20"
159
+ "csv","default-party","bmm","bmm/teams/default-party.csv","5af107a5b9e9092aeb81bd8c8b9bbe7003afb7bc500e64d56da7cc27ae0c4a6e"
160
+ "csv","documentation-requirements","bmm","bmm/workflows/document-project/documentation-requirements.csv","d1253b99e88250f2130516b56027ed706e643bfec3d99316727a4c6ec65c6c1d"
161
+ "csv","domain-complexity","bmm","bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv","ed4d30e9fd87db2d628fb66cac7a302823ef6ebb3a8da53b9265326f10a54e11"
162
+ "csv","domain-complexity","bmm","bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv","cb9244ed2084143146f9f473244ad9cf63d33891742b9f6fbcb6e354fa4f3a93"
163
+ "csv","module-help","bmm","bmm/module-help.csv","fc6788ad965afbb2ebf6c50d25ebbf8c57300eae09ac85a87c2732fd7444dc5a"
164
+ "csv","project-types","bmm","bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv","7a01d336e940fb7a59ff450064fd1194cdedda316370d939264a0a0adcc0aca3"
165
+ "csv","project-types","bmm","bmm/workflows/3-solutioning/create-architecture/data/project-types.csv","12343635a2f11343edb1d46906981d6f5e12b9cad2f612e13b09460b5e5106e7"
166
+ "json","excalidraw-library","bmm","bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json","8e5079f4e79ff17f4781358423f2126a1f14ab48bbdee18fd28943865722030c"
167
+ "json","project-scan-report-schema","bmm","bmm/workflows/document-project/templates/project-scan-report-schema.json","53255f15a10cab801a1d75b4318cdb0095eed08c51b3323b7e6c236ae6b399b7"
168
+ "md","architecture-decision-template","bmm","bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md","5d9adf90c28df61031079280fd2e49998ec3b44fb3757c6a202cda353e172e9f"
169
+ "md","checklist","bmm","bmm/workflows/4-implementation/code-review/checklist.md","e30d2890ba5c50777bbe04071f754e975a1d7ec168501f321a79169c4201dd28"
170
+ "md","checklist","bmm","bmm/workflows/4-implementation/correct-course/checklist.md","24a3f3e0108398d490dcfbe8669afc50226673cad494f16a668b515ab24bf709"
171
+ "md","checklist","bmm","bmm/workflows/4-implementation/create-story/checklist.md","5154aa874c6a79285eba644493e87411c6021baff72859490db6e693d15e0bb9"
172
+ "md","checklist","bmm","bmm/workflows/4-implementation/dev-story/checklist.md","630b68c6824a8785003a65553c1f335222b17be93b1bd80524c23b38bde1d8af"
173
+ "md","checklist","bmm","bmm/workflows/4-implementation/sprint-planning/checklist.md","80b10aedcf88ab1641b8e5f99c9a400c8fd9014f13ca65befc5c83992e367dd7"
174
+ "md","checklist","bmm","bmm/workflows/document-project/checklist.md","581b0b034c25de17ac3678db2dbafedaeb113de37ddf15a4df6584cf2324a7d7"
175
+ "md","checklist","bmm","bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md","f420aaf346833dfda5454ffec9f90a680e903453bcc4d3e277d089e6781fec55"
176
+ "md","checklist","bmm","bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md","6357350a6e2237c1b819edd8fc847e376192bf802000cb1a4337c9584fc91a18"
177
+ "md","checklist","bmm","bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md","45aaf882b8e9a1042683406ae2cfc0b23d3d39bd1dac3ddb0778d5b7165f7047"
178
+ "md","checklist","bmm","bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md","588f9354bf366c173aa261cf5a8b3a87c878ea72fd2c0f8088c4b3289e984641"
179
+ "md","checklist","bmm","bmm/workflows/qa/automate/checklist.md","83cd779c6527ff34184dc86f9eebfc0a8a921aee694f063208aee78f80a8fb12"
180
+ "md","deep-dive-instructions","bmm","bmm/workflows/document-project/workflows/deep-dive-instructions.md","8cb3d32d7685e5deff4731c2003d30b4321ef6c29247b3ddbe672c185e022604"
181
+ "md","deep-dive-template","bmm","bmm/workflows/document-project/templates/deep-dive-template.md","6198aa731d87d6a318b5b8d180fc29b9aa53ff0966e02391c17333818e94ffe9"
182
+ "md","epics-template","bmm","bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md","b8ec5562b2a77efd80c40eba0421bbaab931681552e5a0ff01cd93902c447ff7"
183
+ "md","full-scan-instructions","bmm","bmm/workflows/document-project/workflows/full-scan-instructions.md","6c6e0d77b33f41757eed8ebf436d4def69cd6ce412395b047bf5909f66d876aa"
184
+ "md","index-template","bmm","bmm/workflows/document-project/templates/index-template.md","42c8a14f53088e4fda82f26a3fe41dc8a89d4bcb7a9659dd696136378b64ee90"
185
+ "md","instructions","bmm","bmm/workflows/4-implementation/correct-course/instructions.md","afdf74701cd2e1200efeb4af24e99a52b013c4c150c1736c56b5d34f003c0a94"
186
+ "md","instructions","bmm","bmm/workflows/4-implementation/retrospective/instructions.md","c1357ee8149935b391db1fd7cc9869bf3b450132f04d27fbb11906d421923bf8"
187
+ "md","instructions","bmm","bmm/workflows/4-implementation/sprint-planning/instructions.md","8ac972eb08068305223e37dceac9c3a22127062edae2692f95bc16b8dbafa046"
188
+ "md","instructions","bmm","bmm/workflows/4-implementation/sprint-status/instructions.md","0d2a75639c9e402c06bf0dfab51cdacf8f63e4401ae4bc5e7fe9e92e7779bba1"
189
+ "md","instructions","bmm","bmm/workflows/document-project/instructions.md","8807cf832c2bce8062280e10ae00928e4e147d148dd326fb6437571531e22723"
190
+ "md","instructions","bmm","bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md","c3fc2918879988d73ee23279eb5e3d289c46f8271fd824ddbd3ff216303ce33c"
191
+ "md","instructions","bmm","bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md","cccf1d3d9c4a701a1813ca94503e0c4319d6f517ebfe6b4c22d59043975f4119"
192
+ "md","instructions","bmm","bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md","1910dc06714779abbe4f6f6fceb7a74fc87ca009cddc5c34e9ab97279cc47a65"
193
+ "md","instructions","bmm","bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md","e40389e71f3afa125ebf4587c58c08753cd6c9bbe4f473c1af02b022ac4be350"
194
+ "md","instructions","bmm","bmm/workflows/qa/automate/instructions.md","3f3505f847f943b2f4a0699017c16e15fa3782f51090a0332304d7248e020e0c"
195
+ "md","prd-purpose","bmm","bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md","49c4641b91504bb14e3887029b70beacaff83a2de200ced4f8cb11c1356ecaee"
196
+ "md","prd-template","bmm","bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md","7ccccab9c06a626b7a228783b0b9b6e4172e9ec0b10d47bbfab56958c898f837"
197
+ "md","product-brief.template","bmm","bmm/workflows/1-analysis/create-product-brief/product-brief.template.md","ae0f58b14455efd75a0d97ba68596a3f0b58f350cd1a0ee5b1af69540f949781"
198
+ "md","project-context-template","bmm","bmm/data/project-context-template.md","facd60b71649247146700b1dc7d709fa0ae09487f7cf2b5ff8f5ce1b3a8427e8"
199
+ "md","project-context-template","bmm","bmm/workflows/generate-project-context/project-context-template.md","54e351394ceceb0ac4b5b8135bb6295cf2c37f739c7fd11bb895ca16d79824a5"
200
+ "md","project-overview-template","bmm","bmm/workflows/document-project/templates/project-overview-template.md","a7c7325b75a5a678dca391b9b69b1e3409cfbe6da95e70443ed3ace164e287b2"
201
+ "md","readiness-report-template","bmm","bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md","0da97ab1e38818e642f36dc0ef24d2dae69fc6e0be59924dc2dbf44329738ff6"
202
+ "md","research.template","bmm","bmm/workflows/1-analysis/research/research.template.md","507bb6729476246b1ca2fca4693986d286a33af5529b6cd5cb1b0bb5ea9926ce"
203
+ "md","source-tree-template","bmm","bmm/workflows/document-project/templates/source-tree-template.md","109bc335ebb22f932b37c24cdc777a351264191825444a4d147c9b82a1e2ad7a"
204
+ "md","step-01-discover","bmm","bmm/workflows/generate-project-context/steps/step-01-discover.md","0f1455c018b2f6df0b896d25e677690e1cf58fa1b276d90f0723187d786d6613"
205
+ "md","step-01-document-discovery","bmm","bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md","38534f136dc150f09478c2510cf955dd1a7912e6d46145b29a9318a55dba8e3e"
206
+ "md","step-01-init","bmm","bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md","256c5f87e9449ab921614e2f23644a6b5a1222178320d863429ee2a284905e32"
207
+ "md","step-01-init","bmm","bmm/workflows/1-analysis/research/domain-steps/step-01-init.md","efee243f13ef54401ded88f501967b8bc767460cec5561b2107fc03fe7b7eab1"
208
+ "md","step-01-init","bmm","bmm/workflows/1-analysis/research/market-steps/step-01-init.md","8dbd4a1520451945e8a5d5bccb489f9186b76f57f5bf3c77dbdf088e26ac7730"
209
+ "md","step-01-init","bmm","bmm/workflows/1-analysis/research/technical-steps/step-01-init.md","c9a1627ecd26227e944375eb691e7ee6bc9f5db29a428a5d53e5d6aef8bb9697"
210
+ "md","step-01-init","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md","6ad502fa5bf5639eaf6a42e8f0bc0f2b811e0a3fd2ae3a24ed3333365f99e23c"
211
+ "md","step-01-init","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md","7b3467a29126c9498b57b06d688f610bcb7a68a8975208c209dd1103546bc455"
212
+ "md","step-01-init","bmm","bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md","c730b1f23f0298853e5bf0b9007c2fc86e835fb3d53455d2068a6965d1192f49"
213
+ "md","step-01-mode-detection","bmm","bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md","9e0ab4372997aeda89ebacfbcae7237d9c987697b69b65f40d319c64a162afe2"
214
+ "md","step-01-understand","bmm","bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md","2138ac9c4ec86585f675fb64839db91cf3f8bb58592a5e433af6482b74889c36"
215
+ "md","step-01-validate-prerequisites","bmm","bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md","5ba8ba972e8376339ed2c9b75e4f98125521af0270bb5dff6e47ec73137e01de"
216
+ "md","step-01b-continue","bmm","bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md","08bd92dc8486983ac8b5b19efd943d2fd83f2a6f6ba247aad9bb075e12b20860"
217
+ "md","step-01b-continue","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md","4e8af43d1847236333566efaa4b0b5e63d706e673872705ee6f215a7ccb9d715"
218
+ "md","step-01b-continue","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md","fde4bf8fa3a6d3230d20cb23e71cbc8e2db1cd2b30b693e13d0b3184bc6bb9a6"
219
+ "md","step-01b-continue","bmm","bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md","c6cc389b49682a8835382d477d803a75acbad01b24da1b7074ce140d82b278dc"
220
+ "md","step-02-context","bmm","bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md","07387b1d8c2f92c646bdbad88ad1401d0295c3adecc1637f07630173d8939088"
221
+ "md","step-02-context-gathering","bmm","bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md","0cef3142e4e4937b914486158eaa0cd930815155aedceb5ddd3399c8bfbce35b"
222
+ "md","step-02-customer-behavior","bmm","bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md","ca77a54143c2df684cf859e10cea48c6ea1ce8e297068a0f0f26ee63d3170c1e"
223
+ "md","step-02-design-epics","bmm","bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md","2c18d76a9b73eae8b9f552cd4252f8208a0c017624ddbaf6bcbe7b28ddfa217e"
224
+ "md","step-02-discovery","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md","d13de9d4a4af17f04ae1af7966b3071af54a6445c0944ee83af129ef078ebe5d"
225
+ "md","step-02-discovery","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md","6d340f83d62f873a4c09371a38c77dc9ce9726cd6cd1cf9bf89ddec09f36af4c"
226
+ "md","step-02-domain-analysis","bmm","bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md","385a288d9bbb0adf050bcce4da4dad198a9151822f9766900404636f2b0c7f9d"
227
+ "md","step-02-generate","bmm","bmm/workflows/generate-project-context/steps/step-02-generate.md","0fff27dab748b4600d02d2fb083513fa4a4e061ed66828b633f7998fcf8257e1"
228
+ "md","step-02-investigate","bmm","bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md","3915bf07f1f365a3bffdcaca2403e01d1434106b6ccd8c207e6f232f4db952d3"
229
+ "md","step-02-prd-analysis","bmm","bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md","f8892391bbfaa5fb0166af02210c6ea1b62021837f853a9f1da6f30b942b1620"
230
+ "md","step-02-technical-overview","bmm","bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md","9c7582241038b16280cddce86f2943216541275daf0a935dcab78f362904b305"
231
+ "md","step-02-vision","bmm","bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md","a6262132ec081165358941df207d02e29e5ab00b4f516adf2772effa46d21dd5"
232
+ "md","step-03-competitive-landscape","bmm","bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md","f10aa088ba00c59491507f6519fb314139f8be6807958bb5fd1b66bff2267749"
233
+ "md","step-03-complete","bmm","bmm/workflows/generate-project-context/steps/step-03-complete.md","cf8d1d1904aeddaddb043c3c365d026cd238891cd702c2b78bae032a8e08ae17"
234
+ "md","step-03-core-experience","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md","b23ce8244db8a183761a9420fa54ff285bbf7c54b2d30c62c32d3cf8cb4c2f00"
235
+ "md","step-03-create-stories","bmm","bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md","e6deb22291f05a96e56f5cb3ab88eca3bb6df564208edd8fcc693d4c27139f29"
236
+ "md","step-03-customer-pain-points","bmm","bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md","ce7394a73a7d3dd627280a8bef0ed04c11e4036275acc4b50c666fd1d84172c4"
237
+ "md","step-03-epic-coverage-validation","bmm","bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md","2249eec5c324153e2f095b63b7d8e2418f5d567f914272e6c66d5aff393702aa"
238
+ "md","step-03-execute","bmm","bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md","0aaa3455234005d39e8f8150a44967c88c4908201264b83c589840963f4650c1"
239
+ "md","step-03-generate","bmm","bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md","b75fe471bad08f482a65b01f18fa35ef1c22b3151e7074ddae0e83cbf3484cab"
240
+ "md","step-03-integration-patterns","bmm","bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md","005d517a2f962e2172e26b23d10d5e6684c7736c0d3982e27b2e72d905814ad9"
241
+ "md","step-03-starter","bmm","bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md","535124eb8228ffa628fee5b2e89b9a66d4c2c5d29485c11ccc0d1062b6d674e2"
242
+ "md","step-03-success","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md","7b7b339c36ab34953dc542f48a3ed38da420078ee62bbf840a4cb939a3121567"
243
+ "md","step-03-users","bmm","bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md","7d3884a502341bd5912eac8b24af5bb961385f353b4a37cee916f0a2b2226b97"
244
+ "md","step-04-architectural-patterns","bmm","bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md","5ab115b67221be4182f88204b17578697136d8c11b7af21d91012d33ff84aafb"
245
+ "md","step-04-customer-decisions","bmm","bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md","17dde68d655f7c66b47ed59088c841d28d206ee02137388534b141d9a8465cf9"
246
+ "md","step-04-decisions","bmm","bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md","41829279a6ffec9b87870fc0a87e8738b529f07f47ec65dabd983e39d582f8b8"
247
+ "md","step-04-emotional-response","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md","45ff4c3e907f32c91d78f101a78b075f5731642628474c36b7e06c13fd9519e6"
248
+ "md","step-04-final-validation","bmm","bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md","b8ede22e5b49e7b76cff4af81e0e19b5067718ff8097b566916465c5c3c364a2"
249
+ "md","step-04-journeys","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md","ff297509882def062ab58de4ae922472dd05b562338689c8ac25a24bedad7dca"
250
+ "md","step-04-metrics","bmm","bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md","887af175137069fe498f1fd26db2995d1ad00d658cf15598846ae30d03ce0ce5"
251
+ "md","step-04-regulatory-focus","bmm","bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md","d22035529efe91993e698b4ebf297bf2e7593eb41d185a661c357a8afc08977b"
252
+ "md","step-04-review","bmm","bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md","5b00b9fb74f7c6c537759757aa1bcd548c957dbe7eccec7498c67609c4ea6026"
253
+ "md","step-04-self-check","bmm","bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md","8394655526fd40a140044795cbf4af243cda939c225a8e12ccc94c5a73c87e43"
254
+ "md","step-04-ux-alignment","bmm","bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md","2193be07720901b61ebc7ec80590f2ff07fcb9d4a0473741caaf9a581bf40ba7"
255
+ "md","step-05-adversarial-review","bmm","bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md","8df83437c1556acb342a71e8ba12d4075043daa530a8d532de01ab158175572a"
256
+ "md","step-05-competitive-analysis","bmm","bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md","ff6f606a80ffaf09aa325e38a4ceb321b97019e6542241b2ed4e8eb38b35efa8"
257
+ "md","step-05-domain","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md","af444794fffb622cd2d18604ed189cd2efe86c34626d16b5ac1c43b6c14ed551"
258
+ "md","step-05-epic-quality-review","bmm","bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md","8174d9579ce7300782ec55e4b35ca90131d5baaae02113b3fab0975094e2b645"
259
+ "md","step-05-implementation-research","bmm","bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md","55ae5ab81295c6d6e3694c1b89472abcd5cd562cf55a2b5fffdd167e15bee82b"
260
+ "md","step-05-inspiration","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md","74ea94822de791eb24f2e2ca39c3acf01a98b2184f23b1c980e2ada6fd11ae5e"
261
+ "md","step-05-patterns","bmm","bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md","b6bbca68efc7ff66d2f0fc39d8219898c63fd9c0923cb020ad8ac0d469e6fcff"
262
+ "md","step-05-scope","bmm","bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md","bd7f8878dd8058e1932151d8cbc468bfc2c6dadb0258d93ed967189d0629dff4"
263
+ "md","step-05-technical-trends","bmm","bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md","fd6c577010171679f630805eb76e09daf823c2b9770eb716986d01f351ce1fb4"
264
+ "md","step-06-complete","bmm","bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md","e78068b25bdf9f031e8548ee8763cfdc0e3216f4d715574fd22fdf0dd1c8a322"
265
+ "md","step-06-design-system","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md","6e3ead73073ef51ac952f4cf9491635e5d6825525a4af5d5cbf6e2675db69404"
266
+ "md","step-06-final-assessment","bmm","bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md","a71a1ccc6e19689c3a4c00cfc6901e4290ef17492bac61d3f08022756dd43592"
267
+ "md","step-06-innovation","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md","efdd55674bd8329a5d963396c841523d73ffebd168add77bc01425e478e22bc4"
268
+ "md","step-06-research-completion","bmm","bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md","30d5e14f39df193ebce952dfed2bd4009d68fe844e28ad3a29f5667382ebc6d2"
269
+ "md","step-06-research-synthesis","bmm","bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md","4c7727b8d3c6272c1b2b84ea58a67fc86cafab3472c0caf54e8b8cee3fa411fc"
270
+ "md","step-06-research-synthesis","bmm","bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md","5df66bbeecd345e829f06c4eb5bdecd572ca46aec8927bda8b97dbd5f5a34d6c"
271
+ "md","step-06-resolve-findings","bmm","bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md","a68a8c85b56dcfc385c19a94e26f0618965d623ac383033e8a4d2f4e3aeef77e"
272
+ "md","step-06-structure","bmm","bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md","716819821cf7e2a6ce5852785e86e2c77c9f8d1d24e08b86889854365a78e552"
273
+ "md","step-07-defining-experience","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md","89964c435273a08b3065732a23bc0c3bc1290ac2ecd9339d9ff2eb6ecb890b06"
274
+ "md","step-07-project-type","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md","325e9853015fb844fc80c0b7c00526d0107dcae9a1bfe3b57d956940fc9e29ba"
275
+ "md","step-07-validation","bmm","bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md","1305a67b660fcd61346de2bb8087547c8414f60381ba896762d71f6fa9cebeaf"
276
+ "md","step-08-complete","bmm","bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md","d310cab756a88caf4e31a4cfc0e8b49c32cd19a9249b6aeb1eb292748c9f5462"
277
+ "md","step-08-scoping","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md","8e043d237fb7d3af77b5375629dd4e47054832c98279024d66e090d48d766075"
278
+ "md","step-08-visual-foundation","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md","8aee1183b3c0e5f379e2c20512665e06ef1189d357ac9a845e3616be35a79c47"
279
+ "md","step-09-design-directions","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md","6ab5f1302ec43aed52f45a2842ae49dc4bd98b2d12109d5657c9f04e4b434f89"
280
+ "md","step-09-functional","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md","13ced8348b8bb0b7cd88f0400b538fabbcb1fb3c23525bf4fffb7ca9f4c37c8c"
281
+ "md","step-10-nonfunctional","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md","e37395a792ac3b81c635993c27748ebd6d781c755ed49e580cd7c78e5486a012"
282
+ "md","step-10-user-journeys","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md","30866f55e179d0985efcf57120e63dfbb1fa3ddb6fa9623c4ee0e0b9738f0467"
283
+ "md","step-11-component-strategy","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md","ed805fafa72fb703b1e89b3c59c0c2dbe99c3021e009858602a92cfb473727a6"
284
+ "md","step-11-polish","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md","935655a256562b6b3420c091a56067c34c35819343a78927ca138c9ea8b92a97"
285
+ "md","step-12-complete","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md","04e3bd5bd837f7d1f7df7a04644e9e4ff6f06f81d9e7fa2a1c550a13fb86cf33"
286
+ "md","step-12-ux-patterns","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md","d9bfabc5322aca6e2ba512fa6b39bcdac885b8010dd8c4768c10e33524a04b08"
287
+ "md","step-13-responsive-accessibility","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md","f9f2ae70026eb5524a372332632240cea765360ed90a47fea316a65cc3e0e7ce"
288
+ "md","step-14-complete","bmm","bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md","b0fb194349134a48704c5a9411cdc132bab50a2b6d61c5a70f527367b9c7849a"
289
+ "md","step-e-01-discovery","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md","2bc88c9480ac5986c06672533ab2080b1ee01086033c8e441a8c80551c8a99ee"
290
+ "md","step-e-01b-legacy-conversion","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md","e6bbe9020e6986a620fc0299a48e6c31c9d1ec14691df11be71baeb79837bc92"
291
+ "md","step-e-02-review","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md","b2660d88a445dc3f8f168f96ca92d4a1a36949e3b39fbf6cda5c77129636d9b1"
292
+ "md","step-e-03-edit","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md","dfcc3e4f0b1ec050d4985af04dc02b28174a995e95327ca01ae4b8cac10cc1e5"
293
+ "md","step-e-04-complete","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md","a1100f8639120311cbaf5a5a880db4e137216bc4bd0110b0926004107a99d3c3"
294
+ "md","step-v-01-discovery","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md","287c39e44b32faab52fb155a4a30ab3f31cf6ef5c599b8b15687e5bb3c97a447"
295
+ "md","step-v-02-format-detection","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md","251ea5a1cf7779db2dc39d5d8317976a27f84b421359c1974ae96c0943094341"
296
+ "md","step-v-02b-parity-check","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md","3481beae212bb0140c105d0ae87bb9714859c93a471048048512fd1278da2fcd"
297
+ "md","step-v-03-density-validation","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md","5b95ecd032fb65f86b7eee7ce7c30c997dc2a8b5e4846d88c2853538591a9e40"
298
+ "md","step-v-04-brief-coverage-validation","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md","97eb248c7d67e6e5121dd0b020409583998fba433799ea4c5c8cb40c7ff9c7c1"
299
+ "md","step-v-05-measurability-validation","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md","2f331ee6d4f174dec0e4b434bf7691bfcf3a13c6ee0c47a65989badaa6b6a28c"
300
+ "md","step-v-06-traceability-validation","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md","970ea67486211a611a701e1490ab7e8f2f98060a9f78760b6ebfdb9f37743c74"
301
+ "md","step-v-07-implementation-leakage-validation","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md","f75d1d808fdf3d61b15bea55418b82df747f45902b6b22fe541e83b4ea3fa465"
302
+ "md","step-v-08-domain-compliance-validation","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md","a1902baaf4eaaf946e5c2c2101a1ac46f8ee4397e599218b8dc030cd00c97512"
303
+ "md","step-v-09-project-type-validation","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md","d53e95264625335184284d3f9d0fc6e7674f67bdf97e19362fc33df4bea7f096"
304
+ "md","step-v-10-smart-validation","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md","22d48a72bc599f45bbf8c3e81d651d3a1265a6450866c0689bf287f43d7874a4"
305
+ "md","step-v-11-holistic-quality-validation","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md","1022a1454aadff28e39fd5fa71dd76d8eefccfe438b9ef517a19b44d935c0f5b"
306
+ "md","step-v-12-completeness-validation","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md","c966933a0ca3753db75591325cef4d4bdaf9639a1a63f9438758d32f7e1a1dda"
307
+ "md","step-v-13-report-complete","bmm","bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md","d2c29d3229e12ab33fd6e74c5e55d2726a98e3785f11bcd8431ce8d00033f7d4"
308
+ "md","tech-spec-template","bmm","bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md","6e0ac4991508fec75d33bbe36197e1576d7b2a1ea7ceba656d616e7d7dadcf03"
309
+ "md","template","bmm","bmm/workflows/4-implementation/create-story/template.md","29ba697368d77e88e88d0e7ac78caf7a78785a7dcfc291082aa96a62948afb67"
310
+ "md","ux-design-template","bmm","bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md","ffa4b89376cd9db6faab682710b7ce755990b1197a8b3e16b17748656d1fca6a"
311
+ "md","validation-report-prd-workflow","bmm","bmm/workflows/2-plan-workflows/create-prd/validation-report-prd-workflow.md","67a165adc70c6718a163fcfdaa81dfd71964a17714ed1509d7ee727fed98a227"
312
+ "md","workflow","bmm","bmm/workflows/1-analysis/create-product-brief/workflow.md","237de4850fa0b685e4362ff879b3d7041a90d22ba7ac0e5ba65939606a5195b0"
313
+ "md","workflow","bmm","bmm/workflows/1-analysis/research/workflow.md","0c7043392fbe53f1669e73f1f74b851ae78e60fefbe54ed7dfbb12409a22fe10"
314
+ "md","workflow","bmm","bmm/workflows/2-plan-workflows/create-prd/workflow.md","47aa7aa27a6348d49ac28e65bc493ed8d627084ac6e89d1eb22c1c92dad73466"
315
+ "md","workflow","bmm","bmm/workflows/2-plan-workflows/create-ux-design/workflow.md","5bbc43696d2ebb8c10b9b8788f087eee1884149912622c7985ef497e907b245e"
316
+ "md","workflow","bmm","bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md","b09fe2f0b5ee5b09d768aa65e41423855185b8f2eec82764aaa499e4b943ec98"
317
+ "md","workflow","bmm","bmm/workflows/3-solutioning/create-architecture/workflow.md","a7e3b50dbcc59b353ad98d1abd8ca83cb3767153837341985033170d10a729da"
318
+ "md","workflow","bmm","bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md","cf0b30d395487e9a4fb29ac36e2a998ad1e6b440d60a70d338019b0fd7b5a600"
319
+ "md","workflow","bmm","bmm/workflows/bmad-quick-flow/quick-dev/workflow.md","7e13f74e23f9de40ed15140b5cadb28a7462ad019dc345422b3aede59ad8e7f7"
320
+ "md","workflow","bmm","bmm/workflows/bmad-quick-flow/quick-spec/workflow.md","51a2a4f106b5f5d0f5bd72c3299fd35513b5fe4f2fe135c4696a756eb0b7b656"
321
+ "md","workflow","bmm","bmm/workflows/generate-project-context/workflow.md","0da857be1b7fb46fc29afba22b78a8b2150b17db36db68fd254ad925a20666aa"
322
+ "xml","instructions","bmm","bmm/workflows/4-implementation/code-review/instructions.xml","1a6f0ae7d69a5c27b09de3efab2b205a007b466976acdeeaebf7f3abec7feb68"
323
+ "xml","instructions","bmm","bmm/workflows/4-implementation/create-story/instructions.xml","38eae4b503711a162f55ccd41b770248581a4357cbbfe1cf1bb34520307ccd63"
324
+ "xml","instructions","bmm","bmm/workflows/4-implementation/dev-story/instructions.xml","396eba2694f455e9aa8f0e123b4147799e07205cfb666a411e8a5d0d4b6b5daa"
325
+ "yaml","config","bmm","bmm/config.yaml","1187cfdb3fdef0c7e4ea3d059f7daee175addf11a4d7a61294985175d1f49841"
326
+ "yaml","deep-dive","bmm","bmm/workflows/document-project/workflows/deep-dive.yaml","a16b5d121604ca00fffdcb04416daf518ec2671a3251b7876c4b590d25d96945"
327
+ "yaml","excalidraw-templates","bmm","bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml","ca6e4ae85b5ab16df184ce1ddfdf83b20f9540db112ebf195cb793017f014a70"
328
+ "yaml","full-scan","bmm","bmm/workflows/document-project/workflows/full-scan.yaml","8ba79b190733006499515d9d805f4eacd90a420ffc454e04976948c114806c25"
329
+ "yaml","sprint-status-template","bmm","bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml","0d7fe922f21d4f00e538c265ff90e470c3e2eca761e663d84b7a1320b2f25980"
330
+ "yaml","team-fullstack","bmm","bmm/teams/team-fullstack.yaml","da8346b10dfad8e1164a11abeb3b0a84a1d8b5f04e01e8490a44ffca477a1b96"
331
+ "yaml","workflow","bmm","bmm/workflows/4-implementation/code-review/workflow.yaml","8879bd2ea2da2c444eac9f4f8bf4f2d58588cdbc92aee189c04d4d926ea7b43d"
332
+ "yaml","workflow","bmm","bmm/workflows/4-implementation/correct-course/workflow.yaml","c7b771ee3043c2622499e197147e33c77bca478a31091fae619e04cf628fef5e"
333
+ "yaml","workflow","bmm","bmm/workflows/4-implementation/create-story/workflow.yaml","45dabb40eeacc64c550cee65886841ebdb27c6519a561f6321dc61d9a3775dd1"
334
+ "yaml","workflow","bmm","bmm/workflows/4-implementation/dev-story/workflow.yaml","270cb47b01e5a49d497c67f2c2605b808a943daf2b34ee60bc726ff78ac217b3"
335
+ "yaml","workflow","bmm","bmm/workflows/4-implementation/retrospective/workflow.yaml","03433aa3f0d5b4b388d31b9bee1ac5cb5ca78e15bb4d44746766784a3ba863d2"
336
+ "yaml","workflow","bmm","bmm/workflows/4-implementation/sprint-planning/workflow.yaml","0d280ccde9e9932e4e683d23d6d3522b19289b17ee2466c58f16299fad5a3aea"
337
+ "yaml","workflow","bmm","bmm/workflows/4-implementation/sprint-status/workflow.yaml","d04516040d08f01f71fe31658d139ac3dad30b7ad748e959e4a9fb0a8e755858"
338
+ "yaml","workflow","bmm","bmm/workflows/document-project/workflow.yaml","82e731ea08217480958a75304558e767654d8a8262c0ec1ed91e81afd3135ed5"
339
+ "yaml","workflow","bmm","bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml","a845be912077a9c80fb3f3e2950c33b99139a2ae22db9c006499008ec2fa3851"
340
+ "yaml","workflow","bmm","bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml","bac0e13f796b4a4bb2a3909ddef230f0cd1712a0163b6fe72a2966eed8fc87a9"
341
+ "yaml","workflow","bmm","bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml","a8f6e3680d2ec51c131e5cd57c9705e5572fe3e08c536174da7175e07cce0c5d"
342
+ "yaml","workflow","bmm","bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml","88ce19aff63a411583756cd0254af2000b6aac13071204dc9aef61aa137a51ef"
343
+ "yaml","workflow","bmm","bmm/workflows/qa/automate/workflow.yaml","670d28da3e20a445ae08ab3e907eaf3eaf13d9a08c4b26244344a0fd8f54a399"
344
+ "csv","default-party","cis","cis/teams/default-party.csv","464310e738ec38cf8114552e8274f6c517a17db0e0b176d494ab50154ba982d5"
345
+ "csv","design-methods","cis","cis/workflows/design-thinking/design-methods.csv","6735e9777620398e35b7b8ccb21e9263d9164241c3b9973eb76f5112fb3a8fc9"
346
+ "csv","innovation-frameworks","cis","cis/workflows/innovation-strategy/innovation-frameworks.csv","9a14473b1d667467172d8d161e91829c174e476a030a983f12ec6af249c4e42f"
347
+ "csv","module-help","cis","cis/module-help.csv","3819767970ffea9166182aa3ce51aae1aef7f42c85af5962c8198676d92db07d"
348
+ "csv","solving-methods","cis","cis/workflows/problem-solving/solving-methods.csv","aa15c3a862523f20c199600d8d4d0a23fce1001010d7efc29a71abe537d42995"
349
+ "csv","story-types","cis","cis/workflows/storytelling/story-types.csv","ec5a3c713617bf7e2cf7db439303dd8f3363daa2f6db20a350c82260ade88bdb"
350
+ "md","instructions","cis","cis/workflows/design-thinking/instructions.md","496c15117fb54314f3e1e8e57dfd2fe8e787281e5ba046b7a063d8c6f1f18d40"
351
+ "md","instructions","cis","cis/workflows/innovation-strategy/instructions.md","ad4be7be6fa5dd2abd9cc59bd7ec0af396d6a6b8c83d21dbbb769f1b6a2b22db"
352
+ "md","instructions","cis","cis/workflows/problem-solving/instructions.md","959b98b8b8c4df5b10d1f28177b571e5f022d1594f4c060571a60aae8a716263"
353
+ "md","instructions","cis","cis/workflows/storytelling/instructions.md","c9fd0927719c2f9de202c60b1835fd7618e2dcfb34de1845bfb907e7656fa64c"
354
+ "md","README","cis","cis/workflows/README.md","1f6a9ebc342e6f48a74db106d7fdc903fe48720a2cb2160902b1b563c78b2d1d"
355
+ "md","README","cis","cis/workflows/design-thinking/README.md","0a38f88352dc4674f6e1f55a67ffebf403bf329c874a21a49ce7834c08f91f62"
356
+ "md","README","cis","cis/workflows/innovation-strategy/README.md","820a9e734fadf2cfac94d499cec2e4b41a54d054c0d2f6b9819da319beee4fb9"
357
+ "md","README","cis","cis/workflows/problem-solving/README.md","a5e75b9899751d7aabffcf65785f10d4d2e0455f8c7c541e8a143e3babceca8b"
358
+ "md","README","cis","cis/workflows/storytelling/README.md","1bad4223dce51cb5a7ab8c116467f78037a4583d3a840210ee2f160ad15b71ee"
359
+ "md","template","cis","cis/workflows/design-thinking/template.md","7834c387ac0412c841b49a9fcdd8043f5ce053e5cb26993548cf4d31b561f6f0"
360
+ "md","template","cis","cis/workflows/innovation-strategy/template.md","e59bd789df87130bde034586d3e68bf1847c074f63d839945e0c29b1d0c85c82"
361
+ "md","template","cis","cis/workflows/problem-solving/template.md","6c9efd7ac7b10010bd9911db16c2fbdca01fb0c306d871fa6381eef700b45608"
362
+ "md","template","cis","cis/workflows/storytelling/template.md","461981aa772ef2df238070cbec90fc40995df2a71a8c22225b90c91afed57452"
363
+ "yaml","config","cis","cis/config.yaml","80364efc0b1b0ca83dea72e1a41ac69312d521e858ae64005712f61f10e54fd3"
364
+ "yaml","creative-squad","cis","cis/teams/creative-squad.yaml","25407cf0ebdf5b10884cd03c86068e04715ef270ada93a3b64cb9907b62c71cf"
365
+ "yaml","workflow","cis","cis/workflows/design-thinking/workflow.yaml","1feb8900e6716125af1ef533bcc54659670de0a3e44ff66348518423c5e7a7fb"
366
+ "yaml","workflow","cis","cis/workflows/innovation-strategy/workflow.yaml","37b5e7f7d89999c85591bd5d95bfe2617f7690cfb8f0e1064803ec307a56eaaa"
367
+ "yaml","workflow","cis","cis/workflows/problem-solving/workflow.yaml","481e5e24f9661df5111404f494739557795d7379456b20c4f5a925b6a0b97fae"
368
+ "yaml","workflow","cis","cis/workflows/storytelling/workflow.yaml","3c8ad0a45f4f3c55896629b4cc11c165ff82febbb25c13214ca28aa3ef0f31cd"
369
+ "csv","brain-methods","core","core/workflows/brainstorming/brain-methods.csv","0ab5878b1dbc9e3fa98cb72abfc3920a586b9e2b42609211bb0516eefd542039"
370
+ "csv","methods","core","core/workflows/advanced-elicitation/methods.csv","e08b2e22fec700274982e37be608d6c3d1d4d0c04fa0bae05aa9dba2454e6141"
371
+ "csv","module-help","core","core/module-help.csv","4227d475748e8067aeae3e1a67d7b6235c109da13b2ef9131db930083dcb348d"
372
+ "md","excalidraw-helpers","core","core/resources/excalidraw/excalidraw-helpers.md","37f18fa0bd15f85a33e7526a2cbfe1d5a9404f8bcb8febc79b782361ef790de4"
373
+ "md","help","core","core/tasks/help.md","66cca226bb89bc57378d2099b910301df00972ce185ecc0d9ffc1369316d8df0"
374
+ "md","library-loader","core","core/resources/excalidraw/library-loader.md","7837112bd0acb5906870dff423a21564879d49c5322b004465666a42c52477ab"
375
+ "md","README","core","core/resources/excalidraw/README.md","72de8325d7289128f1c8afb3b0eea867ba90f4c029ca42e66a133cd9f92c285d"
376
+ "md","step-01-agent-loading","core","core/workflows/party-mode/steps/step-01-agent-loading.md","04ab6b6247564f7edcd5c503f5ca7d27ae688b09bbe2e24345550963a016e9f9"
377
+ "md","step-01-session-setup","core","core/workflows/brainstorming/steps/step-01-session-setup.md","bc09cc22a0465b316ff3c13903b753768fa31d83abd3f9fc328631db63dc0cf8"
378
+ "md","step-01b-continue","core","core/workflows/brainstorming/steps/step-01b-continue.md","d76a406e0ff0a0e58006ec671b56f19a059e98cfebba4c0724ae6ccdd9303e7f"
379
+ "md","step-02-discussion-orchestration","core","core/workflows/party-mode/steps/step-02-discussion-orchestration.md","a8a79890bd03237e20f1293045ecf06f9a62bc590f5c2d4f88e250cee40abb0b"
380
+ "md","step-02a-user-selected","core","core/workflows/brainstorming/steps/step-02a-user-selected.md","558b162466745b92687a5d6e218f243a98436dd177b2d5544846c5ff4497cc94"
381
+ "md","step-02b-ai-recommended","core","core/workflows/brainstorming/steps/step-02b-ai-recommended.md","99aa935279889f278dcb2a61ba191600a18e9db356dd8ce62f0048d3c37c9531"
382
+ "md","step-02c-random-selection","core","core/workflows/brainstorming/steps/step-02c-random-selection.md","f188c260c321c7f026051fefcd267a26ee18ce2a07f64bab7f453c0c3e483316"
383
+ "md","step-02d-progressive-flow","core","core/workflows/brainstorming/steps/step-02d-progressive-flow.md","a28c7a3edf34ceb0eea203bf7dc80f39ca04974f6d1ec243f0a088281b2e55de"
384
+ "md","step-03-graceful-exit","core","core/workflows/party-mode/steps/step-03-graceful-exit.md","f2ecd702902a5e7baeea66be43a58917591f8e37a862b4e7449b536309a4de67"
385
+ "md","step-03-technique-execution","core","core/workflows/brainstorming/steps/step-03-technique-execution.md","9e6abceec5f774c57cd5205e30a1f24a95441131dbffcae9c3dce72111f95ceb"
386
+ "md","step-04-idea-organization","core","core/workflows/brainstorming/steps/step-04-idea-organization.md","5224490c33bf4b23b2897f3bcf12abe0b1ced306541dd60c21df0ce9fc65d1ac"
387
+ "md","template","core","core/workflows/brainstorming/template.md","5c99d76963eb5fc21db96c5a68f39711dca7c6ed30e4f7d22aedee9e8bb964f9"
388
+ "md","validate-json-instructions","core","core/resources/excalidraw/validate-json-instructions.md","0970bac93d52b4ee591a11998a02d5682e914649a40725d623489c77f7a1e449"
389
+ "md","workflow","core","core/workflows/brainstorming/workflow.md","7d7f957ccd176faed2551e3089abfa49032963e980b5643d9384690af3d61203"
390
+ "md","workflow","core","core/workflows/party-mode/workflow.md","f8537e152df8db331d86e2a37e5ced55bccff3a71e290f82eb754d28c0c9ec08"
391
+ "xml","editorial-review-prose","core","core/tasks/editorial-review-prose.xml","ca56974053b5488f405d81a9ab9950d354005edf359f1c7a99db723d6bba6b79"
392
+ "xml","editorial-review-structure","core","core/tasks/editorial-review-structure.xml","ed013de6c1bf03bcd1d0a45931fda7056251b9f2e336ad48e1320f20801f667c"
393
+ "xml","index-docs","core","core/tasks/index-docs.xml","13ffd40ccaed0f05b35e4f22255f023e77a6926e8a2f01d071b0b91a4c942812"
394
+ "xml","review-adversarial-general","core","core/tasks/review-adversarial-general.xml","2293a91809f515633072e31488c60e1ce9a12b9112b6a0bbc116ae4507b4d495"
395
+ "xml","shard-doc","core","core/tasks/shard-doc.xml","dd4c834b62f9d7fbe4970d10a9c075fe9408195b0ee4c32bbdb699227d45a808"
396
+ "xml","workflow","core","core/tasks/workflow.xml","b6b034a0cd8d44546671d3c88d7bbae7f7c77e00199d6005d4d8e46c631b2219"
397
+ "xml","workflow","core","core/workflows/advanced-elicitation/workflow.xml","063e6aab417f9cc67ae391b1d89ba972fc890c123f8101b7180496d413a63d81"
398
+ "yaml","config","core","core/config.yaml","6a03d539c05999ad8b4cac9e865625ceaa8b150aa50ce59e8d96e578e3041c27"
399
+ "csv","default-party","tea","tea/teams/default-party.csv","b41cb24a2367b6d856c14f955d59b3e924ebead6c7a5ffba0d5c4c1d02cae0fb"
400
+ "csv","module-help","tea","tea/module-help.csv","07ef2181eadbc00f2f703fed51e3a4aa955def9cad2609e830d9c960d73045b3"
401
+ "csv","tea-index","tea","tea/testarch/tea-index.csv","612e283e9605b0e8c3a8d5d0f9039a34a50274fae531322d504653e9a83f3af8"
402
+ "md","adr-quality-readiness-checklist","tea","tea/testarch/knowledge/adr-quality-readiness-checklist.md","d5f5c2917e8bcc82517640d5354f85fcdf9f5975b093c1ec768c3d17ee634292"
403
+ "md","api-request","tea","tea/testarch/knowledge/api-request.md","c12a7fe2dfec4919a259e5970a9621559f1e5769a711c4774e75df77805deb09"
404
+ "md","api-testing-patterns","tea","tea/testarch/knowledge/api-testing-patterns.md","26c8fdb9abcb91f96122091dcc9e9e6e4a1a08288f331102354a44c6aca3b05f"
405
+ "md","atdd-checklist-template","tea","tea/workflows/testarch/atdd/atdd-checklist-template.md","2bd0818aa0593f3302420dcfcbdf307203311bfb0d8ce127983d642813ba01c1"
406
+ "md","auth-session","tea","tea/testarch/knowledge/auth-session.md","2b3de2a9468caf85f0e47ba9d79b142f424b6c10e3a342c264f1cf73d2f70ddc"
407
+ "md","burn-in","tea","tea/testarch/knowledge/burn-in.md","5ba3d2abe6b961e5bc3948ab165e801195bff3ee6e66569c00c219b484aa4b5d"
408
+ "md","certificate-template","tea","tea/workflows/testarch/teach-me-testing/templates/certificate-template.md","66a453fdad4cbb9228653a1790683bd1d35a01a544d9f5ca15f26b6b1a658d86"
409
+ "md","checklist","tea","tea/workflows/testarch/atdd/checklist.md","d86b1718207a7225e57bc9ac281dc78f22806ac1bfdb9d770ac5dccf7ed8536b"
410
+ "md","checklist","tea","tea/workflows/testarch/automate/checklist.md","3a8f47b83ad8eff408f7126f7729d4b930738bf7d03b0caea91d1ef49aeb19ee"
411
+ "md","checklist","tea","tea/workflows/testarch/ci/checklist.md","3e4dbd8abfe142cbc5886e613d755aec99e7db676dc23645374e9d9047d33449"
412
+ "md","checklist","tea","tea/workflows/testarch/framework/checklist.md","f32b799afe9a73ca26a2ae7671f3656000cc6c45592c44e37a5dbb56142d65c8"
413
+ "md","checklist","tea","tea/workflows/testarch/nfr-assess/checklist.md","1f070e990c0778b2066f05c31f94c9ddcb97a695e7ae8322b4f487f75fe62d57"
414
+ "md","checklist","tea","tea/workflows/testarch/teach-me-testing/checklist.md","8ae9620ee1d25e3758be40e05e1ec0e5f8d06f47b9a8c77ae1e2eb965d9b3ff0"
415
+ "md","checklist","tea","tea/workflows/testarch/test-design/checklist.md","d2171f7b92305817febde72b524240c193a45c4048e5733bd083610dcf0ab637"
416
+ "md","checklist","tea","tea/workflows/testarch/test-review/checklist.md","e39f2fb9c2dbfd158e5b5c1602fd15d5dbd3b0f0616d171e0551c356c92416f9"
417
+ "md","checklist","tea","tea/workflows/testarch/trace/checklist.md","6ed7bfcaebe8f11c7d5260a3fd9a1ed912da1e7417924a21c8d170a61eb8e761"
418
+ "md","ci-burn-in","tea","tea/testarch/knowledge/ci-burn-in.md","4cdcf7b576dae8b5cb591a6fad69674f65044a0dc72ea57d561623dac93ec475"
419
+ "md","component-tdd","tea","tea/testarch/knowledge/component-tdd.md","88bd1f9ca1d5bcd1552828845fe80b86ff3acdf071bac574eda744caf7120ef8"
420
+ "md","contract-testing","tea","tea/testarch/knowledge/contract-testing.md","d8f662c286b2ea4772213541c43aebef006ab6b46e8737ebdc4a414621895599"
421
+ "md","data-factories","tea","tea/testarch/knowledge/data-factories.md","d7428fe7675da02b6f5c4c03213fc5e542063f61ab033efb47c1c5669b835d88"
422
+ "md","email-auth","tea","tea/testarch/knowledge/email-auth.md","43f4cc3138a905a91f4a69f358be6664a790b192811b4dfc238188e826f6b41b"
423
+ "md","error-handling","tea","tea/testarch/knowledge/error-handling.md","8a314eafb31e78020e2709d88aaf4445160cbefb3aba788b62d1701557eb81c1"
424
+ "md","feature-flags","tea","tea/testarch/knowledge/feature-flags.md","f6db7e8de2b63ce40a1ceb120a4055fbc2c29454ad8fca5db4e8c065d98f6f49"
425
+ "md","file-utils","tea","tea/testarch/knowledge/file-utils.md","7d1092930118fb160b9c0a4a48c398d9b08bb909d1e2432662d8e81e1e3b0087"
426
+ "md","fixture-architecture","tea","tea/testarch/knowledge/fixture-architecture.md","a3b6c1bcaf5e925068f3806a3d2179ac11dde7149e404bc4bb5602afb7392501"
427
+ "md","fixtures-composition","tea","tea/testarch/knowledge/fixtures-composition.md","8e57a897663a272fd603026aeec76941543c1e09d129e377846726fd405f3a5a"
428
+ "md","instructions","tea","tea/workflows/testarch/atdd/instructions.md","1e57000568517f420d779219bedcc5e49e79fb7ba960464f2d8ffd891afc3965"
429
+ "md","instructions","tea","tea/workflows/testarch/automate/instructions.md","b085c1db7153684deee4d132d1c757f7eae602e76ee767a126709436ee76f3f2"
430
+ "md","instructions","tea","tea/workflows/testarch/ci/instructions.md","67d58e27cf01b24ca4f69e3317d6ec26e6b064a6821bd24f3b6a08f5c0d06cc0"
431
+ "md","instructions","tea","tea/workflows/testarch/framework/instructions.md","56fc1a04447b394021714c8de9dd0599c0216dc07a97f04c05b660e4d30db5bf"
432
+ "md","instructions","tea","tea/workflows/testarch/nfr-assess/instructions.md","569193578b80dc7ca8b8e51c38d848f3cf54518cb90526f8309c05aba642c822"
433
+ "md","instructions","tea","tea/workflows/testarch/teach-me-testing/instructions.md","d7f22d031a0d4108d884014113ce32a3822b7224df5af7e76953162fc7c326da"
434
+ "md","instructions","tea","tea/workflows/testarch/test-design/instructions.md","64c64fc46b1efe2e89e944dae2b80b529545f0c717b80fb98ce1801fa64e34a3"
435
+ "md","instructions","tea","tea/workflows/testarch/test-review/instructions.md","8bfc2fd6f98487b57cf938dd1a1bdadda2afb418c4be881631389292c73cc661"
436
+ "md","instructions","tea","tea/workflows/testarch/trace/instructions.md","0962f8593a452d9c5901c9fe1e32f076d94025f3c1521ece376f67179ed23c38"
437
+ "md","intercept-network-call","tea","tea/testarch/knowledge/intercept-network-call.md","ac8213cc28a9f9c452a6fb419356dd1d66ce495d7f29d188fcb1bb51456ba869"
438
+ "md","log","tea","tea/testarch/knowledge/log.md","54b09992275e1ab361bf109b342a7d487cbb5bafa4e9cc48b320a1a5eb11857f"
439
+ "md","network-error-monitor","tea","tea/testarch/knowledge/network-error-monitor.md","c9041fd4af8162580a12c7adad79fdf7539fae7d6717fe7dace05e851c1b734c"
440
+ "md","network-first","tea","tea/testarch/knowledge/network-first.md","2920e58e145626f5505bcb75e263dbd0e6ac79a8c4c2ec138f5329e06a6ac014"
441
+ "md","network-recorder","tea","tea/testarch/knowledge/network-recorder.md","ebd7a63b5834d69c75a826d775d86d466e0a0e4393101452198fe39da44772a6"
442
+ "md","nfr-criteria","tea","tea/testarch/knowledge/nfr-criteria.md","e63cee4a0193e4858c8f70ff33a497a1b97d13a69da66f60ed5c9a9853025aa1"
443
+ "md","nfr-report-template","tea","tea/workflows/testarch/nfr-assess/nfr-report-template.md","fcd335868334cbbdd10ad929b2d17edccd071f60adb80b959d6b3edab55e9995"
444
+ "md","overview","tea","tea/testarch/knowledge/overview.md","ba667e89ab108833a47a237713cbcc3e4a4e36e3fb57f3de14f3f4634605b1de"
445
+ "md","playwright-config","tea","tea/testarch/knowledge/playwright-config.md","42516511104a7131775f4446196cf9e5dd3295ba3272d5a5030660b1dffaa69f"
446
+ "md","probability-impact","tea","tea/testarch/knowledge/probability-impact.md","446dba0caa1eb162734514f35366f8c38ed3666528b0b5e16c7f03fd3c537d0f"
447
+ "md","README","tea","tea/workflows/testarch/README.md","ce9f0d08b3c3de3d506b7bd2430941833f8618ba490ca613cafb4a32c69741dd"
448
+ "md","recurse","tea","tea/testarch/knowledge/recurse.md","7937897b8d8fd74ab647634fb549ba9344e86d39f9a705e8731a7531e51ad726"
449
+ "md","risk-governance","tea","tea/testarch/knowledge/risk-governance.md","2fa2bc3979c4f6d4e1dec09facb2d446f2a4fbc80107b11fc41cbef2b8d65d68"
450
+ "md","selective-testing","tea","tea/testarch/knowledge/selective-testing.md","c14c8e1bcc309dbb86a60f65bc921abf5a855c18a753e0c0654a108eb3eb1f1c"
451
+ "md","selector-resilience","tea","tea/testarch/knowledge/selector-resilience.md","a55c25a340f1cd10811802665754a3f4eab0c82868fea61fea9cc61aa47ac179"
452
+ "md","session-notes-template","tea","tea/workflows/testarch/teach-me-testing/templates/session-notes-template.md","bdcc8dac35ed5ce2c7a95ab0fd55b2dfa27e3173ed1f5d78e44f8755514e1c70"
453
+ "md","step-01-assess","tea","tea/workflows/testarch/atdd/steps-e/step-01-assess.md","a98e5d250cd980cbe6bdc33682763512622eee8db3610d42f85e621df6eecf2d"
454
+ "md","step-01-assess","tea","tea/workflows/testarch/automate/steps-e/step-01-assess.md","a98e5d250cd980cbe6bdc33682763512622eee8db3610d42f85e621df6eecf2d"
455
+ "md","step-01-assess","tea","tea/workflows/testarch/ci/steps-e/step-01-assess.md","a98e5d250cd980cbe6bdc33682763512622eee8db3610d42f85e621df6eecf2d"
456
+ "md","step-01-assess","tea","tea/workflows/testarch/framework/steps-e/step-01-assess.md","a98e5d250cd980cbe6bdc33682763512622eee8db3610d42f85e621df6eecf2d"
457
+ "md","step-01-assess","tea","tea/workflows/testarch/nfr-assess/steps-e/step-01-assess.md","a98e5d250cd980cbe6bdc33682763512622eee8db3610d42f85e621df6eecf2d"
458
+ "md","step-01-assess","tea","tea/workflows/testarch/test-design/steps-e/step-01-assess.md","a98e5d250cd980cbe6bdc33682763512622eee8db3610d42f85e621df6eecf2d"
459
+ "md","step-01-assess","tea","tea/workflows/testarch/test-review/steps-e/step-01-assess.md","a98e5d250cd980cbe6bdc33682763512622eee8db3610d42f85e621df6eecf2d"
460
+ "md","step-01-assess","tea","tea/workflows/testarch/trace/steps-e/step-01-assess.md","a98e5d250cd980cbe6bdc33682763512622eee8db3610d42f85e621df6eecf2d"
461
+ "md","step-01-detect-mode","tea","tea/workflows/testarch/test-design/steps-c/step-01-detect-mode.md","cdecf026ed2d5215603932fbbc5a7304520a94d1ff1e3528abbc8ab3cd3f78e6"
462
+ "md","step-01-init","tea","tea/workflows/testarch/teach-me-testing/steps-c/step-01-init.md","9a4ac8b773ebf75653d648d668a58c21d7e8ebae979e1dfd1a04e1bafb2eeaa9"
463
+ "md","step-01-load-context","tea","tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md","ad018a42b9271a87ad84fc6b1ce51bf0aa64f5c075cb24ab7bce414cb46e8554"
464
+ "md","step-01-load-context","tea","tea/workflows/testarch/test-review/steps-c/step-01-load-context.md","f949ad669d0bb7077f576784c193f789c9b9a3f0ac56f32ce02efe530c5be054"
465
+ "md","step-01-load-context","tea","tea/workflows/testarch/trace/steps-c/step-01-load-context.md","ff5fcf453f1d580454d76790f3c68e835776dd37758e88dd347ab4e9bec3a958"
466
+ "md","step-01-preflight","tea","tea/workflows/testarch/ci/steps-c/step-01-preflight.md","124a91a704d31f3b5db8ca227f0e6f6bbe5e6c9e4d758af9efa70287d4074f5b"
467
+ "md","step-01-preflight","tea","tea/workflows/testarch/framework/steps-c/step-01-preflight.md","fabe1f61262c1fe54fa4c2f61b06348408ceb10e760d096d55cfbee8399455df"
468
+ "md","step-01-preflight-and-context","tea","tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md","5abb525237a9e5fbf65a7c78e86c5e9a284079707c0f00852ec8c32d25bcbd33"
469
+ "md","step-01-preflight-and-context","tea","tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md","cf7660ec2ecb98e69fedcb7151745ccd24057a28094b1ba083d2d95ca73f0dc4"
470
+ "md","step-01-validate","tea","tea/workflows/testarch/atdd/steps-v/step-01-validate.md","68fac847556a8710a7dcbe0cbf658513f3b2cb9497e124cd3039dc0bc8b8d211"
471
+ "md","step-01-validate","tea","tea/workflows/testarch/automate/steps-v/step-01-validate.md","08156c005fd050b68fa379fa69a2306428a966a54819152aed67e4fb7702730c"
472
+ "md","step-01-validate","tea","tea/workflows/testarch/ci/steps-v/step-01-validate.md","ee47db60bb0d41736ed840ce063f148402311c215c1b059f3eacee4e140d6174"
473
+ "md","step-01-validate","tea","tea/workflows/testarch/framework/steps-v/step-01-validate.md","b98877307ce10ab587e33f1be58489a0613344b218fee706d08283828bfd2787"
474
+ "md","step-01-validate","tea","tea/workflows/testarch/nfr-assess/steps-v/step-01-validate.md","796d279e68e27c2b2f9bc02bb86418e0f568a6a422a34cfb051955ec8906e915"
475
+ "md","step-01-validate","tea","tea/workflows/testarch/test-design/steps-v/step-01-validate.md","8b086be071225383968abf113da9c94f10d02b3d7d570db9821eaac519db3880"
476
+ "md","step-01-validate","tea","tea/workflows/testarch/test-review/steps-v/step-01-validate.md","8b80353ae35676b89290cd9cec3ac1b17ef1f0d35a026a2f5ab58a06ee593582"
477
+ "md","step-01-validate","tea","tea/workflows/testarch/trace/steps-v/step-01-validate.md","7fe08ad95b0d440bdb9a4b0ab65b08aaaf023b8d13e254d7277862ab64928656"
478
+ "md","step-01b-continue","tea","tea/workflows/testarch/teach-me-testing/steps-c/step-01b-continue.md","6640cc4b88a8c52655491546fedd4e41396e81ec1f635ce8679f96a350921537"
479
+ "md","step-02-apply-edit","tea","tea/workflows/testarch/atdd/steps-e/step-02-apply-edit.md","053a6c2c2a7605a0fb942e2f72c0a52e46eab993cf100883a3f40d2eb271b612"
480
+ "md","step-02-apply-edit","tea","tea/workflows/testarch/automate/steps-e/step-02-apply-edit.md","053a6c2c2a7605a0fb942e2f72c0a52e46eab993cf100883a3f40d2eb271b612"
481
+ "md","step-02-apply-edit","tea","tea/workflows/testarch/ci/steps-e/step-02-apply-edit.md","053a6c2c2a7605a0fb942e2f72c0a52e46eab993cf100883a3f40d2eb271b612"
482
+ "md","step-02-apply-edit","tea","tea/workflows/testarch/framework/steps-e/step-02-apply-edit.md","053a6c2c2a7605a0fb942e2f72c0a52e46eab993cf100883a3f40d2eb271b612"
483
+ "md","step-02-apply-edit","tea","tea/workflows/testarch/nfr-assess/steps-e/step-02-apply-edit.md","053a6c2c2a7605a0fb942e2f72c0a52e46eab993cf100883a3f40d2eb271b612"
484
+ "md","step-02-apply-edit","tea","tea/workflows/testarch/test-design/steps-e/step-02-apply-edit.md","053a6c2c2a7605a0fb942e2f72c0a52e46eab993cf100883a3f40d2eb271b612"
485
+ "md","step-02-apply-edit","tea","tea/workflows/testarch/test-review/steps-e/step-02-apply-edit.md","053a6c2c2a7605a0fb942e2f72c0a52e46eab993cf100883a3f40d2eb271b612"
486
+ "md","step-02-apply-edit","tea","tea/workflows/testarch/trace/steps-e/step-02-apply-edit.md","053a6c2c2a7605a0fb942e2f72c0a52e46eab993cf100883a3f40d2eb271b612"
487
+ "md","step-02-assess","tea","tea/workflows/testarch/teach-me-testing/steps-c/step-02-assess.md","21a2f9f2ef55cc191ccf840cc25df325b21b339244d8ab7dd5649dd3d3b33878"
488
+ "md","step-02-define-thresholds","tea","tea/workflows/testarch/nfr-assess/steps-c/step-02-define-thresholds.md","369d260bfa07f59ec1cebba76dbe4226be4ed1cb56b94d35559149ad88d54fa2"
489
+ "md","step-02-discover-tests","tea","tea/workflows/testarch/test-review/steps-c/step-02-discover-tests.md","dd48f7a62df927594864f6f0b187e04cf4d5acac46080c37e9838c5ed343d2f7"
490
+ "md","step-02-discover-tests","tea","tea/workflows/testarch/trace/steps-c/step-02-discover-tests.md","a5586f3f68a540bb45a65c473c1bbeb8426708aa7fdbe2612e65d48a412defa9"
491
+ "md","step-02-generate-pipeline","tea","tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md","7f846b0c986f53275ed4c2450aa45f4910d524ef67550dc7a7e5171988db8bbc"
492
+ "md","step-02-generation-mode","tea","tea/workflows/testarch/atdd/steps-c/step-02-generation-mode.md","260a39c13bf49ccd1f3276406b21411a7d596902fa575a8d5dbf96fe3e901677"
493
+ "md","step-02-identify-targets","tea","tea/workflows/testarch/automate/steps-c/step-02-identify-targets.md","61a0f1d9732424bc88aadac0010cd8baec908d856d1498248423fc105ca94eed"
494
+ "md","step-02-load-context","tea","tea/workflows/testarch/test-design/steps-c/step-02-load-context.md","f058bedbef4e644421558018e51e34c4551b32d864aaf1d070379e33a998539d"
495
+ "md","step-02-select-framework","tea","tea/workflows/testarch/framework/steps-c/step-02-select-framework.md","cd3d066b14341638a9c1760ba616594bc8e8f26b502d4c8aa0d95186b4f09e17"
496
+ "md","step-03-configure-quality-gates","tea","tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md","4bebf3c3e376e572617a8b353778b6e621789f1975bbb0f0bdcaa9c71fc4ebd6"
497
+ "md","step-03-gather-evidence","tea","tea/workflows/testarch/nfr-assess/steps-c/step-03-gather-evidence.md","63d46cd802c76132e27d71eaf8d93b9e32c1c0d34114f9b86e10c90235c76c13"
498
+ "md","step-03-generate-tests","tea","tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md","c12669585c72ab1733798071df8f4fa4901b6cf40c85006e1d87fff167056a37"
499
+ "md","step-03-map-criteria","tea","tea/workflows/testarch/trace/steps-c/step-03-map-criteria.md","1f2f63e43fe2b588663c01745b88c5e4f0c68a1ac7213e257b648107e5aa942a"
500
+ "md","step-03-quality-evaluation","tea","tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md","8d2d2aaa84ca5b1c654d1d3aba324ae384b6ce3bc1183a15ecf8c0ef043fd7c7"
501
+ "md","step-03-risk-and-testability","tea","tea/workflows/testarch/test-design/steps-c/step-03-risk-and-testability.md","3c0b4ac9546aa8ae8946bea9c0b6c0ddae0f95b32adc3599936d25f0bde229c6"
502
+ "md","step-03-scaffold-framework","tea","tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md","ddedbea1bd178916c243b0811989ec6f92fcd4024810042952a8a933171434e1"
503
+ "md","step-03-session-menu","tea","tea/workflows/testarch/teach-me-testing/steps-c/step-03-session-menu.md","1d75818a9d8bc7a8ad49786b294c4ea4a8dde21f2faa2516eea3c7da1f49efa3"
504
+ "md","step-03-test-strategy","tea","tea/workflows/testarch/atdd/steps-c/step-03-test-strategy.md","e78b13a4f825a6c25aa7d1fc067cfd6516579b593ddd929ddaf5c3663e6a98b2"
505
+ "md","step-03a-subprocess-api","tea","tea/workflows/testarch/automate/steps-c/step-03a-subprocess-api.md","c37a6f60a29aaef7f5c189f9736d07e43f299bca12b797ea3b17a09902e5b35e"
506
+ "md","step-03a-subprocess-determinism","tea","tea/workflows/testarch/test-review/steps-c/step-03a-subprocess-determinism.md","4c3f21fa0acfffc3a18dfae5a04784ed18811becf02606b9c6b4e17d3232b087"
507
+ "md","step-03b-subprocess-e2e","tea","tea/workflows/testarch/automate/steps-c/step-03b-subprocess-e2e.md","d2719446b15761642de5d4cc76760eebc9b030521026efb3dcb754ffa3bce1e8"
508
+ "md","step-03b-subprocess-isolation","tea","tea/workflows/testarch/test-review/steps-c/step-03b-subprocess-isolation.md","524ca871fc82fbb133f2601508a8cac8a88efd674e94615f306e6e6e4d6e88ad"
509
+ "md","step-03c-aggregate","tea","tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md","2b8e3d904641e9fb595eef5cb3b936e9d8fe2645ad47a2c2bbd72c84c07f67d9"
510
+ "md","step-03c-subprocess-maintainability","tea","tea/workflows/testarch/test-review/steps-c/step-03c-subprocess-maintainability.md","7d830af71d7fbfa12f5a6fbc194171070d0560f388d68d34e105ea509d92af39"
511
+ "md","step-03d-subprocess-coverage","tea","tea/workflows/testarch/test-review/steps-c/step-03d-subprocess-coverage.md","298a5add4276e057b0a6be874215d90c9402f8be3b5349cb93169c719c0cb45d"
512
+ "md","step-03e-subprocess-performance","tea","tea/workflows/testarch/test-review/steps-c/step-03e-subprocess-performance.md","6c707a81569a19ba7ffaa6b41cd3c3b962c9b20f5261418bd047cac4e46d46a1"
513
+ "md","step-03f-aggregate-scores","tea","tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md","6eccbda023ee49eb28c6c1d076540053d85de2a24fe4321904db7e157786fa44"
514
+ "md","step-04-analyze-gaps","tea","tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md","f1e84a5ec00a619bde384fed995566714566c1b921dba574e4a106aa1bdd556b"
515
+ "md","step-04-coverage-plan","tea","tea/workflows/testarch/test-design/steps-c/step-04-coverage-plan.md","c6ae0eaa1a6da71723d1565ded13aca70b47013415e41fd07f6b74eefc868f07"
516
+ "md","step-04-docs-and-scripts","tea","tea/workflows/testarch/framework/steps-c/step-04-docs-and-scripts.md","5d196aeca7356d0bf1289b9c577bed4062eb3f9cfeb349b9c74ad83ac62c7a2f"
517
+ "md","step-04-evaluate-and-score","tea","tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md","4bf182e4e6fc200879ecbc97c7f8d0421604d21598f49a6564e7b58d18dd2896"
518
+ "md","step-04-generate-report","tea","tea/workflows/testarch/test-review/steps-c/step-04-generate-report.md","b2d2b07567ffd5543df469296745e47264f199d639e48c0354c0a34c6d95bdf1"
519
+ "md","step-04-generate-tests","tea","tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md","726620e102ccb857054105376e2d46b2bcf7ed313c4425bce6de3ab72f0717d1"
520
+ "md","step-04-session-01","tea","tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-01.md","0d11f5147bcf10c7c58ada8f1baed6cd83feaeb03300da9033ac27983a116240"
521
+ "md","step-04-session-02","tea","tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-02.md","a4081fca2bbb9b3fc06f83006b2ec6394fcdea018be2cdff6589ac4cc2c8a6f9"
522
+ "md","step-04-session-03","tea","tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-03.md","729a7193128f6bad23b7da0f0893c7f78f08057d6fed30ddf339700b22b5e78e"
523
+ "md","step-04-session-04","tea","tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-04.md","4fb21909bdb382b3964723d9aa02442c588f74006fddc14a28d7dc133bc6f2dc"
524
+ "md","step-04-session-05","tea","tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-05.md","abad9591931c5d39e4f9c0a5d1c0688c8b8b0891e5e20bebebbcea45db802dc2"
525
+ "md","step-04-session-06","tea","tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-06.md","03ef83440e4fb0f0d11dfc884d1f88016fef213edf7db9e72ba6d469283cb8af"
526
+ "md","step-04-session-07","tea","tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-07.md","b5c3e5e1b1e65d0058f1e5022a129532d1d56f40e789f5660f36a1e43d0b78d3"
527
+ "md","step-04-validate-and-summarize","tea","tea/workflows/testarch/automate/steps-c/step-04-validate-and-summarize.md","059555c2f5a57aac57cc76b0a30a8dabe959eb12143008df58208027420bc58e"
528
+ "md","step-04-validate-and-summary","tea","tea/workflows/testarch/ci/steps-c/step-04-validate-and-summary.md","2a34c259a4bab99ab3160de869a8d59ff5d1e5f367c4135a7a8abeffacd92031"
529
+ "md","step-04a-subprocess-api-failing","tea","tea/workflows/testarch/atdd/steps-c/step-04a-subprocess-api-failing.md","c5592888622a56e3cb54d8d0b789a769569ad951a99f479b7bc937e6f2c28c93"
530
+ "md","step-04a-subprocess-security","tea","tea/workflows/testarch/nfr-assess/steps-c/step-04a-subprocess-security.md","f0b6ee13028facd24fb748a7f5bf6c8ff790018f57f950e63adee96c31f430a8"
531
+ "md","step-04b-subprocess-e2e-failing","tea","tea/workflows/testarch/atdd/steps-c/step-04b-subprocess-e2e-failing.md","b687b34b769229481ec04251f8561f7510dbd851622bdb261fb739803427b12b"
532
+ "md","step-04b-subprocess-performance","tea","tea/workflows/testarch/nfr-assess/steps-c/step-04b-subprocess-performance.md","191325fe28623b6ee52d22ecd62ee7f861da3ce9a6243be5f95b915fef7ae75b"
533
+ "md","step-04c-aggregate","tea","tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md","62fe8aa90416ae538b976e24ca48e5fff1e7a8139c4f68edb7f5a7b96182255e"
534
+ "md","step-04c-subprocess-reliability","tea","tea/workflows/testarch/nfr-assess/steps-c/step-04c-subprocess-reliability.md","f3aab9dbd369697405dfd3c6b57d0f374f0161d18c8b7ab69a9cfd7746011f2d"
535
+ "md","step-04d-subprocess-scalability","tea","tea/workflows/testarch/nfr-assess/steps-c/step-04d-subprocess-scalability.md","3d85f34e82a4ee0c6a5019700a8d73a733cef16886ff27cdc6c4a8bdb145a017"
536
+ "md","step-04e-aggregate-nfr","tea","tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md","777db41a1227076fb11840894c8af899a21bbdbc7a7e9864914e7eea775bdf95"
537
+ "md","step-05-completion","tea","tea/workflows/testarch/teach-me-testing/steps-c/step-05-completion.md","1f1932ca15eae13b8f3131dddf114351bbd3ee56734966307949cc747341c69b"
538
+ "md","step-05-gate-decision","tea","tea/workflows/testarch/trace/steps-c/step-05-gate-decision.md","a03b563e8cab1cefbc7a4e8d2ba15997ec874c4f7c734b78d73bbce04297c4ee"
539
+ "md","step-05-generate-output","tea","tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md","02635cd201ccb2135fae853a246c12dad6ae2e4eaa61d16e3bccbdb9ab22a5b3"
540
+ "md","step-05-generate-report","tea","tea/workflows/testarch/nfr-assess/steps-c/step-05-generate-report.md","9980e2287f4d444472a491f56f1cb18c2481af514d64cb31c8121990e8580cec"
541
+ "md","step-05-validate-and-complete","tea","tea/workflows/testarch/atdd/steps-c/step-05-validate-and-complete.md","3fda138cac14bca62a248beb044f579ea9d46f54e208f7faf1e7c12ee72b4fa2"
542
+ "md","step-05-validate-and-summary","tea","tea/workflows/testarch/framework/steps-c/step-05-validate-and-summary.md","bbefcb7180d4e853af6c63d91cd55888dbbfe39236241240cd2f14fd6b53461b"
543
+ "md","step-e-01-assess-workflow","tea","tea/workflows/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md","b7b3cc8d845b79e9ef81d8c835f63bcbedc930396c0cab49a946dff1b6819e7a"
544
+ "md","step-e-02-apply-edits","tea","tea/workflows/testarch/teach-me-testing/steps-e/step-e-02-apply-edits.md","081679a34b6c02804d77156866ba9d41e1dd2952a902314b4937863ce874f27d"
545
+ "md","step-v-01-validate","tea","tea/workflows/testarch/teach-me-testing/steps-v/step-v-01-validate.md","b33a9eaac964dbe08d10ff15744f40b8118edc69844c856d4f80b9ba2da77865"
546
+ "md","test-design-architecture-template","tea","tea/workflows/testarch/test-design/test-design-architecture-template.md","6f6da05875f8ee2b65feac68704b2c1701aa2fbfb369e1b63098f1f1a749174a"
547
+ "md","test-design-qa-template","tea","tea/workflows/testarch/test-design/test-design-qa-template.md","772e472e87dcc5975e22ddba7a123da8f5ffa6e3863be9cdb8980af66ccf8ae7"
548
+ "md","test-design-template","tea","tea/workflows/testarch/test-design/test-design-template.md","d27a74352b09f67596337d1f9e447371f8e40d2d19c6df6b05d4110017760cd1"
549
+ "md","test-healing-patterns","tea","tea/testarch/knowledge/test-healing-patterns.md","b44f7db1ebb1c20ca4ef02d12cae95f692876aee02689605d4b15fe728d28fdf"
550
+ "md","test-levels-framework","tea","tea/testarch/knowledge/test-levels-framework.md","80bbac7959a47a2e7e7de82613296f906954d571d2d64ece13381c1a0b480237"
551
+ "md","test-priorities-matrix","tea","tea/testarch/knowledge/test-priorities-matrix.md","321c3b708cc19892884be0166afa2a7197028e5474acaf7bc65c17ac861964a5"
552
+ "md","test-quality","tea","tea/testarch/knowledge/test-quality.md","97b6db474df0ec7a98a15fd2ae49671bb8e0ddf22963f3c4c47917bb75c05b90"
553
+ "md","test-review-template","tea","tea/workflows/testarch/test-review/test-review-template.md","b476bd8ca67b730ffcc9f11aeb63f5a14996e19712af492ffe0d3a3d1a4645d2"
554
+ "md","timing-debugging","tea","tea/testarch/knowledge/timing-debugging.md","c4c87539bbd3fd961369bb1d7066135d18c6aad7ecd70256ab5ec3b26a8777d9"
555
+ "md","trace-template","tea","tea/workflows/testarch/trace/trace-template.md","148b715e7b257f86bc9d70b8e51b575e31d193420bdf135b32dd7bd3132762f3"
556
+ "md","validation-report-20260127-095021","tea","tea/workflows/testarch/atdd/validation-report-20260127-095021.md","cc5791172e30e79256633699ce166c1194aa9c7ecfdd4ca0eeb9b8b60eeee718"
557
+ "md","validation-report-20260127-095021","tea","tea/workflows/testarch/automate/validation-report-20260127-095021.md","a4ed16b892e13c2cb2319389b5ca222808ff2e25ed26e3c92f90c64b3a55933b"
558
+ "md","validation-report-20260127-095021","tea","tea/workflows/testarch/ci/validation-report-20260127-095021.md","3451d35e293ec9de1eb8c94e8d4ac7992f2258b032a2dcdc325c50ef2c70a190"
559
+ "md","validation-report-20260127-095021","tea","tea/workflows/testarch/framework/validation-report-20260127-095021.md","a48f4c83508201f857216ceec8d20d46d1ca7e69e2689528c3ba9f5844cb56be"
560
+ "md","validation-report-20260127-095021","tea","tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md","42b6fdceb1aad4385fadcc99bf6a326c54b9e0fd23a3120de2c071ebee479ecc"
561
+ "md","validation-report-20260127-095021","tea","tea/workflows/testarch/test-design/validation-report-20260127-095021.md","56461e256a8921cad80a7c505ef180286b236aeaba9bef25d8f637115dbdad3c"
562
+ "md","validation-report-20260127-095021","tea","tea/workflows/testarch/test-review/validation-report-20260127-095021.md","b9676cc40360957bc541688ce83e28162bde80b8824926a1f6b8a26121077e7a"
563
+ "md","validation-report-20260127-095021","tea","tea/workflows/testarch/trace/validation-report-20260127-095021.md","09744b32f1c99808271ea358260dc1675ebda062467bc13b80e1f84fbc93bff9"
564
+ "md","validation-report-20260127-102401","tea","tea/workflows/testarch/atdd/validation-report-20260127-102401.md","8c62f371ecd1577233445e019f371b6daa6bf4024dbf72a8aa1258f6cd5938b6"
565
+ "md","validation-report-20260127-102401","tea","tea/workflows/testarch/automate/validation-report-20260127-102401.md","4dacd786efbe88bce0b85740b9b31483bdb8edbd5932b0ef32f02217ea94b321"
566
+ "md","validation-report-20260127-102401","tea","tea/workflows/testarch/ci/validation-report-20260127-102401.md","558214d09c7dd1c11b6d301d66909df79c50af3116b0358c0bec3a4ab538a3f2"
567
+ "md","validation-report-20260127-102401","tea","tea/workflows/testarch/framework/validation-report-20260127-102401.md","e26c86c9637efe5fdd6f185185ba1fe39a5dd29040b1bf7c4b98b3958efa66e1"
568
+ "md","validation-report-20260127-102401","tea","tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md","ab75c92a054746a09b5a6cbad8f78e2a5b8d1b9985e7067c93ffa8509f15101f"
569
+ "md","validation-report-20260127-102401","tea","tea/workflows/testarch/test-design/validation-report-20260127-102401.md","01cd483608abc20ef97734ad22584d643bd05bb7ae62a360ce65c95d77e2c862"
570
+ "md","validation-report-20260127-102401","tea","tea/workflows/testarch/test-review/validation-report-20260127-102401.md","af3c0808bb19323227dd0c91a7b71b0f8bb928966c15986d9af2c20af5fa8ca8"
571
+ "md","validation-report-20260127-102401","tea","tea/workflows/testarch/trace/validation-report-20260127-102401.md","42d284ceccd481c91841c9da9a565d97067e866006e48db8572cc3e78017afea"
572
+ "md","visual-debugging","tea","tea/testarch/knowledge/visual-debugging.md","072a3d30ba6d22d5e628fc26a08f6e03f8b696e49d5a4445f37749ce5cd4a8a9"
573
+ "md","workflow","tea","tea/workflows/testarch/atdd/workflow.md","7e90a7f267ad9c5f5a8b634dd67944819f9a725511d6e9e9d38b67c175b5e568"
574
+ "md","workflow","tea","tea/workflows/testarch/automate/workflow.md","b63d80325bd8ab196df4a73ad27624975b3463fecb32e1e571f3dcf01ea98f3a"
575
+ "md","workflow","tea","tea/workflows/testarch/ci/workflow.md","c761f640df5a12a1eb8d227ded43424f02be1cc68a1f258ba8593adc675f54cd"
576
+ "md","workflow","tea","tea/workflows/testarch/framework/workflow.md","9906b62df484d29609ea5806f0c687bd55528fdb9c27f70220966656bf42d747"
577
+ "md","workflow","tea","tea/workflows/testarch/nfr-assess/workflow.md","f6614ac77bbdaf17a8774d3e745e555a966b8ca7339cc085054f3ee74404ff2b"
578
+ "md","workflow","tea","tea/workflows/testarch/teach-me-testing/workflow.md","f1f85518acabaea9ed7aada748ab9c6afc0417820c18f006e3743a0ca33953e5"
579
+ "md","workflow","tea","tea/workflows/testarch/test-design/workflow.md","c4c7dda1e07e7d9ea9119106e2d9d92160de5f181dadf236ca68ec79bf697414"
580
+ "md","workflow","tea","tea/workflows/testarch/test-review/workflow.md","2c87ea3e3617359ad623487ee3a44b7f930b8b2436ede7bed68318000240b1b5"
581
+ "md","workflow","tea","tea/workflows/testarch/trace/workflow.md","2975fe7b97e9753d8ff547a708c03f72ba5035e10dcae831678432c915764620"
582
+ "md","workflow-plan","tea","tea/workflows/testarch/atdd/workflow-plan.md","e3d1212061de6860ae1bd076272d895d7d398bca0818f229bb4bf5184f094e76"
583
+ "md","workflow-plan","tea","tea/workflows/testarch/automate/workflow-plan.md","3be1fedea1b63287ee428f04974d70fd6972fc19c09a3b68cde5fdb094fc1cae"
584
+ "md","workflow-plan","tea","tea/workflows/testarch/ci/workflow-plan.md","628dae2fcc680824c0e376feca84ce05b7cd674f0d5efc935964f4e705dddeb3"
585
+ "md","workflow-plan","tea","tea/workflows/testarch/framework/workflow-plan.md","6e181a5bd34a182f85fc9886bf205f13e89e6325db282f6e0f21cd59f122b7ab"
586
+ "md","workflow-plan","tea","tea/workflows/testarch/nfr-assess/workflow-plan.md","8c6ba514a51b01793e703c88920388f646d316dc59d130b92579a9f4f883a43f"
587
+ "md","workflow-plan","tea","tea/workflows/testarch/test-design/workflow-plan.md","1a572654d14eb5703e5c183c4b44921fdcf6aaa7ada43c01d3c4ca34ad15268b"
588
+ "md","workflow-plan","tea","tea/workflows/testarch/test-review/workflow-plan.md","789bbfe79716faf8c897bd50e23ebe90f1cc405401efca6ccae6ba739e5faee9"
589
+ "md","workflow-plan","tea","tea/workflows/testarch/trace/workflow-plan.md","8be97e481bc88b4f6261016e9d78a527bc8bc524e35033398fcfe7416c238585"
590
+ "md","workflow-plan-teach-me-testing","tea","tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md","06e51071e1d8ead4c0625ef150e2f0efb2fffae76911b7e80d220bb52f3ae224"
591
+ "yaml","config","tea","tea/config.yaml","db4c96456dd10bd1c8ad4f7e1854a8bce4246c12ca07dd16cb87dd555db39631"
592
+ "yaml","curriculum","tea","tea/workflows/testarch/teach-me-testing/data/curriculum.yaml","4d8eb20e67d5e3e90009d0984a41ae39db1a40e4deee683c2baa3d7a36be8a75"
593
+ "yaml","github-actions-template","tea","tea/workflows/testarch/ci/github-actions-template.yaml","cf7d1f0a1f2853b07df1b82b00ebe79f800f8f16817500747b7c4c9c7143aba7"
594
+ "yaml","gitlab-ci-template","tea","tea/workflows/testarch/ci/gitlab-ci-template.yaml","986f29817e04996ab9f80bf2de0d25d8ed2365d955cc36d5801afaa93e99e80b"
595
+ "yaml","progress-template","tea","tea/workflows/testarch/teach-me-testing/templates/progress-template.yaml","595fe007e9cecd907f0f695f581ff7c86dde770336be8134782a954d4fb6f48f"
596
+ "yaml","quiz-questions","tea","tea/workflows/testarch/teach-me-testing/data/quiz-questions.yaml","42c5e6c8703e22992cfcbbeb23d871054b15257153010efe53bf44dbc1f27b4f"
597
+ "yaml","role-paths","tea","tea/workflows/testarch/teach-me-testing/data/role-paths.yaml","c5ad85c1de113a6c403ad0f9a3588477caec72a4e4d858f41e96ebd0e4765a7a"
598
+ "yaml","session-content-map","tea","tea/workflows/testarch/teach-me-testing/data/session-content-map.yaml","10ae06b0aa827c6142102539ee71c0813c8ae5b2641319df1dfa4d3b9bfb1283"
599
+ "yaml","tea-resources-index","tea","tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml","ff1329acc7ce243442a3fcc264b8cf46b925aa104c630771c993b6b3183a311f"
600
+ "yaml","workflow","tea","tea/workflows/testarch/atdd/workflow.yaml","b69d72b7babf5c16d88906ce5e184a86399fcd9ac6547ef9489a0e8ac035003d"
601
+ "yaml","workflow","tea","tea/workflows/testarch/automate/workflow.yaml","bea91aa0ef9762e889e30e525203f6e6657043dffaabb78d53f1cc584d77e43f"
602
+ "yaml","workflow","tea","tea/workflows/testarch/ci/workflow.yaml","9794c8a7c6dbe7ef7ad46f7e1a9cf733b5ffb0009cbbef568dfcd2e4634d025a"
603
+ "yaml","workflow","tea","tea/workflows/testarch/framework/workflow.yaml","30121126e204ff25d50ef98cb3e3cdb5a88d6b51a7a6be1e93babc2186db9535"
604
+ "yaml","workflow","tea","tea/workflows/testarch/nfr-assess/workflow.yaml","e33777384b852e853a388ddafaa61b346aa61620be5ab9c47198e3bc07980fe0"
605
+ "yaml","workflow","tea","tea/workflows/testarch/test-design/workflow.yaml","08e620af49afbce867813beaee0e80c88d6e7d8ca2b6ba96c07a28ee00850d75"
606
+ "yaml","workflow","tea","tea/workflows/testarch/test-review/workflow.yaml","97cfa897ecaea4fb00f631edfbe874474f1db3cab74d1444412dd1b7b69d4a9c"
607
+ "yaml","workflow","tea","tea/workflows/testarch/trace/workflow.yaml","6c93cf0ed6c39d51edc923dcdc7ad24086db387aab69d0941de994ef6250f62a"