bmad-enhanced 1.6.4 → 1.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 +58 -1
- package/INSTALLATION.md +21 -6
- package/README.md +98 -33
- package/UPDATE-GUIDE.md +31 -4
- package/_bmad/bme/_vortex/guides/EMMA-USER-GUIDE.md +95 -313
- package/_bmad/bme/_vortex/guides/ISLA-USER-GUIDE.md +14 -19
- package/_bmad/bme/_vortex/guides/LIAM-USER-GUIDE.md +14 -19
- package/_bmad/bme/_vortex/guides/MAX-USER-GUIDE.md +14 -19
- package/_bmad/bme/_vortex/guides/MILA-USER-GUIDE.md +14 -19
- package/_bmad/bme/_vortex/guides/NOAH-USER-GUIDE.md +14 -19
- package/_bmad/bme/_vortex/guides/WADE-USER-GUIDE.md +114 -340
- package/_bmad/bme/_vortex/workflows/contextualize-scope/steps/step-06-synthesize.md +3 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-01-hypothesis.md +58 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-02-design.md +68 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-03-metrics.md +73 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-04-run.md +75 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-05-analyze.md +84 -0
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-06-decide.md +111 -0
- package/_bmad/bme/_vortex/workflows/lean-persona/steps/step-06-synthesize.md +3 -0
- package/_bmad/bme/_vortex/workflows/product-vision/steps/step-06-synthesize.md +3 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-01-risk.md +79 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-02-scope.md +105 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-03-build.md +92 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-04-test.md +103 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-05-evaluate.md +114 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-06-document.md +125 -0
- package/_bmad/bme/_vortex/workflows/proof-of-concept/workflow.md +1 -1
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-01-value-hypothesis.md +75 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-02-validation-design.md +94 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-03-willingness.md +96 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-04-test.md +107 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-05-analyze.md +116 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-06-document.md +147 -0
- package/_bmad/bme/_vortex/workflows/proof-of-value/workflow.md +1 -1
- package/package.json +8 -6
- package/scripts/docs-audit.js +551 -0
- package/scripts/install-vortex-agents.js +6 -3
- package/scripts/update/bmad-update.js +6 -2
- package/scripts/update/lib/config-merger.js +17 -4
- package/scripts/update/lib/refresh-installation.js +26 -9
- package/_bmad/_config/agent-manifest.csv +0 -8
- package/_bmad/_config/agents/bmb-agent-builder.customize.yaml +0 -41
- package/_bmad/_config/agents/bmb-module-builder.customize.yaml +0 -41
- package/_bmad/_config/agents/bmb-workflow-builder.customize.yaml +0 -41
- package/_bmad/_config/agents/bmm-analyst.customize.yaml +0 -41
- package/_bmad/_config/agents/bmm-architect.customize.yaml +0 -41
- package/_bmad/_config/agents/bmm-dev.customize.yaml +0 -41
- package/_bmad/_config/agents/bmm-pm.customize.yaml +0 -41
- package/_bmad/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +0 -41
- package/_bmad/_config/agents/bmm-quinn.customize.yaml +0 -41
- package/_bmad/_config/agents/bmm-sm.customize.yaml +0 -41
- package/_bmad/_config/agents/bmm-tech-writer.customize.yaml +0 -41
- package/_bmad/_config/agents/bmm-ux-designer.customize.yaml +0 -41
- package/_bmad/_config/agents/cis-brainstorming-coach.customize.yaml +0 -41
- package/_bmad/_config/agents/cis-creative-problem-solver.customize.yaml +0 -41
- package/_bmad/_config/agents/cis-design-thinking-coach.customize.yaml +0 -41
- package/_bmad/_config/agents/cis-innovation-strategist.customize.yaml +0 -41
- package/_bmad/_config/agents/cis-presentation-master.customize.yaml +0 -41
- package/_bmad/_config/agents/cis-storyteller.customize.yaml +0 -41
- package/_bmad/_config/agents/core-bmad-master.customize.yaml +0 -41
- package/_bmad/_config/agents/tea-tea.customize.yaml +0 -41
- package/_bmad/_config/bmad-help.csv +0 -66
- package/_bmad/_config/files-manifest.csv +0 -602
- package/_bmad/_config/manifest.yaml +0 -42
- package/_bmad/_config/task-manifest.csv +0 -9
- package/_bmad/_config/tool-manifest.csv +0 -1
- package/_bmad/_config/workflow-manifest.csv +0 -41
- package/_bmad/_memory/config.yaml +0 -11
- package/_bmad/_memory/storyteller-sidecar/stories-told.md +0 -7
- package/_bmad/_memory/storyteller-sidecar/story-preferences.md +0 -7
- package/_bmad/bmb/agents/agent-builder.md +0 -59
- package/_bmad/bmb/agents/module-builder.md +0 -60
- package/_bmad/bmb/agents/workflow-builder.md +0 -61
- package/_bmad/bmb/config.yaml +0 -12
- package/_bmad/bmb/module-help.csv +0 -13
- package/_bmad/bmb/workflows/agent/data/agent-compilation.md +0 -273
- package/_bmad/bmb/workflows/agent/data/agent-menu-patterns.md +0 -233
- package/_bmad/bmb/workflows/agent/data/agent-metadata.md +0 -208
- package/_bmad/bmb/workflows/agent/data/brainstorm-context.md +0 -146
- package/_bmad/bmb/workflows/agent/data/communication-presets.csv +0 -61
- package/_bmad/bmb/workflows/agent/data/critical-actions.md +0 -120
- package/_bmad/bmb/workflows/agent/data/expert-agent-architecture.md +0 -236
- package/_bmad/bmb/workflows/agent/data/expert-agent-validation.md +0 -174
- package/_bmad/bmb/workflows/agent/data/module-agent-validation.md +0 -126
- package/_bmad/bmb/workflows/agent/data/persona-properties.md +0 -266
- package/_bmad/bmb/workflows/agent/data/principles-crafting.md +0 -292
- package/_bmad/bmb/workflows/agent/data/reference/module-examples/architect.md +0 -68
- package/_bmad/bmb/workflows/agent/data/simple-agent-architecture.md +0 -204
- package/_bmad/bmb/workflows/agent/data/simple-agent-validation.md +0 -133
- package/_bmad/bmb/workflows/agent/data/understanding-agent-types.md +0 -222
- package/_bmad/bmb/workflows/agent/steps-c/step-01-brainstorm.md +0 -128
- package/_bmad/bmb/workflows/agent/steps-c/step-02-discovery.md +0 -170
- package/_bmad/bmb/workflows/agent/steps-c/step-03-type-metadata.md +0 -296
- package/_bmad/bmb/workflows/agent/steps-c/step-04-persona.md +0 -212
- package/_bmad/bmb/workflows/agent/steps-c/step-05-commands-menu.md +0 -178
- package/_bmad/bmb/workflows/agent/steps-c/step-06-activation.md +0 -279
- package/_bmad/bmb/workflows/agent/steps-c/step-07a-build-simple.md +0 -187
- package/_bmad/bmb/workflows/agent/steps-c/step-07b-build-expert.md +0 -201
- package/_bmad/bmb/workflows/agent/steps-c/step-07c-build-module.md +0 -258
- package/_bmad/bmb/workflows/agent/steps-c/step-08-celebrate.md +0 -249
- package/_bmad/bmb/workflows/agent/steps-e/e-01-load-existing.md +0 -221
- package/_bmad/bmb/workflows/agent/steps-e/e-02-discover-edits.md +0 -193
- package/_bmad/bmb/workflows/agent/steps-e/e-03-placeholder.md +0 -1
- package/_bmad/bmb/workflows/agent/steps-e/e-04-type-metadata.md +0 -124
- package/_bmad/bmb/workflows/agent/steps-e/e-05-persona.md +0 -134
- package/_bmad/bmb/workflows/agent/steps-e/e-06-commands-menu.md +0 -122
- package/_bmad/bmb/workflows/agent/steps-e/e-07-activation.md +0 -125
- package/_bmad/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +0 -137
- package/_bmad/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +0 -119
- package/_bmad/bmb/workflows/agent/steps-e/e-08c-edit-module.md +0 -123
- package/_bmad/bmb/workflows/agent/steps-e/e-09-celebrate.md +0 -155
- package/_bmad/bmb/workflows/agent/steps-v/v-01-load-review.md +0 -136
- package/_bmad/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +0 -116
- package/_bmad/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +0 -124
- package/_bmad/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +0 -145
- package/_bmad/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +0 -136
- package/_bmad/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +0 -136
- package/_bmad/bmb/workflows/agent/steps-v/v-03-summary.md +0 -104
- package/_bmad/bmb/workflows/agent/templates/agent-plan.template.md +0 -5
- package/_bmad/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +0 -77
- package/_bmad/bmb/workflows/agent/templates/simple-agent.template.md +0 -72
- package/_bmad/bmb/workflows/agent/workflow.md +0 -123
- package/_bmad/bmb/workflows/module/data/agent-architecture.md +0 -179
- package/_bmad/bmb/workflows/module/data/agent-spec-template.md +0 -79
- package/_bmad/bmb/workflows/module/data/module-installer-standards.md +0 -348
- package/_bmad/bmb/workflows/module/data/module-standards.md +0 -280
- package/_bmad/bmb/workflows/module/data/module-yaml-conventions.md +0 -392
- package/_bmad/bmb/workflows/module/steps-b/step-01-welcome.md +0 -147
- package/_bmad/bmb/workflows/module/steps-b/step-02-spark.md +0 -140
- package/_bmad/bmb/workflows/module/steps-b/step-03-module-type.md +0 -148
- package/_bmad/bmb/workflows/module/steps-b/step-04-vision.md +0 -82
- package/_bmad/bmb/workflows/module/steps-b/step-05-identity.md +0 -96
- package/_bmad/bmb/workflows/module/steps-b/step-06-users.md +0 -85
- package/_bmad/bmb/workflows/module/steps-b/step-07-value.md +0 -75
- package/_bmad/bmb/workflows/module/steps-b/step-08-agents.md +0 -96
- package/_bmad/bmb/workflows/module/steps-b/step-09-workflows.md +0 -82
- package/_bmad/bmb/workflows/module/steps-b/step-10-tools.md +0 -90
- package/_bmad/bmb/workflows/module/steps-b/step-11-scenarios.md +0 -83
- package/_bmad/bmb/workflows/module/steps-b/step-12-creative.md +0 -94
- package/_bmad/bmb/workflows/module/steps-b/step-13-review.md +0 -104
- package/_bmad/bmb/workflows/module/steps-b/step-14-finalize.md +0 -117
- package/_bmad/bmb/workflows/module/steps-c/step-01-load-brief.md +0 -178
- package/_bmad/bmb/workflows/module/steps-c/step-01b-continue.md +0 -83
- package/_bmad/bmb/workflows/module/steps-c/step-02-structure.md +0 -109
- package/_bmad/bmb/workflows/module/steps-c/step-03-config.md +0 -118
- package/_bmad/bmb/workflows/module/steps-c/step-04-installer.md +0 -160
- package/_bmad/bmb/workflows/module/steps-c/step-05-agents.md +0 -167
- package/_bmad/bmb/workflows/module/steps-c/step-06-workflows.md +0 -183
- package/_bmad/bmb/workflows/module/steps-c/step-07-docs.md +0 -402
- package/_bmad/bmb/workflows/module/steps-c/step-08-complete.md +0 -123
- package/_bmad/bmb/workflows/module/steps-e/step-01-load-target.md +0 -81
- package/_bmad/bmb/workflows/module/steps-e/step-02-select-edit.md +0 -77
- package/_bmad/bmb/workflows/module/steps-e/step-03-apply-edit.md +0 -77
- package/_bmad/bmb/workflows/module/steps-e/step-04-review.md +0 -80
- package/_bmad/bmb/workflows/module/steps-e/step-05-confirm.md +0 -75
- package/_bmad/bmb/workflows/module/steps-v/step-01-load-target.md +0 -96
- package/_bmad/bmb/workflows/module/steps-v/step-02-file-structure.md +0 -94
- package/_bmad/bmb/workflows/module/steps-v/step-03-module-yaml.md +0 -99
- package/_bmad/bmb/workflows/module/steps-v/step-04-agent-specs.md +0 -152
- package/_bmad/bmb/workflows/module/steps-v/step-05-workflow-specs.md +0 -152
- package/_bmad/bmb/workflows/module/steps-v/step-06-documentation.md +0 -143
- package/_bmad/bmb/workflows/module/steps-v/step-07-installation.md +0 -113
- package/_bmad/bmb/workflows/module/steps-v/step-08-report.md +0 -197
- package/_bmad/bmb/workflows/module/templates/brief-template.md +0 -154
- package/_bmad/bmb/workflows/module/templates/workflow-spec-template.md +0 -96
- package/_bmad/bmb/workflows/module/workflow.md +0 -100
- package/_bmad/bmb/workflows/workflow/data/architecture.md +0 -152
- package/_bmad/bmb/workflows/workflow/data/common-workflow-tools.csv +0 -19
- package/_bmad/bmb/workflows/workflow/data/csv-data-file-standards.md +0 -81
- package/_bmad/bmb/workflows/workflow/data/frontmatter-standards.md +0 -225
- package/_bmad/bmb/workflows/workflow/data/input-discovery-standards.md +0 -269
- package/_bmad/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +0 -50
- package/_bmad/bmb/workflows/workflow/data/menu-handling-standards.md +0 -167
- package/_bmad/bmb/workflows/workflow/data/output-format-standards.md +0 -188
- package/_bmad/bmb/workflows/workflow/data/step-file-rules.md +0 -235
- package/_bmad/bmb/workflows/workflow/data/step-type-patterns.md +0 -311
- package/_bmad/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +0 -386
- package/_bmad/bmb/workflows/workflow/data/trimodal-workflow-structure.md +0 -209
- package/_bmad/bmb/workflows/workflow/data/workflow-chaining-standards.md +0 -271
- package/_bmad/bmb/workflows/workflow/data/workflow-examples.md +0 -276
- package/_bmad/bmb/workflows/workflow/data/workflow-type-criteria.md +0 -172
- package/_bmad/bmb/workflows/workflow/steps-c/step-00-conversion.md +0 -262
- package/_bmad/bmb/workflows/workflow/steps-c/step-01-discovery.md +0 -194
- package/_bmad/bmb/workflows/workflow/steps-c/step-01b-continuation.md +0 -3
- package/_bmad/bmb/workflows/workflow/steps-c/step-02-classification.md +0 -269
- package/_bmad/bmb/workflows/workflow/steps-c/step-03-requirements.md +0 -282
- package/_bmad/bmb/workflows/workflow/steps-c/step-04-tools.md +0 -281
- package/_bmad/bmb/workflows/workflow/steps-c/step-05-plan-review.md +0 -242
- package/_bmad/bmb/workflows/workflow/steps-c/step-06-design.md +0 -329
- package/_bmad/bmb/workflows/workflow/steps-c/step-07-foundation.md +0 -238
- package/_bmad/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +0 -377
- package/_bmad/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +0 -350
- package/_bmad/bmb/workflows/workflow/steps-c/step-10-confirmation.md +0 -320
- package/_bmad/bmb/workflows/workflow/steps-c/step-11-completion.md +0 -191
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +0 -237
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +0 -248
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +0 -252
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +0 -275
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +0 -154
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +0 -190
- package/_bmad/bmb/workflows/workflow/steps-e/step-e-07-complete.md +0 -206
- package/_bmad/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +0 -109
- package/_bmad/bmb/workflows/workflow/steps-v/step-01-validate.md +0 -221
- package/_bmad/bmb/workflows/workflow/steps-v/step-01b-structure.md +0 -152
- package/_bmad/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +0 -199
- package/_bmad/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +0 -265
- package/_bmad/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +0 -164
- package/_bmad/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +0 -211
- package/_bmad/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +0 -200
- package/_bmad/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +0 -195
- package/_bmad/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +0 -209
- package/_bmad/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +0 -199
- package/_bmad/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +0 -179
- package/_bmad/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +0 -186
- package/_bmad/bmb/workflows/workflow/steps-v/step-10-report-complete.md +0 -154
- package/_bmad/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +0 -237
- package/_bmad/bmb/workflows/workflow/templates/minimal-output-template.md +0 -11
- package/_bmad/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +0 -241
- package/_bmad/bmb/workflows/workflow/templates/step-1b-template.md +0 -223
- package/_bmad/bmb/workflows/workflow/templates/step-template.md +0 -290
- package/_bmad/bmb/workflows/workflow/templates/workflow-template.md +0 -102
- package/_bmad/bmb/workflows/workflow/workflow.md +0 -109
- package/_bmad/bme/_config/module.yaml +0 -52
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-01.md +0 -8
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-02.md +0 -8
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-03.md +0 -8
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-04.md +0 -8
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-05.md +0 -8
- package/_bmad/bme/_vortex/workflows/lean-experiment/steps/step-06.md +0 -25
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-01.md +0 -8
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-02.md +0 -8
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-03.md +0 -8
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-04.md +0 -8
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-05.md +0 -8
- package/_bmad/bme/_vortex/workflows/proof-of-concept/steps/step-06.md +0 -25
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-01.md +0 -8
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-02.md +0 -8
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-03.md +0 -8
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-04.md +0 -8
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-05.md +0 -8
- package/_bmad/bme/_vortex/workflows/proof-of-value/steps/step-06.md +0 -25
- package/_bmad/bmm/agents/analyst.md +0 -76
- package/_bmad/bmm/agents/architect.md +0 -58
- package/_bmad/bmm/agents/dev.md +0 -69
- package/_bmad/bmm/agents/pm.md +0 -72
- package/_bmad/bmm/agents/qa.md +0 -92
- package/_bmad/bmm/agents/quick-flow-solo-dev.md +0 -69
- package/_bmad/bmm/agents/sm.md +0 -70
- package/_bmad/bmm/agents/tech-writer/tech-writer.md +0 -70
- package/_bmad/bmm/agents/ux-designer.md +0 -57
- package/_bmad/bmm/config.yaml +0 -16
- package/_bmad/bmm/data/project-context-template.md +0 -26
- package/_bmad/bmm/module-help.csv +0 -32
- package/_bmad/bmm/teams/default-party.csv +0 -20
- package/_bmad/bmm/teams/team-fullstack.yaml +0 -12
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +0 -10
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +0 -177
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -161
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +0 -199
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +0 -202
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +0 -205
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +0 -219
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -162
- package/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +0 -58
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +0 -137
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +0 -229
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +0 -238
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +0 -206
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +0 -234
- package/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +0 -443
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +0 -182
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +0 -237
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +0 -200
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +0 -249
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +0 -259
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +0 -177
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +0 -475
- package/_bmad/bmm/workflows/1-analysis/research/research.template.md +0 -29
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +0 -137
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +0 -239
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +0 -248
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +0 -202
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +0 -239
- package/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +0 -486
- package/_bmad/bmm/workflows/1-analysis/research/workflow.md +0 -173
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +0 -13
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +0 -197
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +0 -11
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md +0 -191
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +0 -153
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +0 -224
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +0 -226
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +0 -213
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +0 -207
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +0 -226
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +0 -237
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +0 -228
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +0 -231
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +0 -242
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +0 -217
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +0 -124
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +0 -247
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +0 -208
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +0 -249
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +0 -253
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +0 -168
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +0 -218
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +0 -191
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +0 -209
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +0 -174
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -214
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +0 -228
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +0 -217
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -205
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -243
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +0 -263
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +0 -209
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +0 -242
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +0 -231
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md +0 -10
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/validation-report-prd-workflow.md +0 -433
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow.md +0 -150
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +0 -135
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +0 -127
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +0 -190
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +0 -216
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +0 -219
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +0 -234
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +0 -252
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +0 -254
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +0 -224
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +0 -224
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +0 -241
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +0 -248
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +0 -237
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +0 -264
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +0 -171
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -13
- package/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -43
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +0 -190
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +0 -178
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +0 -179
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +0 -139
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +0 -252
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +0 -135
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +0 -4
- package/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +0 -55
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -12
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +0 -11
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +0 -7
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +0 -153
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +0 -164
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +0 -224
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +0 -331
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +0 -318
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +0 -359
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +0 -379
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +0 -359
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +0 -76
- package/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +0 -50
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -259
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +0 -233
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +0 -272
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +0 -149
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +0 -57
- package/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +0 -59
- package/_bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -23
- package/_bmad/bmm/workflows/4-implementation/code-review/instructions.xml +0 -227
- package/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -50
- package/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +0 -288
- package/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +0 -206
- package/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -58
- package/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +0 -358
- package/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +0 -345
- package/_bmad/bmm/workflows/4-implementation/create-story/template.md +0 -49
- package/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -59
- package/_bmad/bmm/workflows/4-implementation/dev-story/checklist.md +0 -80
- package/_bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +0 -410
- package/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -25
- package/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1443
- package/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -57
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -33
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -225
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -55
- package/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -53
- package/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +0 -229
- package/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -35
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +0 -176
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +0 -120
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +0 -113
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +0 -113
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +0 -106
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +0 -149
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +0 -50
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +0 -192
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +0 -145
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +0 -128
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +0 -201
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +0 -74
- package/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +0 -79
- package/_bmad/bmm/workflows/document-project/checklist.md +0 -245
- package/_bmad/bmm/workflows/document-project/documentation-requirements.csv +0 -12
- package/_bmad/bmm/workflows/document-project/instructions.md +0 -221
- package/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md +0 -345
- package/_bmad/bmm/workflows/document-project/templates/index-template.md +0 -169
- package/_bmad/bmm/workflows/document-project/templates/project-overview-template.md +0 -103
- package/_bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -160
- package/_bmad/bmm/workflows/document-project/templates/source-tree-template.md +0 -135
- package/_bmad/bmm/workflows/document-project/workflow.yaml +0 -28
- package/_bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -298
- package/_bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
- package/_bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -1106
- package/_bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
- package/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +0 -90
- package/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +0 -127
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +0 -39
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +0 -130
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +0 -26
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +0 -43
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +0 -141
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +0 -26
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +0 -49
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +0 -241
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +0 -26
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +0 -38
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +0 -133
- package/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +0 -26
- package/_bmad/bmm/workflows/qa/automate/checklist.md +0 -33
- package/_bmad/bmm/workflows/qa/automate/instructions.md +0 -110
- package/_bmad/bmm/workflows/qa/automate/workflow.yaml +0 -47
- package/_bmad/cis/agents/brainstorming-coach.md +0 -61
- package/_bmad/cis/agents/creative-problem-solver.md +0 -61
- package/_bmad/cis/agents/design-thinking-coach.md +0 -61
- package/_bmad/cis/agents/innovation-strategist.md +0 -61
- package/_bmad/cis/agents/presentation-master.md +0 -67
- package/_bmad/cis/agents/storyteller/storyteller.md +0 -58
- package/_bmad/cis/config.yaml +0 -12
- package/_bmad/cis/module-help.csv +0 -6
- package/_bmad/cis/teams/creative-squad.yaml +0 -7
- package/_bmad/cis/teams/default-party.csv +0 -12
- package/_bmad/cis/workflows/README.md +0 -139
- package/_bmad/cis/workflows/design-thinking/README.md +0 -56
- package/_bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
- package/_bmad/cis/workflows/design-thinking/instructions.md +0 -202
- package/_bmad/cis/workflows/design-thinking/template.md +0 -111
- package/_bmad/cis/workflows/design-thinking/workflow.yaml +0 -27
- package/_bmad/cis/workflows/innovation-strategy/README.md +0 -56
- package/_bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
- package/_bmad/cis/workflows/innovation-strategy/instructions.md +0 -276
- package/_bmad/cis/workflows/innovation-strategy/template.md +0 -189
- package/_bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -27
- package/_bmad/cis/workflows/problem-solving/README.md +0 -56
- package/_bmad/cis/workflows/problem-solving/instructions.md +0 -252
- package/_bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
- package/_bmad/cis/workflows/problem-solving/template.md +0 -165
- package/_bmad/cis/workflows/problem-solving/workflow.yaml +0 -27
- package/_bmad/cis/workflows/storytelling/README.md +0 -58
- package/_bmad/cis/workflows/storytelling/instructions.md +0 -293
- package/_bmad/cis/workflows/storytelling/story-types.csv +0 -26
- package/_bmad/cis/workflows/storytelling/template.md +0 -113
- package/_bmad/cis/workflows/storytelling/workflow.yaml +0 -27
- package/_bmad/core/agents/bmad-master.md +0 -56
- package/_bmad/core/config.yaml +0 -9
- package/_bmad/core/module-help.csv +0 -9
- package/_bmad/core/resources/excalidraw/README.md +0 -160
- package/_bmad/core/resources/excalidraw/excalidraw-helpers.md +0 -127
- package/_bmad/core/resources/excalidraw/library-loader.md +0 -50
- package/_bmad/core/resources/excalidraw/validate-json-instructions.md +0 -79
- package/_bmad/core/tasks/editorial-review-prose.xml +0 -100
- package/_bmad/core/tasks/editorial-review-structure.xml +0 -209
- package/_bmad/core/tasks/help.md +0 -62
- package/_bmad/core/tasks/index-docs.xml +0 -65
- package/_bmad/core/tasks/review-adversarial-general.xml +0 -48
- package/_bmad/core/tasks/shard-doc.xml +0 -109
- package/_bmad/core/tasks/workflow.xml +0 -235
- package/_bmad/core/workflows/advanced-elicitation/methods.csv +0 -51
- package/_bmad/core/workflows/advanced-elicitation/workflow.xml +0 -117
- package/_bmad/core/workflows/brainstorming/brain-methods.csv +0 -62
- package/_bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +0 -197
- package/_bmad/core/workflows/brainstorming/steps/step-01b-continue.md +0 -122
- package/_bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +0 -225
- package/_bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +0 -237
- package/_bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +0 -209
- package/_bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +0 -264
- package/_bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +0 -399
- package/_bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +0 -303
- package/_bmad/core/workflows/brainstorming/template.md +0 -15
- package/_bmad/core/workflows/brainstorming/workflow.md +0 -58
- package/_bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +0 -138
- package/_bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +0 -187
- package/_bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +0 -157
- package/_bmad/core/workflows/party-mode/workflow.md +0 -194
- package/_bmad/tea/agents/tea.md +0 -71
- package/_bmad/tea/config.yaml +0 -19
- package/_bmad/tea/module-help.csv +0 -10
- package/_bmad/tea/teams/default-party.csv +0 -2
- package/_bmad/tea/testarch/knowledge/adr-quality-readiness-checklist.md +0 -377
- package/_bmad/tea/testarch/knowledge/api-request.md +0 -442
- package/_bmad/tea/testarch/knowledge/api-testing-patterns.md +0 -851
- package/_bmad/tea/testarch/knowledge/auth-session.md +0 -548
- package/_bmad/tea/testarch/knowledge/burn-in.md +0 -273
- package/_bmad/tea/testarch/knowledge/ci-burn-in.md +0 -675
- package/_bmad/tea/testarch/knowledge/component-tdd.md +0 -486
- package/_bmad/tea/testarch/knowledge/contract-testing.md +0 -957
- package/_bmad/tea/testarch/knowledge/data-factories.md +0 -500
- package/_bmad/tea/testarch/knowledge/email-auth.md +0 -721
- package/_bmad/tea/testarch/knowledge/error-handling.md +0 -725
- package/_bmad/tea/testarch/knowledge/feature-flags.md +0 -750
- package/_bmad/tea/testarch/knowledge/file-utils.md +0 -456
- package/_bmad/tea/testarch/knowledge/fixture-architecture.md +0 -401
- package/_bmad/tea/testarch/knowledge/fixtures-composition.md +0 -382
- package/_bmad/tea/testarch/knowledge/intercept-network-call.md +0 -426
- package/_bmad/tea/testarch/knowledge/log.md +0 -426
- package/_bmad/tea/testarch/knowledge/network-error-monitor.md +0 -401
- package/_bmad/tea/testarch/knowledge/network-first.md +0 -486
- package/_bmad/tea/testarch/knowledge/network-recorder.md +0 -527
- package/_bmad/tea/testarch/knowledge/nfr-criteria.md +0 -670
- package/_bmad/tea/testarch/knowledge/overview.md +0 -286
- package/_bmad/tea/testarch/knowledge/playwright-config.md +0 -730
- package/_bmad/tea/testarch/knowledge/probability-impact.md +0 -601
- package/_bmad/tea/testarch/knowledge/recurse.md +0 -421
- package/_bmad/tea/testarch/knowledge/risk-governance.md +0 -615
- package/_bmad/tea/testarch/knowledge/selective-testing.md +0 -732
- package/_bmad/tea/testarch/knowledge/selector-resilience.md +0 -527
- package/_bmad/tea/testarch/knowledge/test-healing-patterns.md +0 -644
- package/_bmad/tea/testarch/knowledge/test-levels-framework.md +0 -473
- package/_bmad/tea/testarch/knowledge/test-priorities-matrix.md +0 -373
- package/_bmad/tea/testarch/knowledge/test-quality.md +0 -664
- package/_bmad/tea/testarch/knowledge/timing-debugging.md +0 -372
- package/_bmad/tea/testarch/knowledge/visual-debugging.md +0 -524
- package/_bmad/tea/testarch/tea-index.csv +0 -35
- package/_bmad/tea/workflows/testarch/README.md +0 -74
- package/_bmad/tea/workflows/testarch/atdd/atdd-checklist-template.md +0 -363
- package/_bmad/tea/workflows/testarch/atdd/checklist.md +0 -374
- package/_bmad/tea/workflows/testarch/atdd/instructions.md +0 -38
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +0 -110
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-02-generation-mode.md +0 -79
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-03-test-strategy.md +0 -76
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md +0 -228
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04a-subprocess-api-failing.md +0 -215
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04b-subprocess-e2e-failing.md +0 -212
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md +0 -329
- package/_bmad/tea/workflows/testarch/atdd/steps-c/step-05-validate-and-complete.md +0 -68
- package/_bmad/tea/workflows/testarch/atdd/steps-e/step-01-assess.md +0 -65
- package/_bmad/tea/workflows/testarch/atdd/steps-e/step-02-apply-edit.md +0 -60
- package/_bmad/tea/workflows/testarch/atdd/steps-v/step-01-validate.md +0 -67
- package/_bmad/tea/workflows/testarch/atdd/validation-report-20260127-095021.md +0 -73
- package/_bmad/tea/workflows/testarch/atdd/validation-report-20260127-102401.md +0 -116
- package/_bmad/tea/workflows/testarch/atdd/workflow-plan.md +0 -21
- package/_bmad/tea/workflows/testarch/atdd/workflow.md +0 -39
- package/_bmad/tea/workflows/testarch/atdd/workflow.yaml +0 -45
- package/_bmad/tea/workflows/testarch/automate/checklist.md +0 -582
- package/_bmad/tea/workflows/testarch/automate/instructions.md +0 -43
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +0 -127
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-02-identify-targets.md +0 -95
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md +0 -199
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-03a-subprocess-api.md +0 -183
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-03b-subprocess-e2e.md +0 -181
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md +0 -300
- package/_bmad/tea/workflows/testarch/automate/steps-c/step-04-validate-and-summarize.md +0 -69
- package/_bmad/tea/workflows/testarch/automate/steps-e/step-01-assess.md +0 -65
- package/_bmad/tea/workflows/testarch/automate/steps-e/step-02-apply-edit.md +0 -60
- package/_bmad/tea/workflows/testarch/automate/steps-v/step-01-validate.md +0 -67
- package/_bmad/tea/workflows/testarch/automate/validation-report-20260127-095021.md +0 -72
- package/_bmad/tea/workflows/testarch/automate/validation-report-20260127-102401.md +0 -114
- package/_bmad/tea/workflows/testarch/automate/workflow-plan.md +0 -20
- package/_bmad/tea/workflows/testarch/automate/workflow.md +0 -39
- package/_bmad/tea/workflows/testarch/automate/workflow.yaml +0 -52
- package/_bmad/tea/workflows/testarch/ci/checklist.md +0 -247
- package/_bmad/tea/workflows/testarch/ci/github-actions-template.yaml +0 -198
- package/_bmad/tea/workflows/testarch/ci/gitlab-ci-template.yaml +0 -149
- package/_bmad/tea/workflows/testarch/ci/instructions.md +0 -38
- package/_bmad/tea/workflows/testarch/ci/steps-c/step-01-preflight.md +0 -92
- package/_bmad/tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md +0 -82
- package/_bmad/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +0 -75
- package/_bmad/tea/workflows/testarch/ci/steps-c/step-04-validate-and-summary.md +0 -67
- package/_bmad/tea/workflows/testarch/ci/steps-e/step-01-assess.md +0 -65
- package/_bmad/tea/workflows/testarch/ci/steps-e/step-02-apply-edit.md +0 -60
- package/_bmad/tea/workflows/testarch/ci/steps-v/step-01-validate.md +0 -67
- package/_bmad/tea/workflows/testarch/ci/validation-report-20260127-095021.md +0 -72
- package/_bmad/tea/workflows/testarch/ci/validation-report-20260127-102401.md +0 -114
- package/_bmad/tea/workflows/testarch/ci/workflow-plan.md +0 -20
- package/_bmad/tea/workflows/testarch/ci/workflow.md +0 -39
- package/_bmad/tea/workflows/testarch/ci/workflow.yaml +0 -45
- package/_bmad/tea/workflows/testarch/framework/checklist.md +0 -320
- package/_bmad/tea/workflows/testarch/framework/instructions.md +0 -38
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-01-preflight.md +0 -75
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-02-select-framework.md +0 -73
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +0 -120
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-04-docs-and-scripts.md +0 -70
- package/_bmad/tea/workflows/testarch/framework/steps-c/step-05-validate-and-summary.md +0 -68
- package/_bmad/tea/workflows/testarch/framework/steps-e/step-01-assess.md +0 -65
- package/_bmad/tea/workflows/testarch/framework/steps-e/step-02-apply-edit.md +0 -60
- package/_bmad/tea/workflows/testarch/framework/steps-v/step-01-validate.md +0 -67
- package/_bmad/tea/workflows/testarch/framework/validation-report-20260127-095021.md +0 -73
- package/_bmad/tea/workflows/testarch/framework/validation-report-20260127-102401.md +0 -116
- package/_bmad/tea/workflows/testarch/framework/workflow-plan.md +0 -22
- package/_bmad/tea/workflows/testarch/framework/workflow.md +0 -39
- package/_bmad/tea/workflows/testarch/framework/workflow.yaml +0 -47
- package/_bmad/tea/workflows/testarch/nfr-assess/checklist.md +0 -407
- package/_bmad/tea/workflows/testarch/nfr-assess/instructions.md +0 -36
- package/_bmad/tea/workflows/testarch/nfr-assess/nfr-report-template.md +0 -462
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md +0 -85
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-02-define-thresholds.md +0 -82
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-03-gather-evidence.md +0 -64
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +0 -140
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04a-subprocess-security.md +0 -138
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04b-subprocess-performance.md +0 -84
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04c-subprocess-reliability.md +0 -85
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04d-subprocess-scalability.md +0 -88
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +0 -219
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-c/step-05-generate-report.md +0 -71
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-e/step-01-assess.md +0 -65
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-e/step-02-apply-edit.md +0 -60
- package/_bmad/tea/workflows/testarch/nfr-assess/steps-v/step-01-validate.md +0 -67
- package/_bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md +0 -73
- package/_bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md +0 -116
- package/_bmad/tea/workflows/testarch/nfr-assess/workflow-plan.md +0 -19
- package/_bmad/tea/workflows/testarch/nfr-assess/workflow.md +0 -39
- package/_bmad/tea/workflows/testarch/nfr-assess/workflow.yaml +0 -47
- package/_bmad/tea/workflows/testarch/teach-me-testing/checklist.md +0 -197
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/curriculum.yaml +0 -129
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/quiz-questions.yaml +0 -206
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/role-paths.yaml +0 -136
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/session-content-map.yaml +0 -204
- package/_bmad/tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml +0 -359
- package/_bmad/tea/workflows/testarch/teach-me-testing/instructions.md +0 -130
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-01-init.md +0 -235
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-01b-continue.md +0 -147
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-02-assess.md +0 -258
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-03-session-menu.md +0 -219
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-01.md +0 -460
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-02.md +0 -465
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-03.md +0 -301
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-04.md +0 -234
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-05.md +0 -234
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-06.md +0 -209
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-07.md +0 -212
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-c/step-05-completion.md +0 -339
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md +0 -141
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-e/step-e-02-apply-edits.md +0 -122
- package/_bmad/tea/workflows/testarch/teach-me-testing/steps-v/step-v-01-validate.md +0 -263
- package/_bmad/tea/workflows/testarch/teach-me-testing/templates/certificate-template.md +0 -86
- package/_bmad/tea/workflows/testarch/teach-me-testing/templates/progress-template.yaml +0 -95
- package/_bmad/tea/workflows/testarch/teach-me-testing/templates/session-notes-template.md +0 -83
- package/_bmad/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +0 -950
- package/_bmad/tea/workflows/testarch/teach-me-testing/workflow.md +0 -90
- package/_bmad/tea/workflows/testarch/test-design/checklist.md +0 -410
- package/_bmad/tea/workflows/testarch/test-design/instructions.md +0 -52
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-01-detect-mode.md +0 -109
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +0 -127
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-03-risk-and-testability.md +0 -85
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-04-coverage-plan.md +0 -98
- package/_bmad/tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md +0 -97
- package/_bmad/tea/workflows/testarch/test-design/steps-e/step-01-assess.md +0 -65
- package/_bmad/tea/workflows/testarch/test-design/steps-e/step-02-apply-edit.md +0 -60
- package/_bmad/tea/workflows/testarch/test-design/steps-v/step-01-validate.md +0 -67
- package/_bmad/tea/workflows/testarch/test-design/test-design-architecture-template.md +0 -222
- package/_bmad/tea/workflows/testarch/test-design/test-design-qa-template.md +0 -296
- package/_bmad/tea/workflows/testarch/test-design/test-design-template.md +0 -294
- package/_bmad/tea/workflows/testarch/test-design/validation-report-20260127-095021.md +0 -73
- package/_bmad/tea/workflows/testarch/test-design/validation-report-20260127-102401.md +0 -116
- package/_bmad/tea/workflows/testarch/test-design/workflow-plan.md +0 -22
- package/_bmad/tea/workflows/testarch/test-design/workflow.md +0 -39
- package/_bmad/tea/workflows/testarch/test-design/workflow.yaml +0 -69
- package/_bmad/tea/workflows/testarch/test-review/checklist.md +0 -472
- package/_bmad/tea/workflows/testarch/test-review/instructions.md +0 -36
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +0 -101
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-02-discover-tests.md +0 -69
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md +0 -184
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03a-subprocess-determinism.md +0 -214
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03b-subprocess-isolation.md +0 -125
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03c-subprocess-maintainability.md +0 -102
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03d-subprocess-coverage.md +0 -111
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03e-subprocess-performance.md +0 -117
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md +0 -246
- package/_bmad/tea/workflows/testarch/test-review/steps-c/step-04-generate-report.md +0 -72
- package/_bmad/tea/workflows/testarch/test-review/steps-e/step-01-assess.md +0 -65
- package/_bmad/tea/workflows/testarch/test-review/steps-e/step-02-apply-edit.md +0 -60
- package/_bmad/tea/workflows/testarch/test-review/steps-v/step-01-validate.md +0 -67
- package/_bmad/tea/workflows/testarch/test-review/test-review-template.md +0 -390
- package/_bmad/tea/workflows/testarch/test-review/validation-report-20260127-095021.md +0 -72
- package/_bmad/tea/workflows/testarch/test-review/validation-report-20260127-102401.md +0 -114
- package/_bmad/tea/workflows/testarch/test-review/workflow-plan.md +0 -18
- package/_bmad/tea/workflows/testarch/test-review/workflow.md +0 -39
- package/_bmad/tea/workflows/testarch/test-review/workflow.yaml +0 -46
- package/_bmad/tea/workflows/testarch/trace/checklist.md +0 -642
- package/_bmad/tea/workflows/testarch/trace/instructions.md +0 -36
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-01-load-context.md +0 -80
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-02-discover-tests.md +0 -69
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-03-map-criteria.md +0 -65
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md +0 -244
- package/_bmad/tea/workflows/testarch/trace/steps-c/step-05-gate-decision.md +0 -232
- package/_bmad/tea/workflows/testarch/trace/steps-e/step-01-assess.md +0 -65
- package/_bmad/tea/workflows/testarch/trace/steps-e/step-02-apply-edit.md +0 -60
- package/_bmad/tea/workflows/testarch/trace/steps-v/step-01-validate.md +0 -67
- package/_bmad/tea/workflows/testarch/trace/trace-template.md +0 -675
- package/_bmad/tea/workflows/testarch/trace/validation-report-20260127-095021.md +0 -73
- package/_bmad/tea/workflows/testarch/trace/validation-report-20260127-102401.md +0 -116
- package/_bmad/tea/workflows/testarch/trace/workflow-plan.md +0 -21
- package/_bmad/tea/workflows/testarch/trace/workflow.md +0 -39
- package/_bmad/tea/workflows/testarch/trace/workflow.yaml +0 -55
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/agent-manifest.csv +0 -21
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/agents/contextualization-expert.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/agents/discovery-empathy-expert.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/agents/hypothesis-engineer.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/agents/lean-experiments-specialist.md +0 -118
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/agents/learning-decision-expert.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/agents/production-intelligence-specialist.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/agents/research-convergence-specialist.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/backup-manifest.json +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/config.yaml +0 -44
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/empathy-map/empathy-map.template.md +0 -143
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/empathy-map/steps/step-01-define-user.md +0 -60
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/empathy-map/steps/step-02-says-thinks.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/empathy-map/steps/step-03-does-feels.md +0 -79
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/empathy-map/steps/step-04-pain-points.md +0 -87
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/empathy-map/steps/step-05-gains.md +0 -103
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/empathy-map/steps/step-06-synthesize.md +0 -104
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/empathy-map/validate.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/empathy-map/workflow.md +0 -44
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/wireframe/steps/step-01-define-requirements.md +0 -85
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/wireframe/steps/step-02-user-flows.md +0 -59
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/wireframe/steps/step-03-information-architecture.md +0 -68
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/wireframe/steps/step-04-wireframe-sketch.md +0 -97
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/wireframe/steps/step-05-components.md +0 -128
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/wireframe/steps/step-06-synthesize.md +0 -83
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/wireframe/wireframe.template.md +0 -287
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/_deprecated/wireframe/workflow.md +0 -44
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/assumption-mapping/steps/step-01-setup.md +0 -66
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/assumption-mapping/steps/step-02-context.md +0 -93
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/assumption-mapping/steps/step-03-risk-mapping.md +0 -103
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/assumption-mapping/steps/step-04-synthesize.md +0 -101
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/assumption-mapping/workflow.md +0 -49
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/behavior-analysis/steps/step-01-setup.md +0 -81
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/behavior-analysis/steps/step-02-context.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/behavior-analysis/steps/step-03-classification.md +0 -98
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/behavior-analysis/steps/step-04-evidence.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/behavior-analysis/steps/step-05-synthesize.md +0 -174
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/behavior-analysis/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/contextualize-scope/contextualize-scope.template.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/contextualize-scope/steps/step-01-list-opportunities.md +0 -47
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/contextualize-scope/steps/step-02-define-criteria.md +0 -36
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/contextualize-scope/steps/step-03-evaluate-opportunities.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/contextualize-scope/steps/step-04-define-boundaries.md +0 -32
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/contextualize-scope/steps/step-05-validate-fit.md +0 -28
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/contextualize-scope/steps/step-06-synthesize.md +0 -33
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/contextualize-scope/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/contextualize-scope/workflow.md +0 -59
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/empathy-map/empathy-map.template.md +0 -143
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/empathy-map/steps/step-01-define-user.md +0 -60
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/empathy-map/steps/step-02-says-thinks.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/empathy-map/steps/step-03-does-feels.md +0 -79
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/empathy-map/steps/step-04-pain-points.md +0 -87
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/empathy-map/steps/step-05-gains.md +0 -103
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/empathy-map/steps/step-06-synthesize.md +0 -107
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/empathy-map/validate.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/empathy-map/workflow.md +0 -45
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/experiment-design/steps/step-01-setup.md +0 -66
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/experiment-design/steps/step-02-context.md +0 -77
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/experiment-design/steps/step-03-design.md +0 -114
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/experiment-design/steps/step-04-synthesize.md +0 -128
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/experiment-design/workflow.md +0 -51
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/hypothesis-engineering/steps/step-01-setup.md +0 -66
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/hypothesis-engineering/steps/step-02-context.md +0 -80
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/hypothesis-engineering/steps/step-03-brainwriting.md +0 -79
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/hypothesis-engineering/steps/step-04-assumption-mapping.md +0 -102
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/hypothesis-engineering/steps/step-05-synthesize.md +0 -130
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/hypothesis-engineering/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-experiment/lean-experiment.template.md +0 -29
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-experiment/steps/step-01.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-experiment/steps/step-02.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-experiment/steps/step-03.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-experiment/steps/step-04.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-experiment/steps/step-05.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-experiment/steps/step-06.md +0 -25
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-experiment/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-experiment/workflow.md +0 -26
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-persona/lean-persona.template.md +0 -163
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-persona/steps/step-01-define-job.md +0 -72
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-persona/steps/step-02-current-solution.md +0 -83
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-persona/steps/step-03-problem-contexts.md +0 -90
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-persona/steps/step-04-forces-anxieties.md +0 -98
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-persona/steps/step-05-success-criteria.md +0 -103
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-persona/steps/step-06-synthesize.md +0 -126
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-persona/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/lean-persona/workflow.md +0 -50
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/learning-card/learning-card.template.md +0 -179
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/learning-card/steps/step-01-experiment-context.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/learning-card/steps/step-02-raw-results.md +0 -125
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/learning-card/steps/step-03-analysis.md +0 -125
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/learning-card/steps/step-04-validated-learning.md +0 -139
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/learning-card/steps/step-05-implications.md +0 -134
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/learning-card/steps/step-06-synthesize.md +0 -121
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/learning-card/validate.md +0 -134
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/learning-card/workflow.md +0 -51
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/mvp/mvp.template.md +0 -40
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/mvp/steps/step-01-riskiest-assumption.md +0 -17
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/mvp/steps/step-02-success-criteria.md +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/mvp/steps/step-03-smallest-test.md +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/mvp/steps/step-04-scope-features.md +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/mvp/steps/step-05-build-measure-learn.md +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/mvp/steps/step-06-synthesize.md +0 -28
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/mvp/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/mvp/workflow.md +0 -36
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pattern-mapping/steps/step-01-setup.md +0 -102
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pattern-mapping/steps/step-02-context.md +0 -81
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pattern-mapping/steps/step-03-pattern-identification.md +0 -88
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pattern-mapping/steps/step-04-theme-clustering.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pattern-mapping/steps/step-05-synthesize.md +0 -135
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pattern-mapping/workflow.md +0 -58
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-patch-persevere/pivot-patch-persevere.template.md +0 -201
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-patch-persevere/steps/step-01-evidence-review.md +0 -125
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-patch-persevere/steps/step-02-hypothesis-assessment.md +0 -132
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-patch-persevere/steps/step-03-option-analysis.md +0 -167
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-patch-persevere/steps/step-04-stakeholder-input.md +0 -141
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-patch-persevere/steps/step-05-decision.md +0 -161
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-patch-persevere/steps/step-06-action-plan.md +0 -188
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-patch-persevere/validate.md +0 -159
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-patch-persevere/workflow.md +0 -51
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-resynthesis/steps/step-01-setup.md +0 -97
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-resynthesis/steps/step-02-context.md +0 -86
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-resynthesis/steps/step-03-jtbd-reframing.md +0 -88
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-resynthesis/steps/step-04-pains-gains-revision.md +0 -76
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-resynthesis/steps/step-05-synthesize.md +0 -158
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/pivot-resynthesis/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/product-vision/product-vision.template.md +0 -147
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/product-vision/steps/step-01-define-problem.md +0 -89
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/product-vision/steps/step-02-target-market.md +0 -91
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/product-vision/steps/step-03-unique-approach.md +0 -87
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/product-vision/steps/step-04-future-state.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/product-vision/steps/step-05-principles.md +0 -92
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/product-vision/steps/step-06-synthesize.md +0 -167
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/product-vision/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/product-vision/workflow.md +0 -55
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/production-monitoring/steps/step-01-setup.md +0 -84
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/production-monitoring/steps/step-02-context.md +0 -66
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/production-monitoring/steps/step-03-monitoring.md +0 -74
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/production-monitoring/steps/step-04-prioritization.md +0 -97
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/production-monitoring/steps/step-05-synthesize.md +0 -183
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/production-monitoring/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-concept/proof-of-concept.template.md +0 -25
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-concept/steps/step-01.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-concept/steps/step-02.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-concept/steps/step-03.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-concept/steps/step-04.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-concept/steps/step-05.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-concept/steps/step-06.md +0 -25
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-concept/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-concept/workflow.md +0 -26
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-value/proof-of-value.template.md +0 -29
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-value/steps/step-01.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-value/steps/step-02.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-value/steps/step-03.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-value/steps/step-04.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-value/steps/step-05.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-value/steps/step-06.md +0 -25
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-value/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/proof-of-value/workflow.md +0 -26
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/research-convergence/steps/step-01-setup.md +0 -69
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/research-convergence/steps/step-02-context.md +0 -70
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/research-convergence/steps/step-03-jtbd-framing.md +0 -81
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/research-convergence/steps/step-04-pains-gains.md +0 -77
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/research-convergence/steps/step-05-synthesize.md +0 -147
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/research-convergence/workflow.md +0 -50
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/signal-interpretation/steps/step-01-setup.md +0 -68
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/signal-interpretation/steps/step-02-context.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/signal-interpretation/steps/step-03-signal-analysis.md +0 -85
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/signal-interpretation/steps/step-04-anomaly-detection.md +0 -93
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/signal-interpretation/steps/step-05-synthesize.md +0 -163
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/signal-interpretation/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-discovery/steps/step-01-discovery-scope.md +0 -77
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-discovery/steps/step-02-research-methods.md +0 -152
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-discovery/steps/step-03-research-plan.md +0 -159
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-discovery/steps/step-04-execute.md +0 -169
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-discovery/steps/step-05-organize-data.md +0 -149
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-discovery/steps/step-06-synthesize.md +0 -159
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-discovery/user-discovery.template.md +0 -231
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-discovery/validate.md +0 -153
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-discovery/workflow.md +0 -45
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-interview/steps/step-01-research-goals.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-interview/steps/step-02-interview-script.md +0 -123
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-interview/steps/step-03-recruitment.md +0 -144
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-interview/steps/step-04-conduct.md +0 -154
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-interview/steps/step-05-findings.md +0 -163
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-interview/steps/step-06-synthesize.md +0 -171
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-interview/user-interview.template.md +0 -250
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-interview/validate.md +0 -142
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/user-interview/workflow.md +0 -51
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/vortex-navigation/steps/step-01-current-state.md +0 -56
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/vortex-navigation/steps/step-02-evidence-inventory.md +0 -70
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/vortex-navigation/steps/step-03-gap-analysis.md +0 -76
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/vortex-navigation/steps/step-04-stream-evaluation.md +0 -57
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/vortex-navigation/steps/step-05-recommendation.md +0 -65
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/vortex-navigation/steps/step-06-navigation-plan.md +0 -72
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/vortex-navigation/validate.md +0 -75
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/vortex-navigation/vortex-navigation.template.md +0 -105
- package/_bmad-output/.backups/backup-1.5.2-1772198614067/workflows/vortex-navigation/workflow.md +0 -54
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/agent-manifest.csv +0 -21
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/agents/contextualization-expert.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/agents/discovery-empathy-expert.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/agents/hypothesis-engineer.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/agents/lean-experiments-specialist.md +0 -118
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/agents/learning-decision-expert.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/agents/production-intelligence-specialist.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/agents/research-convergence-specialist.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/backup-manifest.json +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/config.yaml +0 -44
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/empathy-map/empathy-map.template.md +0 -143
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/empathy-map/steps/step-01-define-user.md +0 -60
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/empathy-map/steps/step-02-says-thinks.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/empathy-map/steps/step-03-does-feels.md +0 -79
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/empathy-map/steps/step-04-pain-points.md +0 -87
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/empathy-map/steps/step-05-gains.md +0 -103
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/empathy-map/steps/step-06-synthesize.md +0 -104
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/empathy-map/validate.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/empathy-map/workflow.md +0 -44
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/wireframe/steps/step-01-define-requirements.md +0 -85
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/wireframe/steps/step-02-user-flows.md +0 -59
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/wireframe/steps/step-03-information-architecture.md +0 -68
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/wireframe/steps/step-04-wireframe-sketch.md +0 -97
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/wireframe/steps/step-05-components.md +0 -128
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/wireframe/steps/step-06-synthesize.md +0 -83
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/wireframe/wireframe.template.md +0 -287
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/_deprecated/wireframe/workflow.md +0 -44
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/assumption-mapping/steps/step-01-setup.md +0 -66
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/assumption-mapping/steps/step-02-context.md +0 -93
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/assumption-mapping/steps/step-03-risk-mapping.md +0 -103
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/assumption-mapping/steps/step-04-synthesize.md +0 -101
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/assumption-mapping/workflow.md +0 -49
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/behavior-analysis/steps/step-01-setup.md +0 -81
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/behavior-analysis/steps/step-02-context.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/behavior-analysis/steps/step-03-classification.md +0 -98
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/behavior-analysis/steps/step-04-evidence.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/behavior-analysis/steps/step-05-synthesize.md +0 -174
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/behavior-analysis/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/contextualize-scope/contextualize-scope.template.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/contextualize-scope/steps/step-01-list-opportunities.md +0 -47
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/contextualize-scope/steps/step-02-define-criteria.md +0 -36
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/contextualize-scope/steps/step-03-evaluate-opportunities.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/contextualize-scope/steps/step-04-define-boundaries.md +0 -32
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/contextualize-scope/steps/step-05-validate-fit.md +0 -28
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/contextualize-scope/steps/step-06-synthesize.md +0 -33
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/contextualize-scope/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/contextualize-scope/workflow.md +0 -59
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/empathy-map/empathy-map.template.md +0 -143
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/empathy-map/steps/step-01-define-user.md +0 -60
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/empathy-map/steps/step-02-says-thinks.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/empathy-map/steps/step-03-does-feels.md +0 -79
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/empathy-map/steps/step-04-pain-points.md +0 -87
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/empathy-map/steps/step-05-gains.md +0 -103
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/empathy-map/steps/step-06-synthesize.md +0 -107
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/empathy-map/validate.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/empathy-map/workflow.md +0 -45
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/experiment-design/steps/step-01-setup.md +0 -66
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/experiment-design/steps/step-02-context.md +0 -77
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/experiment-design/steps/step-03-design.md +0 -114
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/experiment-design/steps/step-04-synthesize.md +0 -128
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/experiment-design/workflow.md +0 -51
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/hypothesis-engineering/steps/step-01-setup.md +0 -66
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/hypothesis-engineering/steps/step-02-context.md +0 -80
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/hypothesis-engineering/steps/step-03-brainwriting.md +0 -79
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/hypothesis-engineering/steps/step-04-assumption-mapping.md +0 -102
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/hypothesis-engineering/steps/step-05-synthesize.md +0 -130
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/hypothesis-engineering/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-experiment/lean-experiment.template.md +0 -29
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-experiment/steps/step-01.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-experiment/steps/step-02.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-experiment/steps/step-03.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-experiment/steps/step-04.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-experiment/steps/step-05.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-experiment/steps/step-06.md +0 -25
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-experiment/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-experiment/workflow.md +0 -26
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-persona/lean-persona.template.md +0 -163
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-persona/steps/step-01-define-job.md +0 -72
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-persona/steps/step-02-current-solution.md +0 -83
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-persona/steps/step-03-problem-contexts.md +0 -90
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-persona/steps/step-04-forces-anxieties.md +0 -98
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-persona/steps/step-05-success-criteria.md +0 -103
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-persona/steps/step-06-synthesize.md +0 -126
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-persona/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/lean-persona/workflow.md +0 -50
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/learning-card/learning-card.template.md +0 -179
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/learning-card/steps/step-01-experiment-context.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/learning-card/steps/step-02-raw-results.md +0 -125
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/learning-card/steps/step-03-analysis.md +0 -125
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/learning-card/steps/step-04-validated-learning.md +0 -139
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/learning-card/steps/step-05-implications.md +0 -134
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/learning-card/steps/step-06-synthesize.md +0 -121
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/learning-card/validate.md +0 -134
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/learning-card/workflow.md +0 -51
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/mvp/mvp.template.md +0 -40
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/mvp/steps/step-01-riskiest-assumption.md +0 -17
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/mvp/steps/step-02-success-criteria.md +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/mvp/steps/step-03-smallest-test.md +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/mvp/steps/step-04-scope-features.md +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/mvp/steps/step-05-build-measure-learn.md +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/mvp/steps/step-06-synthesize.md +0 -28
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/mvp/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/mvp/workflow.md +0 -36
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pattern-mapping/steps/step-01-setup.md +0 -102
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pattern-mapping/steps/step-02-context.md +0 -81
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pattern-mapping/steps/step-03-pattern-identification.md +0 -88
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pattern-mapping/steps/step-04-theme-clustering.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pattern-mapping/steps/step-05-synthesize.md +0 -135
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pattern-mapping/workflow.md +0 -58
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-patch-persevere/pivot-patch-persevere.template.md +0 -201
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-patch-persevere/steps/step-01-evidence-review.md +0 -125
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-patch-persevere/steps/step-02-hypothesis-assessment.md +0 -132
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-patch-persevere/steps/step-03-option-analysis.md +0 -167
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-patch-persevere/steps/step-04-stakeholder-input.md +0 -141
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-patch-persevere/steps/step-05-decision.md +0 -161
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-patch-persevere/steps/step-06-action-plan.md +0 -188
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-patch-persevere/validate.md +0 -159
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-patch-persevere/workflow.md +0 -51
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-resynthesis/steps/step-01-setup.md +0 -97
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-resynthesis/steps/step-02-context.md +0 -86
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-resynthesis/steps/step-03-jtbd-reframing.md +0 -88
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-resynthesis/steps/step-04-pains-gains-revision.md +0 -76
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-resynthesis/steps/step-05-synthesize.md +0 -158
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/pivot-resynthesis/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/product-vision/product-vision.template.md +0 -147
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/product-vision/steps/step-01-define-problem.md +0 -89
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/product-vision/steps/step-02-target-market.md +0 -91
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/product-vision/steps/step-03-unique-approach.md +0 -87
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/product-vision/steps/step-04-future-state.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/product-vision/steps/step-05-principles.md +0 -92
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/product-vision/steps/step-06-synthesize.md +0 -167
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/product-vision/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/product-vision/workflow.md +0 -55
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/production-monitoring/steps/step-01-setup.md +0 -84
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/production-monitoring/steps/step-02-context.md +0 -66
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/production-monitoring/steps/step-03-monitoring.md +0 -74
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/production-monitoring/steps/step-04-prioritization.md +0 -97
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/production-monitoring/steps/step-05-synthesize.md +0 -183
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/production-monitoring/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-concept/proof-of-concept.template.md +0 -25
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-concept/steps/step-01.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-concept/steps/step-02.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-concept/steps/step-03.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-concept/steps/step-04.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-concept/steps/step-05.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-concept/steps/step-06.md +0 -25
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-concept/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-concept/workflow.md +0 -26
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-value/proof-of-value.template.md +0 -29
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-value/steps/step-01.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-value/steps/step-02.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-value/steps/step-03.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-value/steps/step-04.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-value/steps/step-05.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-value/steps/step-06.md +0 -25
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-value/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/proof-of-value/workflow.md +0 -26
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/research-convergence/steps/step-01-setup.md +0 -69
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/research-convergence/steps/step-02-context.md +0 -70
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/research-convergence/steps/step-03-jtbd-framing.md +0 -81
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/research-convergence/steps/step-04-pains-gains.md +0 -77
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/research-convergence/steps/step-05-synthesize.md +0 -147
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/research-convergence/workflow.md +0 -50
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/signal-interpretation/steps/step-01-setup.md +0 -68
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/signal-interpretation/steps/step-02-context.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/signal-interpretation/steps/step-03-signal-analysis.md +0 -85
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/signal-interpretation/steps/step-04-anomaly-detection.md +0 -93
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/signal-interpretation/steps/step-05-synthesize.md +0 -163
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/signal-interpretation/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-discovery/steps/step-01-discovery-scope.md +0 -77
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-discovery/steps/step-02-research-methods.md +0 -152
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-discovery/steps/step-03-research-plan.md +0 -159
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-discovery/steps/step-04-execute.md +0 -169
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-discovery/steps/step-05-organize-data.md +0 -149
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-discovery/steps/step-06-synthesize.md +0 -159
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-discovery/user-discovery.template.md +0 -231
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-discovery/validate.md +0 -153
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-discovery/workflow.md +0 -45
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-interview/steps/step-01-research-goals.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-interview/steps/step-02-interview-script.md +0 -123
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-interview/steps/step-03-recruitment.md +0 -144
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-interview/steps/step-04-conduct.md +0 -154
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-interview/steps/step-05-findings.md +0 -163
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-interview/steps/step-06-synthesize.md +0 -171
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-interview/user-interview.template.md +0 -250
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-interview/validate.md +0 -142
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/user-interview/workflow.md +0 -51
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/vortex-navigation/steps/step-01-current-state.md +0 -56
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/vortex-navigation/steps/step-02-evidence-inventory.md +0 -70
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/vortex-navigation/steps/step-03-gap-analysis.md +0 -76
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/vortex-navigation/steps/step-04-stream-evaluation.md +0 -57
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/vortex-navigation/steps/step-05-recommendation.md +0 -65
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/vortex-navigation/steps/step-06-navigation-plan.md +0 -72
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/vortex-navigation/validate.md +0 -75
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/vortex-navigation/vortex-navigation.template.md +0 -105
- package/_bmad-output/.backups/backup-1.5.2-1772198687901/workflows/vortex-navigation/workflow.md +0 -54
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/agent-manifest.csv +0 -21
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/agents/contextualization-expert.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/agents/discovery-empathy-expert.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/agents/hypothesis-engineer.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/agents/lean-experiments-specialist.md +0 -118
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/agents/learning-decision-expert.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/agents/production-intelligence-specialist.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/agents/research-convergence-specialist.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/backup-manifest.json +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/config.yaml +0 -44
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/empathy-map/empathy-map.template.md +0 -143
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/empathy-map/steps/step-01-define-user.md +0 -60
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/empathy-map/steps/step-02-says-thinks.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/empathy-map/steps/step-03-does-feels.md +0 -79
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/empathy-map/steps/step-04-pain-points.md +0 -87
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/empathy-map/steps/step-05-gains.md +0 -103
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/empathy-map/steps/step-06-synthesize.md +0 -104
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/empathy-map/validate.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/empathy-map/workflow.md +0 -44
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/wireframe/steps/step-01-define-requirements.md +0 -85
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/wireframe/steps/step-02-user-flows.md +0 -59
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/wireframe/steps/step-03-information-architecture.md +0 -68
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/wireframe/steps/step-04-wireframe-sketch.md +0 -97
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/wireframe/steps/step-05-components.md +0 -128
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/wireframe/steps/step-06-synthesize.md +0 -83
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/wireframe/wireframe.template.md +0 -287
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/_deprecated/wireframe/workflow.md +0 -44
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/assumption-mapping/steps/step-01-setup.md +0 -66
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/assumption-mapping/steps/step-02-context.md +0 -93
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/assumption-mapping/steps/step-03-risk-mapping.md +0 -103
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/assumption-mapping/steps/step-04-synthesize.md +0 -101
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/assumption-mapping/workflow.md +0 -49
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/behavior-analysis/steps/step-01-setup.md +0 -81
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/behavior-analysis/steps/step-02-context.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/behavior-analysis/steps/step-03-classification.md +0 -98
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/behavior-analysis/steps/step-04-evidence.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/behavior-analysis/steps/step-05-synthesize.md +0 -174
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/behavior-analysis/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/contextualize-scope/contextualize-scope.template.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/contextualize-scope/steps/step-01-list-opportunities.md +0 -47
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/contextualize-scope/steps/step-02-define-criteria.md +0 -36
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/contextualize-scope/steps/step-03-evaluate-opportunities.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/contextualize-scope/steps/step-04-define-boundaries.md +0 -32
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/contextualize-scope/steps/step-05-validate-fit.md +0 -28
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/contextualize-scope/steps/step-06-synthesize.md +0 -33
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/contextualize-scope/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/contextualize-scope/workflow.md +0 -59
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/empathy-map/empathy-map.template.md +0 -143
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/empathy-map/steps/step-01-define-user.md +0 -60
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/empathy-map/steps/step-02-says-thinks.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/empathy-map/steps/step-03-does-feels.md +0 -79
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/empathy-map/steps/step-04-pain-points.md +0 -87
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/empathy-map/steps/step-05-gains.md +0 -103
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/empathy-map/steps/step-06-synthesize.md +0 -107
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/empathy-map/validate.md +0 -117
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/empathy-map/workflow.md +0 -45
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/experiment-design/steps/step-01-setup.md +0 -66
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/experiment-design/steps/step-02-context.md +0 -77
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/experiment-design/steps/step-03-design.md +0 -114
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/experiment-design/steps/step-04-synthesize.md +0 -128
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/experiment-design/workflow.md +0 -51
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/hypothesis-engineering/steps/step-01-setup.md +0 -66
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/hypothesis-engineering/steps/step-02-context.md +0 -80
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/hypothesis-engineering/steps/step-03-brainwriting.md +0 -79
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/hypothesis-engineering/steps/step-04-assumption-mapping.md +0 -102
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/hypothesis-engineering/steps/step-05-synthesize.md +0 -130
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/hypothesis-engineering/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-experiment/lean-experiment.template.md +0 -29
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-experiment/steps/step-01.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-experiment/steps/step-02.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-experiment/steps/step-03.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-experiment/steps/step-04.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-experiment/steps/step-05.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-experiment/steps/step-06.md +0 -25
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-experiment/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-experiment/workflow.md +0 -26
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-persona/lean-persona.template.md +0 -163
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-persona/steps/step-01-define-job.md +0 -72
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-persona/steps/step-02-current-solution.md +0 -83
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-persona/steps/step-03-problem-contexts.md +0 -90
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-persona/steps/step-04-forces-anxieties.md +0 -98
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-persona/steps/step-05-success-criteria.md +0 -103
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-persona/steps/step-06-synthesize.md +0 -126
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-persona/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/lean-persona/workflow.md +0 -50
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/learning-card/learning-card.template.md +0 -179
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/learning-card/steps/step-01-experiment-context.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/learning-card/steps/step-02-raw-results.md +0 -125
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/learning-card/steps/step-03-analysis.md +0 -125
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/learning-card/steps/step-04-validated-learning.md +0 -139
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/learning-card/steps/step-05-implications.md +0 -134
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/learning-card/steps/step-06-synthesize.md +0 -121
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/learning-card/validate.md +0 -134
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/learning-card/workflow.md +0 -51
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/mvp/mvp.template.md +0 -40
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/mvp/steps/step-01-riskiest-assumption.md +0 -17
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/mvp/steps/step-02-success-criteria.md +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/mvp/steps/step-03-smallest-test.md +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/mvp/steps/step-04-scope-features.md +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/mvp/steps/step-05-build-measure-learn.md +0 -13
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/mvp/steps/step-06-synthesize.md +0 -28
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/mvp/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/mvp/workflow.md +0 -36
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pattern-mapping/steps/step-01-setup.md +0 -102
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pattern-mapping/steps/step-02-context.md +0 -81
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pattern-mapping/steps/step-03-pattern-identification.md +0 -88
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pattern-mapping/steps/step-04-theme-clustering.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pattern-mapping/steps/step-05-synthesize.md +0 -135
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pattern-mapping/workflow.md +0 -58
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-patch-persevere/pivot-patch-persevere.template.md +0 -201
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-patch-persevere/steps/step-01-evidence-review.md +0 -125
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-patch-persevere/steps/step-02-hypothesis-assessment.md +0 -132
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-patch-persevere/steps/step-03-option-analysis.md +0 -167
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-patch-persevere/steps/step-04-stakeholder-input.md +0 -141
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-patch-persevere/steps/step-05-decision.md +0 -161
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-patch-persevere/steps/step-06-action-plan.md +0 -188
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-patch-persevere/validate.md +0 -159
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-patch-persevere/workflow.md +0 -51
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-resynthesis/steps/step-01-setup.md +0 -97
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-resynthesis/steps/step-02-context.md +0 -86
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-resynthesis/steps/step-03-jtbd-reframing.md +0 -88
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-resynthesis/steps/step-04-pains-gains-revision.md +0 -76
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-resynthesis/steps/step-05-synthesize.md +0 -158
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/pivot-resynthesis/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/product-vision/product-vision.template.md +0 -147
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/product-vision/steps/step-01-define-problem.md +0 -89
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/product-vision/steps/step-02-target-market.md +0 -91
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/product-vision/steps/step-03-unique-approach.md +0 -87
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/product-vision/steps/step-04-future-state.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/product-vision/steps/step-05-principles.md +0 -92
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/product-vision/steps/step-06-synthesize.md +0 -167
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/product-vision/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/product-vision/workflow.md +0 -55
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/production-monitoring/steps/step-01-setup.md +0 -84
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/production-monitoring/steps/step-02-context.md +0 -66
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/production-monitoring/steps/step-03-monitoring.md +0 -74
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/production-monitoring/steps/step-04-prioritization.md +0 -97
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/production-monitoring/steps/step-05-synthesize.md +0 -183
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/production-monitoring/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-concept/proof-of-concept.template.md +0 -25
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-concept/steps/step-01.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-concept/steps/step-02.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-concept/steps/step-03.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-concept/steps/step-04.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-concept/steps/step-05.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-concept/steps/step-06.md +0 -25
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-concept/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-concept/workflow.md +0 -26
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-value/proof-of-value.template.md +0 -29
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-value/steps/step-01.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-value/steps/step-02.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-value/steps/step-03.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-value/steps/step-04.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-value/steps/step-05.md +0 -8
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-value/steps/step-06.md +0 -25
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-value/validate.md +0 -30
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/proof-of-value/workflow.md +0 -26
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/research-convergence/steps/step-01-setup.md +0 -69
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/research-convergence/steps/step-02-context.md +0 -70
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/research-convergence/steps/step-03-jtbd-framing.md +0 -81
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/research-convergence/steps/step-04-pains-gains.md +0 -77
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/research-convergence/steps/step-05-synthesize.md +0 -147
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/research-convergence/workflow.md +0 -50
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/signal-interpretation/steps/step-01-setup.md +0 -68
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/signal-interpretation/steps/step-02-context.md +0 -67
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/signal-interpretation/steps/step-03-signal-analysis.md +0 -85
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/signal-interpretation/steps/step-04-anomaly-detection.md +0 -93
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/signal-interpretation/steps/step-05-synthesize.md +0 -163
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/signal-interpretation/workflow.md +0 -52
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-discovery/steps/step-01-discovery-scope.md +0 -77
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-discovery/steps/step-02-research-methods.md +0 -152
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-discovery/steps/step-03-research-plan.md +0 -159
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-discovery/steps/step-04-execute.md +0 -169
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-discovery/steps/step-05-organize-data.md +0 -149
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-discovery/steps/step-06-synthesize.md +0 -159
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-discovery/user-discovery.template.md +0 -231
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-discovery/validate.md +0 -153
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-discovery/workflow.md +0 -45
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-interview/steps/step-01-research-goals.md +0 -100
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-interview/steps/step-02-interview-script.md +0 -123
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-interview/steps/step-03-recruitment.md +0 -144
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-interview/steps/step-04-conduct.md +0 -154
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-interview/steps/step-05-findings.md +0 -163
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-interview/steps/step-06-synthesize.md +0 -171
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-interview/user-interview.template.md +0 -250
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-interview/validate.md +0 -142
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/user-interview/workflow.md +0 -51
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/vortex-navigation/steps/step-01-current-state.md +0 -56
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/vortex-navigation/steps/step-02-evidence-inventory.md +0 -70
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/vortex-navigation/steps/step-03-gap-analysis.md +0 -76
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/vortex-navigation/steps/step-04-stream-evaluation.md +0 -57
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/vortex-navigation/steps/step-05-recommendation.md +0 -65
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/vortex-navigation/steps/step-06-navigation-plan.md +0 -72
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/vortex-navigation/validate.md +0 -75
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/vortex-navigation/vortex-navigation.template.md +0 -105
- package/_bmad-output/.backups/backup-1.5.2-1772198765745/workflows/vortex-navigation/workflow.md +0 -54
- package/_bmad-output/.logs/migration-1772198765807.log +0 -21
- package/_bmad-output/.logs/migration-error-1772198614200.log +0 -19
- package/_bmad-output/.logs/migration-error-1772198687988.log +0 -16
- package/_bmad-output/BMAD-BUILDER-ANALYSIS.md +0 -372
- package/_bmad-output/CRITICAL-FRAMEWORK-CORRECTION.md +0 -371
- package/_bmad-output/DISTRIBUTION-UPDATE-COMPLETE.md +0 -238
- package/_bmad-output/DOCUMENT-ALIGNMENT-ANALYSIS.md +0 -308
- package/_bmad-output/EMMA-REFERENCE-IMPLEMENTATION-COMPLETE.md +0 -397
- package/_bmad-output/EMMA-TESTING-GUIDE.md +0 -380
- package/_bmad-output/FLEXIBLE-DISTRIBUTION-UPDATE.md +0 -438
- package/_bmad-output/GENERIC-AGENT-INTEGRATION-FRAMEWORK.md +0 -794
- package/_bmad-output/GIT-COMMIT-SUMMARY.md +0 -429
- package/_bmad-output/PIVOT-SUMMARY-2026-02-07.md +0 -285
- package/_bmad-output/PROJECT-STATUS-UPDATE.md +0 -781
- package/_bmad-output/README-CONFLICT-RESOLUTION.md +0 -390
- package/_bmad-output/README.md +0 -228
- package/_bmad-output/ROADMAP-UPDATE-COMPLETE.md +0 -184
- package/_bmad-output/WADE-COMPLETION-STATUS.md +0 -564
- package/_bmad-output/WADE-DEVELOPMENT-PLAN.md +0 -912
- package/_bmad-output/brainstorming/alignment-summary.md +0 -448
- package/_bmad-output/brainstorming/architectural-decision-framework.md +0 -287
- package/_bmad-output/brainstorming/brainstorming-session-2026-02-05.md +0 -313
- package/_bmad-output/brainstorming/llm-agnostic-architecture.md +0 -350
- package/_bmad-output/brainstorming/orchestration-patterns-catalog.md +0 -649
- package/_bmad-output/design-artifacts/EMMA-USER-GUIDE.md +0 -710
- package/_bmad-output/design-artifacts/WADE-USER-GUIDE.md +0 -1191
- package/_bmad-output/implementation-artifacts/1-1-expand-agent-registry-to-7-agents.md +0 -190
- package/_bmad-output/implementation-artifacts/1-2-update-validator-config-merger-doctor-for-7-agents.md +0 -184
- package/_bmad-output/implementation-artifacts/1-3-create-migration-delta-installer-updates.md +0 -270
- package/_bmad-output/implementation-artifacts/1-4-define-handoff-contract-schemas-hc1-hc5.md +0 -292
- package/_bmad-output/implementation-artifacts/1-5-create-compass-routing-reference-document.md +0 -324
- package/_bmad-output/implementation-artifacts/2-1-design-milas-agent-definition-persona.md +0 -270
- package/_bmad-output/implementation-artifacts/2-2-create-research-convergence-workflow.md +0 -429
- package/_bmad-output/implementation-artifacts/2-3-create-pivot-resynthesis-workflow.md +0 -411
- package/_bmad-output/implementation-artifacts/2-4-create-pattern-mapping-workflow.md +0 -397
- package/_bmad-output/implementation-artifacts/2-5-create-mila-user-guide-example-artifacts.md +0 -243
- package/_bmad-output/implementation-artifacts/3-1-design-liams-agent-definition-persona.md +0 -301
- package/_bmad-output/implementation-artifacts/3-2-create-hypothesis-engineering-workflow.md +0 -403
- package/_bmad-output/implementation-artifacts/3-3-create-assumption-mapping-workflow.md +0 -373
- package/_bmad-output/implementation-artifacts/3-4-create-experiment-design-workflow.md +0 -359
- package/_bmad-output/implementation-artifacts/3-5-create-liam-user-guide-example-artifacts.md +0 -258
- package/_bmad-output/implementation-artifacts/4-1-design-noahs-agent-definition-persona.md +0 -191
- package/_bmad-output/implementation-artifacts/4-2-create-signal-interpretation-workflow.md +0 -352
- package/_bmad-output/implementation-artifacts/4-3-create-behavior-analysis-workflow.md +0 -406
- package/_bmad-output/implementation-artifacts/4-4-create-production-monitoring-workflow.md +0 -430
- package/_bmad-output/implementation-artifacts/4-5-create-noah-user-guide-example-artifacts.md +0 -342
- package/_bmad-output/implementation-artifacts/5-1-update-islas-compass-routes-to-mila.md +0 -210
- package/_bmad-output/implementation-artifacts/5-2-update-wades-maxs-compass-routes.md +0 -260
- package/_bmad-output/implementation-artifacts/5-3-update-documentation-for-complete-7-agent-vortex.md +0 -268
- package/_bmad-output/implementation-artifacts/5-4-add-ci-dead-end-detection-final-version-bump.md +0 -206
- package/_bmad-output/implementation-artifacts/epic-1-retro-2026-02-24.md +0 -90
- package/_bmad-output/implementation-artifacts/epic-2-retro-2026-02-25.md +0 -104
- package/_bmad-output/implementation-artifacts/epic-3-retro-2026-02-25.md +0 -126
- package/_bmad-output/implementation-artifacts/epic-4-retro-2026-02-26.md +0 -151
- package/_bmad-output/implementation-artifacts/epic-5-retro-2026-02-26.md +0 -168
- package/_bmad-output/implementation-artifacts/sprint-status.yaml +0 -85
- package/_bmad-output/planning-artifacts/4-framework-comparison-matrix.md +0 -813
- package/_bmad-output/planning-artifacts/ORIGINAL-VISION-README.md +0 -282
- package/_bmad-output/planning-artifacts/align-command-prototype.md +0 -1038
- package/_bmad-output/planning-artifacts/architectural-comparison-quint-vs-bmad-first.md +0 -2310
- package/_bmad-output/planning-artifacts/architectural-decision-record.md +0 -553
- package/_bmad-output/planning-artifacts/architecture.md +0 -607
- package/_bmad-output/planning-artifacts/baseartifact-contract-spec.md +0 -1104
- package/_bmad-output/planning-artifacts/distribution-strategy.md +0 -1116
- package/_bmad-output/planning-artifacts/epics.md +0 -826
- package/_bmad-output/planning-artifacts/executive-summary-presentation.md +0 -508
- package/_bmad-output/planning-artifacts/framework-deep-dive-analysis.md +0 -1180
- package/_bmad-output/planning-artifacts/greenfield-architecture-analysis.md +0 -1616
- package/_bmad-output/planning-artifacts/implementation-readiness-report-2026-02-23.md +0 -156
- package/_bmad-output/planning-artifacts/integration-roadmap.md +0 -2364
- package/_bmad-output/planning-artifacts/phase-0-alternative-agent-integration.md +0 -413
- package/_bmad-output/planning-artifacts/phase-0-implementation-guide.md +0 -1361
- package/_bmad-output/planning-artifacts/phase-0-workflow-map.md +0 -935
- package/_bmad-output/planning-artifacts/prd.md +0 -498
- package/_bmad-output/planning-artifacts/product-brief-BMAD-Enhanced-2026-02-01.md +0 -3086
- package/_bmad-output/planning-artifacts/product-brief-BMAD-Enhanced-2026-02-22.md +0 -262
- package/_bmad-output/planning-artifacts/technical-deep-dive-analysis.md +0 -2755
- package/_bmad-output/project-documentation/CLEANUP-AUDIT.md +0 -143
- package/_bmad-output/project-documentation/INSTALLATION-SYSTEM-SUMMARY.md +0 -363
- package/_bmad-output/project-documentation/NPX-INSTALLATION-UPDATE.md +0 -399
- package/_bmad-output/project-documentation/PREREQUISITE-CHECK-UPDATE.md +0 -405
- package/_bmad-output/project-documentation/PUBLICATION-SUCCESS-v1.0.3-alpha.md +0 -284
- package/_bmad-output/project-documentation/PUBLISHING-COMPLETE.md +0 -259
- package/_bmad-output/project-documentation/RELEASE-NOTES-v1.0.2-alpha.md +0 -101
- package/_bmad-output/project-documentation/TEST-RESULTS-v1.0.3-alpha.md +0 -349
- package/_bmad-output/test-artifacts/emma-tests/STAKEHOLDER-SIGNOFF-REVIEW.md +0 -522
- package/_bmad-output/test-artifacts/emma-tests/emma-p0-test-results.md +0 -292
- package/_bmad-output/test-artifacts/emma-tests/emma-p0-test-suite.md +0 -668
- package/_bmad-output/test-artifacts/emma-tests/fixtures/incomplete-config.yaml +0 -7
- package/_bmad-output/test-artifacts/emma-tests/fixtures/malformed-config.yaml +0 -9
- package/_bmad-output/test-artifacts/emma-tests/fixtures/sample-user-persona.md +0 -50
- package/_bmad-output/test-artifacts/emma-tests/fixtures/test-config-incomplete.yaml +0 -3
- package/_bmad-output/test-artifacts/emma-tests/fixtures/test-config.yaml +0 -7
- package/_bmad-output/test-artifacts/emma-tests/results/empathy-map-sarah-chen-2026-02-14.md +0 -271
- package/_bmad-output/test-artifacts/test-design/emma-agent-verification-test-design.md +0 -636
- package/_bmad-output/test-artifacts/wade-tests/README.md +0 -300
- package/_bmad-output/test-artifacts/wade-tests/WADE-FINAL-SUMMARY.md +0 -513
- package/_bmad-output/test-artifacts/wade-tests/WADE-STAKEHOLDER-SIGNOFF.md +0 -512
- package/_bmad-output/test-artifacts/wade-tests/test-fixtures.md +0 -426
- package/_bmad-output/test-artifacts/wade-tests/wade-live-test-results.md +0 -438
- package/_bmad-output/test-artifacts/wade-tests/wade-p0-test-execution.md +0 -812
- package/_bmad-output/vortex-artifacts/EMMA-USER-GUIDE.md +0 -450
- package/_bmad-output/vortex-artifacts/ISLA-USER-GUIDE.md +0 -213
- package/_bmad-output/vortex-artifacts/MAX-USER-GUIDE.md +0 -218
- package/_bmad-output/vortex-artifacts/WADE-USER-GUIDE.md +0 -471
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,63 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [1.7.0] - 2026-03-02
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- **Docs Audit Tool** (`npm run docs:audit`) — Programmatic documentation quality checker with 5 check types:
|
|
15
|
+
- Stale numeric references (detects outdated agent/workflow counts)
|
|
16
|
+
- Broken internal links
|
|
17
|
+
- Incomplete agent listing tables (with relationship table detection)
|
|
18
|
+
- Internal naming convention leaks (`_vortex` in user-facing prose)
|
|
19
|
+
- Forward-compatibility checks
|
|
20
|
+
- **P0 Content Correctness Test Suite** — 12 test files covering activation, voice consistency, content correctness, handoff contracts, and workflow structure for all 7 agents
|
|
21
|
+
- **18 production-quality workflow step files** for Wade's three remaining workflows:
|
|
22
|
+
- `lean-experiment/steps/` — step-01-hypothesis through step-06-decide
|
|
23
|
+
- `proof-of-concept/steps/` — step-01-risk through step-06-document
|
|
24
|
+
- `proof-of-value/steps/` — step-01-value-hypothesis through step-06-document
|
|
25
|
+
- **7 comprehensive user guides** — Created/expanded guides for all 7 agents in `_bmad/bme/_vortex/guides/`
|
|
26
|
+
- **"Your First 15 Minutes" walkthrough** in README — 6-step guided onboarding from config to first artifact
|
|
27
|
+
- **Activation model explanation** in README — explains what agent files are and how Claude adopts personas
|
|
28
|
+
- **Config personalization step** in README Quick Start and installer output
|
|
29
|
+
- **`bmad-update` test suite** — 615+ lines covering upgrade flows, config merging, version detection
|
|
30
|
+
- **`bmad-version` test suite** — 377 lines covering version display, migration history, update detection
|
|
31
|
+
- **`docs-audit` test suite** — 539 lines covering all 5 check functions
|
|
32
|
+
- **7-agent journey example** — Complete busy-parents walkthrough demonstrating all 7 agents and handoff contracts
|
|
33
|
+
- **Structured feedback mechanism** — GitHub issue template for agent/workflow feedback
|
|
34
|
+
|
|
35
|
+
### Changed
|
|
36
|
+
|
|
37
|
+
- **CRITICAL: Fixed npm package bloat** — Package reduced from 1618 files / 9.7 MB to 242 files / 1.1 MB. The `files` field in `package.json` was too broad (`"_bmad/"`, `"_bmad-output/"`), shipping internal backups, migration logs, sprint artifacts, and all BMAD modules (bmm, cis, core, tea). Now precisely targets `"_bmad/bme/_vortex/"` only.
|
|
38
|
+
- **Config merger smart-merge** — `mergeConfig()` now preserves user-added agents and workflows during updates. Canonical entries maintain registry order; user-added entries are deduplicated and appended.
|
|
39
|
+
- **User guide invocation methods reordered** — Direct File Reading is now Method 1 (Recommended) in all 7 guides; Slash Command is Method 2 (BMAD Environments Only)
|
|
40
|
+
- **README overhaul** — Value proposition, visual Vortex diagram, agent output previews, Claude Code/Claude.ai activation instructions
|
|
41
|
+
- **Installer output** — Now shows numbered "Next Steps" including config personalization
|
|
42
|
+
- **Journey example condensed** — 944 to 888 lines, tightened transition sections
|
|
43
|
+
- **docs/agents.md** — Updated agent count references, handoff contract documentation
|
|
44
|
+
- **docs/faq.md** — Expanded with workflow and agent questions
|
|
45
|
+
- **INSTALLATION.md** — Updated installation instructions
|
|
46
|
+
- **UPDATE-GUIDE.md** — Added user-agent preservation documentation
|
|
47
|
+
|
|
48
|
+
### Fixed
|
|
49
|
+
|
|
50
|
+
- Config merger overwrote user-added agents on upgrade (now preserved via smart-merge)
|
|
51
|
+
- Incomplete agent table detection false positives on relationship/contract-flow tables
|
|
52
|
+
- Internal naming leak check false positives on markdown link targets and backtick-wrapped paths
|
|
53
|
+
- `_vortex` appearing unescaped in 7 user guide Credits sections
|
|
54
|
+
- Separator and header rows incorrectly counted in agent table completeness check
|
|
55
|
+
- README "Type `LP`" instruction meaningless to new users (now "Select **Lean Persona** from the menu")
|
|
56
|
+
- Redundant config personalization step in "Your First 15 Minutes"
|
|
57
|
+
|
|
58
|
+
### Technical Details
|
|
59
|
+
|
|
60
|
+
- **Tests:** 309 pass, 0 fail, 0 todo (unit + integration + P0)
|
|
61
|
+
- **Package:** 242 files, 1.1 MB unpacked (was 1618 files, 9.7 MB)
|
|
62
|
+
- **Docs audit:** `npm run docs:audit --json` returns `[]` (zero findings)
|
|
63
|
+
- **All 22 workflows** now have production-quality step content (no placeholders)
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
10
67
|
## [1.6.0] - 2026-02-26
|
|
11
68
|
|
|
12
69
|
### Added
|
|
@@ -834,4 +891,4 @@ No changes to installation flow. Reinstallation will fix the Wade workflow bug.
|
|
|
834
891
|
- [README.md](README.md) - Project overview
|
|
835
892
|
- [INSTALLATION.md](INSTALLATION.md) - Installation guide
|
|
836
893
|
- [BMAD-METHOD-COMPATIBILITY.md](BMAD-METHOD-COMPATIBILITY.md) - Integration details
|
|
837
|
-
- User guides in `_bmad
|
|
894
|
+
- User guides in `_bmad/bme/_vortex/guides/`
|
package/INSTALLATION.md
CHANGED
|
@@ -20,7 +20,7 @@ BMAD-Enhanced works **standalone** or as an extension to [BMAD Method](https://g
|
|
|
20
20
|
npm install bmad-enhanced && npx bmad-install-vortex-agents
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
All
|
|
23
|
+
All 7 Vortex agents (Emma, Isla, Mila, Liam, Wade, Noah, Max) with 22 workflows are installed and ready to use.
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -62,8 +62,11 @@ your-project/
|
|
|
62
62
|
│ │ ├── agents/
|
|
63
63
|
│ │ │ ├── contextualization-expert.md # Emma
|
|
64
64
|
│ │ │ ├── discovery-empathy-expert.md # Isla
|
|
65
|
-
│ │ │ ├──
|
|
66
|
-
│ │ │
|
|
65
|
+
│ │ │ ├── research-convergence-specialist.md # Mila
|
|
66
|
+
│ │ │ ├── hypothesis-engineer.md # Liam
|
|
67
|
+
│ │ │ ├── lean-experiments-specialist.md # Wade
|
|
68
|
+
│ │ │ ├── production-intelligence-specialist.md # Noah
|
|
69
|
+
│ │ │ └── learning-decision-expert.md # Max
|
|
67
70
|
│ │ ├── workflows/
|
|
68
71
|
│ │ │ ├── lean-persona/ # Emma workflows
|
|
69
72
|
│ │ │ ├── product-vision/
|
|
@@ -71,10 +74,19 @@ your-project/
|
|
|
71
74
|
│ │ │ ├── empathy-map/ # Isla workflows
|
|
72
75
|
│ │ │ ├── user-interview/
|
|
73
76
|
│ │ │ ├── user-discovery/
|
|
77
|
+
│ │ │ ├── research-convergence/ # Mila workflows
|
|
78
|
+
│ │ │ ├── pivot-resynthesis/
|
|
79
|
+
│ │ │ ├── pattern-mapping/
|
|
80
|
+
│ │ │ ├── hypothesis-engineering/ # Liam workflows
|
|
81
|
+
│ │ │ ├── assumption-mapping/
|
|
82
|
+
│ │ │ ├── experiment-design/
|
|
74
83
|
│ │ │ ├── mvp/ # Wade workflows
|
|
75
84
|
│ │ │ ├── lean-experiment/
|
|
76
85
|
│ │ │ ├── proof-of-concept/
|
|
77
86
|
│ │ │ ├── proof-of-value/
|
|
87
|
+
│ │ │ ├── signal-interpretation/ # Noah workflows
|
|
88
|
+
│ │ │ ├── behavior-analysis/
|
|
89
|
+
│ │ │ ├── production-monitoring/
|
|
78
90
|
│ │ │ ├── learning-card/ # Max workflows
|
|
79
91
|
│ │ │ ├── pivot-patch-persevere/
|
|
80
92
|
│ │ │ └── vortex-navigation/
|
|
@@ -85,17 +97,20 @@ your-project/
|
|
|
85
97
|
└── vortex-artifacts/
|
|
86
98
|
├── EMMA-USER-GUIDE.md
|
|
87
99
|
├── ISLA-USER-GUIDE.md
|
|
100
|
+
├── MILA-USER-GUIDE.md
|
|
101
|
+
├── LIAM-USER-GUIDE.md
|
|
88
102
|
├── WADE-USER-GUIDE.md
|
|
103
|
+
├── NOAH-USER-GUIDE.md
|
|
89
104
|
├── MAX-USER-GUIDE.md
|
|
90
105
|
└── (your generated artifacts)
|
|
91
106
|
```
|
|
92
107
|
|
|
93
108
|
### Summary
|
|
94
109
|
|
|
95
|
-
- **
|
|
96
|
-
- **
|
|
110
|
+
- **7 agent definitions** in `_bmad/bme/_vortex/agents/`
|
|
111
|
+
- **22 workflows** (169 files) — each with steps, templates, and validation
|
|
97
112
|
- **Configuration** in `_bmad/bme/_vortex/config.yaml`
|
|
98
|
-
- **
|
|
113
|
+
- **7 user guides** in `_bmad/bme/_vortex/guides/`
|
|
99
114
|
|
|
100
115
|
---
|
|
101
116
|
|
package/README.md
CHANGED
|
@@ -10,47 +10,47 @@
|
|
|
10
10
|
E N H A N C E D
|
|
11
11
|
</pre>
|
|
12
12
|
|
|
13
|
-
**
|
|
13
|
+
**Validate your product ideas before writing a single line of code**
|
|
14
14
|
|
|
15
|
-
[](https://github.com/amalik/BMAD-Enhanced)
|
|
16
16
|
[](docs/agents.md)
|
|
17
17
|
[](docs/agents.md)
|
|
18
18
|
[](LICENSE)
|
|
19
19
|
|
|
20
20
|
</div>
|
|
21
21
|
|
|
22
|
-
BMAD-Enhanced
|
|
22
|
+
Most teams skip validation and build on assumptions. BMAD-Enhanced guides you through seven discovery streams — from understanding your users to testing your riskiest assumptions — so you can make evidence-based decisions before committing to code. Each stream builds on the previous one's findings, and when gaps appear, the system routes you back to fill them.
|
|
23
23
|
|
|
24
24
|
```
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
│
|
|
29
|
-
│
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
│
|
|
36
|
-
│
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
25
|
+
7 Streams · 7 Agents
|
|
26
|
+
|
|
27
|
+
┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
|
|
28
|
+
│ Isla 🔍 │──▶│ Mila 🔬 │──▶│ Liam 💡 │──▶│ Wade 🧪 │
|
|
29
|
+
│ Empathize │ │ Synthesize │ │ Hypothesize │ │ Externalize │
|
|
30
|
+
└─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘
|
|
31
|
+
▲ │
|
|
32
|
+
│ │
|
|
33
|
+
│ ▼
|
|
34
|
+
┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
|
|
35
|
+
│ Emma 🎯 │◀──│ Max 🧭 │◀──│ Noah 📡 │◀──────────┘
|
|
36
|
+
│Contextualize│ │ Systematize │ │ Sensitize │
|
|
37
|
+
└─────────────┘ └─────────────┘ └─────────────┘
|
|
38
|
+
│ │ │
|
|
39
|
+
└─────────────────┴─────────────────┘
|
|
40
|
+
▶ Start at Emma · back to any stream
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
+
Each agent above runs one of these streams. You don't follow a fixed path — the system guides you to whichever stream needs attention based on what you've learned so far.
|
|
44
|
+
|
|
43
45
|
| Agent | Stream | What they do |
|
|
44
46
|
|-------|--------|-------------|
|
|
45
|
-
| **Emma** 🎯 | Contextualize | Frame the right problem —
|
|
47
|
+
| **Emma** 🎯 | Contextualize | Frame the right problem — personas, product vision, scope |
|
|
46
48
|
| **Isla** 🔍 | Empathize | Understand users — empathy maps, interviews, discovery research |
|
|
47
|
-
| **Mila** 🔬 | Synthesize | Converge research into problem definitions
|
|
48
|
-
| **Liam** 💡 | Hypothesize |
|
|
49
|
-
| **Wade** 🧪 | Externalize | Test assumptions
|
|
50
|
-
| **Noah** 📡 | Sensitize | Interpret production signals
|
|
51
|
-
| **Max** 🧭 | Systematize | Capture learnings
|
|
52
|
-
|
|
53
|
-
Every workflow ends with a **Vortex Compass** — evidence-driven routing that creates non-linear loops across all streams. Ten handoff contracts (HC1-HC10) ensure structured information flows between agents.
|
|
49
|
+
| **Mila** 🔬 | Synthesize | Converge research into clear problem definitions |
|
|
50
|
+
| **Liam** 💡 | Hypothesize | Turn problems into testable hypotheses and experiments |
|
|
51
|
+
| **Wade** 🧪 | Externalize | Test assumptions with MVPs, experiments, and prototypes |
|
|
52
|
+
| **Noah** 📡 | Sensitize | Interpret production signals and user behavior |
|
|
53
|
+
| **Max** 🧭 | Systematize | Capture learnings and decide: pivot, patch, or persevere |
|
|
54
54
|
|
|
55
55
|
---
|
|
56
56
|
|
|
@@ -70,6 +70,10 @@ npm install bmad-enhanced && npx bmad-install-vortex-agents
|
|
|
70
70
|
|
|
71
71
|
All 7 agents with 22 workflows are installed and ready to use.
|
|
72
72
|
|
|
73
|
+
### Personalize
|
|
74
|
+
|
|
75
|
+
Open `_bmad/bme/_vortex/config.yaml` and replace `{user}` with your name. Agents use this to personalize their interactions.
|
|
76
|
+
|
|
73
77
|
### Activate an Agent
|
|
74
78
|
|
|
75
79
|
```bash
|
|
@@ -83,7 +87,23 @@ cat _bmad/bme/_vortex/agents/production-intelligence-specialist.md # Noah 📡
|
|
|
83
87
|
cat _bmad/bme/_vortex/agents/learning-decision-expert.md # Max 🧭
|
|
84
88
|
```
|
|
85
89
|
|
|
86
|
-
Each agent
|
|
90
|
+
**How activation works:** Each agent is a markdown file containing a full persona, menu system, and workflow instructions. When Claude reads the file, it adopts that agent's expertise and presents you with an interactive menu.
|
|
91
|
+
|
|
92
|
+
- **Claude Code / Terminal:** Use the `cat` commands above
|
|
93
|
+
- **Claude.ai:** Copy the contents of any agent file and paste into the chat
|
|
94
|
+
|
|
95
|
+
Pick a workflow from the menu and follow the guided steps.
|
|
96
|
+
|
|
97
|
+
### Your First 15 Minutes
|
|
98
|
+
|
|
99
|
+
1. **Personalize** — If you haven't already, edit `_bmad/bme/_vortex/config.yaml` and replace `{user}` with your name
|
|
100
|
+
2. **Activate Emma** — `cat _bmad/bme/_vortex/agents/contextualization-expert.md`
|
|
101
|
+
3. **See the menu** — Emma presents numbered options. Select **Lean Persona** from the menu
|
|
102
|
+
4. **Follow the steps** — Emma walks you through 6 guided steps, asking questions at each one
|
|
103
|
+
5. **Find your artifact** — When done, your lean persona is saved in `_bmad-output/vortex-artifacts/`
|
|
104
|
+
6. **Follow the Compass** — At the end, Emma's Vortex Compass suggests which agent to use next based on what you learned
|
|
105
|
+
|
|
106
|
+
Each workflow ends with a Compass routing suggestion. You don't need to follow a linear path — the system guides you to whichever stream needs attention.
|
|
87
107
|
|
|
88
108
|
### What Gets Installed
|
|
89
109
|
|
|
@@ -92,7 +112,7 @@ your-project/
|
|
|
92
112
|
├── _bmad/bme/_vortex/
|
|
93
113
|
│ ├── agents/ # 7 agent definition files
|
|
94
114
|
│ ├── workflows/ # 22 workflows
|
|
95
|
-
│ ├── contracts/ #
|
|
115
|
+
│ ├── contracts/ # Artifact contract schemas
|
|
96
116
|
│ ├── guides/ # User guides (all 7 agents)
|
|
97
117
|
│ └── config.yaml # Configuration
|
|
98
118
|
└── _bmad-output/
|
|
@@ -119,6 +139,48 @@ Your data in `_bmad-output/` is never touched. Automatic backups are created bef
|
|
|
119
139
|
|
|
120
140
|
See [UPDATE-GUIDE.md](UPDATE-GUIDE.md) for migration paths and troubleshooting.
|
|
121
141
|
|
|
142
|
+
## What Agents Produce
|
|
143
|
+
|
|
144
|
+
Here's a sample of real output from a busy parents meal planning project — each excerpt is from the [full 7-agent journey example](_bmad-output/journey-examples/busy-parents-7-agent-journey.md).
|
|
145
|
+
|
|
146
|
+
### Emma 🎯 Contextualize
|
|
147
|
+
|
|
148
|
+
Emma frames the right problem. Here's the Job-to-be-Done she produced:
|
|
149
|
+
|
|
150
|
+
> **Job-to-be-Done:** Eliminate the daily 5:30 PM dinner decision so I can feed my family well without the mental load of planning, shopping, and deciding under time pressure.
|
|
151
|
+
>
|
|
152
|
+
> **Riskiest Assumptions:**
|
|
153
|
+
> 1. Decision fatigue — not cooking skill or ingredient access — is the primary barrier to weeknight dinner success
|
|
154
|
+
> 2. Parents would trust and act on an externally-provided dinner suggestion rather than needing to choose themselves
|
|
155
|
+
> 3. "Good enough" nutrition is an acceptable standard — parents aren't seeking perfection, they're seeking relief from guilt
|
|
156
|
+
|
|
157
|
+
### Liam 💡 Hypothesize
|
|
158
|
+
|
|
159
|
+
Liam turns problems into testable ideas. Here's one of three hypotheses he produced:
|
|
160
|
+
|
|
161
|
+
> **Hypothesis 1: The Pre-Commute Decision Eliminator**
|
|
162
|
+
>
|
|
163
|
+
> We believe that busy parents will act on a single dinner suggestion delivered at 4:00 PM within 3 minutes because the decision burden — not cooking — is their primary barrier, and an earlier intervention catches them before the anxiety spiral begins.
|
|
164
|
+
>
|
|
165
|
+
> **Riskiest Assumption:** Parents will trust and act on an automated suggestion without second-guessing. Research shows they want "someone to tell me what to make" — but "someone" may need to be a trusted person, not an algorithm.
|
|
166
|
+
|
|
167
|
+
### Max 🧭 Systematize
|
|
168
|
+
|
|
169
|
+
Max captures what you learned and decides what to do next:
|
|
170
|
+
|
|
171
|
+
> **Recommendation: PATCH** (iterate on timing, don't pivot direction)
|
|
172
|
+
>
|
|
173
|
+
> The core hypothesis is validated. The product direction (decision elimination via single suggestion) is correct. The timing mechanism needs refinement — shift from fixed 4:00 PM delivery to adaptive delivery based on each user's observed engagement pattern.
|
|
174
|
+
>
|
|
175
|
+
> **Three Actions:**
|
|
176
|
+
> 1. **Implement adaptive timing** — shift the push notification to match each user's observed engagement window. Engineering effort: 1-2 sprints.
|
|
177
|
+
> 2. **Route to Isla for timing investigation** — qualitative research on why users engage at 3:15 PM. Is it anxiety relief, logistical planning, or habit?
|
|
178
|
+
> 3. **Test willingness to pay immediately** — the mechanism works, but we have no commercial validation. Run a landing page test with pricing before further product investment.
|
|
179
|
+
|
|
180
|
+
Want to see the complete walkthrough of all 7 agents applied to the example above?
|
|
181
|
+
|
|
182
|
+
**📖 [See the full 7-agent journey example →](_bmad-output/journey-examples/busy-parents-7-agent-journey.md)**
|
|
183
|
+
|
|
122
184
|
---
|
|
123
185
|
|
|
124
186
|
## Using the Agents
|
|
@@ -133,7 +195,7 @@ Each agent can be used independently or as part of the full Vortex flow:
|
|
|
133
195
|
6. **Noah (Sensitize)** — Start here when experiments have graduated to production
|
|
134
196
|
7. **Max (Systematize)** — Start here when you have results and need to decide next steps
|
|
135
197
|
|
|
136
|
-
Max's **Vortex Navigation** workflow helps identify which stream needs attention based on evidence gaps — you don't have to follow a linear path. Every workflow ends with a **Vortex Compass** that routes you to the right next agent based on what you learned.
|
|
198
|
+
Max's **Vortex Navigation** workflow helps identify which stream needs attention based on evidence gaps — you don't have to follow a linear path. Every workflow ends with a **Vortex Compass** that routes you to the right next agent based on what you learned. Ten handoff contracts (HC1-HC10) ensure structured information flows between agents, so each agent gets exactly the data it needs from the previous one.
|
|
137
199
|
|
|
138
200
|
For detailed workflow descriptions and usage examples, see the [Agent Guide](docs/agents.md) and the individual user guides:
|
|
139
201
|
|
|
@@ -181,8 +243,9 @@ BMAD-Enhanced works standalone or as an extension — no BMAD Method installatio
|
|
|
181
243
|
|
|
182
244
|
## Roadmap
|
|
183
245
|
|
|
184
|
-
- **v1.1.0–v1.5.x** — Waves 1-2: Foundation (Emma, Isla, Wade, Max —
|
|
185
|
-
- **v1.6.
|
|
246
|
+
- **v1.1.0–v1.5.x** — Waves 1-2: Foundation (Emma, Isla, Wade, Max — agent definitions, workflows, update system, CI/CD)
|
|
247
|
+
- **v1.6.x** — Wave 3: Complete 7-stream Vortex (added Mila, Liam, Noah — 7 agents, 22 workflows, handoff contracts, Compass routing)
|
|
248
|
+
- **v1.7.0** — Wave 4: Quality & onboarding (P0 test suite, docs audit tool, all 22 workflows production-ready, README overhaul, package size fix)
|
|
186
249
|
- **v2.0.0+** — Multi-agent collaboration, cross-agent workflows, analytics
|
|
187
250
|
|
|
188
251
|
---
|
|
@@ -196,6 +259,8 @@ We welcome contributions in these areas:
|
|
|
196
259
|
- **Documentation** — Tutorials, translations, video walkthroughs
|
|
197
260
|
- **Integration** — IDE plugins, third-party tools
|
|
198
261
|
|
|
262
|
+
**Have feedback?** Found a quality issue, want a missing capability, or have a general comment about an agent? Open an issue and select the **Agent/Workflow Feedback** template — takes under 30 seconds.
|
|
263
|
+
|
|
199
264
|
See the [Development Guide](docs/development.md) for architecture details and agent development patterns.
|
|
200
265
|
|
|
201
266
|
---
|
|
@@ -257,7 +322,7 @@ Every agent below contributed to the design, implementation, testing, or documen
|
|
|
257
322
|
|
|
258
323
|
<div align="center">
|
|
259
324
|
|
|
260
|
-
**Vortex Pattern** — *
|
|
325
|
+
**Innovation Vortex Pattern** — *Discover what has to be discovered, deliver what has to be delivered*
|
|
261
326
|
|
|
262
327
|
[Get Started](#quick-start) | [Agents](docs/agents.md) | [Docs](#documentation) | [Roadmap](#roadmap)
|
|
263
328
|
|
package/UPDATE-GUIDE.md
CHANGED
|
@@ -78,7 +78,7 @@ What happens:
|
|
|
78
78
|
- Agent files and workflows refreshed
|
|
79
79
|
- Isla + Max agents added with 6 new workflows
|
|
80
80
|
|
|
81
|
-
### From v1.0.x to v1.
|
|
81
|
+
### From v1.0.x to v1.6.x
|
|
82
82
|
|
|
83
83
|
**Breaking changes:**
|
|
84
84
|
- Workflow renamed: `empathy-map` → `lean-persona` (for Emma)
|
|
@@ -87,9 +87,9 @@ What happens:
|
|
|
87
87
|
|
|
88
88
|
What happens:
|
|
89
89
|
- Old workflows preserved in `_bmad/bme/_vortex/workflows/_deprecated/`
|
|
90
|
-
- All
|
|
90
|
+
- All 22 Vortex workflows installed
|
|
91
91
|
- Config structure updated (preferences preserved)
|
|
92
|
-
-
|
|
92
|
+
- 7 agents installed (Emma, Isla, Mila, Liam, Wade, Noah, Max)
|
|
93
93
|
|
|
94
94
|
```bash
|
|
95
95
|
npm install bmad-enhanced@latest
|
|
@@ -120,11 +120,38 @@ Every update creates a backup before making changes:
|
|
|
120
120
|
|
|
121
121
|
- Agent definition files
|
|
122
122
|
- Workflow files (steps, templates, validation)
|
|
123
|
-
- Vortex config.yaml (with preference preservation)
|
|
123
|
+
- Vortex config.yaml (with preference preservation — user-added agents and workflows are kept after core entries)
|
|
124
124
|
- User guides
|
|
125
125
|
|
|
126
126
|
---
|
|
127
127
|
|
|
128
|
+
## Forward Compatibility
|
|
129
|
+
|
|
130
|
+
### Your Artifacts Survive Updates
|
|
131
|
+
|
|
132
|
+
All user-generated content in `_bmad-output/` (planning artifacts, implementation artifacts, vortex artifacts) works with updated agents **without regeneration**. When you update from v1.5.x to v1.6.x, your existing artifacts remain valid inputs to both original and new agents.
|
|
133
|
+
|
|
134
|
+
Artifacts created with earlier agents (Emma, Isla, Wade, Max) were not designed specifically for the newer agents (Mila, Liam, Noah), but the handoff contracts are backward-compatible by design. A product vision created with v1.5.x works as input to Mila after updating to v1.6.x — the required fields are present.
|
|
135
|
+
|
|
136
|
+
### What Is Backward-Compatible
|
|
137
|
+
|
|
138
|
+
- **Artifact content** — Everything in `_bmad-output/` (planning artifacts, implementation artifacts, vortex artifacts)
|
|
139
|
+
- **Handoff contract fields** — The fields agents produce and consume (HC1-HC5 schemas) are stable across versions
|
|
140
|
+
- **Workflow outputs** — Templates and generated documents maintain their structure
|
|
141
|
+
|
|
142
|
+
### What Is Managed by the Update System
|
|
143
|
+
|
|
144
|
+
These change between versions but are handled automatically by `npx bmad-update`:
|
|
145
|
+
|
|
146
|
+
- **Agent definition files** — Persona, menu, and instruction content in `_bmad/bme/_vortex/agents/`
|
|
147
|
+
- **Workflow step files** — Step content, templates, and validation in `_bmad/bme/_vortex/workflows/`
|
|
148
|
+
- **Internal file structure** — The layout of `_bmad/bme/` may change between versions
|
|
149
|
+
- **User guides** — Updated guides are installed in `_bmad/bme/_vortex/guides/`
|
|
150
|
+
|
|
151
|
+
You do not need to manually update these — the update system replaces them while preserving your preferences and artifacts.
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
128
155
|
## Troubleshooting
|
|
129
156
|
|
|
130
157
|
### "Migration already in progress"
|