create-byan-agent 2.6.2 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +196 -608
- package/LICENSE +1 -1
- package/README.md +199 -311
- package/bin/create-byan-agent-backup.js +220 -0
- package/{install/bin → bin}/create-byan-agent-v2.js +133 -0
- package/package.json +29 -59
- package/src/byan-v2/context/session-state.js +1 -17
- package/src/byan-v2/generation/templates/default-agent.md +1 -1
- package/src/byan-v2/index.js +5 -612
- package/src/byan-v2/orchestrator/interview-state.js +3 -85
- package/src/byan-v2/orchestrator/state-machine.js +9 -58
- package/src/index.js +1 -1
- package/templates/_byan/byan-soul-reference.md +336 -0
- package/templates/_byan/byan-tao-reference.md +279 -0
- package/templates/_byan/creator-soul-template.md +69 -0
- package/templates/_byan/creator-soul.md +111 -0
- package/templates/_byan/soul-memory-reference.md +100 -0
- package/templates/_byan/soul-memory-template.md +41 -0
- package/templates/_byan/soul-template.md +85 -0
- package/API-BYAN-V2.md +0 -741
- package/BMAD-QUICK-REFERENCE.md +0 -370
- package/CHANGELOG-v2.1.0.md +0 -371
- package/MIGRATION-v2.0-to-v2.1.md +0 -430
- package/README-BYAN-V2.md +0 -446
- package/TEST-GUIDE-v2.3.2.md +0 -161
- package/install/BUGFIX-SUMMARY.txt +0 -91
- package/install/DEPLOYMENT-GUIDE-V2.md +0 -431
- package/install/DOCS-INDEX.md +0 -261
- package/install/FINAL-REPORT.md +0 -594
- package/install/GUIDE-INSTALLATION-BYAN-SIMPLE.md +0 -1083
- package/install/GUIDE-INSTALLATION-SIMPLE.md +0 -344
- package/install/HERMES-GUIDE.md +0 -410
- package/install/INSTALLER-V2-CHANGES.md +0 -472
- package/install/LICENSE +0 -21
- package/install/MARC-COMMANDS-CHEAT-SHEET.md +0 -454
- package/install/MARC-INDEX.md +0 -476
- package/install/MARC-PRE-PUBLICATION-CHECKLIST.md +0 -293
- package/install/PUBLICATION-CHECKLIST.md +0 -265
- package/install/PUBLISH-GUIDE.md +0 -190
- package/install/QUICKSTART.md +0 -311
- package/install/README-NPM-PUBLISH.md +0 -298
- package/install/README-NPM-SHORT.md +0 -298
- package/install/README-NPM.md +0 -433
- package/install/README-RACHID.md +0 -302
- package/install/README-V2-INDEX.md +0 -306
- package/install/README.md +0 -298
- package/install/RESUME-EXECUTIF-YAN.md +0 -408
- package/install/UPDATE-SUMMARY.md +0 -205
- package/install/install.sh +0 -239
- package/install/jest.config.js +0 -33
- package/install/lib/domain-questions.js +0 -235
- package/install/lib/errors.js +0 -61
- package/install/lib/exit-codes.js +0 -54
- package/install/lib/phase2-chat.js +0 -534
- package/install/lib/platforms/claude-code.js +0 -196
- package/install/lib/platforms/codex.js +0 -92
- package/install/lib/platforms/copilot-cli.js +0 -123
- package/install/lib/platforms/index.js +0 -14
- package/install/lib/platforms/vscode.js +0 -51
- package/install/lib/project-agents-generator.js +0 -238
- package/install/lib/utils/config-loader.js +0 -79
- package/install/lib/utils/file-utils.js +0 -104
- package/install/lib/utils/git-detector.js +0 -35
- package/install/lib/utils/logger.js +0 -64
- package/install/lib/utils/node-detector.js +0 -58
- package/install/lib/utils/os-detector.js +0 -74
- package/install/lib/utils/yaml-utils.js +0 -87
- package/install/lib/yanstaller/agent-launcher.js +0 -348
- package/install/lib/yanstaller/detector.js +0 -141
- package/install/lib/yanstaller/index.js +0 -139
- package/install/lib/yanstaller/installer.js +0 -140
- package/install/lib/yanstaller/interviewer.js +0 -88
- package/install/lib/yanstaller/platform-selector.js +0 -328
- package/install/lib/yanstaller/recommender.js +0 -102
- package/install/lib/yanstaller/troubleshooter.js +0 -89
- package/install/lib/yanstaller/validator.js +0 -198
- package/install/lib/yanstaller/wizard.js +0 -109
- package/install/package-npm.json +0 -55
- package/install/package.json +0 -63
- package/install/setup-turbo-whisper.js +0 -687
- package/install/src/byan-v2/context/copilot-context.js +0 -79
- package/install/src/byan-v2/context/session-state.js +0 -98
- package/install/src/byan-v2/dispatcher/complexity-scorer.js +0 -232
- package/install/src/byan-v2/dispatcher/local-executor.js +0 -221
- package/install/src/byan-v2/dispatcher/task-router.js +0 -122
- package/install/src/byan-v2/dispatcher/task-tool-interface-mock.js +0 -134
- package/install/src/byan-v2/dispatcher/task-tool-interface.js +0 -123
- package/install/src/byan-v2/generation/agent-profile-validator.js +0 -113
- package/install/src/byan-v2/generation/profile-template.js +0 -113
- package/install/src/byan-v2/generation/templates/default-agent.md +0 -49
- package/install/src/byan-v2/generation/templates/test-template.md +0 -1
- package/install/src/byan-v2/index.js +0 -199
- package/install/src/byan-v2/observability/error-tracker.js +0 -105
- package/install/src/byan-v2/observability/logger.js +0 -154
- package/install/src/byan-v2/observability/metrics-collector.js +0 -194
- package/install/src/byan-v2/orchestrator/analysis-state.js +0 -268
- package/install/src/byan-v2/orchestrator/generation-state.js +0 -340
- package/install/src/byan-v2/orchestrator/interview-state.js +0 -271
- package/install/src/byan-v2/orchestrator/state-machine.js +0 -204
- package/install/src/core/cache/cache.js +0 -126
- package/install/src/core/context/context.js +0 -86
- package/install/src/core/dispatcher/dispatcher.js +0 -135
- package/install/src/core/worker-pool/worker-pool.js +0 -194
- package/install/src/core/workflow/workflow-executor.js +0 -220
- package/install/src/index.js +0 -139
- package/install/src/observability/dashboard/dashboard.js +0 -191
- package/install/src/observability/logger/structured-logger.js +0 -254
- package/install/src/observability/metrics/metrics-collector.js +0 -325
- package/install/switch-to-v2.sh +0 -126
- package/install/test-chalk-fix.sh +0 -210
- package/install/test-installer-v2.sh +0 -204
- package/install/test-path-resolution.sh +0 -200
- package/src/byan-v2/data/mantras.json +0 -852
- package/src/byan-v2/dispatcher/five-whys-analyzer.js +0 -319
- package/src/byan-v2/elo/challenge-evaluator.js +0 -121
- package/src/byan-v2/elo/domain-config.js +0 -129
- package/src/byan-v2/elo/elo-store.js +0 -159
- package/src/byan-v2/elo/glicko2.js +0 -105
- package/src/byan-v2/elo/index.js +0 -163
- package/src/byan-v2/elo/llm-router.js +0 -47
- package/src/byan-v2/elo/pedagogy-layer.js +0 -170
- package/src/byan-v2/fact-check/claim-parser.js +0 -51
- package/src/byan-v2/fact-check/fact-sheet.js +0 -96
- package/src/byan-v2/fact-check/index.js +0 -263
- package/src/byan-v2/fact-check/knowledge-graph.js +0 -152
- package/src/byan-v2/fact-check/level-scorer.js +0 -45
- package/src/byan-v2/generation/mantra-validator.js +0 -416
- package/src/byan-v2/integration/voice-integration.js +0 -295
- package/src/byan-v2/orchestrator/active-listener.js +0 -541
- package/src/byan-v2/orchestrator/glossary-builder.js +0 -438
- package/update-byan-agent/README.md +0 -165
- package/update-byan-agent/bin/update-byan-agent.js +0 -303
- /package/{install/bin → bin}/create-byan-agent-fixed.js +0 -0
- /package/{install/bin → bin}/create-byan-agent.js +0 -0
- /package/{install/templates → templates}/.claude/CLAUDE.md +0 -0
- /package/{install/templates → templates}/.claude/rules/byan-agents.md +0 -0
- /package/{install/templates → templates}/.claude/rules/elo-trust.md +0 -0
- /package/{install/templates → templates}/.claude/rules/fact-check.md +0 -0
- /package/{install/templates → templates}/.claude/rules/hermes-dispatcher.md +0 -0
- /package/{install/templates → templates}/.claude/rules/merise-agile.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmad-master.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmb-agent-builder.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmb-module-builder.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmb-workflow-builder.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-analyst.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-architect.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-dev.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-pm.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-quinn.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-sm.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-tech-writer.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-ux-designer.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-byan-test.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-byan.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-carmack.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-cis-brainstorming-coach.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-cis-creative-problem-solver.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-cis-design-thinking-coach.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-cis-innovation-strategist.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-cis-presentation-master.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-cis-storyteller.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-claude.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-codex.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-jimmy.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-marc.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-mike.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-patnote.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-rachid.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-tea-tea.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-test-dynamic.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-yanstaller-interview.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-yanstaller-phase2.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-yanstaller.md +0 -0
- /package/{install/templates → templates}/.github/agents/franck.md +0 -0
- /package/{install/templates → templates}/.github/agents/hermes.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/agent-builder.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/byan-test.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/byan.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/marc.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/module-builder.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/patnote.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/rachid.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/workflow-builder.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/data/mantras.yaml +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/data/templates.yaml +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/delete-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/edit-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/interview-workflow.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/quick-create-workflow.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/templates/base-agent-template.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/validate-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_bmad/core/agents/carmack.md +0 -0
- /package/{install/templates → templates}/_byan/COMPLETION-REPORT.md +0 -0
- /package/{install/templates → templates}/_byan/_config/agent-manifest.csv +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmb-agent-builder.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmb-module-builder.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmb-workflow-builder.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-analyst.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-architect.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-dev.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-pm.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-quinn.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-sm.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-tech-writer.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-ux-designer.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/byan.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/cis-brainstorming-coach.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/cis-creative-problem-solver.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/cis-design-thinking-coach.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/cis-innovation-strategist.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/cis-presentation-master.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/cis-storyteller.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/core-bmad-master.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/tea-tea.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/bmad-help.csv +0 -0
- /package/{install/templates → templates}/_byan/_config/files-manifest.csv +0 -0
- /package/{install/templates → templates}/_byan/_config/ides/codex.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/manifest.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/task-manifest.csv +0 -0
- /package/{install/templates → templates}/_byan/_config/tool-manifest.csv +0 -0
- /package/{install/templates → templates}/_byan/_config/workflow-manifest.csv +0 -0
- /package/{install/templates → templates}/_byan/_memory/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/_memory/storyteller-sidecar/stories-told.md +0 -0
- /package/{install/templates → templates}/_byan/_memory/storyteller-sidecar/story-preferences.md +0 -0
- /package/{install/templates → templates}/_byan/_memory/tech-writer-sidecar/documentation-standards.md +0 -0
- /package/{install/templates → templates}/_byan/agents/byan-test.md +0 -0
- /package/{install/templates → templates}/_byan/agents/byan.md +0 -0
- /package/{install/templates → templates}/_byan/agents/jimmy.md +0 -0
- /package/{install/templates → templates}/_byan/agents/marc.md +0 -0
- /package/{install/templates → templates}/_byan/agents/mike.md +0 -0
- /package/{install/templates → templates}/_byan/agents/rachid.md +0 -0
- /package/{install/templates → templates}/_byan/agents/turbo-whisper.md +0 -0
- /package/{install/templates → templates}/_byan/agents/yanstaller.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/agent-builder.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/byan-test.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/byan.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/byan.optimized-v2.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/byan.optimized.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/claude.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/codex.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/drawio.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/marc.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/module-builder.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/patnote.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/rachid.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/turbo-whisper-integration.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/workflow-builder.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmb/module-help.csv +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/agent-compilation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/agent-menu-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/agent-metadata.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/brainstorm-context.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/communication-presets.csv +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/critical-actions.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/expert-agent-architecture.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/expert-agent-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/module-agent-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/persona-properties.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/principles-crafting.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/reference/module-examples/architect.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/simple-agent-architecture.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/simple-agent-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/understanding-agent-types.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-01-brainstorm.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-02-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-03-type-metadata.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-04-persona.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-05-commands-menu.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-06-activation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-07a-build-simple.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-07b-build-expert.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-07c-build-module.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-08-celebrate.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-01-load-existing.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-02-discover-edits.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-03-placeholder.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-04-type-metadata.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-05-persona.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-06-commands-menu.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-07-activation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-08c-edit-module.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-09-celebrate.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-01-load-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-03-summary.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/templates/agent-plan.template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/templates/simple-agent.template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/data/mantras.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/data/templates.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/delete-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/edit-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/interview-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/quick-create-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/templates/base-agent-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/validate-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/data/agent-architecture.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/data/agent-spec-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/data/module-installer-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/data/module-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/data/module-yaml-conventions.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-01-welcome.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-02-spark.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-03-module-type.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-04-vision.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-05-identity.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-06-users.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-07-value.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-08-agents.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-09-workflows.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-10-tools.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-11-scenarios.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-12-creative.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-13-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-14-finalize.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-01-load-brief.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-02-structure.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-03-config.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-04-installer.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-05-agents.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-06-workflows.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-07-docs.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-08-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-01-load-target.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-02-select-edit.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-03-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-04-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-05-confirm.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-01-load-target.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-02-file-structure.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-03-module-yaml.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-04-agent-specs.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-05-workflow-specs.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-06-documentation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-07-installation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-08-report.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/templates/brief-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/templates/workflow-spec-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/turbo-whisper/configure-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/turbo-whisper/docker-setup-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/turbo-whisper/install-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/turbo-whisper/integrate-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/architecture.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/common-workflow-tools.csv +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/csv-data-file-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/frontmatter-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/input-discovery-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/menu-handling-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/output-format-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/step-file-rules.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/step-type-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/trimodal-workflow-structure.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/workflow-chaining-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/workflow-examples.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/workflow-type-criteria.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-00-conversion.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-01-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-01b-continuation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-02-classification.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-03-requirements.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-04-tools.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-05-plan-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-06-design.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-07-foundation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-10-confirmation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-11-completion.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-07-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-01b-structure.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-10-report-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/minimal-output-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/step-1b-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/step-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/workflow-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/analyst.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/architect.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/dev.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/expert-merise-agile.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/pm.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/quick-flow-solo-dev.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/quinn.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/sm.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/tech-writer/tech-writer.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/ux-designer.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/data/project-context-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/module-help.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/teams/default-party.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/teams/team-fullstack.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/research.template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/validation-report-prd-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/code-review/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/code-review/instructions.xml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/correct-course/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/correct-course/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/create-story/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/create-story/instructions.xml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/create-story/template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/dev-story/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/dev-story/instructions.xml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/retrospective/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-status/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/documentation-requirements.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/deep-dive-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/index-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/project-overview-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/source-tree-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflows/full-scan.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/project-context-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/steps/step-01-discover.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/steps/step-02-generate.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/steps/step-03-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/qa/automate/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/qa/automate/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/qa/automate/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/cis/agents/brainstorming-coach.md +0 -0
- /package/{install/templates → templates}/_byan/cis/agents/creative-problem-solver.md +0 -0
- /package/{install/templates → templates}/_byan/cis/agents/design-thinking-coach.md +0 -0
- /package/{install/templates → templates}/_byan/cis/agents/innovation-strategist.md +0 -0
- /package/{install/templates → templates}/_byan/cis/agents/presentation-master.md +0 -0
- /package/{install/templates → templates}/_byan/cis/agents/storyteller/storyteller.md +0 -0
- /package/{install/templates → templates}/_byan/cis/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/cis/module-help.csv +0 -0
- /package/{install/templates → templates}/_byan/cis/teams/creative-squad.yaml +0 -0
- /package/{install/templates → templates}/_byan/cis/teams/default-party.csv +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/README.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/README.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/design-methods.csv +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/template.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/README.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/template.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/README.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/solving-methods.csv +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/template.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/storytelling/README.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/storytelling/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/storytelling/story-types.csv +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/storytelling/template.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/storytelling/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/core/MODEL-SELECTOR-GUIDE.md +0 -0
- /package/{install/templates → templates}/_byan/core/agents/bmad-master.md +0 -0
- /package/{install/templates → templates}/_byan/core/agents/carmack.md +0 -0
- /package/{install/templates → templates}/_byan/core/agents/test-dynamic.md +0 -0
- /package/{install/templates → templates}/_byan/core/base/bmad-base-agent.md +0 -0
- /package/{install/templates → templates}/_byan/core/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/core/model-selector.js +0 -0
- /package/{install/templates → templates}/_byan/core/model-selector.yaml +0 -0
- /package/{install/templates → templates}/_byan/core/module-help.csv +0 -0
- /package/{install/templates → templates}/_byan/core/resources/excalidraw/README.md +0 -0
- /package/{install/templates → templates}/_byan/core/resources/excalidraw/excalidraw-helpers.md +0 -0
- /package/{install/templates → templates}/_byan/core/resources/excalidraw/library-loader.md +0 -0
- /package/{install/templates → templates}/_byan/core/resources/excalidraw/validate-json-instructions.md +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/editorial-review-prose.xml +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/editorial-review-structure.xml +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/help.md +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/index-docs.xml +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/review-adversarial-general.xml +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/shard-doc.xml +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/workflow.xml +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/advanced-elicitation/methods.csv +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/advanced-elicitation/workflow.xml +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/brain-methods.csv +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-01-session-setup.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-02a-user-selected.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-02c-random-selection.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-03-technique-execution.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-04-idea-organization.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/template.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/party-mode/steps/step-01-agent-loading.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/party-mode/steps/step-03-graceful-exit.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/party-mode/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/data/agent-catalog.json +0 -0
- /package/{install/templates → templates}/_byan/tea/agents/tea.md +0 -0
- /package/{install/templates → templates}/_byan/tea/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/module-help.csv +0 -0
- /package/{install/templates → templates}/_byan/tea/teams/default-party.csv +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/adr-quality-readiness-checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/api-request.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/api-testing-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/auth-session.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/burn-in.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/ci-burn-in.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/component-tdd.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/contract-testing.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/data-factories.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/email-auth.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/error-handling.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/feature-flags.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/file-utils.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/fixture-architecture.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/fixtures-composition.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/intercept-network-call.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/log.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/network-error-monitor.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/network-first.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/network-recorder.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/nfr-criteria.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/overview.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/playwright-config.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/probability-impact.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/recurse.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/risk-governance.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/selective-testing.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/selector-resilience.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/test-healing-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/test-levels-framework.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/test-priorities-matrix.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/test-quality.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/timing-debugging.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/visual-debugging.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/tea-index.csv +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/README.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/atdd-checklist-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-02-generation-mode.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-03-test-strategy.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-04a-subprocess-api-failing.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-04b-subprocess-e2e-failing.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-05-validate-and-complete.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-02-identify-targets.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-03a-subprocess-api.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-03b-subprocess-e2e.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-04-validate-and-summarize.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/github-actions-template.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/gitlab-ci-template.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-c/step-01-preflight.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-c/step-04-validate-and-summary.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-01-preflight.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-02-select-framework.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-04-docs-and-scripts.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-05-validate-and-summary.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/nfr-report-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-02-define-thresholds.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-03-gather-evidence.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04a-subprocess-security.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04b-subprocess-performance.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04c-subprocess-reliability.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04d-subprocess-scalability.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-05-generate-report.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/curriculum.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/quiz-questions.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/role-paths.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/session-content-map.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-02-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-03-session-menu.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-01.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-02.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-03.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-04.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-05.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-06.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-07.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-05-completion.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-e/step-e-02-apply-edits.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-v/step-v-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/templates/certificate-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/templates/progress-template.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/templates/session-notes-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-01-detect-mode.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-03-risk-and-testability.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-04-coverage-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/test-design-architecture-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/test-design-qa-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/test-design-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-02-discover-tests.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03a-subprocess-determinism.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03b-subprocess-isolation.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03c-subprocess-maintainability.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03d-subprocess-coverage.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03e-subprocess-performance.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-04-generate-report.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/test-review-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-01-load-context.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-02-discover-tests.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-03-map-criteria.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-05-gate-decision.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/trace-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/templates/basic-agent.md +0 -0
- /package/{install/templates → templates}/_byan/workers/launchers/README.md +0 -0
- /package/{install/templates → templates}/_byan/workers/launchers/launch-yanstaller-claude.md +0 -0
- /package/{install/templates → templates}/_byan/workers/launchers/launch-yanstaller-codex.md +0 -0
- /package/{install/templates → templates}/_byan/workers/launchers/launch-yanstaller-copilot.md +0 -0
- /package/{install/templates → templates}/_byan/workers.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/edit-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/interview-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/validate-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-01-detect-platforms.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-01-placeholder.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-02-placeholder.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-03-placeholder.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-04-placeholder.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-05-placeholder.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller-interview-workflow.md +0 -0
- /package/{install/templates → templates}/workers/README.md +0 -0
- /package/{install/templates → templates}/workers/cost-optimizer.js +0 -0
- /package/{install/templates → templates}/workers/fact-check-worker.js +0 -0
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,410 +1,298 @@
|
|
|
1
|
-
# BYAN
|
|
1
|
+
# BYAN - Intelligent AI Agent Creator
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
[](https://opensource.org/licenses/MIT)
|
|
5
|
-
[](https://github.com/Yan-Acadenice/BYAN)
|
|
6
|
-
[](https://nodejs.org)
|
|
3
|
+
**Create custom AI agents in 15 minutes** | GitHub Copilot CLI, VSCode, Claude Code
|
|
7
4
|
|
|
8
|
-
|
|
5
|
+
## Quick Start
|
|
9
6
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## Bonjour
|
|
15
|
-
|
|
16
|
-
Bonjour à tous ! J'ai l'honneur de vous présenter **BYAN**, votre ami sur vos projets — que vous soyez développeur, vibe codeur ou juste curieux.
|
|
17
|
-
|
|
18
|
-
> **Important :** Je précise que c'est un projet pas fini et plus un MVP/note d'intention qu'une vraie version finale en production. C'est un outil en évolution active, et c'est précisément là où réside son intérêt.
|
|
7
|
+
```bash
|
|
8
|
+
npx create-byan-agent
|
|
9
|
+
```
|
|
19
10
|
|
|
20
|
-
|
|
11
|
+
That's it! The installer launches automatically.
|
|
21
12
|
|
|
22
|
-
|
|
13
|
+
## What is BYAN?
|
|
23
14
|
|
|
24
|
-
|
|
15
|
+
BYAN guides you through an intelligent interview to create personalized AI agents:
|
|
25
16
|
|
|
26
|
-
|
|
17
|
+
1. ✅ Answer 12-15 simple questions (15-30 min)
|
|
18
|
+
2. ✅ BYAN analyzes your needs
|
|
19
|
+
3. ✅ Custom agent generated automatically
|
|
20
|
+
4. ✅ Ready to use immediately
|
|
27
21
|
|
|
28
|
-
|
|
22
|
+
## Installation
|
|
29
23
|
|
|
30
|
-
|
|
24
|
+
### Option 1: NPX (Recommended)
|
|
31
25
|
|
|
32
|
-
|
|
26
|
+
```bash
|
|
27
|
+
npx create-byan-agent
|
|
28
|
+
```
|
|
33
29
|
|
|
34
|
-
|
|
30
|
+
### Option 2: Global Install
|
|
35
31
|
|
|
36
|
-
|
|
32
|
+
```bash
|
|
33
|
+
npm install -g create-byan-agent
|
|
34
|
+
create-byan-agent
|
|
35
|
+
```
|
|
37
36
|
|
|
38
|
-
|
|
37
|
+
## Create Your First Agent
|
|
39
38
|
|
|
40
|
-
|
|
39
|
+
### 1. Launch BYAN
|
|
41
40
|
|
|
42
|
-
|
|
41
|
+
**GitHub Copilot CLI:**
|
|
42
|
+
```bash
|
|
43
|
+
gh copilot
|
|
44
|
+
@byan
|
|
45
|
+
```
|
|
43
46
|
|
|
44
|
-
|
|
47
|
+
**Command Line:**
|
|
48
|
+
```bash
|
|
49
|
+
npx create-byan-agent
|
|
50
|
+
```
|
|
45
51
|
|
|
46
|
-
###
|
|
52
|
+
### 2. Choose Mode
|
|
47
53
|
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
54
|
+
**🎤 Full Interview (15-30 min)** - Recommended for first agent
|
|
55
|
+
- 12-15 questions
|
|
56
|
+
- In-depth analysis
|
|
57
|
+
- Ultra-personalized agent
|
|
51
58
|
|
|
52
|
-
|
|
59
|
+
**⚡ Quick Create (5 min)** - For experienced users
|
|
60
|
+
- 3-5 essential questions
|
|
61
|
+
- Functional agent quickly
|
|
53
62
|
|
|
54
|
-
|
|
63
|
+
### 3. Answer Questions
|
|
55
64
|
|
|
56
|
-
|
|
57
|
-
# Crée un nouveau projet BYAN (via npx, sans installation préalable)
|
|
58
|
-
npx create-byan-agent
|
|
65
|
+
BYAN asks questions in 4 categories:
|
|
59
66
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
67
|
+
1. **Context**: Your project, goals
|
|
68
|
+
2. **Business**: Domain, constraints
|
|
69
|
+
3. **Agent**: Desired skills, tasks
|
|
70
|
+
4. **Validation**: Confirmation, adjustments
|
|
64
71
|
|
|
65
|
-
|
|
72
|
+
### 4. Automatic Generation
|
|
66
73
|
|
|
67
74
|
```
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
? Activer le fact-check scientifique ? [Y/n]
|
|
72
|
-
? Activer le système ELO de confiance ? [Y/n]
|
|
73
|
-
? Optimiser les coûts LLM automatiquement (~54% d'économies) ? [Y/n]
|
|
75
|
+
✅ Complete analysis
|
|
76
|
+
✅ Agent created: my-dev-agent.md
|
|
77
|
+
✅ Validated and ready
|
|
74
78
|
```
|
|
75
79
|
|
|
76
|
-
|
|
80
|
+
Agent saved to:
|
|
81
|
+
- GitHub Copilot: `.github/copilot/agents/`
|
|
82
|
+
- Other platforms: `.codex/prompts/`
|
|
77
83
|
|
|
78
|
-
|
|
84
|
+
## Usage Examples
|
|
79
85
|
|
|
80
|
-
|
|
81
|
-
votre-projet/
|
|
82
|
-
_byan/ # Plateforme BYAN — cœur du système
|
|
83
|
-
_config/ # Manifestes des agents et workflows
|
|
84
|
-
_memory/ # Mémoire persistante (ELO, fact-graph, session-state)
|
|
85
|
-
agents/ # Agents disponibles (core, bmm, bmb, cis, tea)
|
|
86
|
-
workflows/ # Workflows guidés
|
|
87
|
-
knowledge/ # Base de connaissances sources (axiomes, benchmarks)
|
|
88
|
-
config.yaml # Configuration principale (langue, utilisateur, chemins)
|
|
89
|
-
.github/agents/ # Wrappers GitHub Copilot CLI
|
|
90
|
-
.claude/ # Intégration Claude Code (si activée)
|
|
91
|
-
.codex/ # Intégration Codex/OpenCode (si activée)
|
|
92
|
-
bin/byan-v2-cli.js # CLI BYAN
|
|
93
|
-
```
|
|
94
|
-
|
|
95
|
-
### Commandes CLI disponibles
|
|
96
|
-
|
|
97
|
-
Une fois installé, vous pouvez utiliser le CLI BYAN :
|
|
86
|
+
### Code Review Agent
|
|
98
87
|
|
|
99
88
|
```bash
|
|
100
|
-
|
|
101
|
-
node bin/byan-v2-cli.js create
|
|
102
|
-
|
|
103
|
-
# Vérifier l'état de la session
|
|
104
|
-
node bin/byan-v2-cli.js status
|
|
89
|
+
npx create-byan-agent
|
|
105
90
|
|
|
106
|
-
#
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
91
|
+
# BYAN asks:
|
|
92
|
+
# Purpose? → "Review JavaScript code"
|
|
93
|
+
# Tasks? → "Detect bugs, suggest optimizations"
|
|
94
|
+
# Constraints? → "Follow our style guide"
|
|
110
95
|
|
|
111
|
-
#
|
|
112
|
-
node bin/byan-v2-cli.js fc check "Redis est toujours plus rapide que PostgreSQL"
|
|
113
|
-
node bin/byan-v2-cli.js fc parse "C'est évidemment la meilleure approche"
|
|
114
|
-
node bin/byan-v2-cli.js fc graph
|
|
96
|
+
# Result: code-reviewer.md created in 2 seconds
|
|
115
97
|
```
|
|
116
98
|
|
|
117
|
-
###
|
|
118
|
-
|
|
119
|
-
```javascript
|
|
120
|
-
const ByanV2 = require('create-byan-agent');
|
|
121
|
-
|
|
122
|
-
const byan = new ByanV2({ maxQuestions: 12 });
|
|
123
|
-
await byan.startSession();
|
|
124
|
-
|
|
125
|
-
// Interview guidée
|
|
126
|
-
while (!byan.isComplete()) {
|
|
127
|
-
const question = byan.getNextQuestion();
|
|
128
|
-
const answer = await getUserInput(question.text);
|
|
129
|
-
await byan.submitResponse(answer);
|
|
130
|
-
}
|
|
99
|
+
### Documentation Agent
|
|
131
100
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
console.log('Agent créé :', profile.filePath);
|
|
101
|
+
```bash
|
|
102
|
+
npx create-byan-agent
|
|
135
103
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
104
|
+
# Purpose? → "Generate API documentation"
|
|
105
|
+
# Tech? → "Node.js, Express, MongoDB"
|
|
106
|
+
# Format? → "Markdown with examples"
|
|
139
107
|
|
|
140
|
-
|
|
141
|
-
const ctx = byan.getClaimContext('security');
|
|
142
|
-
console.log('Scaffold level :', ctx.scaffoldLevel);
|
|
108
|
+
# Result: doc-generator.md ready
|
|
143
109
|
```
|
|
144
110
|
|
|
145
|
-
|
|
111
|
+
## Use Your Agent
|
|
146
112
|
|
|
147
|
-
|
|
113
|
+
### With GitHub Copilot CLI
|
|
148
114
|
|
|
149
115
|
```bash
|
|
150
|
-
|
|
151
|
-
@
|
|
152
|
-
|
|
153
|
-
@architect # Architecte technique (Winston)
|
|
154
|
-
@pm # Product Manager (John)
|
|
155
|
-
@dev # Développeur (Amelia)
|
|
156
|
-
@fact-checker # Fact-check scientifique
|
|
157
|
-
# ... et 30+ autres agents
|
|
116
|
+
gh copilot
|
|
117
|
+
@my-dev-agent
|
|
118
|
+
# Your agent responds!
|
|
158
119
|
```
|
|
159
120
|
|
|
160
|
-
|
|
121
|
+
### With VSCode
|
|
161
122
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
### Core — Fondation de la Plateforme
|
|
167
|
-
|
|
168
|
-
| Agent | Persona | Rôle | Cas d'usage typique |
|
|
169
|
-
|-------|---------|------|---------------------|
|
|
170
|
-
| **hermes** | Dispatcher | Routeur universel — recommande le bon agent selon votre tâche | "Quel agent pour créer une API REST ?" |
|
|
171
|
-
| **bmad-master** | Orchestrateur | Exécute workflows et tasks BMAD directement | Lancer un workflow complet sans intermédiaire |
|
|
172
|
-
| **yanstaller** | Installeur | Installation intelligente et interactive de BYAN | Setup initial d'un nouveau projet |
|
|
173
|
-
| **expert-merise-agile** | Expert | Conception Merise Agile + MCD/MCT + cahiers des charges | Modélisation d'un schéma de données métier |
|
|
174
|
-
|
|
175
|
-
### BMB — Créateurs d'Agents et de Modules
|
|
176
|
-
|
|
177
|
-
| Agent | Persona | Rôle | Cas d'usage typique |
|
|
178
|
-
|-------|---------|------|---------------------|
|
|
179
|
-
| **byan** | Builder | Créateur d'agents via interview intelligente (12 questions, 64 mantras). Intègre [FC] fact-check et [ELO] | Créer un agent spécialisé pour votre domaine |
|
|
180
|
-
| **fact-checker** | Scientifique | Fact-check d'assertions, audit de documents, analyse de chaînes de raisonnement | Vérifier une spec technique avant sprint |
|
|
181
|
-
| **agent-builder** | Bond | Expert en construction d'agents BMAD-compliant | Construire un agent complexe manuellement |
|
|
182
|
-
| **module-builder** | Morgan | Architecte de modules BYAN complets | Créer un nouveau module métier |
|
|
183
|
-
| **workflow-builder** | Wendy | Designer de workflows guidés | Concevoir un processus multi-étapes |
|
|
184
|
-
| **marc** | Spécialiste | Intégration GitHub Copilot CLI | Déployer des agents sur Copilot |
|
|
185
|
-
| **rachid** | Spécialiste | Déploiement npm/npx | Publier un package BYAN |
|
|
186
|
-
| **carmack** | Optimiseur | Optimisation tokens (-46%) | Réduire le coût d'utilisation des agents |
|
|
187
|
-
| **patnote** | Gestionnaire | Mises à jour BYAN et résolution de conflits | Mettre à jour un projet BYAN existant |
|
|
188
|
-
| **claude** | Spécialiste | Intégration Claude Code + MCP | Configurer les agents sur Claude |
|
|
189
|
-
| **codex** | Spécialiste | Intégration OpenCode/Codex | Configurer les agents sur Codex |
|
|
190
|
-
|
|
191
|
-
### BMM — Cycle de Développement Logiciel
|
|
192
|
-
|
|
193
|
-
| Agent | Persona | Rôle | Cas d'usage typique |
|
|
194
|
-
|-------|---------|------|---------------------|
|
|
195
|
-
| **analyst** | Mary | Analyse business, étude de marché, brief produit | "J'ai une idée, aide-moi à la structurer" |
|
|
196
|
-
| **pm** | John | Product management, création de PRD, roadmap | Rédiger un Product Requirements Document |
|
|
197
|
-
| **architect** | Winston | Architecture technique, tech stack, patterns | Concevoir l'architecture d'un système |
|
|
198
|
-
| **ux-designer** | Sally | Design UX/UI, empathie utilisateur, parcours | Créer les maquettes et user flows |
|
|
199
|
-
| **dev** | Amelia | Implémentation, coding, ultra-succincte | Développer une user story |
|
|
200
|
-
| **sm** | Bob | Scrum master, sprint planning, backlog grooming | Préparer et planifier un sprint |
|
|
201
|
-
| **quinn** | Quinn | QA engineer, tests, couverture de code | Générer des tests pour une feature |
|
|
202
|
-
| **tech-writer** | Paige | Documentation, guides utilisateur, clarté | Rédiger la doc d'une API |
|
|
203
|
-
| **quick-flow-solo-dev** | Barry | Développement rapide sur code existant (brownfield) | Petites features sans cérémonie |
|
|
204
|
-
|
|
205
|
-
### CIS — Innovation et Stratégie Créative
|
|
206
|
-
|
|
207
|
-
| Agent | Persona | Rôle | Cas d'usage typique |
|
|
208
|
-
|-------|---------|------|---------------------|
|
|
209
|
-
| **brainstorming-coach** | Carson | Idéation, énergie "YES AND", 20+ techniques | "J'ai un problème compliqué, aide-moi à penser" |
|
|
210
|
-
| **creative-problem-solver** | Dr. Quinn | Résolution systématique (TRIZ, Theory of Constraints) | Débloquer un problème technique difficile |
|
|
211
|
-
| **design-thinking-coach** | Maya | Design thinking humain-centré, empathie maps | Concevoir une solution centrée utilisateur |
|
|
212
|
-
| **innovation-strategist** | Victor | Stratégie d'innovation, Blue Ocean, disruption | Trouver un angle différenciant pour un produit |
|
|
213
|
-
| **presentation-master** | Caravaggio | Présentations, slides, storytelling visuel | Créer un pitch deck ou une présentation technique |
|
|
214
|
-
| **storyteller** | Sophia | Storytelling, narratives, communication de marque | Rédiger un texte qui engage et convainc |
|
|
215
|
-
|
|
216
|
-
### TEA — Architecture de Tests
|
|
217
|
-
|
|
218
|
-
| Agent | Persona | Rôle | Cas d'usage typique |
|
|
219
|
-
|-------|---------|------|---------------------|
|
|
220
|
-
| **tea** | Murat | Master test architect — ATDD, NFR, CI/CD, risk-based testing | Concevoir la stratégie de test complète d'un projet |
|
|
221
|
-
|
|
222
|
-
### Agents Custom — Créés avec BYAN
|
|
223
|
-
|
|
224
|
-
| Agent | Persona | Rôle | Cas d'usage typique |
|
|
225
|
-
|-------|---------|------|---------------------|
|
|
226
|
-
| **jimmy** | Jimmy | Spécialiste documentation technique — Runbooks, Infrastructure, Déploiement, Procédures, Web. Publie dans Outline Wiki via API REST | Documenter un runbook serveur, une procédure de déploiement ou une config infrastructure |
|
|
227
|
-
| **mike** | Mike | Gestionnaire de projet Leantime — Projets, Tâches, Sprints, Milestones, Commentaires via API JSON-RPC 2.0 | Créer un sprint, assigner des tâches, suivre l'avancement d'un projet |
|
|
123
|
+
1. Command Palette (Ctrl+Shift+P)
|
|
124
|
+
2. "GitHub Copilot: Chat"
|
|
125
|
+
3. Type `@my-dev-agent`
|
|
228
126
|
|
|
229
|
-
|
|
127
|
+
### With Claude Code
|
|
230
128
|
|
|
231
|
-
|
|
129
|
+
```bash
|
|
130
|
+
claude chat --agent my-dev-agent
|
|
131
|
+
```
|
|
232
132
|
|
|
233
|
-
|
|
133
|
+
## Key Concepts (v2.0)
|
|
234
134
|
|
|
235
|
-
|
|
135
|
+
### 1. Intelligent Interview (4 phases)
|
|
236
136
|
|
|
237
|
-
|
|
137
|
+
```
|
|
138
|
+
CONTEXT → BUSINESS → AGENT → VALIDATION
|
|
139
|
+
```
|
|
238
140
|
|
|
239
|
-
|
|
240
|
-
- Architecture et conception du dispatcher universel Hermes
|
|
241
|
-
- Règles de routage intelligent et pipelines multi-agents
|
|
242
|
-
- Intégration complète avec l'écosystème BYAN
|
|
141
|
+
Minimum 3 questions per phase = 12 total
|
|
243
142
|
|
|
244
|
-
###
|
|
143
|
+
### 2. State Machine
|
|
245
144
|
|
|
246
|
-
|
|
145
|
+
```
|
|
146
|
+
INTERVIEW → ANALYSIS → GENERATION → COMPLETED
|
|
147
|
+
```
|
|
247
148
|
|
|
248
|
-
|
|
149
|
+
### 3. Template System
|
|
249
150
|
|
|
250
|
-
|
|
151
|
+
Agents generated from professional templates with YAML frontmatter + XML structure.
|
|
251
152
|
|
|
252
|
-
|
|
153
|
+
### 4. Automatic Validation
|
|
253
154
|
|
|
254
|
-
|
|
155
|
+
- ✅ Correct YAML format
|
|
156
|
+
- ✅ Valid XML structure
|
|
157
|
+
- ✅ No emojis in code (Mantra IA-23)
|
|
158
|
+
- ✅ Valid agent name
|
|
159
|
+
- ✅ Clear description
|
|
255
160
|
|
|
256
|
-
|
|
257
|
-
- **Persona** : qui il est, son style de communication, ses forces
|
|
258
|
-
- **Menu** : les actions disponibles, chacune liée à un workflow ou une commande
|
|
259
|
-
- **Rules** : les contraintes absolues qu'il ne peut pas violer (les 64 mantras)
|
|
260
|
-
- **Capabilities** : ce qu'il peut faire, ce qu'il ne fait pas
|
|
161
|
+
### 5. Methodology: 64 Mantras
|
|
261
162
|
|
|
262
|
-
|
|
163
|
+
Quality principles applied:
|
|
164
|
+
- **#37 Ockham's Razor**: Simplicity first
|
|
165
|
+
- **IA-1 Trust But Verify**: Verify user needs
|
|
166
|
+
- **IA-23 No Emoji Pollution**: Clean code
|
|
167
|
+
- **IA-24 Clean Code**: Self-documenting
|
|
263
168
|
|
|
264
|
-
|
|
169
|
+
## Advanced Configuration
|
|
265
170
|
|
|
266
|
-
|
|
171
|
+
### Customize Output
|
|
267
172
|
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
- **Séquentiels** : processus multi-phases guidés (ex: interview BYAN en 4 phases)
|
|
271
|
-
- **Utilitaires** : tâches ponctuelles (ex: fact-check, shard-doc)
|
|
173
|
+
```javascript
|
|
174
|
+
const ByanV2 = require('create-byan-agent');
|
|
272
175
|
|
|
273
|
-
|
|
176
|
+
const byan = new ByanV2({
|
|
177
|
+
outputFolder: './my-agents',
|
|
178
|
+
language: 'en',
|
|
179
|
+
template: 'custom'
|
|
180
|
+
});
|
|
181
|
+
```
|
|
274
182
|
|
|
275
|
-
|
|
276
|
-
- `_byan/config.yaml` : configuration globale (langue, nom utilisateur, chemins de sortie)
|
|
277
|
-
- `_byan/_memory/elo-profile.json` : score de confiance ELO persistant par domaine
|
|
278
|
-
- `_byan/_memory/fact-graph.json` : base de connaissances vérifiées (persiste entre sessions)
|
|
279
|
-
- `_byan-output/` : tous les artefacts générés (PRD, architecture, stories, fact sheets)
|
|
280
|
-
- `_byan/knowledge/` : sources vérifiées, axiomes, benchmarks ELO par domaine
|
|
183
|
+
### Programmatic Usage
|
|
281
184
|
|
|
282
|
-
|
|
185
|
+
```javascript
|
|
186
|
+
const ByanV2 = require('create-byan-agent');
|
|
283
187
|
|
|
284
|
-
|
|
188
|
+
async function createAgent() {
|
|
189
|
+
const byan = new ByanV2();
|
|
190
|
+
await byan.startSession();
|
|
191
|
+
|
|
192
|
+
const responses = [
|
|
193
|
+
'Backend development agent',
|
|
194
|
+
'REST API in Node.js',
|
|
195
|
+
'Tests, docs, deployment',
|
|
196
|
+
// ... 12 responses total
|
|
197
|
+
];
|
|
198
|
+
|
|
199
|
+
for (const response of responses) {
|
|
200
|
+
await byan.getNextQuestion();
|
|
201
|
+
await byan.submitResponse(response);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
const profile = await byan.generateProfile();
|
|
205
|
+
console.log('Agent created:', profile);
|
|
206
|
+
}
|
|
207
|
+
```
|
|
285
208
|
|
|
286
|
-
|
|
287
|
-
- `_byan/workers/fact-check-worker.js` : vérification scientifique de claims
|
|
288
|
-
- `_byan/workers/cost-optimizer.js` : routage LLM intelligent (~54% d'économies)
|
|
209
|
+
## Useful Commands
|
|
289
210
|
|
|
290
|
-
```
|
|
291
|
-
|
|
292
|
-
|
|
211
|
+
```bash
|
|
212
|
+
# List agents
|
|
213
|
+
ls .github/copilot/agents/
|
|
293
214
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
// → { assertionType: 'HYPOTHESIS', level: 5, score: 20, status: 'OPINION' }
|
|
215
|
+
# Edit agent
|
|
216
|
+
code .github/copilot/agents/my-agent.md
|
|
297
217
|
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
// → [{ matched: 'évidemment', position: 5, ... }]
|
|
301
|
-
```
|
|
218
|
+
# Validate agent
|
|
219
|
+
npx create-byan-agent --validate my-agent.md
|
|
302
220
|
|
|
303
|
-
|
|
221
|
+
# Version
|
|
222
|
+
npx create-byan-agent --version
|
|
223
|
+
```
|
|
304
224
|
|
|
305
|
-
##
|
|
225
|
+
## Help & Support
|
|
306
226
|
|
|
307
|
-
|
|
227
|
+
### Get Help
|
|
308
228
|
|
|
309
229
|
```
|
|
310
|
-
|
|
311
|
-
│
|
|
312
|
-
▼
|
|
313
|
-
┌─────────────────────────────────────────────────────────┐
|
|
314
|
-
│ AGENT (spécialiste IA) │
|
|
315
|
-
│ Persona · Menu · Rules (64 mantras) · Capabilities │
|
|
316
|
-
└────────────┬─────────────────────────┬───────────────────┘
|
|
317
|
-
│ déclenche │ appelle
|
|
318
|
-
▼ ▼
|
|
319
|
-
┌────────────────────┐ ┌─────────────────────────────┐
|
|
320
|
-
│ WORKFLOW │ │ WORKER │
|
|
321
|
-
│ Steps guidés │ │ ELO Engine │
|
|
322
|
-
│ Artifacts générés │ │ Fact-Checker │
|
|
323
|
-
│ Validation steps │ │ Cost Optimizer │
|
|
324
|
-
└────────┬───────────┘ └─────────────┬───────────────┘
|
|
325
|
-
│ lit/écrit │ persiste
|
|
326
|
-
▼ ▼
|
|
327
|
-
┌─────────────────────────────────────────────────────────┐
|
|
328
|
-
│ CONTEXT LAYER │
|
|
329
|
-
│ config.yaml · elo-profile.json · fact-graph.json │
|
|
330
|
-
│ _byan-output/ · _byan/knowledge/ · session-state │
|
|
331
|
-
└─────────────────────────────────────────────────────────┘
|
|
230
|
+
/bmad-help
|
|
332
231
|
```
|
|
333
232
|
|
|
334
|
-
###
|
|
335
|
-
|
|
336
|
-
Pour une visualisation plus détaillée, ouvrez ces fichiers avec draw.io :
|
|
233
|
+
### Documentation
|
|
337
234
|
|
|
338
|
-
-
|
|
339
|
-
-
|
|
235
|
+
- [Full Guide](https://github.com/Yan-Acadenice/BYAN/blob/main/GUIDE-UTILISATION.md)
|
|
236
|
+
- [API Reference](https://github.com/Yan-Acadenice/BYAN/blob/main/API-BYAN-V2.md)
|
|
237
|
+
- [Examples](https://github.com/Yan-Acadenice/BYAN/tree/main/examples)
|
|
340
238
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
## Système ELO — Confiance Épistémique
|
|
239
|
+
### Common Issues
|
|
344
240
|
|
|
345
|
-
|
|
241
|
+
**Agent doesn't appear in Copilot**
|
|
242
|
+
```bash
|
|
243
|
+
cat .github/copilot/agents/my-agent.md
|
|
244
|
+
gh copilot quit && gh copilot
|
|
245
|
+
```
|
|
346
246
|
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
| 551–750 | Intermédiaire | Challenge modéré, hypothèses testées |
|
|
353
|
-
| 751–900 | Avancé | Challenge minimal, discussion pair-à-pair |
|
|
354
|
-
| 901–1000 | Expert | Réponses courtes, pas d'explications de base |
|
|
247
|
+
**"Node version too old"**
|
|
248
|
+
```bash
|
|
249
|
+
node --version # Must be >= 18
|
|
250
|
+
nvm install 18 && nvm use 18
|
|
251
|
+
```
|
|
355
252
|
|
|
356
|
-
**
|
|
253
|
+
**Tests fail**
|
|
254
|
+
```bash
|
|
255
|
+
rm -rf node_modules package-lock.json
|
|
256
|
+
npm install && npm test
|
|
257
|
+
```
|
|
357
258
|
|
|
358
|
-
|
|
259
|
+
## Stats (v2.0)
|
|
359
260
|
|
|
360
|
-
|
|
261
|
+
- ✅ **881/881 tests passing (100%)**
|
|
262
|
+
- ✅ **14 modules**
|
|
263
|
+
- ✅ **77 Story Points delivered**
|
|
264
|
+
- ✅ **Agent in < 2 seconds** after interview
|
|
265
|
+
- ✅ **64 mantras** applied automatically
|
|
361
266
|
|
|
362
|
-
|
|
267
|
+
## Use Cases
|
|
363
268
|
|
|
364
|
-
|
|
365
|
-
[REASONING] Déduction logique — sans garantie de vérité
|
|
366
|
-
[HYPOTHESIS] Plausible dans ce contexte — à vérifier avant action
|
|
367
|
-
[CLAIM L{n}] Assertion sourcée — niveau 1 à 5
|
|
368
|
-
[FACT USER-VERIFIED date] Validé par l'utilisateur avec artefact de preuve
|
|
369
|
-
```
|
|
269
|
+
**Developers**: Code review, test generation, refactoring, security analysis
|
|
370
270
|
|
|
371
|
-
|
|
271
|
+
**Writers**: Documentation, proofreading, translation, content creation
|
|
372
272
|
|
|
373
|
-
|
|
273
|
+
**Project Managers**: Ticket analysis, reports, planning, prioritization
|
|
374
274
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
| Workflow | Description | Agent principal |
|
|
378
|
-
|----------|-------------|-----------------|
|
|
379
|
-
| `create-prd` | Créer un Product Requirements Document | pm |
|
|
380
|
-
| `create-architecture` | Concevoir l'architecture technique | architect |
|
|
381
|
-
| `create-epics-and-stories` | Découper en epics et user stories | sm |
|
|
382
|
-
| `sprint-planning` | Planifier un sprint | sm |
|
|
383
|
-
| `dev-story` | Développer une user story | dev |
|
|
384
|
-
| `code-review` | Revoir du code | dev / quinn |
|
|
385
|
-
| `quick-spec` | Spec rapide conversationnelle | quick-flow-solo-dev |
|
|
386
|
-
| `quick-dev` | Dev rapide sur code existant | quick-flow-solo-dev |
|
|
387
|
-
| `testarch-atdd` | Générer des tests ATDD avant implémentation | tea |
|
|
388
|
-
| `fact-check` | Analyser une assertion ou un document | fact-checker |
|
|
389
|
-
| `elo-workflow` | Consulter et gérer le score de confiance ELO | byan |
|
|
275
|
+
**Designers**: UI components, accessibility, CSS optimization, design systems
|
|
390
276
|
|
|
391
|
-
|
|
277
|
+
## License
|
|
392
278
|
|
|
393
|
-
|
|
279
|
+
MIT License
|
|
394
280
|
|
|
395
|
-
|
|
396
|
-
|------------|-----------|------------------|
|
|
397
|
-
| GitHub Copilot CLI | `@agent-name` | `.github/agents/*.md` |
|
|
398
|
-
| Claude Code | `@agent-name` | `.claude/rules/*.md` |
|
|
399
|
-
| Codex / OpenCode | `@agent-name` | `.codex/prompts/*.md` |
|
|
400
|
-
| CLI direct | `node bin/byan-v2-cli.js` | `_byan/config.yaml` |
|
|
281
|
+
## Contributors
|
|
401
282
|
|
|
402
|
-
|
|
283
|
+
**Core Team:**
|
|
284
|
+
- **BYAN**: Intelligent agent creator
|
|
285
|
+
- **RACHID**: NPM/NPX deployment specialist
|
|
286
|
+
- **MARC**: GitHub Copilot CLI integration expert
|
|
287
|
+
- **PATNOTE**: Update manager
|
|
288
|
+
- **CARMACK**: Token optimizer
|
|
403
289
|
|
|
404
|
-
##
|
|
290
|
+
## Links
|
|
405
291
|
|
|
406
|
-
|
|
292
|
+
- 📦 [NPM](https://www.npmjs.com/package/create-byan-agent)
|
|
293
|
+
- 🐙 [GitHub](https://github.com/Yan-Acadenice/BYAN)
|
|
294
|
+
- 📚 [Full Docs](https://github.com/Yan-Acadenice/BYAN/blob/main/install/README.md)
|
|
407
295
|
|
|
408
296
|
---
|
|
409
297
|
|
|
410
|
-
|
|
298
|
+
**BYAN v2.0** - Create professional AI agents in 15 minutes 🚀
|