create-byan-agent 2.1.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1197) hide show
  1. package/API-BYAN-V2.md +741 -0
  2. package/BMAD-QUICK-REFERENCE.md +370 -0
  3. package/CHANGELOG-v2.1.0.md +371 -0
  4. package/LICENSE +21 -0
  5. package/MIGRATION-v2.0-to-v2.1.md +430 -0
  6. package/README-BYAN-V2.md +446 -0
  7. package/README.md +361 -0
  8. package/install/DEPLOYMENT-GUIDE-V2.md +8 -8
  9. package/install/FINAL-REPORT.md +594 -0
  10. package/install/GUIDE-INSTALLATION-BYAN-SIMPLE.md +27 -27
  11. package/install/GUIDE-INSTALLATION-SIMPLE.md +344 -0
  12. package/install/INSTALLER-V2-CHANGES.md +9 -9
  13. package/install/MARC-COMMANDS-CHEAT-SHEET.md +454 -0
  14. package/install/MARC-COPILOT-CLI-TEST-GUIDE.md +441 -0
  15. package/install/MARC-INDEX.md +476 -0
  16. package/install/MARC-PRE-PUBLICATION-CHECKLIST.md +293 -0
  17. package/install/MARC-VALIDATION-REPORT.md +629 -0
  18. package/install/MARC-VALIDATION-SUMMARY.md +220 -0
  19. package/install/PUBLICATION-CHECKLIST.md +7 -7
  20. package/install/PUBLISH-GUIDE.md +1 -1
  21. package/install/QUICKSTART.md +3 -3
  22. package/install/README-PUBLICATION-V1.0.4.md +291 -0
  23. package/install/README-RACHID.md +4 -4
  24. package/install/README-V2-INDEX.md +1 -1
  25. package/install/RESUME-EXECUTIF-YAN.md +4 -4
  26. package/install/UPDATE-SUMMARY.md +4 -4
  27. package/install/bin/create-byan-agent-v2.js +602 -31
  28. package/install/install.sh +1 -1
  29. package/install/lib/domain-questions.js +235 -0
  30. package/install/lib/phase2-chat.js +425 -0
  31. package/install/lib/project-agents-generator.js +238 -0
  32. package/install/setup-turbo-whisper.js +687 -0
  33. package/install/src/byan-v2/generation/templates/default-agent.md +1 -1
  34. package/install/templates/.github/agents/bmad-agent-bmad-master.md +1 -1
  35. package/install/templates/.github/agents/bmad-agent-bmb-agent-builder.md +1 -1
  36. package/install/templates/.github/agents/bmad-agent-bmb-module-builder.md +1 -1
  37. package/install/templates/.github/agents/bmad-agent-bmb-workflow-builder.md +1 -1
  38. package/install/templates/.github/agents/bmad-agent-bmm-analyst.md +1 -1
  39. package/install/templates/.github/agents/bmad-agent-bmm-architect.md +1 -1
  40. package/install/templates/.github/agents/bmad-agent-bmm-dev.md +1 -1
  41. package/install/templates/.github/agents/bmad-agent-bmm-pm.md +1 -1
  42. package/install/templates/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +1 -1
  43. package/install/templates/.github/agents/bmad-agent-bmm-quinn.md +1 -1
  44. package/install/templates/.github/agents/bmad-agent-bmm-sm.md +1 -1
  45. package/install/templates/.github/agents/bmad-agent-bmm-tech-writer.md +1 -1
  46. package/install/templates/.github/agents/bmad-agent-bmm-ux-designer.md +1 -1
  47. package/install/templates/.github/agents/bmad-agent-byan-test.md +4 -4
  48. package/install/templates/.github/agents/bmad-agent-byan.md +9 -9
  49. package/install/templates/.github/agents/bmad-agent-carmack.md +1 -1
  50. package/install/templates/.github/agents/bmad-agent-cis-brainstorming-coach.md +1 -1
  51. package/install/templates/.github/agents/bmad-agent-cis-creative-problem-solver.md +1 -1
  52. package/install/templates/.github/agents/bmad-agent-cis-design-thinking-coach.md +1 -1
  53. package/install/templates/.github/agents/bmad-agent-cis-innovation-strategist.md +1 -1
  54. package/install/templates/.github/agents/bmad-agent-cis-presentation-master.md +1 -1
  55. package/install/templates/.github/agents/bmad-agent-cis-storyteller.md +1 -1
  56. package/install/templates/.github/agents/bmad-agent-marc.md +3 -3
  57. package/install/templates/.github/agents/bmad-agent-patnote.md +3 -3
  58. package/install/templates/.github/agents/bmad-agent-rachid.md +4 -4
  59. package/install/templates/.github/agents/bmad-agent-tea-tea.md +1 -1
  60. package/install/templates/.github/agents/bmad-agent-test-dynamic.md +21 -0
  61. package/install/templates/.github/agents/bmad-agent-yanstaller-interview.md +50 -0
  62. package/install/templates/.github/agents/bmad-agent-yanstaller-phase2.md +189 -0
  63. package/install/templates/.github/agents/bmad-agent-yanstaller.md +349 -0
  64. package/install/templates/.github/agents/franck.md +379 -0
  65. package/install/templates/_bmad/bmb/agents/agent-builder.md +5 -5
  66. package/install/templates/_bmad/bmb/agents/byan-test.md +8 -8
  67. package/install/templates/_bmad/bmb/agents/byan.md +8 -8
  68. package/install/templates/_bmad/bmb/agents/marc.md +11 -11
  69. package/install/templates/_bmad/bmb/agents/module-builder.md +6 -6
  70. package/install/templates/_bmad/bmb/agents/patnote.md +8 -8
  71. package/install/templates/_bmad/bmb/agents/rachid.md +10 -10
  72. package/install/templates/_bmad/bmb/agents/workflow-builder.md +7 -7
  73. package/install/templates/_bmad/bmb/workflows/byan/quick-create-workflow.md +2 -2
  74. package/install/templates/_bmad/bmb/workflows/byan/templates/base-agent-template.md +1 -1
  75. package/install/templates/_bmad/bmb/workflows/byan/validate-agent-workflow.md +1 -1
  76. package/install/templates/_bmad/core/agents/carmack.md +2 -2
  77. package/install/templates/_byan/COMPLETION-REPORT.md +422 -0
  78. package/install/templates/_byan/_config/agent-manifest.csv +25 -0
  79. package/install/templates/_byan/_config/bmad-help.csv +72 -0
  80. package/install/templates/_byan/_config/task-manifest.csv +9 -0
  81. package/install/templates/_byan/_config/workflow-manifest.csv +46 -0
  82. package/install/templates/_byan/_memory/config.yaml +11 -0
  83. package/install/templates/_byan/agents/byan-test.md +116 -0
  84. package/install/templates/_byan/agents/byan.md +215 -0
  85. package/install/templates/_byan/agents/marc.md +351 -0
  86. package/install/templates/_byan/agents/rachid.md +184 -0
  87. package/install/templates/_byan/agents/turbo-whisper.md +320 -0
  88. package/install/templates/_byan/agents/yanstaller.md +344 -0
  89. package/install/templates/_byan/bmb/agents/agent-builder.md +59 -0
  90. package/install/templates/_byan/bmb/agents/byan-test.md +116 -0
  91. package/install/templates/_byan/bmb/agents/byan.md +215 -0
  92. package/install/templates/_byan/bmb/agents/byan.optimized-v2.md +116 -0
  93. package/install/templates/_byan/bmb/agents/byan.optimized.md +189 -0
  94. package/install/templates/_byan/bmb/agents/drawio.md +359 -0
  95. package/install/templates/_byan/bmb/agents/marc.md +303 -0
  96. package/install/templates/_byan/bmb/agents/module-builder.md +60 -0
  97. package/install/templates/_byan/bmb/agents/patnote.md +495 -0
  98. package/install/templates/_byan/bmb/agents/rachid.md +184 -0
  99. package/install/templates/_byan/bmb/agents/turbo-whisper-integration.md +312 -0
  100. package/install/templates/_byan/bmb/agents/workflow-builder.md +61 -0
  101. package/install/templates/_byan/bmb/config.yaml +7 -0
  102. package/install/templates/_byan/bmb/module-help.csv +13 -0
  103. package/install/templates/_byan/bmb/workflows/agent/data/agent-compilation.md +273 -0
  104. package/install/templates/_byan/bmb/workflows/agent/data/agent-menu-patterns.md +233 -0
  105. package/install/templates/_byan/bmb/workflows/agent/data/agent-metadata.md +208 -0
  106. package/install/templates/_byan/bmb/workflows/agent/data/critical-actions.md +120 -0
  107. package/install/templates/_byan/bmb/workflows/agent/data/expert-agent-architecture.md +236 -0
  108. package/install/templates/_byan/bmb/workflows/agent/data/expert-agent-validation.md +174 -0
  109. package/install/templates/_byan/bmb/workflows/agent/data/module-agent-validation.md +126 -0
  110. package/install/templates/_byan/bmb/workflows/agent/data/persona-properties.md +266 -0
  111. package/install/templates/_byan/bmb/workflows/agent/data/reference/module-examples/architect.md +68 -0
  112. package/install/templates/_byan/bmb/workflows/agent/data/simple-agent-architecture.md +204 -0
  113. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-01-brainstorm.md +128 -0
  114. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-02-discovery.md +170 -0
  115. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-03-type-metadata.md +296 -0
  116. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-04-persona.md +212 -0
  117. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-05-commands-menu.md +178 -0
  118. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-06-activation.md +279 -0
  119. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-07a-build-simple.md +187 -0
  120. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-07b-build-expert.md +201 -0
  121. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-07c-build-module.md +258 -0
  122. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-08-celebrate.md +249 -0
  123. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-01-load-existing.md +221 -0
  124. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-02-discover-edits.md +193 -0
  125. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-04-type-metadata.md +124 -0
  126. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-05-persona.md +134 -0
  127. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-06-commands-menu.md +122 -0
  128. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-07-activation.md +125 -0
  129. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +119 -0
  130. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-08c-edit-module.md +123 -0
  131. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-09-celebrate.md +155 -0
  132. package/install/templates/_byan/bmb/workflows/agent/steps-v/v-01-load-review.md +136 -0
  133. package/install/templates/_byan/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +145 -0
  134. package/install/templates/_byan/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +136 -0
  135. package/install/templates/_byan/bmb/workflows/agent/steps-v/v-03-summary.md +104 -0
  136. package/install/templates/_byan/bmb/workflows/agent/workflow.md +123 -0
  137. package/install/templates/_byan/bmb/workflows/byan/data/templates.yaml +59 -0
  138. package/install/templates/_byan/bmb/workflows/byan/quick-create-workflow.md +450 -0
  139. package/install/templates/_byan/bmb/workflows/byan/templates/base-agent-template.md +79 -0
  140. package/install/templates/_byan/bmb/workflows/byan/validate-agent-workflow.md +676 -0
  141. package/install/templates/_byan/bmb/workflows/module/data/agent-spec-template.md +79 -0
  142. package/install/templates/_byan/bmb/workflows/module/steps-c/step-05-agents.md +167 -0
  143. package/install/templates/_byan/bmb/workflows/module/steps-c/step-06-workflows.md +183 -0
  144. package/install/templates/_byan/bmb/workflows/module/steps-v/step-04-agent-specs.md +152 -0
  145. package/install/templates/_byan/bmb/workflows/module/steps-v/step-05-workflow-specs.md +152 -0
  146. package/install/templates/_byan/bmb/workflows/module/steps-v/step-08-report.md +197 -0
  147. package/install/templates/_byan/bmb/workflows/module/templates/workflow-spec-template.md +96 -0
  148. package/install/templates/_byan/bmb/workflows/module/workflow.md +100 -0
  149. package/install/templates/_byan/bmb/workflows/workflow/data/architecture.md +152 -0
  150. package/install/templates/_byan/bmb/workflows/workflow/data/common-workflow-tools.csv +19 -0
  151. package/install/templates/_byan/bmb/workflows/workflow/data/frontmatter-standards.md +225 -0
  152. package/install/templates/_byan/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +386 -0
  153. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-02-classification.md +269 -0
  154. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-03-requirements.md +282 -0
  155. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-04-tools.md +281 -0
  156. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-05-plan-review.md +242 -0
  157. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-06-design.md +329 -0
  158. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-07-foundation.md +238 -0
  159. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +377 -0
  160. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +350 -0
  161. package/install/templates/_byan/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +265 -0
  162. package/install/templates/_byan/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +241 -0
  163. package/install/templates/_byan/bmb/workflows/workflow/templates/step-1b-template.md +223 -0
  164. package/install/templates/_byan/bmb/workflows/workflow/templates/step-template.md +290 -0
  165. package/install/templates/_byan/bmb/workflows/workflow/templates/workflow-template.md +102 -0
  166. package/install/templates/_byan/bmb/workflows/workflow/workflow.md +109 -0
  167. package/install/templates/_byan/bmm/agents/analyst.md +76 -0
  168. package/install/templates/_byan/bmm/agents/architect.md +58 -0
  169. package/install/templates/_byan/bmm/agents/dev.md +69 -0
  170. package/install/templates/_byan/bmm/agents/expert-merise-agile.md +177 -0
  171. package/install/templates/_byan/bmm/agents/pm.md +72 -0
  172. package/install/templates/_byan/bmm/agents/quick-flow-solo-dev.md +69 -0
  173. package/install/templates/_byan/bmm/agents/quinn.md +92 -0
  174. package/install/templates/_byan/bmm/agents/sm.md +70 -0
  175. package/install/templates/_byan/bmm/agents/tech-writer/tech-writer.md +70 -0
  176. package/install/templates/_byan/bmm/agents/ux-designer.md +57 -0
  177. package/install/templates/_byan/bmm/config.yaml +16 -0
  178. package/install/templates/_byan/bmm/module-help.csv +38 -0
  179. package/install/templates/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +199 -0
  180. package/install/templates/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +202 -0
  181. package/install/templates/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +205 -0
  182. package/install/templates/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +219 -0
  183. package/install/templates/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +162 -0
  184. package/install/templates/_byan/bmm/workflows/1-analysis/create-product-brief/workflow.md +58 -0
  185. package/install/templates/_byan/bmm/workflows/1-analysis/research/workflow.md +173 -0
  186. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +224 -0
  187. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +226 -0
  188. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +213 -0
  189. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +207 -0
  190. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +226 -0
  191. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +237 -0
  192. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +228 -0
  193. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +231 -0
  194. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +242 -0
  195. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +217 -0
  196. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +124 -0
  197. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +247 -0
  198. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +208 -0
  199. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +249 -0
  200. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +253 -0
  201. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +218 -0
  202. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +209 -0
  203. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
  204. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +231 -0
  205. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/validation-report-prd-workflow.md +433 -0
  206. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/workflow.md +150 -0
  207. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
  208. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
  209. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
  210. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
  211. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
  212. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
  213. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
  214. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
  215. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
  216. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
  217. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
  218. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
  219. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +171 -0
  220. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +43 -0
  221. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +190 -0
  222. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +178 -0
  223. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +179 -0
  224. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +139 -0
  225. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +252 -0
  226. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +135 -0
  227. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +55 -0
  228. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
  229. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +331 -0
  230. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
  231. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
  232. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
  233. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
  234. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +76 -0
  235. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/workflow.md +50 -0
  236. package/install/templates/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
  237. package/install/templates/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +233 -0
  238. package/install/templates/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +272 -0
  239. package/install/templates/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +149 -0
  240. package/install/templates/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +59 -0
  241. package/install/templates/_byan/bmm/workflows/4-implementation/code-review/instructions.xml +227 -0
  242. package/install/templates/_byan/bmm/workflows/4-implementation/code-review/workflow.yaml +50 -0
  243. package/install/templates/_byan/bmm/workflows/4-implementation/correct-course/checklist.md +288 -0
  244. package/install/templates/_byan/bmm/workflows/4-implementation/correct-course/instructions.md +206 -0
  245. package/install/templates/_byan/bmm/workflows/4-implementation/correct-course/workflow.yaml +58 -0
  246. package/install/templates/_byan/bmm/workflows/4-implementation/create-story/checklist.md +358 -0
  247. package/install/templates/_byan/bmm/workflows/4-implementation/create-story/instructions.xml +345 -0
  248. package/install/templates/_byan/bmm/workflows/4-implementation/create-story/workflow.yaml +59 -0
  249. package/install/templates/_byan/bmm/workflows/4-implementation/dev-story/instructions.xml +410 -0
  250. package/install/templates/_byan/bmm/workflows/4-implementation/dev-story/workflow.yaml +25 -0
  251. package/install/templates/_byan/bmm/workflows/4-implementation/retrospective/instructions.md +1443 -0
  252. package/install/templates/_byan/bmm/workflows/4-implementation/retrospective/workflow.yaml +57 -0
  253. package/install/templates/_byan/bmm/workflows/4-implementation/sprint-planning/instructions.md +225 -0
  254. package/install/templates/_byan/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +53 -0
  255. package/install/templates/_byan/bmm/workflows/4-implementation/sprint-status/instructions.md +229 -0
  256. package/install/templates/_byan/bmm/workflows/4-implementation/sprint-status/workflow.yaml +35 -0
  257. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +176 -0
  258. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
  259. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
  260. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
  261. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
  262. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +149 -0
  263. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +50 -0
  264. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +192 -0
  265. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +145 -0
  266. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +128 -0
  267. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +201 -0
  268. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +79 -0
  269. package/install/templates/_byan/bmm/workflows/document-project/instructions.md +221 -0
  270. package/install/templates/_byan/bmm/workflows/document-project/workflow.yaml +28 -0
  271. package/install/templates/_byan/bmm/workflows/document-project/workflows/deep-dive.yaml +31 -0
  272. package/install/templates/_byan/bmm/workflows/document-project/workflows/full-scan.yaml +31 -0
  273. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +130 -0
  274. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +26 -0
  275. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +141 -0
  276. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +26 -0
  277. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +241 -0
  278. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +26 -0
  279. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +133 -0
  280. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +26 -0
  281. package/install/templates/_byan/bmm/workflows/generate-project-context/steps/step-02-generate.md +318 -0
  282. package/install/templates/_byan/bmm/workflows/generate-project-context/workflow.md +49 -0
  283. package/install/templates/_byan/bmm/workflows/qa/automate/workflow.yaml +47 -0
  284. package/install/templates/_byan/cis/agents/brainstorming-coach.md +61 -0
  285. package/install/templates/_byan/cis/agents/creative-problem-solver.md +61 -0
  286. package/install/templates/_byan/cis/agents/design-thinking-coach.md +61 -0
  287. package/install/templates/_byan/cis/agents/innovation-strategist.md +61 -0
  288. package/install/templates/_byan/cis/agents/presentation-master.md +67 -0
  289. package/install/templates/_byan/cis/agents/storyteller/storyteller.md +58 -0
  290. package/install/templates/_byan/cis/config.yaml +12 -0
  291. package/install/templates/_byan/cis/module-help.csv +6 -0
  292. package/install/templates/_byan/cis/workflows/README.md +139 -0
  293. package/install/templates/_byan/cis/workflows/design-thinking/instructions.md +202 -0
  294. package/install/templates/_byan/cis/workflows/design-thinking/workflow.yaml +27 -0
  295. package/install/templates/_byan/cis/workflows/innovation-strategy/instructions.md +276 -0
  296. package/install/templates/_byan/cis/workflows/innovation-strategy/workflow.yaml +27 -0
  297. package/install/templates/_byan/cis/workflows/problem-solving/instructions.md +252 -0
  298. package/install/templates/_byan/cis/workflows/problem-solving/workflow.yaml +27 -0
  299. package/install/templates/_byan/cis/workflows/storytelling/instructions.md +293 -0
  300. package/install/templates/_byan/cis/workflows/storytelling/workflow.yaml +27 -0
  301. package/install/templates/_byan/config.yaml +80 -0
  302. package/install/templates/_byan/core/MODEL-SELECTOR-GUIDE.md +278 -0
  303. package/install/templates/_byan/core/agents/bmad-master.md +56 -0
  304. package/install/templates/_byan/core/agents/carmack.md +238 -0
  305. package/install/templates/_byan/core/agents/test-dynamic.md +40 -0
  306. package/install/templates/_byan/core/base/bmad-base-agent.md +42 -0
  307. package/install/templates/_byan/core/config.yaml +9 -0
  308. package/install/templates/_byan/core/model-selector.js +204 -0
  309. package/install/templates/_byan/core/model-selector.yaml +219 -0
  310. package/install/templates/_byan/core/module-help.csv +9 -0
  311. package/install/templates/_byan/core/resources/excalidraw/README.md +160 -0
  312. package/install/templates/_byan/core/tasks/editorial-review-prose.xml +100 -0
  313. package/install/templates/_byan/core/tasks/editorial-review-structure.xml +209 -0
  314. package/install/templates/_byan/core/tasks/help.md +62 -0
  315. package/install/templates/_byan/core/tasks/index-docs.xml +65 -0
  316. package/install/templates/_byan/core/tasks/review-adversarial-general.xml +48 -0
  317. package/install/templates/_byan/core/tasks/shard-doc.xml +109 -0
  318. package/install/templates/_byan/core/tasks/workflow.xml +235 -0
  319. package/install/templates/_byan/core/workflows/advanced-elicitation/workflow.xml +117 -0
  320. package/install/templates/_byan/core/workflows/brainstorming/steps/step-03-technique-execution.md +399 -0
  321. package/install/templates/_byan/core/workflows/brainstorming/workflow.md +58 -0
  322. package/install/templates/_byan/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
  323. package/install/templates/_byan/core/workflows/party-mode/workflow.md +194 -0
  324. package/install/templates/_byan/data/agent-catalog.json +15 -0
  325. package/install/templates/_byan/tea/agents/tea.md +71 -0
  326. package/install/templates/_byan/tea/config.yaml +19 -0
  327. package/install/templates/_byan/tea/module-help.csv +10 -0
  328. package/install/templates/_byan/tea/teams/default-party.csv +2 -0
  329. package/install/templates/_byan/tea/workflows/testarch/atdd/instructions.md +38 -0
  330. package/install/templates/_byan/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +110 -0
  331. package/install/templates/_byan/tea/workflows/testarch/atdd/workflow.yaml +45 -0
  332. package/install/templates/_byan/tea/workflows/testarch/automate/instructions.md +43 -0
  333. package/install/templates/_byan/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +127 -0
  334. package/install/templates/_byan/tea/workflows/testarch/automate/workflow.yaml +52 -0
  335. package/install/templates/_byan/tea/workflows/testarch/ci/instructions.md +38 -0
  336. package/install/templates/_byan/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +75 -0
  337. package/install/templates/_byan/tea/workflows/testarch/ci/workflow.yaml +45 -0
  338. package/install/templates/_byan/tea/workflows/testarch/framework/instructions.md +38 -0
  339. package/install/templates/_byan/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +120 -0
  340. package/install/templates/_byan/tea/workflows/testarch/framework/workflow.yaml +47 -0
  341. package/install/templates/_byan/tea/workflows/testarch/nfr-assess/instructions.md +36 -0
  342. package/install/templates/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md +85 -0
  343. package/install/templates/_byan/tea/workflows/testarch/nfr-assess/workflow.yaml +47 -0
  344. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-01.md +460 -0
  345. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-02.md +465 -0
  346. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-03.md +301 -0
  347. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-04.md +234 -0
  348. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-05.md +234 -0
  349. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-06.md +209 -0
  350. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-07.md +212 -0
  351. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md +141 -0
  352. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +950 -0
  353. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/workflow.md +90 -0
  354. package/install/templates/_byan/tea/workflows/testarch/test-design/instructions.md +52 -0
  355. package/install/templates/_byan/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +127 -0
  356. package/install/templates/_byan/tea/workflows/testarch/test-design/test-design-qa-template.md +296 -0
  357. package/install/templates/_byan/tea/workflows/testarch/test-design/test-design-template.md +294 -0
  358. package/install/templates/_byan/tea/workflows/testarch/test-design/workflow.yaml +69 -0
  359. package/install/templates/_byan/tea/workflows/testarch/test-review/instructions.md +36 -0
  360. package/install/templates/_byan/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +101 -0
  361. package/install/templates/_byan/tea/workflows/testarch/test-review/workflow.yaml +46 -0
  362. package/install/templates/_byan/tea/workflows/testarch/trace/instructions.md +36 -0
  363. package/install/templates/_byan/tea/workflows/testarch/trace/steps-c/step-01-load-context.md +80 -0
  364. package/install/templates/_byan/tea/workflows/testarch/trace/workflow.yaml +55 -0
  365. package/install/templates/_byan/templates/basic-agent.md +4 -0
  366. package/install/templates/_byan/workers.md +1283 -0
  367. package/install/templates/_byan/workflows/edit-agent-workflow.md +445 -0
  368. package/install/templates/_byan/workflows/interview-workflow.md +579 -0
  369. package/install/templates/_byan/workflows/validate-agent-workflow.md +320 -0
  370. package/install/templates/_byan/workflows/yanstaller/steps/step-01-detect-platforms.md +28 -0
  371. package/install/templates/_byan/workflows/yanstaller/steps/step-01-placeholder.md +2 -0
  372. package/install/templates/_byan/workflows/yanstaller/steps/step-02-placeholder.md +2 -0
  373. package/install/templates/_byan/workflows/yanstaller/steps/step-03-placeholder.md +2 -0
  374. package/install/templates/_byan/workflows/yanstaller/steps/step-04-placeholder.md +2 -0
  375. package/install/templates/_byan/workflows/yanstaller/steps/step-05-placeholder.md +2 -0
  376. package/install/templates/_byan/workflows/yanstaller/workflow.md +97 -0
  377. package/install/templates/_byan/workflows/yanstaller-interview-workflow.md +989 -0
  378. package/install/test-path-resolution.sh +8 -8
  379. package/package.json +15 -8
  380. package/.github/agents/bmad-agent-bmad-master.md +0 -40
  381. package/.github/agents/bmad-agent-bmb-agent-builder.md +0 -15
  382. package/.github/agents/bmad-agent-bmb-module-builder.md +0 -15
  383. package/.github/agents/bmad-agent-bmb-workflow-builder.md +0 -15
  384. package/.github/agents/bmad-agent-bmm-analyst.md +0 -15
  385. package/.github/agents/bmad-agent-bmm-architect.md +0 -15
  386. package/.github/agents/bmad-agent-bmm-dev.md +0 -15
  387. package/.github/agents/bmad-agent-bmm-pm.md +0 -15
  388. package/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +0 -15
  389. package/.github/agents/bmad-agent-bmm-quinn.md +0 -15
  390. package/.github/agents/bmad-agent-bmm-sm.md +0 -15
  391. package/.github/agents/bmad-agent-bmm-tech-writer.md +0 -15
  392. package/.github/agents/bmad-agent-bmm-ux-designer.md +0 -15
  393. package/.github/agents/bmad-agent-byan-test.md +0 -32
  394. package/.github/agents/bmad-agent-byan-v2.md +0 -44
  395. package/.github/agents/bmad-agent-byan.md +0 -251
  396. package/.github/agents/bmad-agent-carmack.md +0 -18
  397. package/.github/agents/bmad-agent-cis-brainstorming-coach.md +0 -15
  398. package/.github/agents/bmad-agent-cis-creative-problem-solver.md +0 -15
  399. package/.github/agents/bmad-agent-cis-design-thinking-coach.md +0 -15
  400. package/.github/agents/bmad-agent-cis-innovation-strategist.md +0 -15
  401. package/.github/agents/bmad-agent-cis-presentation-master.md +0 -15
  402. package/.github/agents/bmad-agent-cis-storyteller.md +0 -15
  403. package/.github/agents/bmad-agent-drawio.md +0 -44
  404. package/.github/agents/bmad-agent-marc.md +0 -98
  405. package/.github/agents/bmad-agent-patnote.md +0 -48
  406. package/.github/agents/bmad-agent-rachid.md +0 -47
  407. package/.github/agents/bmad-agent-tea-tea.md +0 -15
  408. package/.github/agents/bmad-agent-test-dynamic.md +0 -21
  409. package/.github/agents/franck.md +0 -379
  410. package/README.MD +0 -225
  411. package/__tests__/byan-v2/context/copilot-context.test.js +0 -327
  412. package/__tests__/byan-v2/context/session-state.test.js +0 -322
  413. package/__tests__/byan-v2/dispatcher/complexity-scorer.test.js +0 -358
  414. package/__tests__/byan-v2/dispatcher/five-whys-analyzer.test.js +0 -473
  415. package/__tests__/byan-v2/dispatcher/local-executor.test.js +0 -496
  416. package/__tests__/byan-v2/dispatcher/task-router.test.js +0 -265
  417. package/__tests__/byan-v2/dispatcher/task-tool-interface.test.js +0 -328
  418. package/__tests__/byan-v2/generation/agent-profile-validator.test.js +0 -386
  419. package/__tests__/byan-v2/generation/mantra-validator.test.js +0 -640
  420. package/__tests__/byan-v2/generation/profile-template.test.js +0 -338
  421. package/__tests__/byan-v2/integration/active-listening-flow.test.js +0 -577
  422. package/__tests__/byan-v2/integration/five-whys-flow.test.js +0 -559
  423. package/__tests__/byan-v2/integration/full-bmad-workflow.test.js +0 -903
  424. package/__tests__/byan-v2/integration/full-bmad-workflow.test.js.backup +0 -889
  425. package/__tests__/byan-v2/integration/glossary-flow.test.js +0 -479
  426. package/__tests__/byan-v2/integration/system-integration.test.js +0 -306
  427. package/__tests__/byan-v2/integration/voice-integration.test.js +0 -157
  428. package/__tests__/byan-v2/observability/error-tracker.test.js +0 -461
  429. package/__tests__/byan-v2/observability/logger.test.js +0 -419
  430. package/__tests__/byan-v2/observability/metrics-collector.test.js +0 -346
  431. package/__tests__/byan-v2/orchestrator/active-listener.test.js +0 -694
  432. package/__tests__/byan-v2/orchestrator/analysis-state.test.js +0 -493
  433. package/__tests__/byan-v2/orchestrator/generation-state.test.js +0 -518
  434. package/__tests__/byan-v2/orchestrator/glossary-builder.test.js +0 -464
  435. package/__tests__/byan-v2/orchestrator/interview-state.test.js +0 -470
  436. package/__tests__/byan-v2/orchestrator/state-machine.test.js +0 -495
  437. package/__tests__/cache.test.js +0 -241
  438. package/__tests__/context.test.js +0 -135
  439. package/__tests__/dashboard.test.js +0 -444
  440. package/__tests__/dispatcher.test.js +0 -245
  441. package/__tests__/integration.test.js +0 -163
  442. package/__tests__/metrics-collector.test.js +0 -433
  443. package/__tests__/structured-logger.test.js +0 -358
  444. package/__tests__/worker-pool.test.js +0 -343
  445. package/__tests__/workflow-executor.test.js +0 -356
  446. package/_bmad/_config/agent-manifest.csv +0 -25
  447. package/_bmad/_config/bmad-help.csv +0 -72
  448. package/_bmad/_config/task-manifest.csv +0 -9
  449. package/_bmad/_config/workflow-manifest.csv +0 -46
  450. package/_bmad/_memory/config.yaml +0 -11
  451. package/_bmad/bmb/agents/agent-builder.md +0 -59
  452. package/_bmad/bmb/agents/byan-test.md +0 -116
  453. package/_bmad/bmb/agents/byan.backup.20260202_212559.md +0 -215
  454. package/_bmad/bmb/agents/byan.md +0 -215
  455. package/_bmad/bmb/agents/byan.optimized-v2.md +0 -116
  456. package/_bmad/bmb/agents/byan.optimized.md +0 -189
  457. package/_bmad/bmb/agents/drawio.md +0 -359
  458. package/_bmad/bmb/agents/marc.md +0 -351
  459. package/_bmad/bmb/agents/module-builder.md +0 -60
  460. package/_bmad/bmb/agents/patnote.md +0 -495
  461. package/_bmad/bmb/agents/rachid.md +0 -184
  462. package/_bmad/bmb/agents/turbo-whisper-integration.md +0 -312
  463. package/_bmad/bmb/agents/workflow-builder.md +0 -61
  464. package/_bmad/bmb/config.yaml +0 -12
  465. package/_bmad/bmb/module-help.csv +0 -13
  466. package/_bmad/bmb/workflows/agent/data/agent-compilation.md +0 -273
  467. package/_bmad/bmb/workflows/agent/data/agent-menu-patterns.md +0 -233
  468. package/_bmad/bmb/workflows/agent/data/agent-metadata.md +0 -208
  469. package/_bmad/bmb/workflows/agent/data/critical-actions.md +0 -120
  470. package/_bmad/bmb/workflows/agent/data/expert-agent-architecture.md +0 -236
  471. package/_bmad/bmb/workflows/agent/data/expert-agent-validation.md +0 -174
  472. package/_bmad/bmb/workflows/agent/data/module-agent-validation.md +0 -126
  473. package/_bmad/bmb/workflows/agent/data/persona-properties.md +0 -266
  474. package/_bmad/bmb/workflows/agent/data/reference/module-examples/architect.md +0 -68
  475. package/_bmad/bmb/workflows/agent/data/simple-agent-architecture.md +0 -204
  476. package/_bmad/bmb/workflows/agent/steps-c/step-01-brainstorm.md +0 -128
  477. package/_bmad/bmb/workflows/agent/steps-c/step-02-discovery.md +0 -170
  478. package/_bmad/bmb/workflows/agent/steps-c/step-03-type-metadata.md +0 -296
  479. package/_bmad/bmb/workflows/agent/steps-c/step-04-persona.md +0 -212
  480. package/_bmad/bmb/workflows/agent/steps-c/step-05-commands-menu.md +0 -178
  481. package/_bmad/bmb/workflows/agent/steps-c/step-06-activation.md +0 -279
  482. package/_bmad/bmb/workflows/agent/steps-c/step-07a-build-simple.md +0 -187
  483. package/_bmad/bmb/workflows/agent/steps-c/step-07b-build-expert.md +0 -201
  484. package/_bmad/bmb/workflows/agent/steps-c/step-07c-build-module.md +0 -258
  485. package/_bmad/bmb/workflows/agent/steps-c/step-08-celebrate.md +0 -249
  486. package/_bmad/bmb/workflows/agent/steps-e/e-01-load-existing.md +0 -221
  487. package/_bmad/bmb/workflows/agent/steps-e/e-02-discover-edits.md +0 -193
  488. package/_bmad/bmb/workflows/agent/steps-e/e-04-type-metadata.md +0 -124
  489. package/_bmad/bmb/workflows/agent/steps-e/e-05-persona.md +0 -134
  490. package/_bmad/bmb/workflows/agent/steps-e/e-06-commands-menu.md +0 -122
  491. package/_bmad/bmb/workflows/agent/steps-e/e-07-activation.md +0 -125
  492. package/_bmad/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +0 -119
  493. package/_bmad/bmb/workflows/agent/steps-e/e-08c-edit-module.md +0 -123
  494. package/_bmad/bmb/workflows/agent/steps-e/e-09-celebrate.md +0 -155
  495. package/_bmad/bmb/workflows/agent/steps-v/v-01-load-review.md +0 -136
  496. package/_bmad/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +0 -145
  497. package/_bmad/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +0 -136
  498. package/_bmad/bmb/workflows/agent/steps-v/v-03-summary.md +0 -104
  499. package/_bmad/bmb/workflows/agent/workflow.md +0 -123
  500. package/_bmad/bmb/workflows/byan/data/templates.yaml +0 -59
  501. package/_bmad/bmb/workflows/byan/quick-create-workflow.md +0 -450
  502. package/_bmad/bmb/workflows/byan/templates/base-agent-template.md +0 -79
  503. package/_bmad/bmb/workflows/byan/validate-agent-workflow.md +0 -676
  504. package/_bmad/bmb/workflows/module/data/agent-spec-template.md +0 -79
  505. package/_bmad/bmb/workflows/module/steps-c/step-05-agents.md +0 -167
  506. package/_bmad/bmb/workflows/module/steps-c/step-06-workflows.md +0 -183
  507. package/_bmad/bmb/workflows/module/steps-v/step-04-agent-specs.md +0 -152
  508. package/_bmad/bmb/workflows/module/steps-v/step-05-workflow-specs.md +0 -152
  509. package/_bmad/bmb/workflows/module/steps-v/step-08-report.md +0 -197
  510. package/_bmad/bmb/workflows/module/templates/workflow-spec-template.md +0 -96
  511. package/_bmad/bmb/workflows/module/workflow.md +0 -100
  512. package/_bmad/bmb/workflows/workflow/data/architecture.md +0 -152
  513. package/_bmad/bmb/workflows/workflow/data/common-workflow-tools.csv +0 -19
  514. package/_bmad/bmb/workflows/workflow/data/frontmatter-standards.md +0 -225
  515. package/_bmad/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +0 -386
  516. package/_bmad/bmb/workflows/workflow/steps-c/step-02-classification.md +0 -269
  517. package/_bmad/bmb/workflows/workflow/steps-c/step-03-requirements.md +0 -282
  518. package/_bmad/bmb/workflows/workflow/steps-c/step-04-tools.md +0 -281
  519. package/_bmad/bmb/workflows/workflow/steps-c/step-05-plan-review.md +0 -242
  520. package/_bmad/bmb/workflows/workflow/steps-c/step-06-design.md +0 -329
  521. package/_bmad/bmb/workflows/workflow/steps-c/step-07-foundation.md +0 -238
  522. package/_bmad/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +0 -377
  523. package/_bmad/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +0 -350
  524. package/_bmad/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +0 -265
  525. package/_bmad/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +0 -241
  526. package/_bmad/bmb/workflows/workflow/templates/step-1b-template.md +0 -223
  527. package/_bmad/bmb/workflows/workflow/templates/step-template.md +0 -290
  528. package/_bmad/bmb/workflows/workflow/templates/workflow-template.md +0 -102
  529. package/_bmad/bmb/workflows/workflow/workflow.md +0 -109
  530. package/_bmad/bmm/agents/analyst.md +0 -76
  531. package/_bmad/bmm/agents/architect.md +0 -58
  532. package/_bmad/bmm/agents/dev.md +0 -69
  533. package/_bmad/bmm/agents/expert-merise-agile.md +0 -177
  534. package/_bmad/bmm/agents/pm.md +0 -72
  535. package/_bmad/bmm/agents/quick-flow-solo-dev.md +0 -69
  536. package/_bmad/bmm/agents/quinn.md +0 -92
  537. package/_bmad/bmm/agents/sm.md +0 -70
  538. package/_bmad/bmm/agents/tech-writer/tech-writer.md +0 -70
  539. package/_bmad/bmm/agents/ux-designer.md +0 -57
  540. package/_bmad/bmm/config.yaml +0 -16
  541. package/_bmad/bmm/module-help.csv +0 -38
  542. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +0 -199
  543. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +0 -202
  544. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +0 -205
  545. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +0 -219
  546. package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -162
  547. package/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +0 -58
  548. package/_bmad/bmm/workflows/1-analysis/research/workflow.md +0 -173
  549. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +0 -224
  550. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +0 -226
  551. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +0 -213
  552. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +0 -207
  553. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +0 -226
  554. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +0 -237
  555. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +0 -228
  556. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +0 -231
  557. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +0 -242
  558. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +0 -217
  559. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +0 -124
  560. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +0 -247
  561. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +0 -208
  562. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +0 -249
  563. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +0 -253
  564. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +0 -218
  565. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +0 -209
  566. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
  567. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +0 -231
  568. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/validation-report-prd-workflow.md +0 -433
  569. package/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow.md +0 -150
  570. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +0 -190
  571. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +0 -216
  572. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +0 -219
  573. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +0 -234
  574. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +0 -252
  575. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +0 -254
  576. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +0 -224
  577. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +0 -224
  578. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +0 -241
  579. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +0 -248
  580. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +0 -237
  581. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +0 -264
  582. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +0 -171
  583. package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -43
  584. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +0 -190
  585. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +0 -178
  586. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +0 -179
  587. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +0 -139
  588. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +0 -252
  589. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +0 -135
  590. package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +0 -55
  591. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +0 -224
  592. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +0 -331
  593. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +0 -318
  594. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +0 -359
  595. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +0 -379
  596. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +0 -359
  597. package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +0 -76
  598. package/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +0 -50
  599. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -259
  600. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +0 -233
  601. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +0 -272
  602. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +0 -149
  603. package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +0 -59
  604. package/_bmad/bmm/workflows/4-implementation/code-review/instructions.xml +0 -227
  605. package/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -50
  606. package/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +0 -288
  607. package/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +0 -206
  608. package/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -58
  609. package/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +0 -358
  610. package/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +0 -345
  611. package/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -59
  612. package/_bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +0 -410
  613. package/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -25
  614. package/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1443
  615. package/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -57
  616. package/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -225
  617. package/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -53
  618. package/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +0 -229
  619. package/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -35
  620. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +0 -176
  621. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +0 -120
  622. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +0 -113
  623. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +0 -113
  624. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +0 -106
  625. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +0 -149
  626. package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +0 -50
  627. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +0 -192
  628. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +0 -145
  629. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +0 -128
  630. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +0 -201
  631. package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +0 -79
  632. package/_bmad/bmm/workflows/document-project/instructions.md +0 -221
  633. package/_bmad/bmm/workflows/document-project/workflow.yaml +0 -28
  634. package/_bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  635. package/_bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  636. package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +0 -130
  637. package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +0 -26
  638. package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +0 -141
  639. package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +0 -26
  640. package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +0 -241
  641. package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +0 -26
  642. package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +0 -133
  643. package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +0 -26
  644. package/_bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +0 -318
  645. package/_bmad/bmm/workflows/generate-project-context/workflow.md +0 -49
  646. package/_bmad/bmm/workflows/qa/automate/workflow.yaml +0 -47
  647. package/_bmad/cis/agents/brainstorming-coach.md +0 -61
  648. package/_bmad/cis/agents/creative-problem-solver.md +0 -61
  649. package/_bmad/cis/agents/design-thinking-coach.md +0 -61
  650. package/_bmad/cis/agents/innovation-strategist.md +0 -61
  651. package/_bmad/cis/agents/presentation-master.md +0 -67
  652. package/_bmad/cis/agents/storyteller/storyteller.md +0 -58
  653. package/_bmad/cis/config.yaml +0 -12
  654. package/_bmad/cis/module-help.csv +0 -6
  655. package/_bmad/cis/workflows/README.md +0 -139
  656. package/_bmad/cis/workflows/design-thinking/instructions.md +0 -202
  657. package/_bmad/cis/workflows/design-thinking/workflow.yaml +0 -27
  658. package/_bmad/cis/workflows/innovation-strategy/instructions.md +0 -276
  659. package/_bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -27
  660. package/_bmad/cis/workflows/problem-solving/instructions.md +0 -252
  661. package/_bmad/cis/workflows/problem-solving/workflow.yaml +0 -27
  662. package/_bmad/cis/workflows/storytelling/instructions.md +0 -293
  663. package/_bmad/cis/workflows/storytelling/workflow.yaml +0 -27
  664. package/_bmad/core/agents/bmad-master.md +0 -56
  665. package/_bmad/core/agents/carmack.md +0 -238
  666. package/_bmad/core/agents/test-dynamic.md +0 -40
  667. package/_bmad/core/base/bmad-base-agent.md +0 -42
  668. package/_bmad/core/config.yaml +0 -9
  669. package/_bmad/core/module-help.csv +0 -9
  670. package/_bmad/core/resources/excalidraw/README.md +0 -160
  671. package/_bmad/core/tasks/editorial-review-prose.xml +0 -100
  672. package/_bmad/core/tasks/editorial-review-structure.xml +0 -209
  673. package/_bmad/core/tasks/help.md +0 -62
  674. package/_bmad/core/tasks/index-docs.xml +0 -65
  675. package/_bmad/core/tasks/review-adversarial-general.xml +0 -48
  676. package/_bmad/core/tasks/shard-doc.xml +0 -109
  677. package/_bmad/core/tasks/workflow.xml +0 -235
  678. package/_bmad/core/workflows/advanced-elicitation/workflow.xml +0 -117
  679. package/_bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +0 -399
  680. package/_bmad/core/workflows/brainstorming/workflow.md +0 -58
  681. package/_bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +0 -138
  682. package/_bmad/core/workflows/party-mode/workflow.md +0 -194
  683. package/_bmad/tea/agents/tea.md +0 -71
  684. package/_bmad/tea/config.yaml +0 -19
  685. package/_bmad/tea/module-help.csv +0 -10
  686. package/_bmad/tea/teams/default-party.csv +0 -2
  687. package/_bmad/tea/workflows/testarch/atdd/instructions.md +0 -38
  688. package/_bmad/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +0 -110
  689. package/_bmad/tea/workflows/testarch/atdd/workflow.yaml +0 -45
  690. package/_bmad/tea/workflows/testarch/automate/instructions.md +0 -43
  691. package/_bmad/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +0 -127
  692. package/_bmad/tea/workflows/testarch/automate/workflow.yaml +0 -52
  693. package/_bmad/tea/workflows/testarch/ci/instructions.md +0 -38
  694. package/_bmad/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +0 -75
  695. package/_bmad/tea/workflows/testarch/ci/workflow.yaml +0 -45
  696. package/_bmad/tea/workflows/testarch/framework/instructions.md +0 -38
  697. package/_bmad/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +0 -120
  698. package/_bmad/tea/workflows/testarch/framework/workflow.yaml +0 -47
  699. package/_bmad/tea/workflows/testarch/nfr-assess/instructions.md +0 -36
  700. package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md +0 -85
  701. package/_bmad/tea/workflows/testarch/nfr-assess/workflow.yaml +0 -47
  702. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-01.md +0 -460
  703. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-02.md +0 -465
  704. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-03.md +0 -301
  705. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-04.md +0 -234
  706. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-05.md +0 -234
  707. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-06.md +0 -209
  708. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-07.md +0 -212
  709. package/_bmad/tea/workflows/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md +0 -141
  710. package/_bmad/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +0 -950
  711. package/_bmad/tea/workflows/testarch/teach-me-testing/workflow.md +0 -90
  712. package/_bmad/tea/workflows/testarch/test-design/instructions.md +0 -52
  713. package/_bmad/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +0 -127
  714. package/_bmad/tea/workflows/testarch/test-design/test-design-qa-template.md +0 -296
  715. package/_bmad/tea/workflows/testarch/test-design/test-design-template.md +0 -294
  716. package/_bmad/tea/workflows/testarch/test-design/workflow.yaml +0 -69
  717. package/_bmad/tea/workflows/testarch/test-review/instructions.md +0 -36
  718. package/_bmad/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +0 -101
  719. package/_bmad/tea/workflows/testarch/test-review/workflow.yaml +0 -46
  720. package/_bmad/tea/workflows/testarch/trace/instructions.md +0 -36
  721. package/_bmad/tea/workflows/testarch/trace/steps-c/step-01-load-context.md +0 -80
  722. package/_bmad/tea/workflows/testarch/trace/workflow.yaml +0 -55
  723. package/install/.eslintrc.js +0 -20
  724. package/install/.prettierrc +0 -7
  725. package/install/BUGFIX-CHALK.md +0 -173
  726. package/install/BUGFIX-DOCUMENTATION-INDEX.md +0 -299
  727. package/install/BUGFIX-PATH-RESOLUTION.md +0 -293
  728. package/install/BUGFIX-QUICKSTART.md +0 -184
  729. package/install/BUGFIX-VISUAL-SUMMARY.md +0 -253
  730. package/install/CHANGELOG.md +0 -202
  731. package/install/__tests__/integration/detection-flow.test.js +0 -154
  732. package/install/__tests__/platforms/claude-code.test.js +0 -175
  733. package/install/__tests__/platforms/codex.test.js +0 -80
  734. package/install/__tests__/platforms/copilot-cli.test.js +0 -118
  735. package/install/__tests__/platforms/vscode.test.js +0 -67
  736. package/install/__tests__/utils/file-utils.test.js +0 -87
  737. package/install/__tests__/utils/git-detector.test.js +0 -80
  738. package/install/__tests__/utils/logger.test.js +0 -83
  739. package/install/__tests__/utils/node-detector.test.js +0 -71
  740. package/install/__tests__/utils/os-detector.test.js +0 -63
  741. package/install/__tests__/utils/yaml-utils.test.js +0 -85
  742. package/install/__tests__/yanstaller/detector.test.js +0 -210
  743. package/install/bin/create-byan-agent-backup.js +0 -220
  744. package/install/coverage/clover.xml +0 -219
  745. package/install/coverage/coverage-final.json +0 -13
  746. package/install/coverage/lcov-report/base.css +0 -224
  747. package/install/coverage/lcov-report/block-navigation.js +0 -87
  748. package/install/coverage/lcov-report/favicon.png +0 -0
  749. package/install/coverage/lcov-report/index.html +0 -146
  750. package/install/coverage/lcov-report/lib/errors.js.html +0 -268
  751. package/install/coverage/lcov-report/lib/exit-codes.js.html +0 -247
  752. package/install/coverage/lcov-report/lib/index.html +0 -131
  753. package/install/coverage/lcov-report/lib/platforms/claude-code.js.html +0 -343
  754. package/install/coverage/lcov-report/lib/platforms/codex.js.html +0 -361
  755. package/install/coverage/lcov-report/lib/platforms/copilot-cli.js.html +0 -454
  756. package/install/coverage/lcov-report/lib/platforms/index.html +0 -176
  757. package/install/coverage/lcov-report/lib/platforms/index.js.html +0 -127
  758. package/install/coverage/lcov-report/lib/platforms/vscode.js.html +0 -238
  759. package/install/coverage/lcov-report/lib/utils/config-loader.js.html +0 -322
  760. package/install/coverage/lcov-report/lib/utils/file-utils.js.html +0 -397
  761. package/install/coverage/lcov-report/lib/utils/git-detector.js.html +0 -190
  762. package/install/coverage/lcov-report/lib/utils/index.html +0 -206
  763. package/install/coverage/lcov-report/lib/utils/logger.js.html +0 -277
  764. package/install/coverage/lcov-report/lib/utils/node-detector.js.html +0 -259
  765. package/install/coverage/lcov-report/lib/utils/os-detector.js.html +0 -307
  766. package/install/coverage/lcov-report/lib/utils/yaml-utils.js.html +0 -346
  767. package/install/coverage/lcov-report/lib/yanstaller/backuper.js.html +0 -409
  768. package/install/coverage/lcov-report/lib/yanstaller/detector.js.html +0 -508
  769. package/install/coverage/lcov-report/lib/yanstaller/index.html +0 -236
  770. package/install/coverage/lcov-report/lib/yanstaller/index.js.html +0 -364
  771. package/install/coverage/lcov-report/lib/yanstaller/installer.js.html +0 -505
  772. package/install/coverage/lcov-report/lib/yanstaller/interviewer.js.html +0 -349
  773. package/install/coverage/lcov-report/lib/yanstaller/recommender.js.html +0 -379
  774. package/install/coverage/lcov-report/lib/yanstaller/troubleshooter.js.html +0 -352
  775. package/install/coverage/lcov-report/lib/yanstaller/validator.js.html +0 -679
  776. package/install/coverage/lcov-report/lib/yanstaller/wizard.js.html +0 -412
  777. package/install/coverage/lcov-report/platforms/claude-code.js.html +0 -343
  778. package/install/coverage/lcov-report/platforms/codex.js.html +0 -361
  779. package/install/coverage/lcov-report/platforms/copilot-cli.js.html +0 -454
  780. package/install/coverage/lcov-report/platforms/index.html +0 -176
  781. package/install/coverage/lcov-report/platforms/index.js.html +0 -127
  782. package/install/coverage/lcov-report/platforms/vscode.js.html +0 -238
  783. package/install/coverage/lcov-report/prettify.css +0 -1
  784. package/install/coverage/lcov-report/prettify.js +0 -2
  785. package/install/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  786. package/install/coverage/lcov-report/sorter.js +0 -210
  787. package/install/coverage/lcov-report/utils/file-utils.js.html +0 -397
  788. package/install/coverage/lcov-report/utils/git-detector.js.html +0 -190
  789. package/install/coverage/lcov-report/utils/index.html +0 -191
  790. package/install/coverage/lcov-report/utils/logger.js.html +0 -277
  791. package/install/coverage/lcov-report/utils/node-detector.js.html +0 -259
  792. package/install/coverage/lcov-report/utils/os-detector.js.html +0 -307
  793. package/install/coverage/lcov-report/utils/yaml-utils.js.html +0 -346
  794. package/install/coverage/lcov-report/yanstaller/detector.js.html +0 -508
  795. package/install/coverage/lcov-report/yanstaller/index.html +0 -116
  796. package/install/coverage/lcov.info +0 -414
  797. package/install/lib/yanstaller/backuper.js +0 -108
  798. /package/{_bmad → install/templates/_byan}/_config/agents/bmb-agent-builder.customize.yaml +0 -0
  799. /package/{_bmad → install/templates/_byan}/_config/agents/bmb-module-builder.customize.yaml +0 -0
  800. /package/{_bmad → install/templates/_byan}/_config/agents/bmb-workflow-builder.customize.yaml +0 -0
  801. /package/{_bmad → install/templates/_byan}/_config/agents/bmm-analyst.customize.yaml +0 -0
  802. /package/{_bmad → install/templates/_byan}/_config/agents/bmm-architect.customize.yaml +0 -0
  803. /package/{_bmad → install/templates/_byan}/_config/agents/bmm-dev.customize.yaml +0 -0
  804. /package/{_bmad → install/templates/_byan}/_config/agents/bmm-pm.customize.yaml +0 -0
  805. /package/{_bmad → install/templates/_byan}/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +0 -0
  806. /package/{_bmad → install/templates/_byan}/_config/agents/bmm-quinn.customize.yaml +0 -0
  807. /package/{_bmad → install/templates/_byan}/_config/agents/bmm-sm.customize.yaml +0 -0
  808. /package/{_bmad → install/templates/_byan}/_config/agents/bmm-tech-writer.customize.yaml +0 -0
  809. /package/{_bmad → install/templates/_byan}/_config/agents/bmm-ux-designer.customize.yaml +0 -0
  810. /package/{_bmad → install/templates/_byan}/_config/agents/byan.customize.yaml +0 -0
  811. /package/{_bmad → install/templates/_byan}/_config/agents/cis-brainstorming-coach.customize.yaml +0 -0
  812. /package/{_bmad → install/templates/_byan}/_config/agents/cis-creative-problem-solver.customize.yaml +0 -0
  813. /package/{_bmad → install/templates/_byan}/_config/agents/cis-design-thinking-coach.customize.yaml +0 -0
  814. /package/{_bmad → install/templates/_byan}/_config/agents/cis-innovation-strategist.customize.yaml +0 -0
  815. /package/{_bmad → install/templates/_byan}/_config/agents/cis-presentation-master.customize.yaml +0 -0
  816. /package/{_bmad → install/templates/_byan}/_config/agents/cis-storyteller.customize.yaml +0 -0
  817. /package/{_bmad → install/templates/_byan}/_config/agents/core-bmad-master.customize.yaml +0 -0
  818. /package/{_bmad → install/templates/_byan}/_config/agents/tea-tea.customize.yaml +0 -0
  819. /package/{_bmad → install/templates/_byan}/_config/files-manifest.csv +0 -0
  820. /package/{_bmad → install/templates/_byan}/_config/ides/codex.yaml +0 -0
  821. /package/{_bmad → install/templates/_byan}/_config/manifest.yaml +0 -0
  822. /package/{_bmad → install/templates/_byan}/_config/tool-manifest.csv +0 -0
  823. /package/{_bmad → install/templates/_byan}/_memory/storyteller-sidecar/stories-told.md +0 -0
  824. /package/{_bmad → install/templates/_byan}/_memory/storyteller-sidecar/story-preferences.md +0 -0
  825. /package/{_bmad → install/templates/_byan}/_memory/tech-writer-sidecar/documentation-standards.md +0 -0
  826. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/data/brainstorm-context.md +0 -0
  827. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/data/communication-presets.csv +0 -0
  828. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/data/principles-crafting.md +0 -0
  829. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/data/simple-agent-validation.md +0 -0
  830. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/data/understanding-agent-types.md +0 -0
  831. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/steps-e/e-03-placeholder.md +0 -0
  832. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +0 -0
  833. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +0 -0
  834. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +0 -0
  835. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +0 -0
  836. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/templates/agent-plan.template.md +0 -0
  837. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +0 -0
  838. /package/{_bmad → install/templates/_byan}/bmb/workflows/agent/templates/simple-agent.template.md +0 -0
  839. /package/{_bmad → install/templates/_byan}/bmb/workflows/byan/data/mantras.yaml +0 -0
  840. /package/{_bmad → install/templates/_byan}/bmb/workflows/byan/delete-agent-workflow.md +0 -0
  841. /package/{_bmad → install/templates/_byan}/bmb/workflows/byan/edit-agent-workflow.md +0 -0
  842. /package/{_bmad → install/templates/_byan}/bmb/workflows/byan/interview-workflow.md +0 -0
  843. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/data/agent-architecture.md +0 -0
  844. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/data/module-installer-standards.md +0 -0
  845. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/data/module-standards.md +0 -0
  846. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/data/module-yaml-conventions.md +0 -0
  847. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-01-welcome.md +0 -0
  848. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-02-spark.md +0 -0
  849. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-03-module-type.md +0 -0
  850. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-04-vision.md +0 -0
  851. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-05-identity.md +0 -0
  852. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-06-users.md +0 -0
  853. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-07-value.md +0 -0
  854. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-08-agents.md +0 -0
  855. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-09-workflows.md +0 -0
  856. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-10-tools.md +0 -0
  857. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-11-scenarios.md +0 -0
  858. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-12-creative.md +0 -0
  859. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-13-review.md +0 -0
  860. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-b/step-14-finalize.md +0 -0
  861. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-c/step-01-load-brief.md +0 -0
  862. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-c/step-01b-continue.md +0 -0
  863. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-c/step-02-structure.md +0 -0
  864. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-c/step-03-config.md +0 -0
  865. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-c/step-04-installer.md +0 -0
  866. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-c/step-07-docs.md +0 -0
  867. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-c/step-08-complete.md +0 -0
  868. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-e/step-01-load-target.md +0 -0
  869. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-e/step-02-select-edit.md +0 -0
  870. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-e/step-03-apply-edit.md +0 -0
  871. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-e/step-04-review.md +0 -0
  872. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-e/step-05-confirm.md +0 -0
  873. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-v/step-01-load-target.md +0 -0
  874. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-v/step-02-file-structure.md +0 -0
  875. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-v/step-03-module-yaml.md +0 -0
  876. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-v/step-06-documentation.md +0 -0
  877. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/steps-v/step-07-installation.md +0 -0
  878. /package/{_bmad → install/templates/_byan}/bmb/workflows/module/templates/brief-template.md +0 -0
  879. /package/{_bmad → install/templates/_byan}/bmb/workflows/turbo-whisper/configure-workflow.md +0 -0
  880. /package/{_bmad → install/templates/_byan}/bmb/workflows/turbo-whisper/docker-setup-workflow.md +0 -0
  881. /package/{_bmad → install/templates/_byan}/bmb/workflows/turbo-whisper/install-workflow.md +0 -0
  882. /package/{_bmad → install/templates/_byan}/bmb/workflows/turbo-whisper/integrate-workflow.md +0 -0
  883. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/data/csv-data-file-standards.md +0 -0
  884. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/data/input-discovery-standards.md +0 -0
  885. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +0 -0
  886. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/data/menu-handling-standards.md +0 -0
  887. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/data/output-format-standards.md +0 -0
  888. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/data/step-file-rules.md +0 -0
  889. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/data/step-type-patterns.md +0 -0
  890. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/data/trimodal-workflow-structure.md +0 -0
  891. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/data/workflow-chaining-standards.md +0 -0
  892. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/data/workflow-examples.md +0 -0
  893. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/data/workflow-type-criteria.md +0 -0
  894. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-c/step-00-conversion.md +0 -0
  895. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-c/step-01-discovery.md +0 -0
  896. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-c/step-01b-continuation.md +0 -0
  897. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-c/step-10-confirmation.md +0 -0
  898. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-c/step-11-completion.md +0 -0
  899. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +0 -0
  900. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +0 -0
  901. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +0 -0
  902. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +0 -0
  903. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +0 -0
  904. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +0 -0
  905. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-e/step-e-07-complete.md +0 -0
  906. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +0 -0
  907. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-01-validate.md +0 -0
  908. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-01b-structure.md +0 -0
  909. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +0 -0
  910. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +0 -0
  911. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +0 -0
  912. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +0 -0
  913. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +0 -0
  914. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +0 -0
  915. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +0 -0
  916. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +0 -0
  917. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +0 -0
  918. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-10-report-complete.md +0 -0
  919. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +0 -0
  920. /package/{_bmad → install/templates/_byan}/bmb/workflows/workflow/templates/minimal-output-template.md +0 -0
  921. /package/{_bmad → install/templates/_byan}/bmm/data/project-context-template.md +0 -0
  922. /package/{_bmad → install/templates/_byan}/bmm/teams/default-party.csv +0 -0
  923. /package/{_bmad → install/templates/_byan}/bmm/teams/team-fullstack.yaml +0 -0
  924. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +0 -0
  925. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +0 -0
  926. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -0
  927. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +0 -0
  928. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +0 -0
  929. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +0 -0
  930. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +0 -0
  931. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +0 -0
  932. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +0 -0
  933. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +0 -0
  934. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +0 -0
  935. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +0 -0
  936. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +0 -0
  937. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +0 -0
  938. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +0 -0
  939. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/research.template.md +0 -0
  940. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +0 -0
  941. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +0 -0
  942. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +0 -0
  943. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +0 -0
  944. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +0 -0
  945. /package/{_bmad → install/templates/_byan}/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +0 -0
  946. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +0 -0
  947. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +0 -0
  948. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +0 -0
  949. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md +0 -0
  950. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +0 -0
  951. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +0 -0
  952. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +0 -0
  953. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +0 -0
  954. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +0 -0
  955. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -0
  956. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +0 -0
  957. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +0 -0
  958. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -0
  959. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -0
  960. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +0 -0
  961. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +0 -0
  962. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md +0 -0
  963. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +0 -0
  964. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +0 -0
  965. /package/{_bmad → install/templates/_byan}/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -0
  966. /package/{_bmad → install/templates/_byan}/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +0 -0
  967. /package/{_bmad → install/templates/_byan}/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -0
  968. /package/{_bmad → install/templates/_byan}/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +0 -0
  969. /package/{_bmad → install/templates/_byan}/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +0 -0
  970. /package/{_bmad → install/templates/_byan}/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +0 -0
  971. /package/{_bmad → install/templates/_byan}/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +0 -0
  972. /package/{_bmad → install/templates/_byan}/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +0 -0
  973. /package/{_bmad → install/templates/_byan}/bmm/workflows/4-implementation/code-review/checklist.md +0 -0
  974. /package/{_bmad → install/templates/_byan}/bmm/workflows/4-implementation/create-story/template.md +0 -0
  975. /package/{_bmad → install/templates/_byan}/bmm/workflows/4-implementation/dev-story/checklist.md +0 -0
  976. /package/{_bmad → install/templates/_byan}/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -0
  977. /package/{_bmad → install/templates/_byan}/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -0
  978. /package/{_bmad → install/templates/_byan}/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +0 -0
  979. /package/{_bmad → install/templates/_byan}/bmm/workflows/document-project/checklist.md +0 -0
  980. /package/{_bmad → install/templates/_byan}/bmm/workflows/document-project/documentation-requirements.csv +0 -0
  981. /package/{_bmad → install/templates/_byan}/bmm/workflows/document-project/templates/deep-dive-template.md +0 -0
  982. /package/{_bmad → install/templates/_byan}/bmm/workflows/document-project/templates/index-template.md +0 -0
  983. /package/{_bmad → install/templates/_byan}/bmm/workflows/document-project/templates/project-overview-template.md +0 -0
  984. /package/{_bmad → install/templates/_byan}/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -0
  985. /package/{_bmad → install/templates/_byan}/bmm/workflows/document-project/templates/source-tree-template.md +0 -0
  986. /package/{_bmad → install/templates/_byan}/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -0
  987. /package/{_bmad → install/templates/_byan}/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -0
  988. /package/{_bmad → install/templates/_byan}/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +0 -0
  989. /package/{_bmad → install/templates/_byan}/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +0 -0
  990. /package/{_bmad → install/templates/_byan}/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +0 -0
  991. /package/{_bmad → install/templates/_byan}/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +0 -0
  992. /package/{_bmad → install/templates/_byan}/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +0 -0
  993. /package/{_bmad → install/templates/_byan}/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +0 -0
  994. /package/{_bmad → install/templates/_byan}/bmm/workflows/generate-project-context/project-context-template.md +0 -0
  995. /package/{_bmad → install/templates/_byan}/bmm/workflows/generate-project-context/steps/step-01-discover.md +0 -0
  996. /package/{_bmad → install/templates/_byan}/bmm/workflows/generate-project-context/steps/step-03-complete.md +0 -0
  997. /package/{_bmad → install/templates/_byan}/bmm/workflows/qa/automate/checklist.md +0 -0
  998. /package/{_bmad → install/templates/_byan}/bmm/workflows/qa/automate/instructions.md +0 -0
  999. /package/{_bmad → install/templates/_byan}/cis/teams/creative-squad.yaml +0 -0
  1000. /package/{_bmad → install/templates/_byan}/cis/teams/default-party.csv +0 -0
  1001. /package/{_bmad → install/templates/_byan}/cis/workflows/design-thinking/README.md +0 -0
  1002. /package/{_bmad → install/templates/_byan}/cis/workflows/design-thinking/design-methods.csv +0 -0
  1003. /package/{_bmad → install/templates/_byan}/cis/workflows/design-thinking/template.md +0 -0
  1004. /package/{_bmad → install/templates/_byan}/cis/workflows/innovation-strategy/README.md +0 -0
  1005. /package/{_bmad → install/templates/_byan}/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -0
  1006. /package/{_bmad → install/templates/_byan}/cis/workflows/innovation-strategy/template.md +0 -0
  1007. /package/{_bmad → install/templates/_byan}/cis/workflows/problem-solving/README.md +0 -0
  1008. /package/{_bmad → install/templates/_byan}/cis/workflows/problem-solving/solving-methods.csv +0 -0
  1009. /package/{_bmad → install/templates/_byan}/cis/workflows/problem-solving/template.md +0 -0
  1010. /package/{_bmad → install/templates/_byan}/cis/workflows/storytelling/README.md +0 -0
  1011. /package/{_bmad → install/templates/_byan}/cis/workflows/storytelling/story-types.csv +0 -0
  1012. /package/{_bmad → install/templates/_byan}/cis/workflows/storytelling/template.md +0 -0
  1013. /package/{_bmad → install/templates/_byan}/core/resources/excalidraw/excalidraw-helpers.md +0 -0
  1014. /package/{_bmad → install/templates/_byan}/core/resources/excalidraw/library-loader.md +0 -0
  1015. /package/{_bmad → install/templates/_byan}/core/resources/excalidraw/validate-json-instructions.md +0 -0
  1016. /package/{_bmad → install/templates/_byan}/core/workflows/advanced-elicitation/methods.csv +0 -0
  1017. /package/{_bmad → install/templates/_byan}/core/workflows/brainstorming/brain-methods.csv +0 -0
  1018. /package/{_bmad → install/templates/_byan}/core/workflows/brainstorming/steps/step-01-session-setup.md +0 -0
  1019. /package/{_bmad → install/templates/_byan}/core/workflows/brainstorming/steps/step-01b-continue.md +0 -0
  1020. /package/{_bmad → install/templates/_byan}/core/workflows/brainstorming/steps/step-02a-user-selected.md +0 -0
  1021. /package/{_bmad → install/templates/_byan}/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +0 -0
  1022. /package/{_bmad → install/templates/_byan}/core/workflows/brainstorming/steps/step-02c-random-selection.md +0 -0
  1023. /package/{_bmad → install/templates/_byan}/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +0 -0
  1024. /package/{_bmad → install/templates/_byan}/core/workflows/brainstorming/steps/step-04-idea-organization.md +0 -0
  1025. /package/{_bmad → install/templates/_byan}/core/workflows/brainstorming/template.md +0 -0
  1026. /package/{_bmad → install/templates/_byan}/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +0 -0
  1027. /package/{_bmad → install/templates/_byan}/core/workflows/party-mode/steps/step-03-graceful-exit.md +0 -0
  1028. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/adr-quality-readiness-checklist.md +0 -0
  1029. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/api-request.md +0 -0
  1030. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/api-testing-patterns.md +0 -0
  1031. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/auth-session.md +0 -0
  1032. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/burn-in.md +0 -0
  1033. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/ci-burn-in.md +0 -0
  1034. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/component-tdd.md +0 -0
  1035. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/contract-testing.md +0 -0
  1036. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/data-factories.md +0 -0
  1037. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/email-auth.md +0 -0
  1038. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/error-handling.md +0 -0
  1039. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/feature-flags.md +0 -0
  1040. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/file-utils.md +0 -0
  1041. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/fixture-architecture.md +0 -0
  1042. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/fixtures-composition.md +0 -0
  1043. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/intercept-network-call.md +0 -0
  1044. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/log.md +0 -0
  1045. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/network-error-monitor.md +0 -0
  1046. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/network-first.md +0 -0
  1047. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/network-recorder.md +0 -0
  1048. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/nfr-criteria.md +0 -0
  1049. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/overview.md +0 -0
  1050. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/playwright-config.md +0 -0
  1051. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/probability-impact.md +0 -0
  1052. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/recurse.md +0 -0
  1053. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/risk-governance.md +0 -0
  1054. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/selective-testing.md +0 -0
  1055. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/selector-resilience.md +0 -0
  1056. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/test-healing-patterns.md +0 -0
  1057. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/test-levels-framework.md +0 -0
  1058. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/test-priorities-matrix.md +0 -0
  1059. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/test-quality.md +0 -0
  1060. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/timing-debugging.md +0 -0
  1061. /package/{_bmad → install/templates/_byan}/tea/testarch/knowledge/visual-debugging.md +0 -0
  1062. /package/{_bmad → install/templates/_byan}/tea/testarch/tea-index.csv +0 -0
  1063. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/README.md +0 -0
  1064. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/atdd-checklist-template.md +0 -0
  1065. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/checklist.md +0 -0
  1066. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/steps-c/step-02-generation-mode.md +0 -0
  1067. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/steps-c/step-03-test-strategy.md +0 -0
  1068. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md +0 -0
  1069. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/steps-c/step-04a-subprocess-api-failing.md +0 -0
  1070. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/steps-c/step-04b-subprocess-e2e-failing.md +0 -0
  1071. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md +0 -0
  1072. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/steps-c/step-05-validate-and-complete.md +0 -0
  1073. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/steps-e/step-01-assess.md +0 -0
  1074. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/steps-e/step-02-apply-edit.md +0 -0
  1075. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/steps-v/step-01-validate.md +0 -0
  1076. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/validation-report-20260127-095021.md +0 -0
  1077. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/validation-report-20260127-102401.md +0 -0
  1078. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/workflow-plan.md +0 -0
  1079. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/atdd/workflow.md +0 -0
  1080. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/checklist.md +0 -0
  1081. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/steps-c/step-02-identify-targets.md +0 -0
  1082. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md +0 -0
  1083. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/steps-c/step-03a-subprocess-api.md +0 -0
  1084. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/steps-c/step-03b-subprocess-e2e.md +0 -0
  1085. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md +0 -0
  1086. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/steps-c/step-04-validate-and-summarize.md +0 -0
  1087. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/steps-e/step-01-assess.md +0 -0
  1088. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/steps-e/step-02-apply-edit.md +0 -0
  1089. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/steps-v/step-01-validate.md +0 -0
  1090. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/validation-report-20260127-095021.md +0 -0
  1091. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/validation-report-20260127-102401.md +0 -0
  1092. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/workflow-plan.md +0 -0
  1093. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/automate/workflow.md +0 -0
  1094. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/checklist.md +0 -0
  1095. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/github-actions-template.yaml +0 -0
  1096. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/gitlab-ci-template.yaml +0 -0
  1097. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/steps-c/step-01-preflight.md +0 -0
  1098. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md +0 -0
  1099. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/steps-c/step-04-validate-and-summary.md +0 -0
  1100. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/steps-e/step-01-assess.md +0 -0
  1101. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/steps-e/step-02-apply-edit.md +0 -0
  1102. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/steps-v/step-01-validate.md +0 -0
  1103. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/validation-report-20260127-095021.md +0 -0
  1104. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/validation-report-20260127-102401.md +0 -0
  1105. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/workflow-plan.md +0 -0
  1106. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/ci/workflow.md +0 -0
  1107. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/framework/checklist.md +0 -0
  1108. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/framework/steps-c/step-01-preflight.md +0 -0
  1109. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/framework/steps-c/step-02-select-framework.md +0 -0
  1110. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/framework/steps-c/step-04-docs-and-scripts.md +0 -0
  1111. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/framework/steps-c/step-05-validate-and-summary.md +0 -0
  1112. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/framework/steps-e/step-01-assess.md +0 -0
  1113. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/framework/steps-e/step-02-apply-edit.md +0 -0
  1114. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/framework/steps-v/step-01-validate.md +0 -0
  1115. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/framework/validation-report-20260127-095021.md +0 -0
  1116. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/framework/validation-report-20260127-102401.md +0 -0
  1117. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/framework/workflow-plan.md +0 -0
  1118. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/framework/workflow.md +0 -0
  1119. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/checklist.md +0 -0
  1120. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/nfr-report-template.md +0 -0
  1121. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/steps-c/step-02-define-thresholds.md +0 -0
  1122. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/steps-c/step-03-gather-evidence.md +0 -0
  1123. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +0 -0
  1124. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/steps-c/step-04a-subprocess-security.md +0 -0
  1125. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/steps-c/step-04b-subprocess-performance.md +0 -0
  1126. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/steps-c/step-04c-subprocess-reliability.md +0 -0
  1127. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/steps-c/step-04d-subprocess-scalability.md +0 -0
  1128. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +0 -0
  1129. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/steps-c/step-05-generate-report.md +0 -0
  1130. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/steps-e/step-01-assess.md +0 -0
  1131. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/steps-e/step-02-apply-edit.md +0 -0
  1132. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/steps-v/step-01-validate.md +0 -0
  1133. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md +0 -0
  1134. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md +0 -0
  1135. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/workflow-plan.md +0 -0
  1136. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/nfr-assess/workflow.md +0 -0
  1137. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/checklist.md +0 -0
  1138. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/data/curriculum.yaml +0 -0
  1139. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/data/quiz-questions.yaml +0 -0
  1140. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/data/role-paths.yaml +0 -0
  1141. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/data/session-content-map.yaml +0 -0
  1142. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml +0 -0
  1143. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/instructions.md +0 -0
  1144. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/steps-c/step-01-init.md +0 -0
  1145. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/steps-c/step-01b-continue.md +0 -0
  1146. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/steps-c/step-02-assess.md +0 -0
  1147. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/steps-c/step-03-session-menu.md +0 -0
  1148. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/steps-c/step-05-completion.md +0 -0
  1149. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/steps-e/step-e-02-apply-edits.md +0 -0
  1150. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/steps-v/step-v-01-validate.md +0 -0
  1151. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/templates/certificate-template.md +0 -0
  1152. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/templates/progress-template.yaml +0 -0
  1153. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/teach-me-testing/templates/session-notes-template.md +0 -0
  1154. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/checklist.md +0 -0
  1155. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/steps-c/step-01-detect-mode.md +0 -0
  1156. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/steps-c/step-03-risk-and-testability.md +0 -0
  1157. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/steps-c/step-04-coverage-plan.md +0 -0
  1158. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md +0 -0
  1159. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/steps-e/step-01-assess.md +0 -0
  1160. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/steps-e/step-02-apply-edit.md +0 -0
  1161. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/steps-v/step-01-validate.md +0 -0
  1162. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/test-design-architecture-template.md +0 -0
  1163. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/validation-report-20260127-095021.md +0 -0
  1164. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/validation-report-20260127-102401.md +0 -0
  1165. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/workflow-plan.md +0 -0
  1166. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-design/workflow.md +0 -0
  1167. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/checklist.md +0 -0
  1168. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/steps-c/step-02-discover-tests.md +0 -0
  1169. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md +0 -0
  1170. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/steps-c/step-03a-subprocess-determinism.md +0 -0
  1171. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/steps-c/step-03b-subprocess-isolation.md +0 -0
  1172. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/steps-c/step-03c-subprocess-maintainability.md +0 -0
  1173. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/steps-c/step-03d-subprocess-coverage.md +0 -0
  1174. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/steps-c/step-03e-subprocess-performance.md +0 -0
  1175. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md +0 -0
  1176. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/steps-c/step-04-generate-report.md +0 -0
  1177. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/steps-e/step-01-assess.md +0 -0
  1178. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/steps-e/step-02-apply-edit.md +0 -0
  1179. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/steps-v/step-01-validate.md +0 -0
  1180. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/test-review-template.md +0 -0
  1181. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/validation-report-20260127-095021.md +0 -0
  1182. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/validation-report-20260127-102401.md +0 -0
  1183. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/workflow-plan.md +0 -0
  1184. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/test-review/workflow.md +0 -0
  1185. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/checklist.md +0 -0
  1186. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/steps-c/step-02-discover-tests.md +0 -0
  1187. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/steps-c/step-03-map-criteria.md +0 -0
  1188. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md +0 -0
  1189. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/steps-c/step-05-gate-decision.md +0 -0
  1190. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/steps-e/step-01-assess.md +0 -0
  1191. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/steps-e/step-02-apply-edit.md +0 -0
  1192. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/steps-v/step-01-validate.md +0 -0
  1193. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/trace-template.md +0 -0
  1194. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/validation-report-20260127-095021.md +0 -0
  1195. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/validation-report-20260127-102401.md +0 -0
  1196. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/workflow-plan.md +0 -0
  1197. /package/{_bmad → install/templates/_byan}/tea/workflows/testarch/trace/workflow.md +0 -0
@@ -0,0 +1,247 @@
1
+ ---
2
+ name: 'step-e-01-discovery'
3
+ description: 'Discovery & Understanding - Understand what user wants to edit and detect PRD format'
4
+
5
+ # File references (ONLY variables used in this step)
6
+ altStepFile: './step-e-01b-legacy-conversion.md'
7
+ prdPurpose: '{project-root}/_byan/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
8
+ advancedElicitationTask: '{project-root}/_byan/core/workflows/advanced-elicitation/workflow.xml'
9
+ partyModeWorkflow: '{project-root}/_byan/core/workflows/party-mode/workflow.md'
10
+ ---
11
+
12
+ # Step E-1: Discovery & Understanding
13
+
14
+ ## STEP GOAL:
15
+
16
+ Understand what the user wants to edit in the PRD, detect PRD format/type, check for validation report guidance, and route appropriately.
17
+
18
+ ## MANDATORY EXECUTION RULES (READ FIRST):
19
+
20
+ ### Universal Rules:
21
+
22
+ - 🛑 NEVER generate content without user input
23
+ - 📖 CRITICAL: Read the complete step file before taking any action
24
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
25
+ - 📋 YOU ARE A FACILITATOR, not a content generator
26
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
27
+
28
+ ### Role Reinforcement:
29
+
30
+ - ✅ You are a Validation Architect and PRD Improvement Specialist
31
+ - ✅ If you already have been given communication or persona patterns, continue to use those while playing this new role
32
+ - ✅ We engage in collaborative dialogue, not command-response
33
+ - ✅ You bring analytical expertise and improvement guidance
34
+ - ✅ User brings domain knowledge and edit requirements
35
+
36
+ ### Step-Specific Rules:
37
+
38
+ - 🎯 Focus ONLY on discovering user intent and PRD format
39
+ - 🚫 FORBIDDEN to make any edits yet
40
+ - 💬 Approach: Inquisitive and analytical, understanding before acting
41
+ - 🚪 This is a branch step - may route to legacy conversion
42
+
43
+ ## EXECUTION PROTOCOLS:
44
+
45
+ - 🎯 Discover user's edit requirements
46
+ - 🎯 Auto-detect validation reports in PRD folder (use as guide)
47
+ - 🎯 Load validation report if provided (use as guide)
48
+ - 🎯 Detect PRD format (BMAD/legacy)
49
+ - 🎯 Route appropriately based on format
50
+ - 💾 Document discoveries for next step
51
+ - 🚫 FORBIDDEN to proceed without understanding requirements
52
+
53
+ ## CONTEXT BOUNDARIES:
54
+
55
+ - Available context: PRD file to edit, optional validation report, auto-detected validation reports
56
+ - Focus: User intent discovery and format detection only
57
+ - Limits: Don't edit yet, don't validate yet
58
+ - Dependencies: None - this is first edit step
59
+
60
+ ## MANDATORY SEQUENCE
61
+
62
+ **CRITICAL:** Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
63
+
64
+ ### 1. Load PRD Purpose Standards
65
+
66
+ Load and read the complete file at:
67
+ `{prdPurpose}` (data/prd-purpose.md)
68
+
69
+ This file defines what makes a great BMAD PRD. Internalize this understanding - it will guide improvement recommendations.
70
+
71
+ ### 2. Discover PRD to Edit
72
+
73
+ "**PRD Edit Workflow**
74
+
75
+ Which PRD would you like to edit?
76
+
77
+ Please provide the path to the PRD file you want to edit."
78
+
79
+ **Wait for user to provide PRD path.**
80
+
81
+ ### 3. Validate PRD Exists and Load
82
+
83
+ Once PRD path is provided:
84
+ - Check if PRD file exists at specified path
85
+ - If not found: "I cannot find a PRD at that path. Please check the path and try again."
86
+ - If found: Load the complete PRD file including frontmatter
87
+
88
+ ### 4. Check for Existing Validation Report
89
+
90
+ **Check if validation report exists in the PRD folder:**
91
+
92
+ ```bash
93
+ # Look for most recent validation report in the PRD folder
94
+ ls -t {prd_folder_path}/validation-report-*.md 2>/dev/null | head -1
95
+ ```
96
+
97
+ **If validation report found:**
98
+
99
+ Display:
100
+ "**📋 Found Validation Report**
101
+
102
+ I found a validation report from {validation_date} in the PRD folder.
103
+
104
+ This report contains findings from previous validation checks and can help guide our edits to fix known issues.
105
+
106
+ **Would you like to:**
107
+ - **[U] Use validation report** - Load it to guide and prioritize edits
108
+ - **[S] Skip** - Proceed with manual edit discovery"
109
+
110
+ **Wait for user input.**
111
+
112
+ **IF U (Use validation report):**
113
+ - Load the validation report file
114
+ - Extract findings, issues, and improvement suggestions
115
+ - Note: "Validation report loaded - will use it to guide prioritized improvements"
116
+ - Continue to step 5
117
+
118
+ **IF S (Skip) or no validation report found:**
119
+ - Note: "Proceeding with manual edit discovery"
120
+ - Continue to step 5
121
+
122
+ **If no validation report found:**
123
+ - Note: "No validation report found in PRD folder"
124
+ - Continue to step 5 without asking user
125
+
126
+ ### 5. Ask About Validation Report
127
+
128
+ "**Do you have a validation report to guide edits?**
129
+
130
+ If you've run the validation workflow on this PRD, I can use that report to guide improvements and prioritize changes.
131
+
132
+ Validation report path (or type 'none'):"
133
+
134
+ **Wait for user input.**
135
+
136
+ **If validation report path provided:**
137
+ - Load the validation report
138
+ - Extract findings, severity, improvement suggestions
139
+ - Note: "Validation report loaded - will use it to guide prioritized improvements"
140
+
141
+ **If no validation report:**
142
+ - Note: "Proceeding with manual edit discovery"
143
+ - Continue to step 6
144
+
145
+ ### 6. Discover Edit Requirements
146
+
147
+ "**What would you like to edit in this PRD?**
148
+
149
+ Please describe the changes you want to make. For example:
150
+ - Fix specific issues (information density, implementation leakage, etc.)
151
+ - Add missing sections or content
152
+ - Improve structure and flow
153
+ - Convert to BMAD format (if legacy PRD)
154
+ - General improvements
155
+ - Other changes
156
+
157
+ **Describe your edit goals:**"
158
+
159
+ **Wait for user to describe their requirements.**
160
+
161
+ ### 7. Detect PRD Format
162
+
163
+ Analyze the loaded PRD:
164
+
165
+ **Extract all ## Level 2 headers** from PRD
166
+
167
+ **Check for BMAD PRD core sections:**
168
+ 1. Executive Summary
169
+ 2. Success Criteria
170
+ 3. Product Scope
171
+ 4. User Journeys
172
+ 5. Functional Requirements
173
+ 6. Non-Functional Requirements
174
+
175
+ **Classify format:**
176
+ - **BMAD Standard:** 5-6 core sections present
177
+ - **BMAD Variant:** 3-4 core sections present, generally follows BMAD patterns
178
+ - **Legacy (Non-Standard):** Fewer than 3 core sections, does not follow BMAD structure
179
+
180
+ ### 8. Route Based on Format and Context
181
+
182
+ **IF validation report provided OR PRD is BMAD Standard/Variant:**
183
+
184
+ Display: "**Edit Requirements Understood**
185
+
186
+ **PRD Format:** {classification}
187
+ {If validation report: "**Validation Guide:** Yes - will use validation report findings"}
188
+ **Edit Goals:** {summary of user's requirements}
189
+
190
+ **Proceeding to deep review and analysis...**"
191
+
192
+ Read fully and follow: next step (step-e-02-review.md)
193
+
194
+ **IF PRD is Legacy (Non-Standard) AND no validation report:**
195
+
196
+ Display: "**Format Detected:** Legacy PRD
197
+
198
+ This PRD does not follow BMAD standard structure (only {count}/6 core sections present).
199
+
200
+ **Your edit goals:** {user's requirements}
201
+
202
+ **How would you like to proceed?**"
203
+
204
+ Present MENU OPTIONS below for user selection
205
+
206
+ ### 9. Present MENU OPTIONS (Legacy PRDs Only)
207
+
208
+ **[C] Convert to BMAD Format** - Convert PRD to BMAD standard structure, then apply your edits
209
+ **[E] Edit As-Is** - Apply your edits without converting the format
210
+ **[X] Exit** - Exit and review conversion options
211
+
212
+ #### EXECUTION RULES:
213
+
214
+ - ALWAYS halt and wait for user input
215
+ - Only proceed based on user selection
216
+
217
+ #### Menu Handling Logic:
218
+
219
+ - IF C (Convert): Read fully and follow: {altStepFile} (step-e-01b-legacy-conversion.md)
220
+ - IF E (Edit As-Is): Display "Proceeding with edits..." then load next step
221
+ - IF X (Exit): Display summary and exit
222
+ - IF Any other: help user, then redisplay menu
223
+
224
+ ---
225
+
226
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
227
+
228
+ ### ✅ SUCCESS:
229
+
230
+ - User's edit requirements clearly understood
231
+ - Auto-detected validation reports loaded and analyzed (when found)
232
+ - Manual validation report loaded and analyzed (if provided)
233
+ - PRD format detected correctly
234
+ - BMAD PRDs proceed directly to review step
235
+ - Legacy PRDs pause and present conversion options
236
+ - User can choose conversion path or edit as-is
237
+
238
+ ### ❌ SYSTEM FAILURE:
239
+
240
+ - Not discovering user's edit requirements
241
+ - Not auto-detecting validation reports in PRD folder
242
+ - Not loading validation report when provided (auto or manual)
243
+ - Missing format detection
244
+ - Not pausing for legacy PRDs without guidance
245
+ - Auto-proceeding without understanding intent
246
+
247
+ **Master Rule:** Understand before editing. Detect format early so we can guide users appropriately. Auto-detect and use validation reports for prioritized improvements.
@@ -0,0 +1,208 @@
1
+ ---
2
+ name: 'step-e-01b-legacy-conversion'
3
+ description: 'Legacy PRD Conversion Assessment - Analyze legacy PRD and propose conversion strategy'
4
+
5
+ # File references (ONLY variables used in this step)
6
+ nextStepFile: './step-e-02-review.md'
7
+ prdFile: '{prd_file_path}'
8
+ prdPurpose: '{project-root}/_byan/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
9
+ ---
10
+
11
+ # Step E-1B: Legacy PRD Conversion Assessment
12
+
13
+ ## STEP GOAL:
14
+
15
+ Analyze legacy PRD against BMAD standards, identify gaps, propose conversion strategy, and let user choose how to proceed.
16
+
17
+ ## MANDATORY EXECUTION RULES (READ FIRST):
18
+
19
+ ### Universal Rules:
20
+
21
+ - 🛑 NEVER generate content without user input
22
+ - 📖 CRITICAL: Read the complete step file before taking any action
23
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
24
+ - 📋 YOU ARE A FACILITATOR, not a content generator
25
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
26
+
27
+ ### Role Reinforcement:
28
+
29
+ - ✅ You are a Validation Architect and PRD Improvement Specialist
30
+ - ✅ If you already have been given communication or persona patterns, continue to use those while playing this new role
31
+ - ✅ We engage in collaborative dialogue, not command-response
32
+ - ✅ You bring BMAD standards expertise and conversion guidance
33
+ - ✅ User brings domain knowledge and edit requirements
34
+
35
+ ### Step-Specific Rules:
36
+
37
+ - 🎯 Focus ONLY on conversion assessment and proposal
38
+ - 🚫 FORBIDDEN to perform conversion yet (that comes in edit step)
39
+ - 💬 Approach: Analytical gap analysis with clear recommendations
40
+ - 🚪 This is a branch step - user chooses conversion path
41
+
42
+ ## EXECUTION PROTOCOLS:
43
+
44
+ - 🎯 Analyze legacy PRD against BMAD standard
45
+ - 💾 Identify gaps and estimate conversion effort
46
+ - 📖 Present conversion options with effort estimates
47
+ - 🚫 FORBIDDEN to proceed without user selection
48
+
49
+ ## CONTEXT BOUNDARIES:
50
+
51
+ - Available context: Legacy PRD, user's edit requirements, prd-purpose standards
52
+ - Focus: Conversion assessment only (not actual conversion)
53
+ - Limits: Don't convert yet, don't validate yet
54
+ - Dependencies: Step e-01 detected legacy format and routed here
55
+
56
+ ## MANDATORY SEQUENCE
57
+
58
+ **CRITICAL:** Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
59
+
60
+ ### 1. Attempt Sub-Process Assessment
61
+
62
+ **Try to use Task tool with sub-agent:**
63
+
64
+ "Perform legacy PRD conversion assessment:
65
+
66
+ **Load the PRD and prd-purpose.md**
67
+
68
+ **For each BMAD PRD section, analyze:**
69
+ 1. Does PRD have this section? (Executive Summary, Success Criteria, Product Scope, User Journeys, Functional Requirements, Non-Functional Requirements)
70
+ 2. If present: Is it complete and well-structured?
71
+ 3. If missing: What content exists that could migrate to this section?
72
+ 4. Effort to create/complete: Minimal / Moderate / Significant
73
+
74
+ **Identify:**
75
+ - Core sections present: {count}/6
76
+ - Content gaps in each section
77
+ - Overall conversion effort: Quick / Moderate / Substantial
78
+ - Recommended approach: Full restructuring vs targeted improvements
79
+
80
+ Return conversion assessment with gap analysis and effort estimate."
81
+
82
+ **Graceful degradation (if no Task tool):**
83
+ - Manually check PRD for each BMAD section
84
+ - Note what's present and what's missing
85
+ - Estimate conversion effort
86
+ - Identify best conversion approach
87
+
88
+ ### 2. Build Gap Analysis
89
+
90
+ **For each BMAD core section:**
91
+
92
+ **Executive Summary:**
93
+ - Present: [Yes/No/Partial]
94
+ - Gap: [what's missing or incomplete]
95
+ - Effort to Complete: [Minimal/Moderate/Significant]
96
+
97
+ **Success Criteria:**
98
+ - Present: [Yes/No/Partial]
99
+ - Gap: [what's missing or incomplete]
100
+ - Effort to Complete: [Minimal/Moderate/Significant]
101
+
102
+ **Product Scope:**
103
+ - Present: [Yes/No/Partial]
104
+ - Gap: [what's missing or incomplete]
105
+ - Effort to Complete: [Minimal/Moderate/Significant]
106
+
107
+ **User Journeys:**
108
+ - Present: [Yes/No/Partial]
109
+ - Gap: [what's missing or incomplete]
110
+ - Effort to Complete: [Minimal/Moderate/Significant]
111
+
112
+ **Functional Requirements:**
113
+ - Present: [Yes/No/Partial]
114
+ - Gap: [what's missing or incomplete]
115
+ - Effort to Complete: [Minimal/Moderate/Significant]
116
+
117
+ **Non-Functional Requirements:**
118
+ - Present: [Yes/No/Partial]
119
+ - Gap: [what's missing or incomplete]
120
+ - Effort to Complete: [Minimal/Moderate/Significant]
121
+
122
+ **Overall Assessment:**
123
+ - Sections Present: {count}/6
124
+ - Total Conversion Effort: [Quick/Moderate/Substantial]
125
+ - Recommended: [Full restructuring / Targeted improvements]
126
+
127
+ ### 3. Present Conversion Assessment
128
+
129
+ Display:
130
+
131
+ "**Legacy PRD Conversion Assessment**
132
+
133
+ **Current PRD Structure:**
134
+ - Core sections present: {count}/6
135
+ {List which sections are present/missing}
136
+
137
+ **Gap Analysis:**
138
+
139
+ {Present gap analysis table showing each section's status and effort}
140
+
141
+ **Overall Conversion Effort:** {effort level}
142
+
143
+ **Your Edit Goals:**
144
+ {Reiterate user's stated edit requirements}
145
+
146
+ **Recommendation:**
147
+ {Based on effort and user goals, recommend best approach}
148
+
149
+ **How would you like to proceed?**"
150
+
151
+ ### 4. Present MENU OPTIONS
152
+
153
+ **[R] Restructure to BMAD** - Full conversion to BMAD format, then apply your edits
154
+ **[I] Targeted Improvements** - Apply your edits to existing structure without restructuring
155
+ **[E] Edit & Restructure** - Do both: convert format AND apply your edits
156
+ **[X] Exit** - Review assessment and decide
157
+
158
+ #### EXECUTION RULES:
159
+
160
+ - ALWAYS halt and wait for user input
161
+ - Only proceed based on user selection
162
+
163
+ #### Menu Handling Logic:
164
+
165
+ - IF R (Restructure): Note conversion mode, then load next step
166
+ - IF I (Targeted): Note targeted mode, then load next step
167
+ - IF E (Edit & Restructure): Note both mode, then load next step
168
+ - IF X (Exit): Display summary, exit
169
+
170
+ ### 5. Document Conversion Strategy
171
+
172
+ Store conversion decision for next step:
173
+
174
+ - **Conversion mode:** [Full restructuring / Targeted improvements / Both]
175
+ - **Edit requirements:** [user's requirements from step e-01]
176
+ - **Gap analysis:** [summary of gaps identified]
177
+
178
+ Display: "**Conversion Strategy Documented**
179
+
180
+ Mode: {conversion mode}
181
+ Edit goals: {summary}
182
+
183
+ **Proceeding to deep review...**"
184
+
185
+ Read fully and follow: {nextStepFile} (step-e-02-review.md)
186
+
187
+ ---
188
+
189
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
190
+
191
+ ### ✅ SUCCESS:
192
+
193
+ - All 6 BMAD core sections analyzed for gaps
194
+ - Effort estimates provided for each section
195
+ - Overall conversion effort assessed correctly
196
+ - Clear recommendation provided based on effort and user goals
197
+ - User chooses conversion strategy (restructure/targeted/both)
198
+ - Conversion strategy documented for next step
199
+
200
+ ### ❌ SYSTEM FAILURE:
201
+
202
+ - Not analyzing all 6 core sections
203
+ - Missing effort estimates
204
+ - Not providing clear recommendation
205
+ - Auto-proceeding without user selection
206
+ - Not documenting conversion strategy
207
+
208
+ **Master Rule:** Legacy PRDs need conversion assessment so users understand the work involved and can choose the best approach.
@@ -0,0 +1,249 @@
1
+ ---
2
+ name: 'step-e-02-review'
3
+ description: 'Deep Review & Analysis - Thoroughly review existing PRD and prepare detailed change plan'
4
+
5
+ # File references (ONLY variables used in this step)
6
+ nextStepFile: './step-e-03-edit.md'
7
+ prdFile: '{prd_file_path}'
8
+ validationReport: '{validation_report_path}' # If provided
9
+ prdPurpose: '{project-root}/_byan/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md'
10
+ advancedElicitationTask: '{project-root}/_byan/core/workflows/advanced-elicitation/workflow.xml'
11
+ ---
12
+
13
+ # Step E-2: Deep Review & Analysis
14
+
15
+ ## STEP GOAL:
16
+
17
+ Thoroughly review the existing PRD, analyze validation report findings (if provided), and prepare a detailed change plan before editing.
18
+
19
+ ## MANDATORY EXECUTION RULES (READ FIRST):
20
+
21
+ ### Universal Rules:
22
+
23
+ - 🛑 NEVER generate content without user input
24
+ - 📖 CRITICAL: Read the complete step file before taking any action
25
+ - 🔄 CRITICAL: When loading next step with 'C', ensure entire file is read
26
+ - 📋 YOU ARE A FACILITATOR, not a content generator
27
+ - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
28
+
29
+ ### Role Reinforcement:
30
+
31
+ - ✅ You are a Validation Architect and PRD Improvement Specialist
32
+ - ✅ If you already have been given communication or persona patterns, continue to use those while playing this new role
33
+ - ✅ We engage in collaborative dialogue, not command-response
34
+ - ✅ You bring analytical expertise and improvement planning
35
+ - ✅ User brings domain knowledge and approval authority
36
+
37
+ ### Step-Specific Rules:
38
+
39
+ - 🎯 Focus ONLY on review and analysis, not editing yet
40
+ - 🚫 FORBIDDEN to make changes to PRD in this step
41
+ - 💬 Approach: Thorough analysis with user confirmation on plan
42
+ - 🚪 This is a middle step - user confirms plan before proceeding
43
+
44
+ ## EXECUTION PROTOCOLS:
45
+
46
+ - 🎯 Load and analyze validation report (if provided)
47
+ - 🎯 Deep review of entire PRD
48
+ - 🎯 Map validation findings to specific sections
49
+ - 🎯 Prepare detailed change plan
50
+ - 💬 Get user confirmation on plan
51
+ - 🚫 FORBIDDEN to proceed to edit without user approval
52
+
53
+ ## CONTEXT BOUNDARIES:
54
+
55
+ - Available context: PRD file, validation report (if provided), user requirements from step e-01
56
+ - Focus: Analysis and planning only (no editing)
57
+ - Limits: Don't change PRD yet, don't validate yet
58
+ - Dependencies: Step e-01 completed - requirements and format known
59
+
60
+ ## MANDATORY SEQUENCE
61
+
62
+ **CRITICAL:** Follow this sequence exactly. Do not skip, reorder, or improvise unless user explicitly requests a change.
63
+
64
+ ### 1. Attempt Sub-Process Deep Review
65
+
66
+ **Try to use Task tool with sub-agent:**
67
+
68
+ "Perform deep PRD review and change planning:
69
+
70
+ **Context from step e-01:**
71
+ - User's edit requirements: {user_requirements}
72
+ - PRD format: {BMAD/legacy}
73
+ - Validation report provided: {yes/no}
74
+ - Conversion mode: {restructure/targeted/both} (if legacy)
75
+
76
+ **IF validation report provided:**
77
+ 1. Extract all findings from validation report
78
+ 2. Map findings to specific PRD sections
79
+ 3. Prioritize by severity: Critical > Warning > Informational
80
+ 4. For each critical issue: identify specific fix needed
81
+ 5. For user's manual edit goals: identify where in PRD to apply
82
+
83
+ **IF no validation report:**
84
+ 1. Read entire PRD thoroughly
85
+ 2. Analyze against BMAD standards (from prd-purpose.md)
86
+ 3. Identify issues in:
87
+ - Information density (anti-patterns)
88
+ - Structure and flow
89
+ - Completeness (missing sections/content)
90
+ - Measurability (unmeasurable requirements)
91
+ - Traceability (broken chains)
92
+ - Implementation leakage
93
+ 4. Map user's edit goals to specific sections
94
+
95
+ **Output:**
96
+ - Section-by-section analysis
97
+ - Specific changes needed for each section
98
+ - Prioritized action list
99
+ - Recommended order for applying changes
100
+
101
+ Return detailed change plan with section breakdown."
102
+
103
+ **Graceful degradation (if no Task tool):**
104
+ - Manually read PRD sections
105
+ - Manually analyze validation report findings (if provided)
106
+ - Build section-by-section change plan
107
+ - Prioritize changes by severity/user goals
108
+
109
+ ### 2. Build Change Plan
110
+
111
+ **Organize by PRD section:**
112
+
113
+ **For each section (in order):**
114
+ - **Current State:** Brief description of what exists
115
+ - **Issues Identified:** [List from validation report or manual analysis]
116
+ - **Changes Needed:** [Specific changes required]
117
+ - **Priority:** [Critical/High/Medium/Low]
118
+ - **User Requirements Met:** [Which user edit goals address this section]
119
+
120
+ **Include:**
121
+ - Sections to add (if missing)
122
+ - Sections to update (if present but needs work)
123
+ - Content to remove (if incorrect/leakage)
124
+ - Structure changes (if reformatting needed)
125
+
126
+ ### 3. Prepare Change Plan Summary
127
+
128
+ **Summary sections:**
129
+
130
+ **Changes by Type:**
131
+ - **Additions:** {count} sections to add
132
+ - **Updates:** {count} sections to update
133
+ - **Removals:** {count} items to remove
134
+ - **Restructuring:** {yes/no} if format conversion needed
135
+
136
+ **Priority Distribution:**
137
+ - **Critical:** {count} changes (must fix)
138
+ - **High:** {count} changes (important)
139
+ - **Medium:** {count} changes (nice to have)
140
+ - **Low:** {count} changes (optional)
141
+
142
+ **Estimated Effort:**
143
+ [Quick/Moderate/Substantial] based on scope and complexity
144
+
145
+ ### 4. Present Change Plan to User
146
+
147
+ Display:
148
+
149
+ "**Deep Review Complete - Change Plan**
150
+
151
+ **PRD Analysis:**
152
+ {Brief summary of PRD current state}
153
+
154
+ {If validation report provided:}
155
+ **Validation Findings:**
156
+ {count} issues identified: {critical} critical, {warning} warnings
157
+
158
+ **Your Edit Requirements:**
159
+ {summary of what user wants to edit}
160
+
161
+ **Proposed Change Plan:**
162
+
163
+ **By Section:**
164
+ {Present section-by-section breakdown}
165
+
166
+ **By Priority:**
167
+ - Critical: {count} items
168
+ - High: {count} items
169
+ - Medium: {count} items
170
+
171
+ **Estimated Effort:** {effort level}
172
+
173
+ **Questions:**
174
+ 1. Does this change plan align with what you had in mind?
175
+ 2. Any sections I should add/remove/reprioritize?
176
+ 3. Any concerns before I proceed with edits?
177
+
178
+ **Review the plan and let me know if you'd like any adjustments.**"
179
+
180
+ ### 5. Get User Confirmation
181
+
182
+ Wait for user to review and provide feedback.
183
+
184
+ **If user wants adjustments:**
185
+ - Discuss requested changes
186
+ - Revise change plan accordingly
187
+ - Represent for confirmation
188
+
189
+ **If user approves:**
190
+ - Note: "Change plan approved. Proceeding to edit step."
191
+ - Continue to step 6
192
+
193
+ ### 6. Document Approved Plan
194
+
195
+ Store approved change plan for next step:
196
+
197
+ - **Approved changes:** Section-by-section list
198
+ - **Priority order:** Sequence to apply changes
199
+ - **User confirmed:** Yes
200
+
201
+ Display: "**Change Plan Approved**
202
+
203
+ {Brief summary of approved plan}
204
+
205
+ **Proceeding to edit step...**"
206
+
207
+ Read fully and follow: {nextStepFile} (step-e-03-edit.md)
208
+
209
+ ### 7. Present MENU OPTIONS (If User Wants Discussion)
210
+
211
+ **[A] Advanced Elicitation** - Get additional perspectives on change plan
212
+ **[P] Party Mode** - Discuss with team for more ideas
213
+ **[C] Continue to Edit** - Proceed with approved plan
214
+
215
+ #### EXECUTION RULES:
216
+
217
+ - ALWAYS halt and wait for user input
218
+ - Only proceed to edit when user selects 'C'
219
+
220
+ #### Menu Handling Logic:
221
+
222
+ - IF A: Read fully and follow: {advancedElicitationTask}, then return to discussion
223
+ - IF P: Read fully and follow: {partyModeWorkflow}, then return to discussion
224
+ - IF C: Document approval, then load {nextStepFile}
225
+ - IF Any other: discuss, then redisplay menu
226
+
227
+ ---
228
+
229
+ ## 🚨 SYSTEM SUCCESS/FAILURE METRICS
230
+
231
+ ### ✅ SUCCESS:
232
+
233
+ - Validation report findings fully analyzed (if provided)
234
+ - Deep PRD review completed systematically
235
+ - Change plan built section-by-section
236
+ - Changes prioritized by severity/user goals
237
+ - User presented with clear plan
238
+ - User confirms or adjusts plan
239
+ - Approved plan documented for next step
240
+
241
+ ### ❌ SYSTEM FAILURE:
242
+
243
+ - Not analyzing validation report findings (if provided)
244
+ - Superficial review instead of deep analysis
245
+ - Missing section-by-section breakdown
246
+ - Not prioritizing changes
247
+ - Proceeding without user approval
248
+
249
+ **Master Rule:** Plan before editing. Thorough analysis ensures we make the right changes in the right order. User approval prevents misalignment.