create-byan-agent 2.18.0 → 2.19.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 (1091) hide show
  1. package/CHANGELOG.md +111 -0
  2. package/install/bin/build-copilot-stubs.js +16 -7
  3. package/install/bin/create-byan-agent-v2.js +46 -35
  4. package/install/lib/exchange/agent-packager.js +38 -31
  5. package/install/lib/fs-migration-hook.js +29 -3
  6. package/install/lib/platforms/codex.js +1 -1
  7. package/install/lib/platforms/copilot-cli.js +1 -1
  8. package/install/package.json +1 -1
  9. package/install/src/webui/api.js +45 -16
  10. package/install/src/webui/chat/bridge.js +10 -20
  11. package/install/src/webui/chat/cli-detector.js +43 -39
  12. package/install/src/webui/chat/session-manager.js +5 -2
  13. package/install/templates/.claude/hooks/inject-soul.js +12 -3
  14. package/install/templates/.claude/hooks/inject-tao.js +3 -1
  15. package/install/templates/.claude/hooks/mantra-validate.js +13 -6
  16. package/install/templates/.claude/hooks/pre-compact-save.js +4 -1
  17. package/install/templates/.claude/hooks/soul-memory-check.js +3 -1
  18. package/install/templates/.claude/hooks/soul-memory-triggers.js +5 -1
  19. package/install/templates/.claude/hooks/stage-to-byan.js +2 -0
  20. package/install/templates/.claude/hooks/strict-scope-guard.js +10 -1
  21. package/install/templates/.claude/skills/byan-byan-test/SKILL.md +1 -1
  22. package/install/templates/.github/agents/bmad-agent-bmad-master.md +1 -1
  23. package/install/templates/.github/agents/bmad-agent-bmb-agent-builder.md +1 -1
  24. package/install/templates/.github/agents/bmad-agent-bmb-module-builder.md +1 -1
  25. package/install/templates/.github/agents/bmad-agent-bmb-workflow-builder.md +1 -1
  26. package/install/templates/.github/agents/bmad-agent-bmm-analyst.md +1 -1
  27. package/install/templates/.github/agents/bmad-agent-bmm-architect.md +1 -1
  28. package/install/templates/.github/agents/bmad-agent-bmm-dev.md +1 -1
  29. package/install/templates/.github/agents/bmad-agent-bmm-pm.md +1 -1
  30. package/install/templates/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +1 -1
  31. package/install/templates/.github/agents/bmad-agent-bmm-quinn.md +1 -1
  32. package/install/templates/.github/agents/bmad-agent-bmm-sm.md +1 -1
  33. package/install/templates/.github/agents/bmad-agent-bmm-tech-writer.md +1 -1
  34. package/install/templates/.github/agents/bmad-agent-bmm-ux-designer.md +1 -1
  35. package/install/templates/.github/agents/bmad-agent-byan-test.md +3 -3
  36. package/install/templates/.github/agents/bmad-agent-byan.md +1 -1
  37. package/install/templates/.github/agents/bmad-agent-carmack.md +2 -2
  38. package/install/templates/.github/agents/bmad-agent-cis-brainstorming-coach.md +1 -1
  39. package/install/templates/.github/agents/bmad-agent-cis-creative-problem-solver.md +1 -1
  40. package/install/templates/.github/agents/bmad-agent-cis-design-thinking-coach.md +1 -1
  41. package/install/templates/.github/agents/bmad-agent-cis-innovation-strategist.md +1 -1
  42. package/install/templates/.github/agents/bmad-agent-cis-presentation-master.md +1 -1
  43. package/install/templates/.github/agents/bmad-agent-cis-storyteller.md +1 -1
  44. package/install/templates/.github/agents/bmad-agent-claude.md +2 -2
  45. package/install/templates/.github/agents/bmad-agent-codex.md +2 -2
  46. package/install/templates/.github/agents/bmad-agent-drawio.md +2 -2
  47. package/install/templates/.github/agents/bmad-agent-fact-checker.md +1 -1
  48. package/install/templates/.github/agents/bmad-agent-forgeron.md +1 -1
  49. package/install/templates/.github/agents/bmad-agent-jimmy.md +1 -1
  50. package/install/templates/.github/agents/bmad-agent-marc.md +2 -2
  51. package/install/templates/.github/agents/bmad-agent-mike.md +1 -1
  52. package/install/templates/.github/agents/bmad-agent-patnote.md +2 -2
  53. package/install/templates/.github/agents/bmad-agent-rachid.md +2 -2
  54. package/install/templates/.github/agents/bmad-agent-skeptic.md +1 -1
  55. package/install/templates/.github/agents/bmad-agent-tao.md +1 -1
  56. package/install/templates/.github/agents/bmad-agent-tea-tea.md +1 -1
  57. package/install/templates/.github/agents/bmad-agent-test-dynamic.md +2 -2
  58. package/install/templates/_byan/COMPLETION-REPORT.md +11 -11
  59. package/install/templates/_byan/INDEX.md +113 -0
  60. package/install/templates/_byan/_config/agent-manifest.csv +26 -27
  61. package/install/templates/_byan/_config/bmad-help.csv +71 -71
  62. package/install/templates/_byan/_config/files-manifest.csv +587 -586
  63. package/install/templates/_byan/_config/task-manifest.csv +7 -6
  64. package/install/templates/_byan/_config/workflow-manifest.csv +46 -45
  65. package/install/templates/_byan/agent/agent-builder/agent-builder.md +59 -0
  66. package/install/templates/_byan/agent/analyst/analyst-soul.md +57 -0
  67. package/install/templates/_byan/agent/analyst/analyst.md +88 -0
  68. package/install/templates/_byan/agent/architect/architect-soul.md +58 -0
  69. package/install/templates/_byan/agent/architect/architect.md +70 -0
  70. package/install/templates/_byan/agent/bmad-master/bmad-master-soul.md +57 -0
  71. package/install/templates/_byan/agent/bmad-master/bmad-master.md +68 -0
  72. package/install/templates/_byan/agent/brainstorming-coach/brainstorming-coach-soul.md +57 -0
  73. package/install/templates/_byan/agent/brainstorming-coach/brainstorming-coach.md +73 -0
  74. package/install/templates/_byan/agent/byan/byan-soul-memory.md +142 -0
  75. package/install/templates/_byan/agent/byan/byan-soul.md +367 -0
  76. package/install/templates/_byan/agent/byan/byan-tao.md +279 -0
  77. package/install/templates/_byan/agent/byan/byan.md +230 -0
  78. package/install/templates/_byan/agent/byan-flat/byan.md +256 -0
  79. package/install/templates/_byan/agent/byan-test/byan-test.md +116 -0
  80. package/install/templates/_byan/agent/byan-test-flat/byan-test.md +116 -0
  81. package/install/templates/_byan/agent/byan.optimized/byan.optimized.md +189 -0
  82. package/install/templates/_byan/agent/byan.optimized-v2/byan.optimized-v2.md +116 -0
  83. package/install/templates/_byan/agent/creative-problem-solver/creative-problem-solver-soul.md +57 -0
  84. package/install/templates/_byan/agent/creative-problem-solver/creative-problem-solver.md +73 -0
  85. package/install/templates/_byan/agent/design-thinking-coach/design-thinking-coach-soul.md +57 -0
  86. package/install/templates/_byan/agent/design-thinking-coach/design-thinking-coach.md +73 -0
  87. package/install/templates/_byan/agent/dev/dev-soul.md +57 -0
  88. package/install/templates/_byan/agent/dev/dev.md +81 -0
  89. package/install/templates/_byan/agent/fact-checker/fact-checker.md +111 -0
  90. package/install/templates/_byan/agent/forgeron/forgeron-soul.md +80 -0
  91. package/install/templates/_byan/agent/forgeron/forgeron.md +98 -0
  92. package/install/templates/_byan/agent/innovation-strategist/innovation-strategist-soul.md +57 -0
  93. package/install/templates/_byan/agent/innovation-strategist/innovation-strategist.md +73 -0
  94. package/install/templates/_byan/agent/jimmy/jimmy-soul.md +47 -0
  95. package/install/templates/_byan/agent/jimmy/jimmy.md +1299 -0
  96. package/install/templates/_byan/agent/marc/marc-soul.md +47 -0
  97. package/install/templates/_byan/agent/marc/marc-tao.md +77 -0
  98. package/install/templates/_byan/agent/marc-flat/marc.md +364 -0
  99. package/install/templates/_byan/agent/mike/mike-soul.md +48 -0
  100. package/install/templates/_byan/agent/mike/mike.md +1193 -0
  101. package/install/templates/_byan/agent/module-builder/module-builder.md +60 -0
  102. package/install/templates/_byan/agent/pm/pm-soul.md +57 -0
  103. package/install/templates/_byan/agent/pm/pm.md +84 -0
  104. package/install/templates/_byan/agent/presentation-master/presentation-master-soul.md +57 -0
  105. package/install/templates/_byan/agent/presentation-master/presentation-master.md +79 -0
  106. package/install/templates/_byan/agent/quick-flow-solo-dev/quick-flow-solo-dev.md +69 -0
  107. package/install/templates/_byan/agent/quinn/quinn-soul.md +57 -0
  108. package/install/templates/_byan/agent/quinn/quinn.md +104 -0
  109. package/install/templates/_byan/agent/rachid/rachid-soul.md +47 -0
  110. package/install/templates/_byan/agent/rachid/rachid.md +184 -0
  111. package/install/templates/_byan/agent/rachid-flat/rachid.md +197 -0
  112. package/install/templates/_byan/agent/skeptic/skeptic-soul.md +57 -0
  113. package/install/templates/_byan/agent/skeptic/skeptic.md +154 -0
  114. package/install/templates/_byan/agent/sm/sm-soul.md +57 -0
  115. package/install/templates/_byan/agent/sm/sm.md +82 -0
  116. package/install/templates/_byan/agent/storyteller/storyteller.md +58 -0
  117. package/install/templates/_byan/agent/tao/tao-soul.md +56 -0
  118. package/install/templates/_byan/agent/tao/tao.md +148 -0
  119. package/install/templates/_byan/agent/tea/tea-soul.md +57 -0
  120. package/install/templates/_byan/agent/tea/tea.md +83 -0
  121. package/install/templates/_byan/agent/tech-writer/tech-writer.md +70 -0
  122. package/install/templates/_byan/agent/turbo-whisper/turbo-whisper-soul.md +47 -0
  123. package/install/templates/_byan/agent/turbo-whisper/turbo-whisper.md +333 -0
  124. package/install/templates/_byan/agent/turbo-whisper-integration/turbo-whisper-integration.md +312 -0
  125. package/install/templates/_byan/agent/ux-designer/ux-designer-soul.md +57 -0
  126. package/install/templates/_byan/agent/ux-designer/ux-designer.md +69 -0
  127. package/install/templates/_byan/agent/workflow-builder/workflow-builder.md +61 -0
  128. package/install/templates/_byan/agent/yanstaller/yanstaller-soul.md +47 -0
  129. package/install/templates/_byan/agent/yanstaller/yanstaller.md +362 -0
  130. package/install/templates/_byan/bmb/module-help.csv +12 -12
  131. package/install/templates/_byan/bmm/module-help.csv +37 -37
  132. package/install/templates/_byan/byan-soul-reference.md +3 -3
  133. package/install/templates/_byan/byan-tao-reference.md +1 -1
  134. package/install/templates/_byan/cis/module-help.csv +5 -5
  135. package/install/templates/_byan/command/editorial-review-prose.xml +100 -0
  136. package/install/templates/_byan/command/editorial-review-structure.xml +209 -0
  137. package/install/templates/_byan/command/index-docs.xml +65 -0
  138. package/install/templates/_byan/command/review-adversarial-general.xml +48 -0
  139. package/install/templates/_byan/command/shard-doc.xml +109 -0
  140. package/install/templates/_byan/command/workflow.xml +235 -0
  141. package/install/templates/_byan/connaissance/excalidraw/README.md +160 -0
  142. package/install/templates/_byan/core/MODEL-SELECTOR-GUIDE.md +2 -2
  143. package/install/templates/_byan/core/activation/soul-activation.md +6 -6
  144. package/install/templates/_byan/core/module-help.csv +8 -8
  145. package/install/templates/_byan/mcp/byan-mcp-server/bin/byan-rewrite-manifests.js +27 -0
  146. package/install/templates/_byan/mcp/byan-mcp-server/bin/byan-rewrite-refs.js +33 -0
  147. package/install/templates/_byan/mcp/byan-mcp-server/lib/manifest-reconcile.js +0 -0
  148. package/install/templates/_byan/mcp/byan-mcp-server/lib/migration-map.js +63 -8
  149. package/install/templates/_byan/mcp/byan-mcp-server/lib/rewrite-refs.js +109 -0
  150. package/install/templates/_byan/mcp/byan-mcp-server/lib/soul.js +39 -19
  151. package/install/templates/_byan/soul-memory-reference.md +1 -1
  152. package/install/templates/_byan/soul-memory-template.md +1 -1
  153. package/install/templates/_byan/soul-template.md +2 -2
  154. package/install/templates/_byan/tea/module-help.csv +9 -9
  155. package/install/templates/_byan/tea/teams/default-party.csv +1 -1
  156. package/install/templates/_byan/worker/launchers/README.md +308 -0
  157. package/install/templates/_byan/worker/launchers/launch-yanstaller-claude.md +204 -0
  158. package/install/templates/_byan/worker/launchers/launch-yanstaller-codex.md +209 -0
  159. package/install/templates/_byan/worker/launchers/launch-yanstaller-copilot.md +173 -0
  160. package/install/templates/_byan/worker/workers.md +500 -0
  161. package/install/templates/_byan/workflow/simple/1-analysis/create-product-brief/steps/step-02-vision.md +199 -0
  162. package/install/templates/_byan/workflow/simple/1-analysis/create-product-brief/steps/step-03-users.md +202 -0
  163. package/install/templates/_byan/workflow/simple/1-analysis/create-product-brief/steps/step-04-metrics.md +205 -0
  164. package/install/templates/_byan/workflow/simple/1-analysis/create-product-brief/steps/step-05-scope.md +219 -0
  165. package/install/templates/_byan/workflow/simple/1-analysis/create-product-brief/steps/step-06-complete.md +162 -0
  166. package/install/templates/_byan/workflow/simple/1-analysis/create-product-brief/workflow.md +58 -0
  167. package/install/templates/_byan/workflow/simple/1-analysis/research/workflow.md +173 -0
  168. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +224 -0
  169. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-c/step-03-success.md +226 -0
  170. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +213 -0
  171. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-c/step-05-domain.md +207 -0
  172. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +226 -0
  173. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +237 -0
  174. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +228 -0
  175. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-c/step-09-functional.md +231 -0
  176. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +242 -0
  177. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-c/step-11-polish.md +217 -0
  178. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-c/step-12-complete.md +124 -0
  179. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +247 -0
  180. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +208 -0
  181. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +249 -0
  182. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +253 -0
  183. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +218 -0
  184. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +209 -0
  185. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
  186. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +231 -0
  187. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-prd/validation-report-prd-workflow.md +433 -0
  188. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +190 -0
  189. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +216 -0
  190. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +219 -0
  191. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +234 -0
  192. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +252 -0
  193. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +254 -0
  194. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +224 -0
  195. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +224 -0
  196. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +241 -0
  197. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +248 -0
  198. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +237 -0
  199. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +264 -0
  200. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/steps/step-14-complete.md +171 -0
  201. package/install/templates/_byan/workflow/simple/2-plan-workflows/create-ux-design/workflow.md +43 -0
  202. package/install/templates/_byan/workflow/simple/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +190 -0
  203. package/install/templates/_byan/workflow/simple/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +178 -0
  204. package/install/templates/_byan/workflow/simple/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +179 -0
  205. package/install/templates/_byan/workflow/simple/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +139 -0
  206. package/install/templates/_byan/workflow/simple/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +252 -0
  207. package/install/templates/_byan/workflow/simple/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +135 -0
  208. package/install/templates/_byan/workflow/simple/3-solutioning/create-architecture/steps/step-02-context.md +224 -0
  209. package/install/templates/_byan/workflow/simple/3-solutioning/create-architecture/steps/step-03-starter.md +331 -0
  210. package/install/templates/_byan/workflow/simple/3-solutioning/create-architecture/steps/step-04-decisions.md +318 -0
  211. package/install/templates/_byan/workflow/simple/3-solutioning/create-architecture/steps/step-05-patterns.md +359 -0
  212. package/install/templates/_byan/workflow/simple/3-solutioning/create-architecture/steps/step-06-structure.md +379 -0
  213. package/install/templates/_byan/workflow/simple/3-solutioning/create-architecture/steps/step-07-validation.md +359 -0
  214. package/install/templates/_byan/workflow/simple/3-solutioning/create-architecture/steps/step-08-complete.md +76 -0
  215. package/install/templates/_byan/workflow/simple/3-solutioning/create-architecture/workflow.md +50 -0
  216. package/install/templates/_byan/workflow/simple/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +259 -0
  217. package/install/templates/_byan/workflow/simple/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +233 -0
  218. package/install/templates/_byan/workflow/simple/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +272 -0
  219. package/install/templates/_byan/workflow/simple/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +149 -0
  220. package/install/templates/_byan/workflow/simple/3-solutioning/create-epics-and-stories/workflow.md +59 -0
  221. package/install/templates/_byan/workflow/simple/4-implementation/code-review/instructions.xml +227 -0
  222. package/install/templates/_byan/workflow/simple/4-implementation/code-review/workflow.yaml +50 -0
  223. package/install/templates/_byan/workflow/simple/4-implementation/correct-course/checklist.md +288 -0
  224. package/install/templates/_byan/workflow/simple/4-implementation/correct-course/instructions.md +206 -0
  225. package/install/templates/_byan/workflow/simple/4-implementation/correct-course/workflow.yaml +58 -0
  226. package/install/templates/_byan/workflow/simple/4-implementation/create-story/checklist.md +358 -0
  227. package/install/templates/_byan/workflow/simple/4-implementation/create-story/instructions.xml +345 -0
  228. package/install/templates/_byan/workflow/simple/4-implementation/create-story/workflow.yaml +59 -0
  229. package/install/templates/_byan/workflow/simple/4-implementation/dev-story/instructions.xml +410 -0
  230. package/install/templates/_byan/workflow/simple/4-implementation/dev-story/workflow.yaml +25 -0
  231. package/install/templates/_byan/workflow/simple/4-implementation/retrospective/instructions.md +1443 -0
  232. package/install/templates/_byan/workflow/simple/4-implementation/retrospective/workflow.yaml +57 -0
  233. package/install/templates/_byan/workflow/simple/4-implementation/sprint-planning/instructions.md +225 -0
  234. package/install/templates/_byan/workflow/simple/4-implementation/sprint-planning/workflow.yaml +53 -0
  235. package/install/templates/_byan/workflow/simple/4-implementation/sprint-status/instructions.md +229 -0
  236. package/install/templates/_byan/workflow/simple/4-implementation/sprint-status/workflow.yaml +35 -0
  237. package/install/templates/_byan/workflow/simple/advanced-elicitation/workflow.xml +117 -0
  238. package/install/templates/_byan/workflow/simple/agent/data/agent-compilation.md +273 -0
  239. package/install/templates/_byan/workflow/simple/agent/data/agent-menu-patterns.md +233 -0
  240. package/install/templates/_byan/workflow/simple/agent/data/agent-metadata.md +208 -0
  241. package/install/templates/_byan/workflow/simple/agent/data/critical-actions.md +120 -0
  242. package/install/templates/_byan/workflow/simple/agent/data/expert-agent-architecture.md +236 -0
  243. package/install/templates/_byan/workflow/simple/agent/data/expert-agent-validation.md +174 -0
  244. package/install/templates/_byan/workflow/simple/agent/data/module-agent-validation.md +126 -0
  245. package/install/templates/_byan/workflow/simple/agent/data/persona-properties.md +266 -0
  246. package/install/templates/_byan/workflow/simple/agent/data/reference/module-examples/architect.md +68 -0
  247. package/install/templates/_byan/workflow/simple/agent/data/simple-agent-architecture.md +204 -0
  248. package/install/templates/_byan/workflow/simple/agent/steps-c/step-01-brainstorm.md +128 -0
  249. package/install/templates/_byan/workflow/simple/agent/steps-c/step-02-discovery.md +170 -0
  250. package/install/templates/_byan/workflow/simple/agent/steps-c/step-03-type-metadata.md +296 -0
  251. package/install/templates/_byan/workflow/simple/agent/steps-c/step-04-persona.md +212 -0
  252. package/install/templates/_byan/workflow/simple/agent/steps-c/step-05-commands-menu.md +178 -0
  253. package/install/templates/_byan/workflow/simple/agent/steps-c/step-06-activation.md +279 -0
  254. package/install/templates/_byan/workflow/simple/agent/steps-c/step-07a-build-simple.md +187 -0
  255. package/install/templates/_byan/workflow/simple/agent/steps-c/step-07b-build-expert.md +201 -0
  256. package/install/templates/_byan/workflow/simple/agent/steps-c/step-07c-build-module.md +258 -0
  257. package/install/templates/_byan/workflow/simple/agent/steps-c/step-08-celebrate.md +249 -0
  258. package/install/templates/_byan/workflow/simple/agent/steps-e/e-01-load-existing.md +221 -0
  259. package/install/templates/_byan/workflow/simple/agent/steps-e/e-02-discover-edits.md +193 -0
  260. package/install/templates/_byan/workflow/simple/agent/steps-e/e-04-type-metadata.md +124 -0
  261. package/install/templates/_byan/workflow/simple/agent/steps-e/e-05-persona.md +134 -0
  262. package/install/templates/_byan/workflow/simple/agent/steps-e/e-06-commands-menu.md +122 -0
  263. package/install/templates/_byan/workflow/simple/agent/steps-e/e-07-activation.md +125 -0
  264. package/install/templates/_byan/workflow/simple/agent/steps-e/e-08b-edit-expert.md +119 -0
  265. package/install/templates/_byan/workflow/simple/agent/steps-e/e-09-celebrate.md +155 -0
  266. package/install/templates/_byan/workflow/simple/agent/steps-v/v-01-load-review.md +136 -0
  267. package/install/templates/_byan/workflow/simple/agent/steps-v/v-03-summary.md +104 -0
  268. package/install/templates/_byan/workflow/simple/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +176 -0
  269. package/install/templates/_byan/workflow/simple/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
  270. package/install/templates/_byan/workflow/simple/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
  271. package/install/templates/_byan/workflow/simple/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
  272. package/install/templates/_byan/workflow/simple/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
  273. package/install/templates/_byan/workflow/simple/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +149 -0
  274. package/install/templates/_byan/workflow/simple/bmad-quick-flow/quick-dev/workflow.md +50 -0
  275. package/install/templates/_byan/workflow/simple/bmad-quick-flow/quick-spec/steps/step-01-understand.md +192 -0
  276. package/install/templates/_byan/workflow/simple/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +145 -0
  277. package/install/templates/_byan/workflow/simple/bmad-quick-flow/quick-spec/steps/step-03-generate.md +128 -0
  278. package/install/templates/_byan/workflow/simple/bmad-quick-flow/quick-spec/steps/step-04-review.md +201 -0
  279. package/install/templates/_byan/workflow/simple/bmad-quick-flow/quick-spec/workflow.md +79 -0
  280. package/install/templates/_byan/workflow/simple/brainstorming/steps/step-03-technique-execution.md +399 -0
  281. package/install/templates/_byan/workflow/simple/brainstorming/workflow.md +58 -0
  282. package/install/templates/_byan/workflow/simple/byan/fact-check-workflow.md +131 -0
  283. package/install/templates/_byan/workflow/simple/byan/forge-soul-workflow.md +163 -0
  284. package/install/templates/_byan/workflow/simple/byan/persona-player-workflow.md +196 -0
  285. package/install/templates/_byan/workflow/simple/byan/soul-memory-update.md +129 -0
  286. package/install/templates/_byan/workflow/simple/design-thinking/instructions.md +202 -0
  287. package/install/templates/_byan/workflow/simple/design-thinking/workflow.yaml +27 -0
  288. package/install/templates/_byan/workflow/simple/document-project/instructions.md +221 -0
  289. package/install/templates/_byan/workflow/simple/document-project/workflow.yaml +28 -0
  290. package/install/templates/_byan/workflow/simple/document-project/workflows/deep-dive.yaml +31 -0
  291. package/install/templates/_byan/workflow/simple/document-project/workflows/full-scan.yaml +31 -0
  292. package/install/templates/_byan/workflow/simple/edit-agent-workflow.md +445 -0
  293. package/install/templates/_byan/workflow/simple/excalidraw-diagrams/create-dataflow/instructions.md +130 -0
  294. package/install/templates/_byan/workflow/simple/excalidraw-diagrams/create-dataflow/workflow.yaml +26 -0
  295. package/install/templates/_byan/workflow/simple/excalidraw-diagrams/create-diagram/instructions.md +141 -0
  296. package/install/templates/_byan/workflow/simple/excalidraw-diagrams/create-diagram/workflow.yaml +26 -0
  297. package/install/templates/_byan/workflow/simple/excalidraw-diagrams/create-flowchart/instructions.md +241 -0
  298. package/install/templates/_byan/workflow/simple/excalidraw-diagrams/create-flowchart/workflow.yaml +26 -0
  299. package/install/templates/_byan/workflow/simple/excalidraw-diagrams/create-wireframe/instructions.md +133 -0
  300. package/install/templates/_byan/workflow/simple/excalidraw-diagrams/create-wireframe/workflow.yaml +26 -0
  301. package/install/templates/_byan/workflow/simple/generate-project-context/steps/step-02-generate.md +318 -0
  302. package/install/templates/_byan/workflow/simple/generate-project-context/workflow.md +49 -0
  303. package/install/templates/_byan/workflow/simple/innovation-strategy/instructions.md +276 -0
  304. package/install/templates/_byan/workflow/simple/innovation-strategy/workflow.yaml +27 -0
  305. package/install/templates/_byan/workflow/simple/interview-workflow.md +598 -0
  306. package/install/templates/_byan/workflow/simple/module/steps-v/step-04-agent-specs.md +152 -0
  307. package/install/templates/_byan/workflow/simple/module/steps-v/step-05-workflow-specs.md +152 -0
  308. package/install/templates/_byan/workflow/simple/module/steps-v/step-08-report.md +197 -0
  309. package/install/templates/_byan/workflow/simple/module/workflow.md +100 -0
  310. package/install/templates/_byan/workflow/simple/party-mode/workflow.md +194 -0
  311. package/install/templates/_byan/workflow/simple/problem-solving/instructions.md +252 -0
  312. package/install/templates/_byan/workflow/simple/problem-solving/workflow.yaml +27 -0
  313. package/install/templates/_byan/workflow/simple/qa/automate/workflow.yaml +47 -0
  314. package/install/templates/_byan/workflow/simple/storytelling/instructions.md +293 -0
  315. package/install/templates/_byan/workflow/simple/storytelling/workflow.yaml +27 -0
  316. package/install/templates/_byan/workflow/simple/testarch/atdd/instructions.md +38 -0
  317. package/install/templates/_byan/workflow/simple/testarch/atdd/steps-c/step-01-preflight-and-context.md +110 -0
  318. package/install/templates/_byan/workflow/simple/testarch/atdd/workflow.yaml +45 -0
  319. package/install/templates/_byan/workflow/simple/testarch/automate/instructions.md +43 -0
  320. package/install/templates/_byan/workflow/simple/testarch/automate/steps-c/step-01-preflight-and-context.md +127 -0
  321. package/install/templates/_byan/workflow/simple/testarch/automate/workflow.yaml +52 -0
  322. package/install/templates/_byan/workflow/simple/testarch/ci/instructions.md +38 -0
  323. package/install/templates/_byan/workflow/simple/testarch/ci/steps-c/step-03-configure-quality-gates.md +75 -0
  324. package/install/templates/_byan/workflow/simple/testarch/ci/workflow.yaml +45 -0
  325. package/install/templates/_byan/workflow/simple/testarch/framework/instructions.md +38 -0
  326. package/install/templates/_byan/workflow/simple/testarch/framework/steps-c/step-03-scaffold-framework.md +120 -0
  327. package/install/templates/_byan/workflow/simple/testarch/framework/workflow.yaml +47 -0
  328. package/install/templates/_byan/workflow/simple/testarch/nfr-assess/instructions.md +36 -0
  329. package/install/templates/_byan/workflow/simple/testarch/nfr-assess/steps-c/step-01-load-context.md +85 -0
  330. package/install/templates/_byan/workflow/simple/testarch/nfr-assess/workflow.yaml +47 -0
  331. package/install/templates/_byan/workflow/simple/testarch/teach-me-testing/steps-c/step-04-session-01.md +460 -0
  332. package/install/templates/_byan/workflow/simple/testarch/teach-me-testing/steps-c/step-04-session-02.md +465 -0
  333. package/install/templates/_byan/workflow/simple/testarch/teach-me-testing/steps-c/step-04-session-03.md +301 -0
  334. package/install/templates/_byan/workflow/simple/testarch/teach-me-testing/steps-c/step-04-session-04.md +234 -0
  335. package/install/templates/_byan/workflow/simple/testarch/teach-me-testing/steps-c/step-04-session-05.md +234 -0
  336. package/install/templates/_byan/workflow/simple/testarch/teach-me-testing/steps-c/step-04-session-06.md +209 -0
  337. package/install/templates/_byan/workflow/simple/testarch/teach-me-testing/steps-c/step-04-session-07.md +212 -0
  338. package/install/templates/_byan/workflow/simple/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md +141 -0
  339. package/install/templates/_byan/workflow/simple/testarch/test-design/instructions.md +52 -0
  340. package/install/templates/_byan/workflow/simple/testarch/test-design/steps-c/step-02-load-context.md +127 -0
  341. package/install/templates/_byan/workflow/simple/testarch/test-design/test-design-qa-template.md +296 -0
  342. package/install/templates/_byan/workflow/simple/testarch/test-design/test-design-template.md +294 -0
  343. package/install/templates/_byan/workflow/simple/testarch/test-design/workflow.yaml +69 -0
  344. package/install/templates/_byan/workflow/simple/testarch/test-review/instructions.md +36 -0
  345. package/install/templates/_byan/workflow/simple/testarch/test-review/steps-c/step-01-load-context.md +101 -0
  346. package/install/templates/_byan/workflow/simple/testarch/test-review/workflow.yaml +46 -0
  347. package/install/templates/_byan/workflow/simple/testarch/trace/instructions.md +36 -0
  348. package/install/templates/_byan/workflow/simple/testarch/trace/steps-c/step-01-load-context.md +80 -0
  349. package/install/templates/_byan/workflow/simple/testarch/trace/workflow.yaml +55 -0
  350. package/install/templates/_byan/workflow/simple/workflow/data/common-workflow-tools.csv +19 -0
  351. package/install/templates/_byan/workflow/simple/workflow/data/frontmatter-standards.md +225 -0
  352. package/install/templates/_byan/workflow/simple/workflow/steps-c/step-02-classification.md +269 -0
  353. package/install/templates/_byan/workflow/simple/workflow/steps-c/step-03-requirements.md +282 -0
  354. package/install/templates/_byan/workflow/simple/workflow/steps-c/step-04-tools.md +281 -0
  355. package/install/templates/_byan/workflow/simple/workflow/steps-c/step-05-plan-review.md +242 -0
  356. package/install/templates/_byan/workflow/simple/workflow/steps-c/step-06-design.md +329 -0
  357. package/install/templates/_byan/workflow/simple/workflow/steps-c/step-07-foundation.md +238 -0
  358. package/install/templates/_byan/workflow/simple/workflow/steps-c/step-08-build-step-01.md +377 -0
  359. package/install/templates/_byan/workflow/simple/workflow/steps-c/step-09-build-next-step.md +350 -0
  360. package/install/templates/_byan/workflow/simple/workflow/templates/step-template.md +290 -0
  361. package/install/templates/_byan/workflow/simple/yanstaller-interview-workflow.md +989 -0
  362. package/package.json +1 -1
  363. package/src/byan-v2/elo/elo-store.js +4 -5
  364. package/src/byan-v2/fact-check/index.js +6 -3
  365. package/src/byan-v2/fact-check/knowledge-graph.js +4 -3
  366. package/src/byan-v2/index.js +4 -2
  367. package/src/byan-v2/lib/layout-resolver.js +221 -0
  368. package/update-byan-agent/lib/analyzer.js +6 -2
  369. package/update-byan-agent/lib/customization-detector.js +13 -10
  370. package/update-byan-agent/lib/layout-paths.js +52 -0
  371. package/install/templates/_byan/agents/byan-test.md +0 -116
  372. package/install/templates/_byan/agents/byan.md +0 -256
  373. package/install/templates/_byan/agents/jimmy-soul.md +0 -47
  374. package/install/templates/_byan/agents/jimmy.md +0 -1299
  375. package/install/templates/_byan/agents/marc-soul.md +0 -47
  376. package/install/templates/_byan/agents/marc-tao.md +0 -77
  377. package/install/templates/_byan/agents/marc.md +0 -364
  378. package/install/templates/_byan/agents/mike-soul.md +0 -48
  379. package/install/templates/_byan/agents/mike.md +0 -1193
  380. package/install/templates/_byan/agents/rachid-soul.md +0 -47
  381. package/install/templates/_byan/agents/rachid.md +0 -197
  382. package/install/templates/_byan/agents/skeptic-soul.md +0 -57
  383. package/install/templates/_byan/agents/skeptic.md +0 -154
  384. package/install/templates/_byan/agents/tao-soul.md +0 -56
  385. package/install/templates/_byan/agents/tao.md +0 -148
  386. package/install/templates/_byan/agents/turbo-whisper-soul.md +0 -47
  387. package/install/templates/_byan/agents/turbo-whisper.md +0 -333
  388. package/install/templates/_byan/agents/yanstaller-soul.md +0 -47
  389. package/install/templates/_byan/agents/yanstaller.md +0 -362
  390. package/install/templates/_byan/bmb/agents/agent-builder.md +0 -59
  391. package/install/templates/_byan/bmb/agents/byan-test.md +0 -116
  392. package/install/templates/_byan/bmb/agents/byan.md +0 -230
  393. package/install/templates/_byan/bmb/agents/byan.optimized-v2.md +0 -116
  394. package/install/templates/_byan/bmb/agents/byan.optimized.md +0 -189
  395. package/install/templates/_byan/bmb/agents/fact-checker.md +0 -111
  396. package/install/templates/_byan/bmb/agents/forgeron-soul.md +0 -80
  397. package/install/templates/_byan/bmb/agents/forgeron.md +0 -98
  398. package/install/templates/_byan/bmb/agents/module-builder.md +0 -60
  399. package/install/templates/_byan/bmb/agents/rachid.md +0 -184
  400. package/install/templates/_byan/bmb/agents/turbo-whisper-integration.md +0 -312
  401. package/install/templates/_byan/bmb/agents/workflow-builder.md +0 -61
  402. package/install/templates/_byan/bmb/workflows/agent/data/agent-compilation.md +0 -273
  403. package/install/templates/_byan/bmb/workflows/agent/data/agent-menu-patterns.md +0 -233
  404. package/install/templates/_byan/bmb/workflows/agent/data/agent-metadata.md +0 -208
  405. package/install/templates/_byan/bmb/workflows/agent/data/critical-actions.md +0 -120
  406. package/install/templates/_byan/bmb/workflows/agent/data/expert-agent-architecture.md +0 -236
  407. package/install/templates/_byan/bmb/workflows/agent/data/expert-agent-validation.md +0 -174
  408. package/install/templates/_byan/bmb/workflows/agent/data/module-agent-validation.md +0 -126
  409. package/install/templates/_byan/bmb/workflows/agent/data/persona-properties.md +0 -266
  410. package/install/templates/_byan/bmb/workflows/agent/data/reference/module-examples/architect.md +0 -68
  411. package/install/templates/_byan/bmb/workflows/agent/data/simple-agent-architecture.md +0 -204
  412. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-01-brainstorm.md +0 -128
  413. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-02-discovery.md +0 -170
  414. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-03-type-metadata.md +0 -296
  415. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-04-persona.md +0 -212
  416. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-05-commands-menu.md +0 -178
  417. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-06-activation.md +0 -279
  418. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-07a-build-simple.md +0 -187
  419. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-07b-build-expert.md +0 -201
  420. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-07c-build-module.md +0 -258
  421. package/install/templates/_byan/bmb/workflows/agent/steps-c/step-08-celebrate.md +0 -249
  422. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-01-load-existing.md +0 -221
  423. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-02-discover-edits.md +0 -193
  424. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-04-type-metadata.md +0 -124
  425. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-05-persona.md +0 -134
  426. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-06-commands-menu.md +0 -122
  427. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-07-activation.md +0 -125
  428. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +0 -119
  429. package/install/templates/_byan/bmb/workflows/agent/steps-e/e-09-celebrate.md +0 -155
  430. package/install/templates/_byan/bmb/workflows/agent/steps-v/v-01-load-review.md +0 -136
  431. package/install/templates/_byan/bmb/workflows/agent/steps-v/v-03-summary.md +0 -104
  432. package/install/templates/_byan/bmb/workflows/module/steps-v/step-04-agent-specs.md +0 -152
  433. package/install/templates/_byan/bmb/workflows/module/steps-v/step-05-workflow-specs.md +0 -152
  434. package/install/templates/_byan/bmb/workflows/module/steps-v/step-08-report.md +0 -197
  435. package/install/templates/_byan/bmb/workflows/module/workflow.md +0 -100
  436. package/install/templates/_byan/bmb/workflows/workflow/data/common-workflow-tools.csv +0 -19
  437. package/install/templates/_byan/bmb/workflows/workflow/data/frontmatter-standards.md +0 -225
  438. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-02-classification.md +0 -269
  439. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-03-requirements.md +0 -282
  440. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-04-tools.md +0 -281
  441. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-05-plan-review.md +0 -242
  442. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-06-design.md +0 -329
  443. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-07-foundation.md +0 -238
  444. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +0 -377
  445. package/install/templates/_byan/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +0 -350
  446. package/install/templates/_byan/bmb/workflows/workflow/templates/step-template.md +0 -290
  447. package/install/templates/_byan/bmm/agents/analyst-soul.md +0 -57
  448. package/install/templates/_byan/bmm/agents/analyst.md +0 -88
  449. package/install/templates/_byan/bmm/agents/architect-soul.md +0 -58
  450. package/install/templates/_byan/bmm/agents/architect.md +0 -70
  451. package/install/templates/_byan/bmm/agents/dev-soul.md +0 -57
  452. package/install/templates/_byan/bmm/agents/dev.md +0 -81
  453. package/install/templates/_byan/bmm/agents/pm-soul.md +0 -57
  454. package/install/templates/_byan/bmm/agents/pm.md +0 -84
  455. package/install/templates/_byan/bmm/agents/quick-flow-solo-dev.md +0 -69
  456. package/install/templates/_byan/bmm/agents/quinn-soul.md +0 -57
  457. package/install/templates/_byan/bmm/agents/quinn.md +0 -104
  458. package/install/templates/_byan/bmm/agents/sm-soul.md +0 -57
  459. package/install/templates/_byan/bmm/agents/sm.md +0 -82
  460. package/install/templates/_byan/bmm/agents/tech-writer/tech-writer.md +0 -70
  461. package/install/templates/_byan/bmm/agents/ux-designer-soul.md +0 -57
  462. package/install/templates/_byan/bmm/agents/ux-designer.md +0 -69
  463. package/install/templates/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +0 -199
  464. package/install/templates/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +0 -202
  465. package/install/templates/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +0 -205
  466. package/install/templates/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +0 -219
  467. package/install/templates/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -162
  468. package/install/templates/_byan/bmm/workflows/1-analysis/create-product-brief/workflow.md +0 -58
  469. package/install/templates/_byan/bmm/workflows/1-analysis/research/workflow.md +0 -173
  470. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +0 -224
  471. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +0 -226
  472. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +0 -213
  473. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +0 -207
  474. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +0 -226
  475. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +0 -237
  476. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +0 -228
  477. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +0 -231
  478. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +0 -242
  479. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +0 -217
  480. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +0 -124
  481. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +0 -247
  482. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +0 -208
  483. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +0 -249
  484. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +0 -253
  485. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +0 -218
  486. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +0 -209
  487. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
  488. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +0 -231
  489. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-prd/validation-report-prd-workflow.md +0 -433
  490. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +0 -190
  491. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +0 -216
  492. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +0 -219
  493. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +0 -234
  494. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +0 -252
  495. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +0 -254
  496. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +0 -224
  497. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +0 -224
  498. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +0 -241
  499. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +0 -248
  500. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +0 -237
  501. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +0 -264
  502. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +0 -171
  503. package/install/templates/_byan/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -43
  504. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +0 -190
  505. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +0 -178
  506. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +0 -179
  507. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +0 -139
  508. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +0 -252
  509. package/install/templates/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +0 -135
  510. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +0 -224
  511. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +0 -331
  512. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +0 -318
  513. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +0 -359
  514. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +0 -379
  515. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +0 -359
  516. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +0 -76
  517. package/install/templates/_byan/bmm/workflows/3-solutioning/create-architecture/workflow.md +0 -50
  518. package/install/templates/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -259
  519. package/install/templates/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +0 -233
  520. package/install/templates/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +0 -272
  521. package/install/templates/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +0 -149
  522. package/install/templates/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +0 -59
  523. package/install/templates/_byan/bmm/workflows/4-implementation/code-review/instructions.xml +0 -227
  524. package/install/templates/_byan/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -50
  525. package/install/templates/_byan/bmm/workflows/4-implementation/correct-course/checklist.md +0 -288
  526. package/install/templates/_byan/bmm/workflows/4-implementation/correct-course/instructions.md +0 -206
  527. package/install/templates/_byan/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -58
  528. package/install/templates/_byan/bmm/workflows/4-implementation/create-story/checklist.md +0 -358
  529. package/install/templates/_byan/bmm/workflows/4-implementation/create-story/instructions.xml +0 -345
  530. package/install/templates/_byan/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -59
  531. package/install/templates/_byan/bmm/workflows/4-implementation/dev-story/instructions.xml +0 -410
  532. package/install/templates/_byan/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -25
  533. package/install/templates/_byan/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1443
  534. package/install/templates/_byan/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -57
  535. package/install/templates/_byan/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -225
  536. package/install/templates/_byan/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -53
  537. package/install/templates/_byan/bmm/workflows/4-implementation/sprint-status/instructions.md +0 -229
  538. package/install/templates/_byan/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -35
  539. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +0 -176
  540. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +0 -120
  541. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +0 -113
  542. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +0 -113
  543. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +0 -106
  544. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +0 -149
  545. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +0 -50
  546. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +0 -192
  547. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +0 -145
  548. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +0 -128
  549. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +0 -201
  550. package/install/templates/_byan/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +0 -79
  551. package/install/templates/_byan/bmm/workflows/document-project/instructions.md +0 -221
  552. package/install/templates/_byan/bmm/workflows/document-project/workflow.yaml +0 -28
  553. package/install/templates/_byan/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
  554. package/install/templates/_byan/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
  555. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +0 -130
  556. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +0 -26
  557. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +0 -141
  558. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +0 -26
  559. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +0 -241
  560. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +0 -26
  561. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +0 -133
  562. package/install/templates/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +0 -26
  563. package/install/templates/_byan/bmm/workflows/generate-project-context/steps/step-02-generate.md +0 -318
  564. package/install/templates/_byan/bmm/workflows/generate-project-context/workflow.md +0 -49
  565. package/install/templates/_byan/bmm/workflows/qa/automate/workflow.yaml +0 -47
  566. package/install/templates/_byan/byan-soul-memory.md +0 -142
  567. package/install/templates/_byan/byan-soul.md +0 -367
  568. package/install/templates/_byan/byan-tao.md +0 -279
  569. package/install/templates/_byan/cis/agents/brainstorming-coach-soul.md +0 -57
  570. package/install/templates/_byan/cis/agents/brainstorming-coach.md +0 -73
  571. package/install/templates/_byan/cis/agents/creative-problem-solver-soul.md +0 -57
  572. package/install/templates/_byan/cis/agents/creative-problem-solver.md +0 -73
  573. package/install/templates/_byan/cis/agents/design-thinking-coach-soul.md +0 -57
  574. package/install/templates/_byan/cis/agents/design-thinking-coach.md +0 -73
  575. package/install/templates/_byan/cis/agents/innovation-strategist-soul.md +0 -57
  576. package/install/templates/_byan/cis/agents/innovation-strategist.md +0 -73
  577. package/install/templates/_byan/cis/agents/presentation-master-soul.md +0 -57
  578. package/install/templates/_byan/cis/agents/presentation-master.md +0 -79
  579. package/install/templates/_byan/cis/agents/storyteller/storyteller.md +0 -58
  580. package/install/templates/_byan/cis/workflows/design-thinking/instructions.md +0 -202
  581. package/install/templates/_byan/cis/workflows/design-thinking/workflow.yaml +0 -27
  582. package/install/templates/_byan/cis/workflows/innovation-strategy/instructions.md +0 -276
  583. package/install/templates/_byan/cis/workflows/innovation-strategy/workflow.yaml +0 -27
  584. package/install/templates/_byan/cis/workflows/problem-solving/instructions.md +0 -252
  585. package/install/templates/_byan/cis/workflows/problem-solving/workflow.yaml +0 -27
  586. package/install/templates/_byan/cis/workflows/storytelling/instructions.md +0 -293
  587. package/install/templates/_byan/cis/workflows/storytelling/workflow.yaml +0 -27
  588. package/install/templates/_byan/core/agents/bmad-master-soul.md +0 -57
  589. package/install/templates/_byan/core/agents/bmad-master.md +0 -68
  590. package/install/templates/_byan/core/resources/excalidraw/README.md +0 -160
  591. package/install/templates/_byan/core/tasks/editorial-review-prose.xml +0 -100
  592. package/install/templates/_byan/core/tasks/editorial-review-structure.xml +0 -209
  593. package/install/templates/_byan/core/tasks/index-docs.xml +0 -65
  594. package/install/templates/_byan/core/tasks/review-adversarial-general.xml +0 -48
  595. package/install/templates/_byan/core/tasks/shard-doc.xml +0 -109
  596. package/install/templates/_byan/core/tasks/workflow.xml +0 -235
  597. package/install/templates/_byan/core/workflows/advanced-elicitation/workflow.xml +0 -117
  598. package/install/templates/_byan/core/workflows/brainstorming/steps/step-03-technique-execution.md +0 -399
  599. package/install/templates/_byan/core/workflows/brainstorming/workflow.md +0 -58
  600. package/install/templates/_byan/core/workflows/party-mode/workflow.md +0 -194
  601. package/install/templates/_byan/tea/agents/tea-soul.md +0 -57
  602. package/install/templates/_byan/tea/agents/tea.md +0 -83
  603. package/install/templates/_byan/tea/workflows/testarch/atdd/instructions.md +0 -38
  604. package/install/templates/_byan/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +0 -110
  605. package/install/templates/_byan/tea/workflows/testarch/atdd/workflow.yaml +0 -45
  606. package/install/templates/_byan/tea/workflows/testarch/automate/instructions.md +0 -43
  607. package/install/templates/_byan/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +0 -127
  608. package/install/templates/_byan/tea/workflows/testarch/automate/workflow.yaml +0 -52
  609. package/install/templates/_byan/tea/workflows/testarch/ci/instructions.md +0 -38
  610. package/install/templates/_byan/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +0 -75
  611. package/install/templates/_byan/tea/workflows/testarch/ci/workflow.yaml +0 -45
  612. package/install/templates/_byan/tea/workflows/testarch/framework/instructions.md +0 -38
  613. package/install/templates/_byan/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +0 -120
  614. package/install/templates/_byan/tea/workflows/testarch/framework/workflow.yaml +0 -47
  615. package/install/templates/_byan/tea/workflows/testarch/nfr-assess/instructions.md +0 -36
  616. package/install/templates/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md +0 -85
  617. package/install/templates/_byan/tea/workflows/testarch/nfr-assess/workflow.yaml +0 -47
  618. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-01.md +0 -460
  619. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-02.md +0 -465
  620. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-03.md +0 -301
  621. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-04.md +0 -234
  622. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-05.md +0 -234
  623. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-06.md +0 -209
  624. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-07.md +0 -212
  625. package/install/templates/_byan/tea/workflows/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md +0 -141
  626. package/install/templates/_byan/tea/workflows/testarch/test-design/instructions.md +0 -52
  627. package/install/templates/_byan/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +0 -127
  628. package/install/templates/_byan/tea/workflows/testarch/test-design/test-design-qa-template.md +0 -296
  629. package/install/templates/_byan/tea/workflows/testarch/test-design/test-design-template.md +0 -294
  630. package/install/templates/_byan/tea/workflows/testarch/test-design/workflow.yaml +0 -69
  631. package/install/templates/_byan/tea/workflows/testarch/test-review/instructions.md +0 -36
  632. package/install/templates/_byan/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +0 -101
  633. package/install/templates/_byan/tea/workflows/testarch/test-review/workflow.yaml +0 -46
  634. package/install/templates/_byan/tea/workflows/testarch/trace/instructions.md +0 -36
  635. package/install/templates/_byan/tea/workflows/testarch/trace/steps-c/step-01-load-context.md +0 -80
  636. package/install/templates/_byan/tea/workflows/testarch/trace/workflow.yaml +0 -55
  637. package/install/templates/_byan/workers/launchers/README.md +0 -308
  638. package/install/templates/_byan/workers/launchers/launch-yanstaller-claude.md +0 -204
  639. package/install/templates/_byan/workers/launchers/launch-yanstaller-codex.md +0 -209
  640. package/install/templates/_byan/workers/launchers/launch-yanstaller-copilot.md +0 -173
  641. package/install/templates/_byan/workers.md +0 -500
  642. package/install/templates/_byan/workflows/byan/fact-check-workflow.md +0 -131
  643. package/install/templates/_byan/workflows/byan/forge-soul-workflow.md +0 -163
  644. package/install/templates/_byan/workflows/byan/persona-player-workflow.md +0 -196
  645. package/install/templates/_byan/workflows/byan/soul-memory-update.md +0 -129
  646. package/install/templates/_byan/workflows/edit-agent-workflow.md +0 -445
  647. package/install/templates/_byan/workflows/interview-workflow.md +0 -598
  648. package/install/templates/_byan/workflows/yanstaller-interview-workflow.md +0 -989
  649. /package/install/templates/_byan/{bmm/agents → agent/analyst}/analyst-tao.md +0 -0
  650. /package/install/templates/_byan/{bmm/agents → agent/architect}/architect-tao.md +0 -0
  651. /package/install/templates/_byan/{core/agents → agent/bmad-master}/bmad-master-tao.md +0 -0
  652. /package/install/templates/_byan/{cis/agents → agent/brainstorming-coach}/brainstorming-coach-tao.md +0 -0
  653. /package/install/templates/_byan/{creator-soul.md → agent/byan/creator-soul.md} +0 -0
  654. /package/install/templates/_byan/{core/agents → agent/carmack}/carmack.md +0 -0
  655. /package/install/templates/_byan/{bmb/agents → agent/claude}/claude.md +0 -0
  656. /package/install/templates/_byan/{bmb/agents → agent/codex}/codex.md +0 -0
  657. /package/install/templates/_byan/{cis/agents → agent/creative-problem-solver}/creative-problem-solver-tao.md +0 -0
  658. /package/install/templates/_byan/{cis/agents → agent/design-thinking-coach}/design-thinking-coach-tao.md +0 -0
  659. /package/install/templates/_byan/{bmm/agents → agent/dev}/dev-tao.md +0 -0
  660. /package/install/templates/_byan/{bmb/agents → agent/drawio}/drawio.md +0 -0
  661. /package/install/templates/_byan/{bmm/agents → agent/expert-merise-agile}/expert-merise-agile.md +0 -0
  662. /package/install/templates/_byan/{bmb/agents → agent/forgeron}/forgeron-tao.md +0 -0
  663. /package/install/templates/_byan/{cis/agents → agent/innovation-strategist}/innovation-strategist-tao.md +0 -0
  664. /package/install/templates/_byan/{agents → agent/jimmy}/jimmy-tao.md +0 -0
  665. /package/install/templates/_byan/{bmb/agents → agent/marc}/marc.md +0 -0
  666. /package/install/templates/_byan/{agents → agent/mike}/mike-tao.md +0 -0
  667. /package/install/templates/_byan/{bmb/agents → agent/patnote}/patnote.md +0 -0
  668. /package/install/templates/_byan/{bmm/agents → agent/pm}/pm-tao.md +0 -0
  669. /package/install/templates/_byan/{cis/agents → agent/presentation-master}/presentation-master-tao.md +0 -0
  670. /package/install/templates/_byan/{bmm/agents → agent/quinn}/quinn-tao.md +0 -0
  671. /package/install/templates/_byan/{agents → agent/rachid}/rachid-tao.md +0 -0
  672. /package/install/templates/_byan/{agents → agent/skeptic}/skeptic-tao.md +0 -0
  673. /package/install/templates/_byan/{bmm/agents → agent/sm}/sm-tao.md +0 -0
  674. /package/install/templates/_byan/{agents → agent/tao}/tao-tao.md +0 -0
  675. /package/install/templates/_byan/{tea/agents → agent/tea}/tea-tao.md +0 -0
  676. /package/install/templates/_byan/{core/agents → agent/test-dynamic}/test-dynamic.md +0 -0
  677. /package/install/templates/_byan/{agents → agent/turbo-whisper}/turbo-whisper-tao.md +0 -0
  678. /package/install/templates/_byan/{bmm/agents → agent/ux-designer}/ux-designer-tao.md +0 -0
  679. /package/install/templates/_byan/{agents → agent/yanstaller}/yanstaller-tao.md +0 -0
  680. /package/install/templates/_byan/{core/tasks → command}/help.md +0 -0
  681. /package/install/templates/_byan/{core/resources → connaissance}/excalidraw/excalidraw-helpers.md +0 -0
  682. /package/install/templates/_byan/{core/resources → connaissance}/excalidraw/library-loader.md +0 -0
  683. /package/install/templates/_byan/{core/resources → connaissance}/excalidraw/validate-json-instructions.md +0 -0
  684. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/adr-quality-readiness-checklist.md +0 -0
  685. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/api-request.md +0 -0
  686. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/api-testing-patterns.md +0 -0
  687. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/auth-session.md +0 -0
  688. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/burn-in.md +0 -0
  689. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/ci-burn-in.md +0 -0
  690. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/component-tdd.md +0 -0
  691. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/contract-testing.md +0 -0
  692. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/data-factories.md +0 -0
  693. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/email-auth.md +0 -0
  694. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/error-handling.md +0 -0
  695. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/feature-flags.md +0 -0
  696. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/file-utils.md +0 -0
  697. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/fixture-architecture.md +0 -0
  698. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/fixtures-composition.md +0 -0
  699. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/intercept-network-call.md +0 -0
  700. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/log.md +0 -0
  701. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/network-error-monitor.md +0 -0
  702. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/network-first.md +0 -0
  703. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/network-recorder.md +0 -0
  704. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/nfr-criteria.md +0 -0
  705. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/overview.md +0 -0
  706. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/playwright-config.md +0 -0
  707. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/probability-impact.md +0 -0
  708. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/recurse.md +0 -0
  709. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/risk-governance.md +0 -0
  710. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/selective-testing.md +0 -0
  711. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/selector-resilience.md +0 -0
  712. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/test-healing-patterns.md +0 -0
  713. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/test-levels-framework.md +0 -0
  714. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/test-priorities-matrix.md +0 -0
  715. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/test-quality.md +0 -0
  716. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/timing-debugging.md +0 -0
  717. /package/install/templates/_byan/{tea → connaissance}/testarch/knowledge/visual-debugging.md +0 -0
  718. /package/install/templates/_byan/{tea → connaissance}/testarch/tea-index.csv +0 -0
  719. /package/install/templates/_byan/{_memory → memoire}/config.yaml +0 -0
  720. /package/install/templates/_byan/{_memory → memoire}/elo-profile.json +0 -0
  721. /package/install/templates/_byan/{_memory → memoire}/fact-graph.json +0 -0
  722. /package/install/templates/_byan/{_memory → memoire}/storyteller-sidecar/stories-told.md +0 -0
  723. /package/install/templates/_byan/{_memory → memoire}/storyteller-sidecar/story-preferences.md +0 -0
  724. /package/install/templates/_byan/{_memory → memoire}/tech-writer-sidecar/documentation-standards.md +0 -0
  725. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/create-product-brief/product-brief.template.md +0 -0
  726. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/create-product-brief/steps/step-01-init.md +0 -0
  727. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -0
  728. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/domain-steps/step-01-init.md +0 -0
  729. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/domain-steps/step-02-domain-analysis.md +0 -0
  730. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/domain-steps/step-03-competitive-landscape.md +0 -0
  731. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/domain-steps/step-04-regulatory-focus.md +0 -0
  732. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/domain-steps/step-05-technical-trends.md +0 -0
  733. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/domain-steps/step-06-research-synthesis.md +0 -0
  734. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/market-steps/step-01-init.md +0 -0
  735. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/market-steps/step-02-customer-behavior.md +0 -0
  736. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/market-steps/step-03-customer-pain-points.md +0 -0
  737. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/market-steps/step-04-customer-decisions.md +0 -0
  738. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/market-steps/step-05-competitive-analysis.md +0 -0
  739. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/market-steps/step-06-research-completion.md +0 -0
  740. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/research.template.md +0 -0
  741. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/technical-steps/step-01-init.md +0 -0
  742. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/technical-steps/step-02-technical-overview.md +0 -0
  743. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/technical-steps/step-03-integration-patterns.md +0 -0
  744. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/technical-steps/step-04-architectural-patterns.md +0 -0
  745. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/technical-steps/step-05-implementation-research.md +0 -0
  746. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/1-analysis/research/technical-steps/step-06-research-synthesis.md +0 -0
  747. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/data/domain-complexity.csv +0 -0
  748. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/data/prd-purpose.md +0 -0
  749. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/data/project-types.csv +0 -0
  750. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-c/step-01-init.md +0 -0
  751. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +0 -0
  752. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +0 -0
  753. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +0 -0
  754. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +0 -0
  755. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +0 -0
  756. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -0
  757. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +0 -0
  758. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +0 -0
  759. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -0
  760. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -0
  761. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +0 -0
  762. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +0 -0
  763. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/templates/prd-template.md +0 -0
  764. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-prd/workflow.md +0 -0
  765. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-ux-design/steps/step-01-init.md +0 -0
  766. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +0 -0
  767. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/2-plan-workflows/create-ux-design/ux-design-template.md +0 -0
  768. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +0 -0
  769. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/3-solutioning/check-implementation-readiness/workflow.md +0 -0
  770. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/3-solutioning/create-architecture/architecture-decision-template.md +0 -0
  771. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/3-solutioning/create-architecture/data/domain-complexity.csv +0 -0
  772. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/3-solutioning/create-architecture/data/project-types.csv +0 -0
  773. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/3-solutioning/create-architecture/steps/step-01-init.md +0 -0
  774. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/3-solutioning/create-architecture/steps/step-01b-continue.md +0 -0
  775. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/3-solutioning/create-epics-and-stories/templates/epics-template.md +0 -0
  776. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/4-implementation/code-review/checklist.md +0 -0
  777. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/4-implementation/create-story/template.md +0 -0
  778. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/4-implementation/dev-story/checklist.md +0 -0
  779. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/4-implementation/sprint-planning/checklist.md +0 -0
  780. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/4-implementation/sprint-planning/sprint-status-template.yaml +0 -0
  781. /package/install/templates/_byan/{cis/workflows → workflow/simple}/README.md +0 -0
  782. /package/install/templates/_byan/{core/workflows → workflow/simple}/advanced-elicitation/methods.csv +0 -0
  783. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/data/brainstorm-context.md +0 -0
  784. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/data/communication-presets.csv +0 -0
  785. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/data/principles-crafting.md +0 -0
  786. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/data/simple-agent-validation.md +0 -0
  787. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/data/understanding-agent-types.md +0 -0
  788. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/steps-e/e-03-placeholder.md +0 -0
  789. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/steps-e/e-08a-edit-simple.md +0 -0
  790. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/steps-e/e-08c-edit-module.md +0 -0
  791. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/steps-v/v-02a-validate-metadata.md +0 -0
  792. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/steps-v/v-02b-validate-persona.md +0 -0
  793. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/steps-v/v-02c-validate-menu.md +0 -0
  794. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/steps-v/v-02d-validate-structure.md +0 -0
  795. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/steps-v/v-02e-validate-sidecar.md +0 -0
  796. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/templates/agent-plan.template.md +0 -0
  797. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/templates/expert-agent-template/expert-agent.template.md +0 -0
  798. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/templates/simple-agent.template.md +0 -0
  799. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/agent/workflow.md +0 -0
  800. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/bmad-quick-flow/quick-spec/tech-spec-template.md +0 -0
  801. /package/install/templates/_byan/{core/workflows → workflow/simple}/brainstorming/brain-methods.csv +0 -0
  802. /package/install/templates/_byan/{core/workflows → workflow/simple}/brainstorming/steps/step-01-session-setup.md +0 -0
  803. /package/install/templates/_byan/{core/workflows → workflow/simple}/brainstorming/steps/step-01b-continue.md +0 -0
  804. /package/install/templates/_byan/{core/workflows → workflow/simple}/brainstorming/steps/step-02a-user-selected.md +0 -0
  805. /package/install/templates/_byan/{core/workflows → workflow/simple}/brainstorming/steps/step-02b-ai-recommended.md +0 -0
  806. /package/install/templates/_byan/{core/workflows → workflow/simple}/brainstorming/steps/step-02c-random-selection.md +0 -0
  807. /package/install/templates/_byan/{core/workflows → workflow/simple}/brainstorming/steps/step-02d-progressive-flow.md +0 -0
  808. /package/install/templates/_byan/{core/workflows → workflow/simple}/brainstorming/steps/step-04-idea-organization.md +0 -0
  809. /package/install/templates/_byan/{core/workflows → workflow/simple}/brainstorming/template.md +0 -0
  810. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/byan/data/mantras.yaml +0 -0
  811. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/byan/data/templates.yaml +0 -0
  812. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/byan/delete-agent-workflow.md +0 -0
  813. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/byan/edit-agent-workflow.md +0 -0
  814. /package/install/templates/_byan/{workflows → workflow/simple}/byan/feature-workflow.md +0 -0
  815. /package/install/templates/_byan/{workflows → workflow/simple}/byan/forge-persona-workflow.md +0 -0
  816. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/byan/interview-workflow.md +0 -0
  817. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/byan/quick-create-workflow.md +0 -0
  818. /package/install/templates/_byan/{workflows → workflow/simple}/byan/soul-revision.md +0 -0
  819. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/byan/templates/base-agent-template.md +0 -0
  820. /package/install/templates/_byan/{workflows → workflow/simple}/byan/thomas-workflow.md +0 -0
  821. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/byan/validate-agent-workflow.md +0 -0
  822. /package/install/templates/_byan/{cis/workflows → workflow/simple}/design-thinking/README.md +0 -0
  823. /package/install/templates/_byan/{cis/workflows → workflow/simple}/design-thinking/design-methods.csv +0 -0
  824. /package/install/templates/_byan/{cis/workflows → workflow/simple}/design-thinking/template.md +0 -0
  825. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/document-project/checklist.md +0 -0
  826. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/document-project/documentation-requirements.csv +0 -0
  827. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/document-project/templates/deep-dive-template.md +0 -0
  828. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/document-project/templates/index-template.md +0 -0
  829. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/document-project/templates/project-overview-template.md +0 -0
  830. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/document-project/templates/project-scan-report-schema.json +0 -0
  831. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/document-project/templates/source-tree-template.md +0 -0
  832. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/document-project/workflows/deep-dive-instructions.md +0 -0
  833. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/document-project/workflows/full-scan-instructions.md +0 -0
  834. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/excalidraw-diagrams/_shared/excalidraw-library.json +0 -0
  835. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/excalidraw-diagrams/_shared/excalidraw-templates.yaml +0 -0
  836. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/excalidraw-diagrams/create-dataflow/checklist.md +0 -0
  837. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/excalidraw-diagrams/create-diagram/checklist.md +0 -0
  838. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/excalidraw-diagrams/create-flowchart/checklist.md +0 -0
  839. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/excalidraw-diagrams/create-wireframe/checklist.md +0 -0
  840. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/generate-project-context/project-context-template.md +0 -0
  841. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/generate-project-context/steps/step-01-discover.md +0 -0
  842. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/generate-project-context/steps/step-03-complete.md +0 -0
  843. /package/install/templates/_byan/{cis/workflows → workflow/simple}/innovation-strategy/README.md +0 -0
  844. /package/install/templates/_byan/{cis/workflows → workflow/simple}/innovation-strategy/innovation-frameworks.csv +0 -0
  845. /package/install/templates/_byan/{cis/workflows → workflow/simple}/innovation-strategy/template.md +0 -0
  846. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/data/agent-architecture.md +0 -0
  847. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/data/agent-spec-template.md +0 -0
  848. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/data/module-installer-standards.md +0 -0
  849. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/data/module-standards.md +0 -0
  850. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/data/module-yaml-conventions.md +0 -0
  851. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-01-welcome.md +0 -0
  852. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-02-spark.md +0 -0
  853. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-03-module-type.md +0 -0
  854. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-04-vision.md +0 -0
  855. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-05-identity.md +0 -0
  856. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-06-users.md +0 -0
  857. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-07-value.md +0 -0
  858. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-08-agents.md +0 -0
  859. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-09-workflows.md +0 -0
  860. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-10-tools.md +0 -0
  861. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-11-scenarios.md +0 -0
  862. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-12-creative.md +0 -0
  863. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-13-review.md +0 -0
  864. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-b/step-14-finalize.md +0 -0
  865. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-c/step-01-load-brief.md +0 -0
  866. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-c/step-01b-continue.md +0 -0
  867. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-c/step-02-structure.md +0 -0
  868. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-c/step-03-config.md +0 -0
  869. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-c/step-04-installer.md +0 -0
  870. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-c/step-05-agents.md +0 -0
  871. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-c/step-06-workflows.md +0 -0
  872. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-c/step-07-docs.md +0 -0
  873. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-c/step-08-complete.md +0 -0
  874. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-e/step-01-load-target.md +0 -0
  875. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-e/step-02-select-edit.md +0 -0
  876. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-e/step-03-apply-edit.md +0 -0
  877. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-e/step-04-review.md +0 -0
  878. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-e/step-05-confirm.md +0 -0
  879. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-v/step-01-load-target.md +0 -0
  880. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-v/step-02-file-structure.md +0 -0
  881. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-v/step-03-module-yaml.md +0 -0
  882. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-v/step-06-documentation.md +0 -0
  883. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/steps-v/step-07-installation.md +0 -0
  884. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/templates/brief-template.md +0 -0
  885. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/module/templates/workflow-spec-template.md +0 -0
  886. /package/install/templates/_byan/{core/workflows → workflow/simple}/party-mode/steps/step-01-agent-loading.md +0 -0
  887. /package/install/templates/_byan/{core/workflows → workflow/simple}/party-mode/steps/step-02-discussion-orchestration.md +0 -0
  888. /package/install/templates/_byan/{core/workflows → workflow/simple}/party-mode/steps/step-03-graceful-exit.md +0 -0
  889. /package/install/templates/_byan/{cis/workflows → workflow/simple}/problem-solving/README.md +0 -0
  890. /package/install/templates/_byan/{cis/workflows → workflow/simple}/problem-solving/solving-methods.csv +0 -0
  891. /package/install/templates/_byan/{cis/workflows → workflow/simple}/problem-solving/template.md +0 -0
  892. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/qa/automate/checklist.md +0 -0
  893. /package/install/templates/_byan/{bmm/workflows → workflow/simple}/qa/automate/instructions.md +0 -0
  894. /package/install/templates/_byan/{cis/workflows → workflow/simple}/storytelling/README.md +0 -0
  895. /package/install/templates/_byan/{cis/workflows → workflow/simple}/storytelling/story-types.csv +0 -0
  896. /package/install/templates/_byan/{cis/workflows → workflow/simple}/storytelling/template.md +0 -0
  897. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/README.md +0 -0
  898. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/atdd-checklist-template.md +0 -0
  899. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/checklist.md +0 -0
  900. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/steps-c/step-02-generation-mode.md +0 -0
  901. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/steps-c/step-03-test-strategy.md +0 -0
  902. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/steps-c/step-04-generate-tests.md +0 -0
  903. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/steps-c/step-04a-subprocess-api-failing.md +0 -0
  904. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/steps-c/step-04b-subprocess-e2e-failing.md +0 -0
  905. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/steps-c/step-04c-aggregate.md +0 -0
  906. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/steps-c/step-05-validate-and-complete.md +0 -0
  907. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/steps-e/step-01-assess.md +0 -0
  908. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/steps-e/step-02-apply-edit.md +0 -0
  909. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/steps-v/step-01-validate.md +0 -0
  910. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/validation-report-20260127-095021.md +0 -0
  911. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/validation-report-20260127-102401.md +0 -0
  912. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/workflow-plan.md +0 -0
  913. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/atdd/workflow.md +0 -0
  914. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/checklist.md +0 -0
  915. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/steps-c/step-02-identify-targets.md +0 -0
  916. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/steps-c/step-03-generate-tests.md +0 -0
  917. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/steps-c/step-03a-subprocess-api.md +0 -0
  918. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/steps-c/step-03b-subprocess-e2e.md +0 -0
  919. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/steps-c/step-03c-aggregate.md +0 -0
  920. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/steps-c/step-04-validate-and-summarize.md +0 -0
  921. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/steps-e/step-01-assess.md +0 -0
  922. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/steps-e/step-02-apply-edit.md +0 -0
  923. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/steps-v/step-01-validate.md +0 -0
  924. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/validation-report-20260127-095021.md +0 -0
  925. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/validation-report-20260127-102401.md +0 -0
  926. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/workflow-plan.md +0 -0
  927. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/automate/workflow.md +0 -0
  928. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/checklist.md +0 -0
  929. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/github-actions-template.yaml +0 -0
  930. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/gitlab-ci-template.yaml +0 -0
  931. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/steps-c/step-01-preflight.md +0 -0
  932. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/steps-c/step-02-generate-pipeline.md +0 -0
  933. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/steps-c/step-04-validate-and-summary.md +0 -0
  934. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/steps-e/step-01-assess.md +0 -0
  935. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/steps-e/step-02-apply-edit.md +0 -0
  936. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/steps-v/step-01-validate.md +0 -0
  937. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/validation-report-20260127-095021.md +0 -0
  938. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/validation-report-20260127-102401.md +0 -0
  939. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/workflow-plan.md +0 -0
  940. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/ci/workflow.md +0 -0
  941. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/framework/checklist.md +0 -0
  942. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/framework/steps-c/step-01-preflight.md +0 -0
  943. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/framework/steps-c/step-02-select-framework.md +0 -0
  944. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/framework/steps-c/step-04-docs-and-scripts.md +0 -0
  945. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/framework/steps-c/step-05-validate-and-summary.md +0 -0
  946. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/framework/steps-e/step-01-assess.md +0 -0
  947. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/framework/steps-e/step-02-apply-edit.md +0 -0
  948. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/framework/steps-v/step-01-validate.md +0 -0
  949. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/framework/validation-report-20260127-095021.md +0 -0
  950. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/framework/validation-report-20260127-102401.md +0 -0
  951. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/framework/workflow-plan.md +0 -0
  952. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/framework/workflow.md +0 -0
  953. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/checklist.md +0 -0
  954. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/nfr-report-template.md +0 -0
  955. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/steps-c/step-02-define-thresholds.md +0 -0
  956. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/steps-c/step-03-gather-evidence.md +0 -0
  957. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +0 -0
  958. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/steps-c/step-04a-subprocess-security.md +0 -0
  959. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/steps-c/step-04b-subprocess-performance.md +0 -0
  960. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/steps-c/step-04c-subprocess-reliability.md +0 -0
  961. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/steps-c/step-04d-subprocess-scalability.md +0 -0
  962. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +0 -0
  963. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/steps-c/step-05-generate-report.md +0 -0
  964. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/steps-e/step-01-assess.md +0 -0
  965. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/steps-e/step-02-apply-edit.md +0 -0
  966. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/steps-v/step-01-validate.md +0 -0
  967. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/validation-report-20260127-095021.md +0 -0
  968. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/validation-report-20260127-102401.md +0 -0
  969. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/workflow-plan.md +0 -0
  970. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/nfr-assess/workflow.md +0 -0
  971. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/checklist.md +0 -0
  972. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/data/curriculum.yaml +0 -0
  973. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/data/quiz-questions.yaml +0 -0
  974. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/data/role-paths.yaml +0 -0
  975. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/data/session-content-map.yaml +0 -0
  976. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/data/tea-resources-index.yaml +0 -0
  977. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/instructions.md +0 -0
  978. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/steps-c/step-01-init.md +0 -0
  979. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/steps-c/step-01b-continue.md +0 -0
  980. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/steps-c/step-02-assess.md +0 -0
  981. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/steps-c/step-03-session-menu.md +0 -0
  982. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/steps-c/step-05-completion.md +0 -0
  983. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/steps-e/step-e-02-apply-edits.md +0 -0
  984. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/steps-v/step-v-01-validate.md +0 -0
  985. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/templates/certificate-template.md +0 -0
  986. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/templates/progress-template.yaml +0 -0
  987. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/templates/session-notes-template.md +0 -0
  988. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +0 -0
  989. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/teach-me-testing/workflow.md +0 -0
  990. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/checklist.md +0 -0
  991. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/steps-c/step-01-detect-mode.md +0 -0
  992. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/steps-c/step-03-risk-and-testability.md +0 -0
  993. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/steps-c/step-04-coverage-plan.md +0 -0
  994. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/steps-c/step-05-generate-output.md +0 -0
  995. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/steps-e/step-01-assess.md +0 -0
  996. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/steps-e/step-02-apply-edit.md +0 -0
  997. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/steps-v/step-01-validate.md +0 -0
  998. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/test-design-architecture-template.md +0 -0
  999. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/validation-report-20260127-095021.md +0 -0
  1000. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/validation-report-20260127-102401.md +0 -0
  1001. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/workflow-plan.md +0 -0
  1002. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-design/workflow.md +0 -0
  1003. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/checklist.md +0 -0
  1004. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/steps-c/step-02-discover-tests.md +0 -0
  1005. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/steps-c/step-03-quality-evaluation.md +0 -0
  1006. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/steps-c/step-03a-subprocess-determinism.md +0 -0
  1007. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/steps-c/step-03b-subprocess-isolation.md +0 -0
  1008. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/steps-c/step-03c-subprocess-maintainability.md +0 -0
  1009. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/steps-c/step-03d-subprocess-coverage.md +0 -0
  1010. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/steps-c/step-03e-subprocess-performance.md +0 -0
  1011. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/steps-c/step-03f-aggregate-scores.md +0 -0
  1012. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/steps-c/step-04-generate-report.md +0 -0
  1013. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/steps-e/step-01-assess.md +0 -0
  1014. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/steps-e/step-02-apply-edit.md +0 -0
  1015. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/steps-v/step-01-validate.md +0 -0
  1016. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/test-review-template.md +0 -0
  1017. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/validation-report-20260127-095021.md +0 -0
  1018. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/validation-report-20260127-102401.md +0 -0
  1019. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/workflow-plan.md +0 -0
  1020. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/test-review/workflow.md +0 -0
  1021. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/checklist.md +0 -0
  1022. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/steps-c/step-02-discover-tests.md +0 -0
  1023. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/steps-c/step-03-map-criteria.md +0 -0
  1024. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/steps-c/step-04-analyze-gaps.md +0 -0
  1025. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/steps-c/step-05-gate-decision.md +0 -0
  1026. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/steps-e/step-01-assess.md +0 -0
  1027. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/steps-e/step-02-apply-edit.md +0 -0
  1028. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/steps-v/step-01-validate.md +0 -0
  1029. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/trace-template.md +0 -0
  1030. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/validation-report-20260127-095021.md +0 -0
  1031. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/validation-report-20260127-102401.md +0 -0
  1032. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/workflow-plan.md +0 -0
  1033. /package/install/templates/_byan/{tea/workflows → workflow/simple}/testarch/trace/workflow.md +0 -0
  1034. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/turbo-whisper/configure-workflow.md +0 -0
  1035. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/turbo-whisper/docker-setup-workflow.md +0 -0
  1036. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/turbo-whisper/install-workflow.md +0 -0
  1037. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/turbo-whisper/integrate-workflow.md +0 -0
  1038. /package/install/templates/_byan/{workflows → workflow/simple}/validate-agent-workflow.md +0 -0
  1039. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/architecture.md +0 -0
  1040. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/csv-data-file-standards.md +0 -0
  1041. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/input-discovery-standards.md +0 -0
  1042. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/intent-vs-prescriptive-spectrum.md +0 -0
  1043. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/menu-handling-standards.md +0 -0
  1044. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/output-format-standards.md +0 -0
  1045. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/step-file-rules.md +0 -0
  1046. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/step-type-patterns.md +0 -0
  1047. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/subprocess-optimization-patterns.md +0 -0
  1048. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/trimodal-workflow-structure.md +0 -0
  1049. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/workflow-chaining-standards.md +0 -0
  1050. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/workflow-examples.md +0 -0
  1051. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/data/workflow-type-criteria.md +0 -0
  1052. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-c/step-00-conversion.md +0 -0
  1053. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-c/step-01-discovery.md +0 -0
  1054. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-c/step-01b-continuation.md +0 -0
  1055. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-c/step-10-confirmation.md +0 -0
  1056. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-c/step-11-completion.md +0 -0
  1057. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-e/step-e-01-assess-workflow.md +0 -0
  1058. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-e/step-e-02-discover-edits.md +0 -0
  1059. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-e/step-e-03-fix-validation.md +0 -0
  1060. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-e/step-e-04-direct-edit.md +0 -0
  1061. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-e/step-e-05-apply-edit.md +0 -0
  1062. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-e/step-e-06-validate-after.md +0 -0
  1063. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-e/step-e-07-complete.md +0 -0
  1064. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-01-validate-max-mode.md +0 -0
  1065. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-01-validate.md +0 -0
  1066. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-01b-structure.md +0 -0
  1067. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-02-frontmatter-validation.md +0 -0
  1068. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-02b-path-violations.md +0 -0
  1069. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-03-menu-validation.md +0 -0
  1070. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-04-step-type-validation.md +0 -0
  1071. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-05-output-format-validation.md +0 -0
  1072. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-06-validation-design-check.md +0 -0
  1073. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-07-instruction-style-check.md +0 -0
  1074. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-08-collaborative-experience-check.md +0 -0
  1075. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-08b-subprocess-optimization.md +0 -0
  1076. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-09-cohesive-review.md +0 -0
  1077. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-10-report-complete.md +0 -0
  1078. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/steps-v/step-11-plan-validation.md +0 -0
  1079. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/templates/minimal-output-template.md +0 -0
  1080. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/templates/step-01-init-continuable-template.md +0 -0
  1081. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/templates/step-1b-template.md +0 -0
  1082. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/templates/workflow-template.md +0 -0
  1083. /package/install/templates/_byan/{bmb/workflows → workflow/simple}/workflow/workflow.md +0 -0
  1084. /package/install/templates/_byan/{workflows → workflow/simple}/yanstaller/interview.md +0 -0
  1085. /package/install/templates/_byan/{workflows → workflow/simple}/yanstaller/steps/step-01-detect-platforms.md +0 -0
  1086. /package/install/templates/_byan/{workflows → workflow/simple}/yanstaller/steps/step-01-placeholder.md +0 -0
  1087. /package/install/templates/_byan/{workflows → workflow/simple}/yanstaller/steps/step-02-placeholder.md +0 -0
  1088. /package/install/templates/_byan/{workflows → workflow/simple}/yanstaller/steps/step-03-placeholder.md +0 -0
  1089. /package/install/templates/_byan/{workflows → workflow/simple}/yanstaller/steps/step-04-placeholder.md +0 -0
  1090. /package/install/templates/_byan/{workflows → workflow/simple}/yanstaller/steps/step-05-placeholder.md +0 -0
  1091. /package/install/templates/_byan/{workflows → workflow/simple}/yanstaller/workflow.md +0 -0
@@ -1,254 +0,0 @@
1
- # Step 7: Defining Core Experience
2
-
3
- ## MANDATORY EXECUTION RULES (READ FIRST):
4
-
5
- - 🛑 NEVER generate content without user input
6
-
7
- - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
8
- - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
9
- - ✅ ALWAYS treat this as collaborative discovery between UX facilitator and stakeholder
10
- - 📋 YOU ARE A UX FACILITATOR, not a content generator
11
- - 💬 FOCUS on defining the core interaction that defines the product
12
- - 🎯 COLLABORATIVE discovery, not assumption-based design
13
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
-
15
- ## EXECUTION PROTOCOLS:
16
-
17
- - 🎯 Show your analysis before taking any action
18
- - ⚠️ Present A/P/C menu after generating defining experience content
19
- - 💾 ONLY save when user chooses C (Continue)
20
- - 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted.
21
- - 🚫 FORBIDDEN to load next step until C is selected
22
-
23
- ## COLLABORATION MENUS (A/P/C):
24
-
25
- This step will generate content and present choices:
26
-
27
- - **A (Advanced Elicitation)**: Use discovery protocols to develop deeper experience insights
28
- - **P (Party Mode)**: Bring multiple perspectives to define optimal core experience
29
- - **C (Continue)**: Save the content to the document and proceed to next step
30
-
31
- ## PROTOCOL INTEGRATION:
32
-
33
- - When 'A' selected: Read fully and follow: {project-root}/_byan/core/workflows/advanced-elicitation/workflow.xml
34
- - When 'P' selected: Read fully and follow: {project-root}/_byan/core/workflows/party-mode/workflow.md
35
- - PROTOCOLS always return to this step's A/P/C menu
36
- - User accepts/rejects protocol changes before proceeding
37
-
38
- ## CONTEXT BOUNDARIES:
39
-
40
- - Current document and frontmatter from previous steps are available
41
- - Core experience from step 3 provides foundation
42
- - Design system choice from step 6 informs implementation
43
- - Focus on the defining interaction that makes the product special
44
-
45
- ## YOUR TASK:
46
-
47
- Define the core interaction that, if nailed, makes everything else follow in the user experience.
48
-
49
- ## DEFINING EXPERIENCE SEQUENCE:
50
-
51
- ### 1. Identify the Defining Experience
52
-
53
- Focus on the core interaction:
54
- "Every successful product has a defining experience - the core interaction that, if we nail it, everything else follows.
55
-
56
- **Think about these famous examples:**
57
-
58
- - Tinder: "Swipe to match with people"
59
- - Snapchat: "Share photos that disappear"
60
- - Instagram: "Share perfect moments with filters"
61
- - Spotify: "Discover and play any song instantly"
62
-
63
- **For {{project_name}}:**
64
- What's the core action that users will describe to their friends?
65
- What's the interaction that makes users feel successful?
66
- If we get ONE thing perfectly right, what should it be?"
67
-
68
- ### 2. Explore the User's Mental Model
69
-
70
- Understand how users think about the core task:
71
- "**User Mental Model Questions:**
72
-
73
- - How do users currently solve this problem?
74
- - What mental model do they bring to this task?
75
- - What's their expectation for how this should work?
76
- - Where are they likely to get confused or frustrated?
77
-
78
- **Current Solutions:**
79
-
80
- - What do users love/hate about existing approaches?
81
- - What shortcuts or workarounds do they use?
82
- - What makes existing solutions feel magical or terrible?"
83
-
84
- ### 3. Define Success Criteria for Core Experience
85
-
86
- Establish what makes the core interaction successful:
87
- "**Core Experience Success Criteria:**
88
-
89
- - What makes users say 'this just works'?
90
- - When do they feel smart or accomplished?
91
- - What feedback tells them they're doing it right?
92
- - How fast should it feel?
93
- - What should happen automatically?
94
-
95
- **Success Indicators:**
96
-
97
- - [Success indicator 1]
98
- - [Success indicator 2]
99
- - [Success indicator 3]"
100
-
101
- ### 4. Identify Novel vs. Established Patterns
102
-
103
- Determine if we need to innovate or can use proven patterns:
104
- "**Pattern Analysis:**
105
- Looking at your core experience, does this:
106
-
107
- - Use established UX patterns that users already understand?
108
- - Require novel interaction design that needs user education?
109
- - Combine familiar patterns in innovative ways?
110
-
111
- **If Novel:**
112
-
113
- - What makes this different from existing approaches?
114
- - How will we teach users this new pattern?
115
- - What familiar metaphors can we use?
116
-
117
- **If Established:**
118
-
119
- - Which proven patterns should we adopt?
120
- - How can we innovate within familiar patterns?
121
- - What's our unique twist on established interactions?"
122
-
123
- ### 5. Define Experience Mechanics
124
-
125
- Break down the core interaction into details:
126
- "**Core Experience Mechanics:**
127
- Let's design the step-by-step flow for [defining experience]:
128
-
129
- **1. Initiation:**
130
-
131
- - How does the user start this action?
132
- - What triggers or invites them to begin?
133
-
134
- **2. Interaction:**
135
-
136
- - What does the user actually do?
137
- - What controls or inputs do they use?
138
- - How does the system respond?
139
-
140
- **3. Feedback:**
141
-
142
- - What tells users they're succeeding?
143
- - How do they know when it's working?
144
- - What happens if they make a mistake?
145
-
146
- **4. Completion:**
147
-
148
- - How do users know they're done?
149
- - What's the successful outcome?
150
- - What's next?"
151
-
152
- ### 6. Generate Defining Experience Content
153
-
154
- Prepare the content to append to the document:
155
-
156
- #### Content Structure:
157
-
158
- When saving to document, append these Level 2 and Level 3 sections:
159
-
160
- ```markdown
161
- ## 2. Core User Experience
162
-
163
- ### 2.1 Defining Experience
164
-
165
- [Defining experience description based on conversation]
166
-
167
- ### 2.2 User Mental Model
168
-
169
- [User mental model analysis based on conversation]
170
-
171
- ### 2.3 Success Criteria
172
-
173
- [Success criteria for core experience based on conversation]
174
-
175
- ### 2.4 Novel UX Patterns
176
-
177
- [Novel UX patterns analysis based on conversation]
178
-
179
- ### 2.5 Experience Mechanics
180
-
181
- [Detailed mechanics for core experience based on conversation]
182
- ```
183
-
184
- ### 7. Present Content and Menu
185
-
186
- Show the generated defining experience content and present choices:
187
- "I've defined the core experience for {{project_name}} - the interaction that will make users love this product.
188
-
189
- **Here's what I'll add to the document:**
190
-
191
- [Show the complete markdown content from step 6]
192
-
193
- **What would you like to do?**
194
- [A] Advanced Elicitation - Let's refine the core experience definition
195
- [P] Party Mode - Bring different perspectives on the defining interaction
196
- [C] Continue - Save this to the document and move to visual foundation
197
-
198
- ### 8. Handle Menu Selection
199
-
200
- #### If 'A' (Advanced Elicitation):
201
-
202
- - Read fully and follow: {project-root}/_byan/core/workflows/advanced-elicitation/workflow.xml with the current defining experience content
203
- - Process the enhanced experience insights that come back
204
- - Ask user: "Accept these improvements to the defining experience? (y/n)"
205
- - If yes: Update content with improvements, then return to A/P/C menu
206
- - If no: Keep original content, then return to A/P/C menu
207
-
208
- #### If 'P' (Party Mode):
209
-
210
- - Read fully and follow: {project-root}/_byan/core/workflows/party-mode/workflow.md with the current defining experience
211
- - Process the collaborative experience insights that come back
212
- - Ask user: "Accept these changes to the defining experience? (y/n)"
213
- - If yes: Update content with improvements, then return to A/P/C menu
214
- - If no: Keep original content, then return to A/P/C menu
215
-
216
- #### If 'C' (Continue):
217
-
218
- - Append the final content to `{planning_artifacts}/ux-design-specification.md`
219
- - Update frontmatter: append step to end of stepsCompleted array
220
- - Load `./step-08-visual-foundation.md`
221
-
222
- ## APPEND TO DOCUMENT:
223
-
224
- When user selects 'C', append the content directly to the document using the structure from step 6.
225
-
226
- ## SUCCESS METRICS:
227
-
228
- ✅ Defining experience clearly articulated
229
- ✅ User mental model thoroughly analyzed
230
- ✅ Success criteria established for core interaction
231
- ✅ Novel vs. established patterns properly evaluated
232
- ✅ Experience mechanics designed in detail
233
- ✅ A/P/C menu presented and handled correctly
234
- ✅ Content properly appended to document when C selected
235
-
236
- ## FAILURE MODES:
237
-
238
- ❌ Not identifying the true core interaction
239
- ❌ Missing user's mental model and expectations
240
- ❌ Not establishing clear success criteria
241
- ❌ Not properly evaluating novel vs. established patterns
242
- ❌ Experience mechanics too vague or incomplete
243
- ❌ Not presenting A/P/C menu after content generation
244
- ❌ Appending content without user selecting 'C'
245
-
246
- ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
247
- ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
248
- ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
249
-
250
- ## NEXT STEP:
251
-
252
- After user selects 'C' and content is saved to document, load `./step-08-visual-foundation.md` to establish visual design foundation.
253
-
254
- Remember: Do NOT proceed to step-08 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,224 +0,0 @@
1
- # Step 8: Visual Foundation
2
-
3
- ## MANDATORY EXECUTION RULES (READ FIRST):
4
-
5
- - 🛑 NEVER generate content without user input
6
-
7
- - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
8
- - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
9
- - ✅ ALWAYS treat this as collaborative discovery between UX facilitator and stakeholder
10
- - 📋 YOU ARE A UX FACILITATOR, not a content generator
11
- - 💬 FOCUS on establishing visual design foundation (colors, typography, spacing)
12
- - 🎯 COLLABORATIVE discovery, not assumption-based design
13
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
-
15
- ## EXECUTION PROTOCOLS:
16
-
17
- - 🎯 Show your analysis before taking any action
18
- - ⚠️ Present A/P/C menu after generating visual foundation content
19
- - 💾 ONLY save when user chooses C (Continue)
20
- - 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted.
21
- - 🚫 FORBIDDEN to load next step until C is selected
22
-
23
- ## COLLABORATION MENUS (A/P/C):
24
-
25
- This step will generate content and present choices:
26
-
27
- - **A (Advanced Elicitation)**: Use discovery protocols to develop deeper visual insights
28
- - **P (Party Mode)**: Bring multiple perspectives to define visual foundation
29
- - **C (Continue)**: Save the content to the document and proceed to next step
30
-
31
- ## PROTOCOL INTEGRATION:
32
-
33
- - When 'A' selected: Read fully and follow: {project-root}/_byan/core/workflows/advanced-elicitation/workflow.xml
34
- - When 'P' selected: Read fully and follow: {project-root}/_byan/core/workflows/party-mode/workflow.md
35
- - PROTOCOLS always return to this step's A/P/C menu
36
- - User accepts/rejects protocol changes before proceeding
37
-
38
- ## CONTEXT BOUNDARIES:
39
-
40
- - Current document and frontmatter from previous steps are available
41
- - Design system choice from step 6 provides component foundation
42
- - Emotional response goals from step 4 inform visual decisions
43
- - Focus on colors, typography, spacing, and layout foundation
44
-
45
- ## YOUR TASK:
46
-
47
- Establish the visual design foundation including color themes, typography, and spacing systems.
48
-
49
- ## VISUAL FOUNDATION SEQUENCE:
50
-
51
- ### 1. Brand Guidelines Assessment
52
-
53
- Check for existing brand requirements:
54
- "Do you have existing brand guidelines or a specific color palette I should follow? (y/n)
55
-
56
- If yes, I'll extract and document your brand colors and create semantic color mappings.
57
- If no, I'll generate theme options based on your project's personality and emotional goals from our earlier discussion."
58
-
59
- ### 2. Generate Color Theme Options (If no brand guidelines)
60
-
61
- Create visual exploration opportunities:
62
- "If no existing brand guidelines, I'll create a color theme visualizer to help you explore options.
63
-
64
- 🎨 I can generate comprehensive HTML color theme visualizers with multiple theme options, complete UI examples, and the ability to see how colors work in real interface contexts.
65
-
66
- This will help you make an informed decision about the visual direction for {{project_name}}."
67
-
68
- ### 3. Define Typography System
69
-
70
- Establish the typographic foundation:
71
- "**Typography Questions:**
72
-
73
- - What should the overall tone feel like? (Professional, friendly, modern, classic?)
74
- - How much text content will users read? (Headings only? Long-form content?)
75
- - Any accessibility requirements for font sizes or contrast?
76
- - Any brand fonts we must use?
77
-
78
- **Typography Strategy:**
79
-
80
- - Choose primary and secondary typefaces
81
- - Establish type scale (h1, h2, h3, body, etc.)
82
- - Define line heights and spacing relationships
83
- - Consider readability and accessibility"
84
-
85
- ### 4. Establish Spacing and Layout Foundation
86
-
87
- Define the structural foundation:
88
- "**Spacing and Layout Foundation:**
89
-
90
- - How should the overall layout feel? (Dense and efficient? Airy and spacious?)
91
- - What spacing unit should we use? (4px, 8px, 12px base?)
92
- - How much white space should be between elements?
93
- - Should we use a grid system? If so, what column structure?
94
-
95
- **Layout Principles:**
96
-
97
- - [Layout principle 1 based on product type]
98
- - [Layout principle 2 based on user needs]
99
- - [Layout principle 3 based on platform requirements]"
100
-
101
- ### 5. Create Visual Foundation Strategy
102
-
103
- Synthesize all visual decisions:
104
- "**Visual Foundation Strategy:**
105
-
106
- **Color System:**
107
-
108
- - [Color strategy based on brand guidelines or generated themes]
109
- - Semantic color mapping (primary, secondary, success, warning, error, etc.)
110
- - Accessibility compliance (contrast ratios)
111
-
112
- **Typography System:**
113
-
114
- - [Typography strategy based on content needs and tone]
115
- - Type scale and hierarchy
116
- - Font pairing rationale
117
-
118
- **Spacing & Layout:**
119
-
120
- - [Spacing strategy based on content density and platform]
121
- - Grid system approach
122
- - Component spacing relationships
123
-
124
- This foundation will ensure consistency across all our design decisions."
125
-
126
- ### 6. Generate Visual Foundation Content
127
-
128
- Prepare the content to append to the document:
129
-
130
- #### Content Structure:
131
-
132
- When saving to document, append these Level 2 and Level 3 sections:
133
-
134
- ```markdown
135
- ## Visual Design Foundation
136
-
137
- ### Color System
138
-
139
- [Color system strategy based on conversation]
140
-
141
- ### Typography System
142
-
143
- [Typography system strategy based on conversation]
144
-
145
- ### Spacing & Layout Foundation
146
-
147
- [Spacing and layout foundation based on conversation]
148
-
149
- ### Accessibility Considerations
150
-
151
- [Accessibility considerations based on conversation]
152
- ```
153
-
154
- ### 7. Present Content and Menu
155
-
156
- Show the generated visual foundation content and present choices:
157
- "I've established the visual design foundation for {{project_name}}. This provides the building blocks for consistent, beautiful design.
158
-
159
- **Here's what I'll add to the document:**
160
-
161
- [Show the complete markdown content from step 6]
162
-
163
- **What would you like to do?**
164
- [A] Advanced Elicitation - Let's refine our visual foundation
165
- [P] Party Mode - Bring design perspectives on visual choices
166
- [C] Continue - Save this to the document and move to design directions
167
-
168
- ### 8. Handle Menu Selection
169
-
170
- #### If 'A' (Advanced Elicitation):
171
-
172
- - Read fully and follow: {project-root}/_byan/core/workflows/advanced-elicitation/workflow.xml with the current visual foundation content
173
- - Process the enhanced visual insights that come back
174
- - Ask user: "Accept these improvements to the visual foundation? (y/n)"
175
- - If yes: Update content with improvements, then return to A/P/C menu
176
- - If no: Keep original content, then return to A/P/C menu
177
-
178
- #### If 'P' (Party Mode):
179
-
180
- - Read fully and follow: {project-root}/_byan/core/workflows/party-mode/workflow.md with the current visual foundation
181
- - Process the collaborative visual insights that come back
182
- - Ask user: "Accept these changes to the visual foundation? (y/n)"
183
- - If yes: Update content with improvements, then return to A/P/C menu
184
- - If no: Keep original content, then return to A/P/C menu
185
-
186
- #### If 'C' (Continue):
187
-
188
- - Append the final content to `{planning_artifacts}/ux-design-specification.md`
189
- - Update frontmatter: append step to end of stepsCompleted array
190
- - Load `./step-09-design-directions.md`
191
-
192
- ## APPEND TO DOCUMENT:
193
-
194
- When user selects 'C', append the content directly to the document using the structure from step 6.
195
-
196
- ## SUCCESS METRICS:
197
-
198
- ✅ Brand guidelines assessed and incorporated if available
199
- ✅ Color system established with accessibility consideration
200
- ✅ Typography system defined with appropriate hierarchy
201
- ✅ Spacing and layout foundation created
202
- ✅ Visual foundation strategy documented
203
- ✅ A/P/C menu presented and handled correctly
204
- ✅ Content properly appended to document when C selected
205
-
206
- ## FAILURE MODES:
207
-
208
- ❌ Not checking for existing brand guidelines first
209
- ❌ Color palette not aligned with emotional goals
210
- ❌ Typography not suitable for content type or readability needs
211
- ❌ Spacing system not appropriate for content density
212
- ❌ Missing accessibility considerations
213
- ❌ Not presenting A/P/C menu after content generation
214
- ❌ Appending content without user selecting 'C'
215
-
216
- ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
217
- ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
218
- ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
219
-
220
- ## NEXT STEP:
221
-
222
- After user selects 'C' and content is saved to document, load `./step-09-design-directions.md` to generate design direction mockups.
223
-
224
- Remember: Do NOT proceed to step-09 until user explicitly selects 'C' from the A/P/C menu and content is saved!
@@ -1,224 +0,0 @@
1
- # Step 9: Design Direction Mockups
2
-
3
- ## MANDATORY EXECUTION RULES (READ FIRST):
4
-
5
- - 🛑 NEVER generate content without user input
6
-
7
- - 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
8
- - 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
9
- - ✅ ALWAYS treat this as collaborative discovery between UX facilitator and stakeholder
10
- - 📋 YOU ARE A UX FACILITATOR, not a content generator
11
- - 💬 FOCUS on generating and evaluating design direction variations
12
- - 🎯 COLLABORATIVE exploration, not assumption-based design
13
- - ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
14
-
15
- ## EXECUTION PROTOCOLS:
16
-
17
- - 🎯 Show your analysis before taking any action
18
- - ⚠️ Present A/P/C menu after generating design direction content
19
- - 💾 Generate HTML visualizer for design directions
20
- - 📖 Update output file frontmatter, adding this step to the end of the list of stepsCompleted.
21
- - 🚫 FORBIDDEN to load next step until C is selected
22
-
23
- ## COLLABORATION MENUS (A/P/C):
24
-
25
- This step will generate content and present choices:
26
-
27
- - **A (Advanced Elicitation)**: Use discovery protocols to develop deeper design insights
28
- - **P (Party Mode)**: Bring multiple perspectives to evaluate design directions
29
- - **C (Continue)**: Save the content to the document and proceed to next step
30
-
31
- ## PROTOCOL INTEGRATION:
32
-
33
- - When 'A' selected: Read fully and follow: {project-root}/_byan/core/workflows/advanced-elicitation/workflow.xml
34
- - When 'P' selected: Read fully and follow: {project-root}/_byan/core/workflows/party-mode/workflow.md
35
- - PROTOCOLS always return to this step's A/P/C menu
36
- - User accepts/rejects protocol changes before proceeding
37
-
38
- ## CONTEXT BOUNDARIES:
39
-
40
- - Current document and frontmatter from previous steps are available
41
- - Visual foundation from step 8 provides design tokens
42
- - Core experience from step 7 informs layout and interaction design
43
- - Focus on exploring different visual design directions
44
-
45
- ## YOUR TASK:
46
-
47
- Generate comprehensive design direction mockups showing different visual approaches for the product.
48
-
49
- ## DESIGN DIRECTIONS SEQUENCE:
50
-
51
- ### 1. Generate Design Direction Variations
52
-
53
- Create diverse visual explorations:
54
- "I'll generate 6-8 different design direction variations exploring:
55
-
56
- - Different layout approaches and information hierarchy
57
- - Various interaction patterns and visual weights
58
- - Alternative color applications from our foundation
59
- - Different density and spacing approaches
60
- - Various navigation and component arrangements
61
-
62
- Each mockup will show a complete vision for {{project_name}} with all our design decisions applied."
63
-
64
- ### 2. Create HTML Design Direction Showcase
65
-
66
- Generate interactive visual exploration:
67
- "🎨 Design Direction Mockups Generated!
68
-
69
- I'm creating a comprehensive HTML design direction showcase at `{planning_artifacts}/ux-design-directions.html`
70
-
71
- **What you'll see:**
72
-
73
- - 6-8 full-screen mockup variations
74
- - Interactive states and hover effects
75
- - Side-by-side comparison tools
76
- - Complete UI examples with real content
77
- - Responsive behavior demonstrations
78
-
79
- Each mockup represents a complete visual direction for your app's look and feel."
80
-
81
- ### 3. Present Design Exploration Framework
82
-
83
- Guide evaluation criteria:
84
- "As you explore the design directions, look for:
85
-
86
- ✅ **Layout Intuitiveness** - Which information hierarchy matches your priorities?
87
- ✅ **Interaction Style** - Which interaction style fits your core experience?
88
- ✅ **Visual Weight** - Which visual density feels right for your brand?
89
- ✅ **Navigation Approach** - Which navigation pattern matches user expectations?
90
- ✅ **Component Usage** - How well do the components support your user journeys?
91
- ✅ **Brand Alignment** - Which direction best supports your emotional goals?
92
-
93
- Take your time exploring - this is a crucial decision that will guide all our design work!"
94
-
95
- ### 4. Facilitate Design Direction Selection
96
-
97
- Help user choose or combine elements:
98
- "After exploring all the design directions:
99
-
100
- **Which approach resonates most with you?**
101
-
102
- - Pick a favorite direction as-is
103
- - Combine elements from multiple directions
104
- - Request modifications to any direction
105
- - Use one direction as a base and iterate
106
-
107
- **Tell me:**
108
-
109
- - Which layout feels most intuitive for your users?
110
- - Which visual weight matches your brand personality?
111
- - Which interaction style supports your core experience?
112
- - Are there elements from different directions you'd like to combine?"
113
-
114
- ### 5. Document Design Direction Decision
115
-
116
- Capture the chosen approach:
117
- "Based on your exploration, I'm understanding your design direction preference:
118
-
119
- **Chosen Direction:** [Direction number or combination]
120
- **Key Elements:** [Specific elements you liked]
121
- **Modifications Needed:** [Any changes requested]
122
- **Rationale:** [Why this direction works for your product]
123
-
124
- This will become our design foundation moving forward. Are we ready to lock this in, or do you want to explore variations?"
125
-
126
- ### 6. Generate Design Direction Content
127
-
128
- Prepare the content to append to the document:
129
-
130
- #### Content Structure:
131
-
132
- When saving to document, append these Level 2 and Level 3 sections:
133
-
134
- ```markdown
135
- ## Design Direction Decision
136
-
137
- ### Design Directions Explored
138
-
139
- [Summary of design directions explored based on conversation]
140
-
141
- ### Chosen Direction
142
-
143
- [Chosen design direction based on conversation]
144
-
145
- ### Design Rationale
146
-
147
- [Rationale for design direction choice based on conversation]
148
-
149
- ### Implementation Approach
150
-
151
- [Implementation approach based on chosen direction]
152
- ```
153
-
154
- ### 7. Present Content and Menu
155
-
156
- Show the generated design direction content and present choices:
157
- "I've documented our design direction decision for {{project_name}}. This visual approach will guide all our detailed design work.
158
-
159
- **Here's what I'll add to the document:**
160
-
161
- [Show the complete markdown content from step 6]
162
-
163
- **What would you like to do?**
164
- [A] Advanced Elicitation - Let's refine our design direction
165
- [P] Party Mode - Bring different perspectives on visual choices
166
- [C] Continue - Save this to the document and move to user journey flows
167
-
168
- ### 8. Handle Menu Selection
169
-
170
- #### If 'A' (Advanced Elicitation):
171
-
172
- - Read fully and follow: {project-root}/_byan/core/workflows/advanced-elicitation/workflow.xml with the current design direction content
173
- - Process the enhanced design insights that come back
174
- - Ask user: "Accept these improvements to the design direction? (y/n)"
175
- - If yes: Update content with improvements, then return to A/P/C menu
176
- - If no: Keep original content, then return to A/P/C menu
177
-
178
- #### If 'P' (Party Mode):
179
-
180
- - Read fully and follow: {project-root}/_byan/core/workflows/party-mode/workflow.md with the current design direction
181
- - Process the collaborative design insights that come back
182
- - Ask user: "Accept these changes to the design direction? (y/n)"
183
- - If yes: Update content with improvements, then return to A/P/C menu
184
- - If no: Keep original content, then return to A/P/C menu
185
-
186
- #### If 'C' (Continue):
187
-
188
- - Append the final content to `{planning_artifacts}/ux-design-specification.md`
189
- - Update frontmatter: append step to end of stepsCompleted array
190
- - Load `./step-10-user-journeys.md`
191
-
192
- ## APPEND TO DOCUMENT:
193
-
194
- When user selects 'C', append the content directly to the document using the structure from step 6.
195
-
196
- ## SUCCESS METRICS:
197
-
198
- ✅ Multiple design direction variations generated
199
- ✅ HTML showcase created with interactive elements
200
- ✅ Design evaluation criteria clearly established
201
- ✅ User able to explore and compare directions effectively
202
- ✅ Design direction decision made with clear rationale
203
- ✅ A/P/C menu presented and handled correctly
204
- ✅ Content properly appended to document when C selected
205
-
206
- ## FAILURE MODES:
207
-
208
- ❌ Not creating enough variation in design directions
209
- ❌ Design directions not aligned with established foundation
210
- ❌ Missing interactive elements in HTML showcase
211
- ❌ Not providing clear evaluation criteria
212
- ❌ Rushing decision without thorough exploration
213
- ❌ Not presenting A/P/C menu after content generation
214
- ❌ Appending content without user selecting 'C'
215
-
216
- ❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
217
- ❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
218
- ❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
219
-
220
- ## NEXT STEP:
221
-
222
- After user selects 'C' and content is saved to document, load `./step-10-user-journeys.md` to design user journey flows.
223
-
224
- Remember: Do NOT proceed to step-10 until user explicitly selects 'C' from the A/P/C menu and content is saved!