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
@@ -1,237 +0,0 @@
1
- ---
2
- name: 'step-07-project-type'
3
- description: 'Conduct project-type specific discovery using CSV-driven guidance'
4
-
5
- # File References
6
- nextStepFile: './step-08-scoping.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Data Files
10
- projectTypesCSV: '../data/project-types.csv'
11
-
12
- # Task References
13
- advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
14
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
15
- ---
16
-
17
- # Step 7: Project-Type Deep Dive
18
-
19
- **Progress: Step 7 of 11** - Next: Scoping
20
-
21
- ## MANDATORY EXECUTION RULES (READ FIRST):
22
-
23
- - 🛑 NEVER generate content without user input
24
-
25
- - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
26
- - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
27
- - ✅ ALWAYS treat this as collaborative discovery between PM peers
28
- - 📋 YOU ARE A FACILITATOR, not a content generator
29
- - 💬 FOCUS on project-type specific requirements and technical considerations
30
- - 🎯 DATA-DRIVEN: Use CSV configuration to guide discovery
31
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
32
-
33
- ## EXECUTION PROTOCOLS:
34
-
35
- - 🎯 Show your analysis before taking any action
36
- - ⚠️ Present A/P/C menu after generating project-type content
37
- - 💾 ONLY save when user chooses C (Continue)
38
- - 📖 Update output file frontmatter, adding this step name to the end of the list of stepsCompleted
39
- - 🚫 FORBIDDEN to load next step until C is selected
40
-
41
- ## CONTEXT BOUNDARIES:
42
-
43
- - Current document and frontmatter from previous steps are available
44
- - Project type from step-02 is available for configuration loading
45
- - Project-type CSV data will be loaded in this step
46
- - Focus on technical and functional requirements specific to this project type
47
-
48
- ## YOUR TASK:
49
-
50
- Conduct project-type specific discovery using CSV-driven guidance to define technical requirements.
51
-
52
- ## PROJECT-TYPE DISCOVERY SEQUENCE:
53
-
54
- ### 1. Load Project-Type Configuration Data
55
-
56
- **Attempt subprocess data lookup:**
57
-
58
- "Your task: Lookup data in {projectTypesCSV}
59
-
60
- **Search criteria:**
61
- - Find row where project_type matches {{projectTypeFromStep02}}
62
-
63
- **Return format:**
64
- Return ONLY the matching row as a YAML-formatted object with these fields:
65
- project_type, key_questions, required_sections, skip_sections, innovation_signals
66
-
67
- **Do NOT return the entire CSV - only the matching row.**"
68
-
69
- **Graceful degradation (if Task tool unavailable):**
70
- - Load the CSV file directly
71
- - Find the matching row manually
72
- - Extract required fields:
73
- - `key_questions` (semicolon-separated list of discovery questions)
74
- - `required_sections` (semicolon-separated list of sections to document)
75
- - `skip_sections` (semicolon-separated list of sections to skip)
76
- - `innovation_signals` (already explored in step-6)
77
-
78
- ### 2. Conduct Guided Discovery Using Key Questions
79
-
80
- Parse `key_questions` from CSV and explore each:
81
-
82
- #### Question-Based Discovery:
83
-
84
- For each question in `key_questions` from CSV:
85
-
86
- - Ask the user naturally in conversational style
87
- - Listen for their response and ask clarifying follow-ups
88
- - Connect answers to product value proposition
89
-
90
- **Example Flow:**
91
- If key_questions = "Endpoints needed?;Authentication method?;Data formats?;Rate limits?;Versioning?;SDK needed?"
92
-
93
- Ask naturally:
94
-
95
- - "What are the main endpoints your API needs to expose?"
96
- - "How will you handle authentication and authorization?"
97
- - "What data formats will you support for requests and responses?"
98
-
99
- ### 3. Document Project-Type Specific Requirements
100
-
101
- Based on user answers to key_questions, synthesize comprehensive requirements:
102
-
103
- #### Requirement Categories:
104
-
105
- Cover the areas indicated by `required_sections` from CSV:
106
-
107
- - Synthesize what was discovered for each required section
108
- - Document specific requirements, constraints, and decisions
109
- - Connect to product differentiator when relevant
110
-
111
- #### Skip Irrelevant Sections:
112
-
113
- Skip areas indicated by `skip_sections` from CSV to avoid wasting time on irrelevant aspects.
114
-
115
- ### 4. Generate Dynamic Content Sections
116
-
117
- Parse `required_sections` list from the matched CSV row. For each section name, generate corresponding content:
118
-
119
- #### Common CSV Section Mappings:
120
-
121
- - "endpoint_specs" or "endpoint_specification" → API endpoints documentation
122
- - "auth_model" or "authentication_model" → Authentication approach
123
- - "platform_reqs" or "platform_requirements" → Platform support needs
124
- - "device_permissions" or "device_features" → Device capabilities
125
- - "tenant_model" → Multi-tenancy approach
126
- - "rbac_matrix" or "permission_matrix" → Permission structure
127
-
128
- #### Template Variable Strategy:
129
-
130
- - For sections matching common template variables: generate specific content
131
- - For sections without template matches: include in main project_type_requirements
132
- - Hybrid approach balances template structure with CSV-driven flexibility
133
-
134
- ### 5. Generate Project-Type Content
135
-
136
- Prepare the content to append to the document:
137
-
138
- #### Content Structure:
139
-
140
- When saving to document, append these Level 2 and Level 3 sections:
141
-
142
- ```markdown
143
- ## [Project Type] Specific Requirements
144
-
145
- ### Project-Type Overview
146
-
147
- [Project type summary based on conversation]
148
-
149
- ### Technical Architecture Considerations
150
-
151
- [Technical architecture requirements based on conversation]
152
-
153
- [Dynamic sections based on CSV and conversation]
154
-
155
- ### Implementation Considerations
156
-
157
- [Implementation specific requirements based on conversation]
158
- ```
159
-
160
- ### 6. Present MENU OPTIONS
161
-
162
- Present the project-type content for review, then display menu:
163
-
164
- "Based on our conversation and best practices for this product type, I've documented the {project_type}-specific requirements for {{project_name}}.
165
-
166
- **Here's what I'll add to the document:**
167
-
168
- [Show the complete markdown content from section 5]
169
-
170
- **What would you like to do?**"
171
-
172
- Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Scoping (Step 8 of 11)"
173
-
174
- #### Menu Handling Logic:
175
- - IF A: Read fully and follow: {advancedElicitationTask} with the current project-type content, process the enhanced technical insights that come back, ask user "Accept these improvements to the technical requirements? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
176
- - IF P: Read fully and follow: {partyModeWorkflow} with the current project-type requirements, process the collaborative technical expertise and validation, ask user "Accept these changes to the technical requirements? (y/n)", if yes update content with improvements then redisplay menu, if no keep original content then redisplay menu
177
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
178
- - IF Any other: help user respond, then redisplay menu
179
-
180
- #### EXECUTION RULES:
181
- - ALWAYS halt and wait for user input after presenting menu
182
- - ONLY proceed to next step when user selects 'C'
183
- - After other menu items execution, return to this menu
184
-
185
- ## APPEND TO DOCUMENT:
186
-
187
- When user selects 'C', append the content directly to the document using the structure from previous steps.
188
-
189
- ## SUCCESS METRICS:
190
-
191
- ✅ Project-type configuration loaded and used effectively
192
- ✅ All key questions from CSV explored with user input
193
- ✅ Required sections generated per CSV configuration
194
- ✅ Skip sections properly avoided to save time
195
- ✅ Technical requirements connected to product value
196
- ✅ A/P/C menu presented and handled correctly
197
- ✅ Content properly appended to document when C selected
198
-
199
- ## FAILURE MODES:
200
-
201
- ❌ Not loading or using project-type CSV configuration
202
- ❌ Missing key questions from CSV in discovery process
203
- ❌ Not generating required sections per CSV configuration
204
- ❌ Documenting sections that should be skipped per CSV
205
- ❌ Creating generic content without project-type specificity
206
- ❌ Not presenting A/P/C menu after content generation
207
- ❌ Appending content without user selecting 'C'
208
-
209
- ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
210
- ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
211
- ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
212
-
213
- ## PROJECT-TYPE EXAMPLES:
214
-
215
- **For api_backend:**
216
-
217
- - Focus on endpoints, authentication, data schemas, rate limiting
218
- - Skip visual design and user journey sections
219
- - Generate API specification documentation
220
-
221
- **For mobile_app:**
222
-
223
- - Focus on platform requirements, device permissions, offline mode
224
- - Skip API endpoint documentation unless needed
225
- - Generate mobile-specific technical requirements
226
-
227
- **For saas_b2b:**
228
-
229
- - Focus on multi-tenancy, permissions, integrations
230
- - Skip mobile-first considerations unless relevant
231
- - Generate enterprise-specific requirements
232
-
233
- ## NEXT STEP:
234
-
235
- After user selects 'C' and content is saved to document, load `{nextStepFile}` to define project scope.
236
-
237
- Remember: Do NOT proceed to step-08 (Scoping) until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,228 +0,0 @@
1
- ---
2
- name: 'step-08-scoping'
3
- description: 'Define MVP boundaries and prioritize features across development phases'
4
-
5
- # File References
6
- nextStepFile: './step-09-functional.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
12
- ---
13
-
14
- # Step 8: Scoping Exercise - MVP & Future Features
15
-
16
- **Progress: Step 8 of 11** - Next: Functional Requirements
17
-
18
- ## MANDATORY EXECUTION RULES (READ FIRST):
19
-
20
- - 🛑 NEVER generate content without user input
21
-
22
- - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
23
- - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
24
- - ✅ ALWAYS treat this as collaborative discovery between PM peers
25
- - 📋 YOU ARE A FACILITATOR, not a content generator
26
- - 💬 FOCUS on strategic scope decisions that keep projects viable
27
- - 🎯 EMPHASIZE lean MVP thinking while preserving long-term vision
28
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
29
-
30
- ## EXECUTION PROTOCOLS:
31
-
32
- - 🎯 Show your analysis before taking any action
33
- - 📚 Review the complete PRD document built so far
34
- - ⚠️ Present A/P/C menu after generating scoping decisions
35
- - 💾 ONLY save when user chooses C (Continue)
36
- - 📖 Update output file frontmatter, adding this step name to the end of the list of stepsCompleted
37
- - 🚫 FORBIDDEN to load next step until C is selected
38
-
39
-
40
- ## CONTEXT BOUNDARIES:
41
-
42
- - Complete PRD document built so far is available for review
43
- - User journeys, success criteria, and domain requirements are documented
44
- - Focus on strategic scope decisions, not feature details
45
- - Balance between user value and implementation feasibility
46
-
47
- ## YOUR TASK:
48
-
49
- Conduct comprehensive scoping exercise to define MVP boundaries and prioritize features across development phases.
50
-
51
- ## SCOPING SEQUENCE:
52
-
53
- ### 1. Review Current PRD State
54
-
55
- Analyze everything documented so far:
56
- - Present synthesis of established vision, success criteria, journeys
57
- - Assess domain and innovation focus
58
- - Evaluate scope implications: simple MVP, medium, or complex project
59
- - Ask if initial assessment feels right or if they see it differently
60
-
61
- ### 2. Define MVP Strategy
62
-
63
- Facilitate strategic MVP decisions:
64
- - Explore MVP philosophy options: problem-solving, experience, platform, or revenue MVP
65
- - Ask critical questions:
66
- - What's the minimum that would make users say 'this is useful'?
67
- - What would make investors/partners say 'this has potential'?
68
- - What's the fastest path to validated learning?
69
- - Guide toward appropriate MVP approach for their product
70
-
71
- ### 3. Scoping Decision Framework
72
-
73
- Use structured decision-making for scope:
74
-
75
- **Must-Have Analysis:**
76
- - Guide identification of absolute MVP necessities
77
- - For each journey and success criterion, ask:
78
- - Without this, does the product fail?
79
- - Can this be manual initially?
80
- - Is this a deal-breaker for early adopters?
81
- - Analyze journeys for MVP essentials
82
-
83
- **Nice-to-Have Analysis:**
84
- - Identify what could be added later:
85
- - Features that enhance but aren't essential
86
- - User types that can be added later
87
- - Advanced functionality that builds on MVP
88
- - Ask what features could be added in versions 2, 3, etc.
89
-
90
- ### 4. Progressive Feature Roadmap
91
-
92
- Create phased development approach:
93
- - Guide mapping of features across development phases
94
- - Structure as Phase 1 (MVP), Phase 2 (Growth), Phase 3 (Vision)
95
- - Ensure clear progression and dependencies
96
-
97
- - Core user value delivery
98
- - Essential user journeys
99
- - Basic functionality that works reliably
100
-
101
- **Phase 2: Growth**
102
-
103
- - Additional user types
104
- - Enhanced features
105
- - Scale improvements
106
-
107
- **Phase 3: Expansion**
108
-
109
- - Advanced capabilities
110
- - Platform features
111
- - New markets or use cases
112
-
113
- **Where does your current vision fit in this development sequence?**"
114
-
115
- ### 5. Risk-Based Scoping
116
-
117
- Identify and mitigate scoping risks:
118
-
119
- **Technical Risks:**
120
- "Looking at your innovation and domain requirements:
121
-
122
- - What's the most technically challenging aspect?
123
- - Could we simplify the initial implementation?
124
- - What's the riskiest assumption about technology feasibility?"
125
-
126
- **Market Risks:**
127
-
128
- - What's the biggest market risk?
129
- - How does the MVP address this?
130
- - What learning do we need to de-risk this?"
131
-
132
- **Resource Risks:**
133
-
134
- - What if we have fewer resources than planned?
135
- - What's the absolute minimum team size needed?
136
- - Can we launch with a smaller feature set?"
137
-
138
- ### 6. Generate Scoping Content
139
-
140
- Prepare comprehensive scoping section:
141
-
142
- #### Content Structure:
143
-
144
- ```markdown
145
- ## Project Scoping & Phased Development
146
-
147
- ### MVP Strategy & Philosophy
148
-
149
- **MVP Approach:** {{chosen_mvp_approach}}
150
- **Resource Requirements:** {{mvp_team_size_and_skills}}
151
-
152
- ### MVP Feature Set (Phase 1)
153
-
154
- **Core User Journeys Supported:**
155
- {{essential_journeys_for_mvp}}
156
-
157
- **Must-Have Capabilities:**
158
- {{list_of_essential_mvp_features}}
159
-
160
- ### Post-MVP Features
161
-
162
- **Phase 2 (Post-MVP):**
163
- {{planned_growth_features}}
164
-
165
- **Phase 3 (Expansion):**
166
- {{planned_expansion_features}}
167
-
168
- ### Risk Mitigation Strategy
169
-
170
- **Technical Risks:** {{mitigation_approach}}
171
- **Market Risks:** {{validation_approach}}
172
- **Resource Risks:** {{contingency_approach}}
173
- ```
174
-
175
- ### 7. Present MENU OPTIONS
176
-
177
- Present the scoping decisions for review, then display menu:
178
- - Show strategic scoping plan (using structure from step 6)
179
- - Highlight MVP boundaries and phased roadmap
180
- - Ask if they'd like to refine further, get other perspectives, or proceed
181
- - Present menu options naturally as part of conversation
182
-
183
- Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Functional Requirements (Step 9 of 11)"
184
-
185
- #### Menu Handling Logic:
186
- - IF A: Read fully and follow: {advancedElicitationTask} with the current scoping analysis, process the enhanced insights that come back, ask user if they accept the improvements, if yes update content then redisplay menu, if no keep original content then redisplay menu
187
- - IF P: Read fully and follow: {partyModeWorkflow} with the scoping context, process the collaborative insights on MVP and roadmap decisions, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
188
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
189
- - IF Any other: help user respond, then redisplay menu
190
-
191
- #### EXECUTION RULES:
192
- - ALWAYS halt and wait for user input after presenting menu
193
- - ONLY proceed to next step when user selects 'C'
194
- - After other menu items execution, return to this menu
195
-
196
- ## APPEND TO DOCUMENT:
197
-
198
- When user selects 'C', append the content directly to the document using the structure from step 6.
199
-
200
- ## SUCCESS METRICS:
201
-
202
- ✅ Complete PRD document analyzed for scope implications
203
- ✅ Strategic MVP approach defined and justified
204
- ✅ Clear MVP feature boundaries established
205
- ✅ Phased development roadmap created
206
- ✅ Key risks identified and mitigation strategies defined
207
- ✅ User explicitly agrees to scope decisions
208
- ✅ A/P/C menu presented and handled correctly
209
- ✅ Content properly appended to document when C selected
210
-
211
- ## FAILURE MODES:
212
-
213
- ❌ Not analyzing the complete PRD before making scoping decisions
214
- ❌ Making scope decisions without strategic rationale
215
- ❌ Not getting explicit user agreement on MVP boundaries
216
- ❌ Missing critical risk analysis
217
- ❌ Not creating clear phased development approach
218
- ❌ Not presenting A/P/C menu after content generation
219
-
220
- ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
221
- ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
222
- ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
223
-
224
- ## NEXT STEP:
225
-
226
- After user selects 'C' and content is saved to document, load {nextStepFile}.
227
-
228
- Remember: Do NOT proceed to step-09 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,231 +0,0 @@
1
- ---
2
- name: 'step-09-functional'
3
- description: 'Synthesize all discovery into comprehensive functional requirements'
4
-
5
- # File References
6
- nextStepFile: './step-10-nonfunctional.md'
7
- outputFile: '{planning_artifacts}/prd.md'
8
-
9
- # Task References
10
- advancedElicitationTask: '{project-root}/_bmad/core/workflows/advanced-elicitation/workflow.xml'
11
- partyModeWorkflow: '{project-root}/_bmad/core/workflows/party-mode/workflow.md'
12
- ---
13
-
14
- # Step 9: Functional Requirements Synthesis
15
-
16
- **Progress: Step 9 of 11** - Next: Non-Functional Requirements
17
-
18
- ## MANDATORY EXECUTION RULES (READ FIRST):
19
-
20
- - 🛑 NEVER generate content without user input
21
-
22
- - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
23
- - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
24
- - ✅ ALWAYS treat this as collaborative discovery between PM peers
25
- - 📋 YOU ARE A FACILITATOR, not a content generator
26
- - 💬 FOCUS on creating comprehensive capability inventory for the product
27
- - 🎯 CRITICAL: This is THE CAPABILITY CONTRACT for all downstream work
28
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
29
-
30
- ## EXECUTION PROTOCOLS:
31
-
32
- - 🎯 Show your analysis before taking any action
33
- - ⚠️ Present A/P/C menu after generating functional requirements
34
- - 💾 ONLY save when user chooses C (Continue)
35
- - 📖 Update output file frontmatter, adding this step name to the end of the list of stepsCompleted
36
- - 🚫 FORBIDDEN to load next step until C is selected
37
-
38
-
39
- ## CONTEXT BOUNDARIES:
40
-
41
- - Current document and frontmatter from previous steps are available
42
- - ALL previous content (executive summary, success criteria, journeys, domain, innovation, project-type) must be referenced
43
- - No additional data files needed for this step
44
- - Focus on capabilities, not implementation details
45
-
46
- ## CRITICAL IMPORTANCE:
47
-
48
- **This section defines THE CAPABILITY CONTRACT for the entire product:**
49
-
50
- - UX designers will ONLY design what's listed here
51
- - Architects will ONLY support what's listed here
52
- - Epic breakdown will ONLY implement what's listed here
53
- - If a capability is missing from FRs, it will NOT exist in the final product
54
-
55
- ## FUNCTIONAL REQUIREMENTS SYNTHESIS SEQUENCE:
56
-
57
- ### 1. Understand FR Purpose and Usage
58
-
59
- Start by explaining the critical role of functional requirements:
60
-
61
- **Purpose:**
62
- FRs define WHAT capabilities the product must have. They are the complete inventory of user-facing and system capabilities that deliver the product vision.
63
-
64
- **Critical Properties:**
65
- ✅ Each FR is a testable capability
66
- ✅ Each FR is implementation-agnostic (could be built many ways)
67
- ✅ Each FR specifies WHO and WHAT, not HOW
68
- ✅ No UI details, no performance numbers, no technology choices
69
- ✅ Comprehensive coverage of capability areas
70
-
71
- **How They Will Be Used:**
72
-
73
- 1. UX Designer reads FRs → designs interactions for each capability
74
- 2. Architect reads FRs → designs systems to support each capability
75
- 3. PM reads FRs → creates epics and stories to implement each capability
76
-
77
- ### 2. Review Existing Content for Capability Extraction
78
-
79
- Systematically review all previous sections to extract capabilities:
80
-
81
- **Extract From:**
82
-
83
- - Executive Summary → Core product differentiator capabilities
84
- - Success Criteria → Success-enabling capabilities
85
- - User Journeys → Journey-revealed capabilities
86
- - Domain Requirements → Compliance and regulatory capabilities
87
- - Innovation Patterns → Innovative feature capabilities
88
- - Project-Type Requirements → Technical capability needs
89
-
90
- ### 3. Organize Requirements by Capability Area
91
-
92
- Group FRs by logical capability areas (NOT by technology or layer):
93
-
94
- **Good Grouping Examples:**
95
-
96
- - ✅ "User Management" (not "Authentication System")
97
- - ✅ "Content Discovery" (not "Search Algorithm")
98
- - ✅ "Team Collaboration" (not "WebSocket Infrastructure")
99
-
100
- **Target 5-8 Capability Areas** for typical projects.
101
-
102
- ### 4. Generate Comprehensive FR List
103
-
104
- Create complete functional requirements using this format:
105
-
106
- **Format:**
107
-
108
- - FR#: [Actor] can [capability] [context/constraint if needed]
109
- - Number sequentially (FR1, FR2, FR3...)
110
- - Aim for 20-50 FRs for typical projects
111
-
112
- **Altitude Check:**
113
- Each FR should answer "WHAT capability exists?" NOT "HOW it's implemented?"
114
-
115
- **Examples:**
116
-
117
- - ✅ "Users can customize appearance settings"
118
- - ❌ "Users can toggle light/dark theme with 3 font size options stored in LocalStorage"
119
-
120
- ### 5. Self-Validation Process
121
-
122
- Before presenting to user, validate the FR list:
123
-
124
- **Completeness Check:**
125
-
126
- 1. "Did I cover EVERY capability mentioned in the MVP scope section?"
127
- 2. "Did I include domain-specific requirements as FRs?"
128
- 3. "Did I cover the project-type specific needs?"
129
- 4. "Could a UX designer read ONLY the FRs and know what to design?"
130
- 5. "Could an Architect read ONLY the FRs and know what to support?"
131
- 6. "Are there any user actions or system behaviors we discussed that have no FR?"
132
-
133
- **Altitude Check:**
134
-
135
- 1. "Am I stating capabilities (WHAT) or implementation (HOW)?"
136
- 2. "Am I listing acceptance criteria or UI specifics?" (Remove if yes)
137
- 3. "Could this FR be implemented 5 different ways?" (Good - means it's not prescriptive)
138
-
139
- **Quality Check:**
140
-
141
- 1. "Is each FR clear enough that someone could test whether it exists?"
142
- 2. "Is each FR independent (not dependent on reading other FRs to understand)?"
143
- 3. "Did I avoid vague terms like 'good', 'fast', 'easy'?" (Use NFRs for quality attributes)
144
-
145
- ### 6. Generate Functional Requirements Content
146
-
147
- Prepare the content to append to the document:
148
-
149
- #### Content Structure:
150
-
151
- When saving to document, append these Level 2 and Level 3 sections:
152
-
153
- ```markdown
154
- ## Functional Requirements
155
-
156
- ### [Capability Area Name]
157
-
158
- - FR1: [Specific Actor] can [specific capability]
159
- - FR2: [Specific Actor] can [specific capability]
160
- - FR3: [Specific Actor] can [specific capability]
161
-
162
- ### [Another Capability Area]
163
-
164
- - FR4: [Specific Actor] can [specific capability]
165
- - FR5: [Specific Actor] can [specific capability]
166
-
167
- [Continue for all capability areas discovered in conversation]
168
- ```
169
-
170
- ### 7. Present MENU OPTIONS
171
-
172
- Present the functional requirements for review, then display menu:
173
- - Show synthesized functional requirements (using structure from step 6)
174
- - Emphasize this is the capability contract for all downstream work
175
- - Highlight that every feature must trace back to these requirements
176
- - Ask if they'd like to refine further, get other perspectives, or proceed
177
- - Present menu options naturally as part of conversation
178
-
179
- **What would you like to do?**"
180
-
181
- Display: "**Select:** [A] Advanced Elicitation [P] Party Mode [C] Continue to Non-Functional Requirements (Step 10 of 11)"
182
-
183
- #### Menu Handling Logic:
184
- - IF A: Read fully and follow: {advancedElicitationTask} with the current FR list, process the enhanced capability coverage that comes back, ask user if they accept the additions, if yes update content then redisplay menu, if no keep original content then redisplay menu
185
- - IF P: Read fully and follow: {partyModeWorkflow} with the current FR list, process the collaborative capability validation and additions, ask user if they accept the changes, if yes update content then redisplay menu, if no keep original content then redisplay menu
186
- - IF C: Append the final content to {outputFile}, update frontmatter by adding this step name to the end of the stepsCompleted array, then read fully and follow: {nextStepFile}
187
- - IF Any other: help user respond, then redisplay menu
188
-
189
- #### EXECUTION RULES:
190
- - ALWAYS halt and wait for user input after presenting menu
191
- - ONLY proceed to next step when user selects 'C'
192
- - After other menu items execution, return to this menu
193
-
194
- ## APPEND TO DOCUMENT:
195
-
196
- When user selects 'C', append the content directly to the document using the structure from step 6.
197
-
198
- ## SUCCESS METRICS:
199
-
200
- ✅ All previous discovery content synthesized into FRs
201
- ✅ FRs organized by capability areas (not technology)
202
- ✅ Each FR states WHAT capability exists, not HOW to implement
203
- ✅ Comprehensive coverage with 20-50 FRs typical
204
- ✅ Altitude validation ensures implementation-agnostic requirements
205
- ✅ Completeness check validates coverage of all discussed capabilities
206
- ✅ A/P/C menu presented and handled correctly
207
- ✅ Content properly appended to document when C selected
208
-
209
- ## FAILURE MODES:
210
-
211
- ❌ Missing capabilities from previous discovery sections
212
- ❌ Organizing FRs by technology instead of capability areas
213
- ❌ Including implementation details or UI specifics in FRs
214
- ❌ Not achieving comprehensive coverage of discussed capabilities
215
- ❌ Using vague terms instead of testable capabilities
216
- ❌ Not presenting A/P/C menu after content generation
217
- ❌ Appending content without user selecting 'C'
218
-
219
- ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
220
- ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
221
- ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
222
-
223
- ## CAPABILITY CONTRACT REMINDER:
224
-
225
- Emphasize to user: "This FR list is now binding. Any feature not listed here will not exist in the final product unless we explicitly add it. This is why it's critical to ensure completeness now."
226
-
227
- ## NEXT STEP:
228
-
229
- After user selects 'C' and content is saved to document, load {nextStepFile} to define non-functional requirements.
230
-
231
- Remember: Do NOT proceed to step-10 until user explicitly selects 'C' from the A/P/C menu and content is saved!