bmad-method 6.0.0-alpha.19 → 6.0.0-alpha.20
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/.github/workflows/docs.yaml +72 -0
- package/.github/workflows/quality.yaml +0 -3
- package/CHANGELOG.md +125 -0
- package/CONTRIBUTING.md +1 -3
- package/README.md +8 -7
- package/docs/agent-customization-guide.md +3 -3
- package/docs/custom-content-installation.md +1 -1
- package/docs/document-sharding-guide.md +2 -2
- package/docs/getting-started/installation.md +76 -0
- package/docs/ide-info/index.md +24 -0
- package/docs/ide-info/rovo-dev.md +14 -380
- package/docs/index.md +36 -45
- package/eslint.config.mjs +7 -2
- package/package.json +14 -8
- package/{docs → samples}/sample-custom-modules/README.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +2 -2
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-01-init.md +1 -1
- package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/workflow.md +1 -1
- package/src/core/tasks/review-adversarial-general.xml +41 -0
- package/src/modules/bmb/README.md +25 -0
- package/src/modules/bmb/docs/agents/expert-agent-architecture.md +3 -3
- package/src/modules/bmb/docs/agents/index.md +9 -9
- package/src/modules/bmb/docs/agents/simple-agent-architecture.md +1 -1
- package/src/modules/bmb/docs/agents/understanding-agent-types.md +1 -1
- package/src/modules/bmb/docs/{README.md → index.md} +10 -12
- package/src/modules/bmb/docs/workflows/index.md +6 -6
- package/src/modules/bmb/docs/workflows/templates/step-01-init-continuable-template.md +7 -7
- package/src/modules/bmb/docs/workflows/templates/step-1b-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/step-template.md +7 -7
- package/src/modules/bmb/docs/workflows/templates/workflow-template.md +1 -1
- package/src/modules/bmb/docs/workflows/templates/workflow.md +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-agent/templates/expert-agent.template.md +3 -3
- package/src/modules/bmb/workflows/create-module/steps/step-04-structure.md +1 -1
- package/src/modules/bmb/workflows/create-module/steps/step-08-installer.md +5 -5
- package/src/modules/bmb/workflows/create-module/templates/agent.template.md +1 -1
- package/src/modules/bmb/workflows/create-module/validation.md +2 -2
- package/src/modules/bmb/workflows/create-module/workflow.md +1 -1
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-build.md +2 -2
- package/src/modules/bmb/workflows/create-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-agent/workflow.md +1 -1
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +1 -1
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/checklist.md +1 -1
- package/src/modules/bmb/workflows-legacy/edit-module/instructions.md +3 -3
- package/src/modules/bmb/workflows-legacy/module-brief/instructions.md +2 -2
- package/src/modules/bmgd/_module-installer/installer.js +2 -2
- package/src/modules/bmgd/agents/game-architect.agent.yaml +4 -0
- package/src/modules/bmgd/docs/{README.md → index.md} +2 -2
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/instructions.md +4 -4
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-01-init.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/brainstorm-game/steps/step-04-complete.md +1 -1
- package/src/modules/bmgd/workflows/1-preproduction/game-brief/instructions.md +4 -4
- package/src/modules/bmgd/workflows/2-design/narrative/instructions-narrative.md +4 -4
- package/src/modules/bmgd/workflows/2-design/narrative/steps/step-11-complete.md +1 -1
- package/src/modules/bmgd/workflows/3-technical/game-architecture/instructions.md +5 -5
- package/src/modules/bmgd/workflows/3-technical/game-architecture/steps/step-09-complete.md +60 -6
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/project-context-template.md +20 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-01-discover.md +201 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-02-generate.md +373 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/steps/step-03-complete.md +279 -0
- package/src/modules/bmgd/workflows/3-technical/generate-project-context/workflow.md +48 -0
- package/src/modules/bmgd/workflows/4-production/code-review/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/4-production/correct-course/checklist.md +1 -1
- package/src/modules/bmgd/workflows/4-production/correct-course/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/correct-course/workflow.yaml +2 -2
- package/src/modules/bmgd/workflows/4-production/create-story/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/4-production/dev-story/workflow.yaml +4 -4
- package/src/modules/bmgd/workflows/4-production/retrospective/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/retrospective/workflow.yaml +5 -5
- package/src/modules/bmgd/workflows/4-production/sprint-planning/instructions.md +11 -2
- package/src/modules/bmgd/workflows/4-production/sprint-planning/workflow.yaml +4 -4
- package/src/modules/bmgd/workflows/4-production/sprint-status/instructions.md +2 -2
- package/src/modules/bmgd/workflows/4-production/sprint-status/workflow.yaml +3 -3
- package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/instructions.md +3 -3
- package/src/modules/bmgd/workflows/bmgd-quick-flow/create-tech-spec/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-dev/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/bmgd-quick-flow/quick-prototype/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/workflow-status/init/instructions.md +2 -2
- package/src/modules/bmgd/workflows/workflow-status/init/workflow.yaml +1 -1
- package/src/modules/bmgd/workflows/workflow-status/instructions.md +2 -2
- package/src/modules/bmm/README.md +5 -6
- package/src/modules/bmm/_module-installer/installer.js +2 -2
- package/src/modules/bmm/agents/analyst.agent.yaml +1 -1
- package/src/modules/bmm/agents/dev.agent.yaml +8 -4
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +8 -17
- package/src/modules/bmm/agents/sm.agent.yaml +6 -3
- package/src/modules/bmm/agents/tech-writer.agent.yaml +1 -1
- package/src/modules/bmm/agents/ux-designer.agent.yaml +6 -3
- package/src/modules/bmm/docs/agents-guide.md +83 -1026
- package/src/modules/bmm/docs/bmad-quick-flow.md +10 -32
- package/src/modules/bmm/docs/brownfield-guide.md +1 -1
- package/src/modules/bmm/docs/enterprise-agentic-development.md +1 -1
- package/src/modules/bmm/docs/{README.md → index.md} +7 -88
- package/src/modules/bmm/docs/quick-spec-flow.md +1 -1
- package/src/modules/bmm/docs/quick-start.md +7 -7
- package/src/modules/bmm/docs/scale-adaptive-system.md +1 -1
- package/src/modules/bmm/docs/test-architecture.md +13 -12
- package/src/modules/bmm/docs/workflows-solutioning.md +1 -1
- package/src/modules/bmm/module.yaml +11 -10
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +7 -5
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +2 -4
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +2 -2
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +7 -10
- package/src/modules/bmm/workflows/1-analysis/create-product-brief/workflow.md +3 -3
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +14 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +8 -39
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +15 -15
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +5 -25
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +6 -6
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +5 -5
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +3 -5
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +4 -4
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -1
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +9 -21
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +2 -2
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +4 -4
- package/src/modules/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +8 -8
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/4-implementation/correct-course/checklist.md +1 -1
- package/src/modules/bmm/workflows/4-implementation/correct-course/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/correct-course/workflow.yaml +16 -14
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +2 -12
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +4 -4
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +1 -1
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +3 -3
- package/src/modules/bmm/workflows/4-implementation/retrospective/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/retrospective/workflow.yaml +5 -5
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +7 -6
- package/src/modules/bmm/workflows/4-implementation/sprint-status/instructions.md +2 -2
- package/src/modules/bmm/workflows/4-implementation/sprint-status/workflow.yaml +4 -3
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +4 -4
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +4 -2
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +156 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +120 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +113 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +113 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +106 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +140 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +51 -0
- package/src/modules/bmm/workflows/document-project/instructions.md +27 -28
- package/src/modules/bmm/workflows/document-project/workflow.yaml +2 -3
- package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +2 -1
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +5 -15
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +2 -2
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +8 -7
- package/src/modules/bmm/workflows/testarch/atdd/checklist.md +1 -0
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +1 -0
- package/src/modules/bmm/workflows/testarch/automate/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/ci/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +2 -0
- package/src/modules/bmm/workflows/testarch/nfr-assess/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +2 -0
- package/src/modules/bmm/workflows/testarch/test-design/checklist.md +3 -2
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +1 -1
- package/src/modules/bmm/workflows/testarch/test-design/test-design-template.md +9 -0
- package/src/modules/bmm/workflows/testarch/test-review/checklist.md +2 -0
- package/src/modules/bmm/workflows/testarch/test-review/test-review-template.md +2 -0
- package/src/modules/bmm/workflows/testarch/trace/checklist.md +1 -0
- package/src/modules/bmm/workflows/testarch/trace/instructions.md +2 -0
- package/src/modules/bmm/workflows/testarch/trace/trace-template.md +2 -0
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/workflow-status/instructions.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/workflow.yaml +3 -1
- package/src/modules/cis/{readme.md → docs/index.md} +2 -6
- package/src/modules/cis/workflows/design-thinking/instructions.md +2 -2
- package/src/modules/cis/workflows/innovation-strategy/instructions.md +2 -2
- package/src/modules/cis/workflows/problem-solving/instructions.md +2 -2
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-invalid-format.agent.yaml +24 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-mismatched-kebab.agent.yaml +24 -0
- package/test/fixtures/agent-schema/invalid/menu-triggers/compound-wrong-shortcut.agent.yaml +24 -0
- package/test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml +30 -0
- package/tools/build-docs.js +630 -0
- package/tools/cli/commands/install.js +11 -5
- package/tools/cli/installers/install-messages.yaml +52 -0
- package/tools/cli/installers/lib/core/config-collector.js +25 -30
- package/tools/cli/installers/lib/message-loader.js +85 -0
- package/tools/cli/lib/ui.js +221 -41
- package/tools/schema/agent.js +68 -5
- package/website/css/custom.css +52 -0
- package/website/docusaurus.config.js +179 -0
- package/website/sidebars.js +157 -0
- package/website/src/pages/downloads.md +81 -0
- package/website/src/pages/index.js +50 -0
- package/website/static/favicon.ico +0 -0
- package/website/static/img/logo.svg +4 -0
- package/website/static/robots.txt +37 -0
- package/docs/installers-bundlers/ide-injections.md +0 -186
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +0 -389
- package/src/modules/bmgd/README.md +0 -209
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +0 -25
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +0 -202
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +0 -33
- package/tools/cli/commands/build.js +0 -283
- package/tools/cli/commands/list.js +0 -40
- package/tools/cli/commands/status.js +0 -47
- package/tools/cli/commands/uninstall.js +0 -44
- package/tools/cli/commands/update.js +0 -28
- package/tools/validate-bundles.js +0 -87
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/commit-poet/commit-poet.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/instructions.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith-sidecar/memories.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/agents/toolsmith/toolsmith.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/module.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-02-q1.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-03-q2.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-04-q3.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-05-q4.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-06-q5.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-07-q6.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-08-q7.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-09-q8.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-10-q9.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-11-q10.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/steps/step-12-results.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/quiz-master/templates/csv-headers.template +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-unitary-module/workflows/wassup/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/meditation-guide.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/foo.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/addition1.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/insights.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/instructions.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/memories.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion-sidecar/patterns.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/agents/wellness-companion/wellness-companion.agent.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/module.yaml +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/daily-checkin/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/guided-meditation/workflow.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/README.md +0 -0
- /package/{docs → samples}/sample-custom-modules/sample-wellness-module/workflows/wellness-journal/workflow.md +0 -0
|
@@ -8,15 +8,16 @@
|
|
|
8
8
|
|
|
9
9
|
## Overview
|
|
10
10
|
|
|
11
|
-
BMAD Quick Flow is the fastest path from idea to production in the BMAD Method ecosystem. It's a streamlined 3-step process designed for rapid development without sacrificing quality. Perfect for experienced teams who need to move fast or for smaller features that don't require extensive planning.
|
|
11
|
+
BMAD Quick Flow is the fastest path from idea to production in the BMAD Method ecosystem. It's a streamlined 3-step process designed for rapid spec driven development without sacrificing quality. Perfect for experienced teams who need to move fast or for smaller features or 1 off efforts that don't require extensive planning.
|
|
12
12
|
|
|
13
13
|
### When to Use Quick Flow
|
|
14
14
|
|
|
15
15
|
**Perfect For:**
|
|
16
16
|
|
|
17
17
|
- Bug fixes and patches
|
|
18
|
-
- Small feature additions
|
|
18
|
+
- Small feature additions
|
|
19
19
|
- Proof of concepts and prototypes
|
|
20
|
+
- Mid course corrections or additions of something missed in BMM full planning
|
|
20
21
|
- Performance optimizations
|
|
21
22
|
- API endpoint additions
|
|
22
23
|
- UI component enhancements
|
|
@@ -31,42 +32,19 @@ BMAD Quick Flow is the fastest path from idea to production in the BMAD Method e
|
|
|
31
32
|
- Projects requiring extensive UX design
|
|
32
33
|
- Enterprise-wide initiatives
|
|
33
34
|
- Mission-critical systems with compliance requirements
|
|
35
|
+
- Ideas with many 'moving pieces'
|
|
34
36
|
|
|
35
37
|
---
|
|
36
38
|
|
|
37
39
|
## The Quick Flow Process
|
|
38
40
|
|
|
39
|
-
|
|
40
|
-
flowchart TD
|
|
41
|
-
START[Idea/Requirement] --> DECIDE{Planning Needed?}
|
|
42
|
-
|
|
43
|
-
DECIDE -->|Yes| CREATE[create-tech-spec]
|
|
44
|
-
DECIDE -->|No| DIRECT[Direct Development]
|
|
45
|
-
|
|
46
|
-
CREATE --> SPEC[Technical Specification]
|
|
47
|
-
SPEC --> DEV[quick-dev]
|
|
48
|
-
DIRECT --> DEV
|
|
49
|
-
|
|
50
|
-
DEV --> COMPLETE{Implementation Complete}
|
|
41
|
+
Utilizing the Quick Flow Solo Dev, this one agent can do it all!
|
|
51
42
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
43
|
+
1. Create an (option) Technical Specification
|
|
44
|
+
2. Develop with Tests
|
|
45
|
+
3. AI Driven Code Review
|
|
55
46
|
|
|
56
|
-
|
|
57
|
-
REVIEW -->|No| DONE[Production Ready]
|
|
58
|
-
|
|
59
|
-
CODE_REVIEW --> FIXES{Fixes Needed?}
|
|
60
|
-
FIXES -->|Yes| DEBUG
|
|
61
|
-
FIXES -->|No| DONE
|
|
62
|
-
|
|
63
|
-
style START fill:#e1f5fe
|
|
64
|
-
style CREATE fill:#f3e5f5
|
|
65
|
-
style SPEC fill:#e8f5e9
|
|
66
|
-
style DEV fill:#fff3e0
|
|
67
|
-
style CODE_REVIEW fill:#f1f8e9
|
|
68
|
-
style DONE fill:#e0f2f1
|
|
69
|
-
```
|
|
47
|
+
That's it! Lets look at each step in more detail though.
|
|
70
48
|
|
|
71
49
|
### Step 1: Optional Technical Specification
|
|
72
50
|
|
|
@@ -103,7 +81,7 @@ The `create-tech-spec` workflow transforms requirements into implementation-read
|
|
|
103
81
|
- Make adjustments as needed
|
|
104
82
|
- Save to sprint artifacts
|
|
105
83
|
|
|
106
|
-
**Output:** `{
|
|
84
|
+
**Output:** `{implementation_artifacts}/tech-spec-{slug}.md`
|
|
107
85
|
|
|
108
86
|
### Step 2: Development
|
|
109
87
|
|
|
@@ -726,7 +726,7 @@ flowchart TD
|
|
|
726
726
|
- **[Glossary](./glossary.md)** - Key terminology
|
|
727
727
|
- **[FAQ](./faq.md)** - Common questions
|
|
728
728
|
- **[Troubleshooting](./troubleshooting.md)** - Problem resolution
|
|
729
|
-
- **[Workflow Documentation](./
|
|
729
|
+
- **[Workflow Documentation](./index.md#-workflow-guides)** - Complete workflow reference
|
|
730
730
|
|
|
731
731
|
---
|
|
732
732
|
|
|
@@ -678,7 +678,7 @@ PMs write BMad PRDs → Stories auto-fed to cloud AI agents → Parallel impleme
|
|
|
678
678
|
- [FAQ](./faq.md) - Common questions
|
|
679
679
|
- [Scale Adaptive System](./scale-adaptive-system.md) - Project levels explained
|
|
680
680
|
- [Quick Start Guide](./quick-start.md) - Getting started
|
|
681
|
-
- [Workflow Documentation](./
|
|
681
|
+
- [Workflow Documentation](./index.md#-workflow-guides) - Complete workflow reference
|
|
682
682
|
- [Agents Guide](./agents-guide.md) - Understanding BMad agents
|
|
683
683
|
|
|
684
684
|
---
|
|
@@ -8,7 +8,7 @@ Complete guides for the BMad Method Module (BMM) - AI-powered agile development
|
|
|
8
8
|
|
|
9
9
|
**New to BMM?** Start here:
|
|
10
10
|
|
|
11
|
-
- **[Quick Start Guide](./quick-start.md)** - Step-by-step guide to building your first project
|
|
11
|
+
- **[Quick Start Guide](./quick-start.md)** - Step-by-step guide to building your first project
|
|
12
12
|
- Installation and setup
|
|
13
13
|
- Understanding the four phases
|
|
14
14
|
- Running your first workflows
|
|
@@ -20,44 +20,40 @@ Complete guides for the BMad Method Module (BMM) - AI-powered agile development
|
|
|
20
20
|
|
|
21
21
|
**[Complete Workflow Diagram](./images/workflow-method-greenfield.svg)** - Visual flowchart showing all phases, agents (color-coded), and decision points for the BMad Method standard greenfield track.
|
|
22
22
|
|
|
23
|
-
---
|
|
24
|
-
|
|
25
23
|
## 📖 Core Concepts
|
|
26
24
|
|
|
27
25
|
Understanding how BMM adapts to your needs:
|
|
28
26
|
|
|
29
|
-
- **[Scale Adaptive System](./scale-adaptive-system.md)** - How BMM adapts to project size and complexity
|
|
27
|
+
- **[Scale Adaptive System](./scale-adaptive-system.md)** - How BMM adapts to project size and complexity
|
|
30
28
|
- Three planning tracks (Quick Flow, BMad Method, Enterprise Method)
|
|
31
29
|
- Automatic track recommendation
|
|
32
30
|
- Documentation requirements per track
|
|
33
31
|
- Planning workflow routing
|
|
34
32
|
|
|
35
|
-
- **[BMAD Quick Flow](./bmad-quick-flow.md)** - Fast-track development workflow
|
|
33
|
+
- **[BMAD Quick Flow](./bmad-quick-flow.md)** - Fast-track development workflow
|
|
36
34
|
- 3-step process: spec → dev → optional review
|
|
37
35
|
- Perfect for bug fixes and small features
|
|
38
36
|
- Rapid prototyping with production quality
|
|
39
37
|
- Hours to implementation, not days
|
|
40
38
|
- Barry (Quick Flow Solo Dev) agent owned
|
|
41
39
|
|
|
42
|
-
- **[Quick Flow Solo Dev Agent](./quick-flow-solo-dev.md)** - Elite solo developer for rapid development
|
|
40
|
+
- **[Quick Flow Solo Dev Agent](./quick-flow-solo-dev.md)** - Elite solo developer for rapid development
|
|
43
41
|
- Barry is an elite developer who thrives on autonomous execution
|
|
44
42
|
- Lives and breathes the BMAD Quick Flow workflow
|
|
45
43
|
- Takes projects from concept to deployment with ruthless efficiency
|
|
46
44
|
- No handoffs, no delays - just pure focused development
|
|
47
45
|
|
|
48
|
-
---
|
|
49
|
-
|
|
50
46
|
## 🤖 Agents and Collaboration
|
|
51
47
|
|
|
52
48
|
Complete guide to BMM's AI agent team:
|
|
53
49
|
|
|
54
|
-
- **[Agents Guide](./agents-guide.md)** - Comprehensive agent reference
|
|
50
|
+
- **[Agents Guide](./agents-guide.md)** - Comprehensive agent reference
|
|
55
51
|
- 12 specialized BMM agents + BMad Master
|
|
56
52
|
- Agent roles, workflows, and when to use them
|
|
57
53
|
- Agent customization system
|
|
58
54
|
- Best practices and common patterns
|
|
59
55
|
|
|
60
|
-
- **[Party Mode Guide](./party-mode.md)** - Multi-agent collaboration
|
|
56
|
+
- **[Party Mode Guide](./party-mode.md)** - Multi-agent collaboration
|
|
61
57
|
- How party mode works (19+ agents collaborate in real-time)
|
|
62
58
|
- When to use it (strategic, creative, cross-functional, complex)
|
|
63
59
|
- Example party compositions
|
|
@@ -65,21 +61,17 @@ Complete guide to BMM's AI agent team:
|
|
|
65
61
|
- Agent customization in party mode
|
|
66
62
|
- Best practices
|
|
67
63
|
|
|
68
|
-
---
|
|
69
|
-
|
|
70
64
|
## 🔧 Working with Existing Code
|
|
71
65
|
|
|
72
66
|
Comprehensive guide for brownfield development:
|
|
73
67
|
|
|
74
|
-
- **[Brownfield Development Guide](./brownfield-guide.md)** - Complete guide for existing codebases
|
|
68
|
+
- **[Brownfield Development Guide](./brownfield-guide.md)** - Complete guide for existing codebases
|
|
75
69
|
- Documentation phase strategies
|
|
76
70
|
- Track selection for brownfield
|
|
77
71
|
- Integration with existing patterns
|
|
78
72
|
- Phase-by-phase workflow guidance
|
|
79
73
|
- Common scenarios
|
|
80
74
|
|
|
81
|
-
---
|
|
82
|
-
|
|
83
75
|
## 📚 Quick References
|
|
84
76
|
|
|
85
77
|
Essential reference materials:
|
|
@@ -88,8 +80,6 @@ Essential reference materials:
|
|
|
88
80
|
- **[FAQ](./faq.md)** - Frequently asked questions across all topics
|
|
89
81
|
- **[Enterprise Agentic Development](./enterprise-agentic-development.md)** - Team collaboration strategies
|
|
90
82
|
|
|
91
|
-
---
|
|
92
|
-
|
|
93
83
|
## 🎯 Choose Your Path
|
|
94
84
|
|
|
95
85
|
### I need to...
|
|
@@ -109,11 +99,6 @@ Essential reference materials:
|
|
|
109
99
|
**Understand planning tracks and methodology**
|
|
110
100
|
→ See [Scale Adaptive System](./scale-adaptive-system.md)
|
|
111
101
|
|
|
112
|
-
**Find specific commands or answers**
|
|
113
|
-
→ Check [FAQ](./faq.md)
|
|
114
|
-
|
|
115
|
-
---
|
|
116
|
-
|
|
117
102
|
## 📋 Workflow Guides
|
|
118
103
|
|
|
119
104
|
Comprehensive documentation for all BMM workflows organized by phase:
|
|
@@ -162,18 +147,6 @@ For detailed technical documentation on specific complex workflows:
|
|
|
162
147
|
- Implementation patterns for agent consistency
|
|
163
148
|
- Adaptive facilitation approach
|
|
164
149
|
|
|
165
|
-
---
|
|
166
|
-
|
|
167
|
-
## 🧪 Testing and Quality
|
|
168
|
-
|
|
169
|
-
Quality assurance guidance:
|
|
170
|
-
|
|
171
|
-
<!-- Test Architect documentation to be added -->
|
|
172
|
-
|
|
173
|
-
- Test design workflows
|
|
174
|
-
- Quality gates
|
|
175
|
-
- Risk assessment
|
|
176
|
-
|
|
177
150
|
## 🏗️ Module Structure
|
|
178
151
|
|
|
179
152
|
Understanding BMM components:
|
|
@@ -184,8 +157,6 @@ Understanding BMM components:
|
|
|
184
157
|
- Teams and collaboration
|
|
185
158
|
- Best practices
|
|
186
159
|
|
|
187
|
-
---
|
|
188
|
-
|
|
189
160
|
## 🌐 External Resources
|
|
190
161
|
|
|
191
162
|
### Community and Support
|
|
@@ -194,56 +165,4 @@ Understanding BMM components:
|
|
|
194
165
|
- **[GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues)** - Report bugs or request features
|
|
195
166
|
- **[YouTube Channel](https://www.youtube.com/@BMadCode)** - Video tutorials and walkthroughs
|
|
196
167
|
|
|
197
|
-
### Additional Documentation
|
|
198
|
-
|
|
199
|
-
- **[IDE Setup Guides](../../../docs/ide-info/)** - Configure your development environment
|
|
200
|
-
- Claude Code
|
|
201
|
-
- Cursor
|
|
202
|
-
- Windsurf
|
|
203
|
-
- VS Code
|
|
204
|
-
- Other IDEs
|
|
205
|
-
|
|
206
|
-
---
|
|
207
|
-
|
|
208
|
-
## 📊 Documentation Map
|
|
209
|
-
|
|
210
|
-
```mermaid
|
|
211
|
-
flowchart TD
|
|
212
|
-
START[New to BMM?]
|
|
213
|
-
START --> QS[Quick Start Guide]
|
|
214
|
-
|
|
215
|
-
QS --> DECIDE{What are you building?}
|
|
216
|
-
|
|
217
|
-
DECIDE -->|Bug fix or<br/>small feature| QF[BMAD Quick Flow]
|
|
218
|
-
DECIDE -->|Need rapid<br/>development| PE[Principal Engineer]
|
|
219
|
-
DECIDE -->|New project| SAS[Scale Adaptive System]
|
|
220
|
-
DECIDE -->|Existing codebase| BF[Brownfield Guide]
|
|
221
|
-
|
|
222
|
-
QF --> IMPL[Implementation]
|
|
223
|
-
PE --> IMPL
|
|
224
|
-
SAS --> IMPL
|
|
225
|
-
BF --> IMPL
|
|
226
|
-
|
|
227
|
-
IMPL --> REF[Quick References<br/>Glossary, FAQ]
|
|
228
|
-
|
|
229
|
-
style START fill:#bfb,stroke:#333,stroke-width:2px,color:#000
|
|
230
|
-
style QS fill:#bbf,stroke:#333,stroke-width:2px,color:#000
|
|
231
|
-
style DECIDE fill:#ffb,stroke:#333,stroke-width:2px,color:#000
|
|
232
|
-
style QF fill:#e1f5fe,stroke:#333,stroke-width:2px,color:#000
|
|
233
|
-
style PE fill:#fff3e0,stroke:#333,stroke-width:2px,color:#000
|
|
234
|
-
style IMPL fill:#f9f,stroke:#333,stroke-width:2px,color:#000
|
|
235
|
-
```
|
|
236
|
-
|
|
237
|
-
---
|
|
238
|
-
|
|
239
|
-
## 💡 Tips for Using This Documentation
|
|
240
|
-
|
|
241
|
-
1. **Start with Quick Start** if you're new - it provides the essential foundation
|
|
242
|
-
2. **Use the FAQ** to find quick answers without reading entire guides
|
|
243
|
-
3. **Bookmark Glossary** for terminology references while reading other docs
|
|
244
|
-
4. **Follow the suggested paths** above based on your specific situation
|
|
245
|
-
5. **Join Discord** for interactive help and community insights
|
|
246
|
-
|
|
247
|
-
---
|
|
248
|
-
|
|
249
168
|
**Ready to begin?** → [Start with the Quick Start Guide](./quick-start.md)
|
|
@@ -629,7 +629,7 @@ Quick Spec Flow is your **fast path from idea to implementation** for:
|
|
|
629
629
|
## Next Steps
|
|
630
630
|
|
|
631
631
|
- **Try it now:** Load PM agent and describe a small change
|
|
632
|
-
- **Learn more:** See the [BMM Workflow Guides](./
|
|
632
|
+
- **Learn more:** See the [BMM Workflow Guides](./index.md#-workflow-guides) for comprehensive workflow documentation
|
|
633
633
|
- **Need help deciding?** Run `workflow-init` to get a recommendation
|
|
634
634
|
- **Have questions?** Join us on Discord: <https://discord.gg/gk8jAdXWmj>
|
|
635
635
|
|
|
@@ -6,12 +6,12 @@ Get started with BMad Method v6 for your new greenfield project. This guide walk
|
|
|
6
6
|
|
|
7
7
|
1. **Install**: `npx bmad-method@alpha install`
|
|
8
8
|
2. **Initialize**: Load Analyst agent → Run "workflow-init"
|
|
9
|
-
3. **Plan**: Load PM agent
|
|
10
|
-
4. **
|
|
11
|
-
5. **
|
|
12
|
-
6. **
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
3. **Plan**: Load PM agent to create a PRD
|
|
10
|
+
4. **Plan UX**: Load UX Expert to create a UX-Design if your application will have a UX/UI element
|
|
11
|
+
5. **Architect**: Load Architect agent → Run "create-architecture"
|
|
12
|
+
6. **Epic Plan**: The PM steps back in to help run the create-epics-and-stories
|
|
13
|
+
7. **Build**: Load SM agent → Run workflows for each story → Load DEV agent → Implement
|
|
14
|
+
8. **Always use fresh chats** for each workflow to avoid context issues
|
|
15
15
|
|
|
16
16
|
## What is BMad Method?
|
|
17
17
|
|
|
@@ -350,7 +350,7 @@ A: Yes, once you learn the flow. Use the Quick Reference in Step 2 to go directl
|
|
|
350
350
|
|
|
351
351
|
- **During workflows**: Agents guide you with questions and explanations
|
|
352
352
|
- **Community**: [Discord](https://discord.gg/gk8jAdXWmj) - #general-dev, #bugs-issues
|
|
353
|
-
- **Complete guide**: [BMM Workflow Documentation](./
|
|
353
|
+
- **Complete guide**: [BMM Workflow Documentation](./index.md#-workflow-guides)
|
|
354
354
|
- **YouTube tutorials**: [BMad Code Channel](https://www.youtube.com/@BMadCode)
|
|
355
355
|
|
|
356
356
|
---
|
|
@@ -611,7 +611,7 @@ Run `workflow-init` on existing projects to migrate to new tracking system. It d
|
|
|
611
611
|
- **[Brownfield Guide](./brownfield-guide.md)** - Existing codebase workflows
|
|
612
612
|
- **[Glossary](./glossary.md)** - Complete terminology
|
|
613
613
|
- **[FAQ](./faq.md)** - Common questions
|
|
614
|
-
- **[Workflows Guide](./
|
|
614
|
+
- **[Workflows Guide](./index.md#-workflow-guides)** - Complete workflow reference
|
|
615
615
|
|
|
616
616
|
---
|
|
617
617
|
|
|
@@ -228,6 +228,9 @@ These cheat sheets map TEA workflows to the **BMad Method and Enterprise tracks*
|
|
|
228
228
|
- Use `*atdd` before coding when the team can adopt ATDD; share its checklist with the dev agent.
|
|
229
229
|
- Post-implementation, keep `*trace` current, expand coverage with `*automate`, optionally review test quality with `*test-review`. For release gate, run `*trace` with Phase 2 enabled to get deployment decision.
|
|
230
230
|
- Use `*test-review` after `*atdd` to validate generated tests, after `*automate` to ensure regression quality, or before gate for final audit.
|
|
231
|
+
- Clarification: `*test-review` is optional and only audits existing tests; run it after `*atdd` or `*automate` when you want a quality review, not as a required step.
|
|
232
|
+
- Clarification: `*atdd` outputs are not auto-consumed; share the ATDD doc/tests with the dev workflow. `*trace` does not run `*atdd`—it evaluates existing artifacts for coverage and gate readiness.
|
|
233
|
+
- Clarification: `*ci` is a one-time setup; recommended early (Phase 3 or before feature work), but it can be done later if it was skipped.
|
|
231
234
|
|
|
232
235
|
</details>
|
|
233
236
|
|
|
@@ -440,15 +443,13 @@ Provides fixture-based utilities that integrate into TEA's test generation and r
|
|
|
440
443
|
|
|
441
444
|
<br></br>
|
|
442
445
|
|
|
443
|
-
| Command |
|
|
444
|
-
| -------------- |
|
|
445
|
-
| `*framework` |
|
|
446
|
-
| `*ci` |
|
|
447
|
-
| `*test-design` |
|
|
448
|
-
| `*atdd` |
|
|
449
|
-
| `*automate` |
|
|
450
|
-
| `*test-review` |
|
|
451
|
-
| `*nfr-assess` |
|
|
452
|
-
| `*trace` |
|
|
453
|
-
|
|
454
|
-
**📖** = Click to view detailed workflow documentation
|
|
446
|
+
| Command | Primary Outputs | Notes | With Playwright MCP Enhancements |
|
|
447
|
+
| -------------- | --------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
|
|
448
|
+
| `*framework` | Playwright/Cypress scaffold, `.env.example`, `.nvmrc`, sample specs | Use when no production-ready harness exists | - |
|
|
449
|
+
| `*ci` | CI workflow, selective test scripts, secrets checklist | Platform-aware (GitHub Actions default) | - |
|
|
450
|
+
| `*test-design` | Combined risk assessment, mitigation plan, and coverage strategy | Risk scoring + optional exploratory mode | **+ Exploratory**: Interactive UI discovery with browser automation (uncover actual functionality) |
|
|
451
|
+
| `*atdd` | Failing acceptance tests + implementation checklist | TDD red phase + optional recording mode | **+ Recording**: AI generation verified with live browser (accurate selectors from real DOM) |
|
|
452
|
+
| `*automate` | Prioritized specs, fixtures, README/script updates, DoD summary | Optional healing/recording, avoid duplicate coverage | **+ Healing**: Pattern fixes enhanced with visual debugging + **+ Recording**: AI verified with live browser |
|
|
453
|
+
| `*test-review` | Test quality review report with 0-100 score, violations, fixes | Reviews tests against knowledge base patterns | - |
|
|
454
|
+
| `*nfr-assess` | NFR assessment report with actions | Focus on security/performance/reliability | - |
|
|
455
|
+
| `*trace` | Phase 1: Coverage matrix, recommendations. Phase 2: Gate decision (PASS/CONCERNS/FAIL/WAIVED) | Two-phase workflow: traceability + gate decision | - |
|
|
@@ -363,7 +363,7 @@ Planning (prd by PM - FRs/NFRs only)
|
|
|
363
363
|
→ Phase 4 (Implementation)
|
|
364
364
|
```
|
|
365
365
|
|
|
366
|
-
**Note on TEA (Test Architect):** TEA is fully operational with 8 workflows across all phases. TEA validates architecture testability during Phase 3 reviews but does not have a dedicated solutioning workflow. TEA's primary setup occurs in Phase
|
|
366
|
+
**Note on TEA (Test Architect):** TEA is fully operational with 8 workflows across all phases. TEA validates architecture testability during Phase 3 reviews but does not have a dedicated solutioning workflow. TEA's primary setup occurs after architecture in Phase 3 (`*framework`, `*ci`, system-level `*test-design`), with optional Phase 2 baseline `*trace`. Testing execution happens in Phase 4 (`*atdd`, `*automate`, `*test-review`, `*trace`, `*nfr-assess`).
|
|
367
367
|
|
|
368
368
|
**Note:** Enterprise uses the same planning and architecture as BMad Method. The only difference is optional extended workflows added AFTER architecture but BEFORE create-epics-and-stories.
|
|
369
369
|
|
|
@@ -43,13 +43,14 @@ project_knowledge: # Artifacts from research, document-project output, other lon
|
|
|
43
43
|
prompt: "Where should non-ephemeral project knowledge be searched for and stored\n(docs, research, references)?"
|
|
44
44
|
default: "docs"
|
|
45
45
|
result: "{project-root}/{value}"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
46
|
+
|
|
47
|
+
tea_use_mcp_enhancements:
|
|
48
|
+
prompt: "WEB APP ONLY: Test Architect Playwright MCP capabilities (healing, exploratory, verification) are optionally available.\nYou will have to setup your MCPs yourself; refer to test-architecture.md for hints.\nWould you like to enable MCP enhancements in Test Architect?"
|
|
49
|
+
default: false
|
|
50
|
+
result: "{value}"
|
|
51
|
+
|
|
52
|
+
tea_use_playwright_utils:
|
|
53
|
+
prompt:
|
|
54
|
+
- "WEB APP ONLY: Are you using playwright-utils (@seontechnologies/playwright-utils) in your project?\nYou must install packages yourself, or use test architect's *framework command."
|
|
55
|
+
default: false
|
|
56
|
+
result: "{value}"
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
# Product Brief: {{project_name}}
|
|
2
|
-
|
|
3
|
-
**Date:** {{date}}
|
|
4
|
-
**Author:** {{user_name}}
|
|
5
|
-
|
|
6
1
|
---
|
|
2
|
+
stepsCompleted: []
|
|
3
|
+
inputDocuments: []
|
|
4
|
+
date: { system-date }
|
|
5
|
+
author: { user }
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Product Brief: {{project_name}}
|
|
7
9
|
|
|
8
10
|
<!-- Content will be appended sequentially through collaborative workflow steps -->
|
|
@@ -3,13 +3,13 @@ name: 'step-01-init'
|
|
|
3
3
|
description: 'Initialize the product brief workflow by detecting continuation state and setting up the document'
|
|
4
4
|
|
|
5
5
|
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-01-init.md'
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-02-vision.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{
|
|
12
|
+
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
13
13
|
|
|
14
14
|
# Template References
|
|
15
15
|
productBriefTemplate: '{workflow_path}/product-brief.template.md'
|
package/src/modules/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md
CHANGED
|
@@ -3,14 +3,12 @@ name: 'step-01b-continue'
|
|
|
3
3
|
description: 'Resume the product brief workflow from where it was left off, ensuring smooth continuation'
|
|
4
4
|
|
|
5
5
|
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-01b-continue.md'
|
|
10
10
|
workflowFile: '{workflow_path}/workflow.md'
|
|
11
|
-
outputFile: '{
|
|
12
|
-
# Task References
|
|
13
|
-
# (No task references used in this continuation step)
|
|
11
|
+
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
14
12
|
---
|
|
15
13
|
|
|
16
14
|
# Step 1B: Product Brief Continuation
|
|
@@ -3,13 +3,13 @@ name: 'step-02-vision'
|
|
|
3
3
|
description: 'Discover and define the core product vision, problem statement, and unique value proposition'
|
|
4
4
|
|
|
5
5
|
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-02-vision.md'
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-03-users.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{
|
|
12
|
+
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
13
13
|
|
|
14
14
|
# Task References
|
|
15
15
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
|
@@ -3,13 +3,13 @@ name: 'step-03-users'
|
|
|
3
3
|
description: 'Define target users with rich personas and map their key interactions with the product'
|
|
4
4
|
|
|
5
5
|
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-03-users.md'
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-04-metrics.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{
|
|
12
|
+
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
13
13
|
|
|
14
14
|
# Task References
|
|
15
15
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
|
@@ -3,13 +3,13 @@ name: 'step-04-metrics'
|
|
|
3
3
|
description: 'Define comprehensive success metrics that include user success, business objectives, and key performance indicators'
|
|
4
4
|
|
|
5
5
|
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-04-metrics.md'
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-05-scope.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{
|
|
12
|
+
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
13
13
|
|
|
14
14
|
# Task References
|
|
15
15
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
|
@@ -3,13 +3,13 @@ name: 'step-05-scope'
|
|
|
3
3
|
description: 'Define MVP scope with clear boundaries and outline future vision while managing scope creep'
|
|
4
4
|
|
|
5
5
|
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-05-scope.md'
|
|
10
10
|
nextStepFile: '{workflow_path}/steps/step-06-complete.md'
|
|
11
11
|
workflowFile: '{workflow_path}/workflow.md'
|
|
12
|
-
outputFile: '{
|
|
12
|
+
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
13
13
|
|
|
14
14
|
# Task References
|
|
15
15
|
advancedElicitationTask: '{project-root}/_bmad/core/tasks/advanced-elicitation.xml'
|
|
@@ -3,14 +3,12 @@ name: 'step-06-complete'
|
|
|
3
3
|
description: 'Complete the product brief workflow, update status files, and suggest next steps for the project'
|
|
4
4
|
|
|
5
5
|
# Path Definitions
|
|
6
|
-
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/product-brief'
|
|
6
|
+
workflow_path: '{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief'
|
|
7
7
|
|
|
8
8
|
# File References
|
|
9
9
|
thisStepFile: '{workflow_path}/steps/step-06-complete.md'
|
|
10
10
|
workflowFile: '{workflow_path}/workflow.md'
|
|
11
|
-
outputFile: '{
|
|
12
|
-
# Task References
|
|
13
|
-
# (No task references used in this completion step)
|
|
11
|
+
outputFile: '{planning_artifacts}/product-brief-{{project_name}}-{{date}}.md'
|
|
14
12
|
---
|
|
15
13
|
|
|
16
14
|
# Step 6: Product Brief Completion
|
|
@@ -84,9 +82,8 @@ This brief serves as the foundation for all subsequent product development activ
|
|
|
84
82
|
**Status File Management:**
|
|
85
83
|
Update the main workflow status file:
|
|
86
84
|
|
|
87
|
-
- Check if `{output_folder}/bmm-workflow-status.yaml` exists
|
|
88
|
-
- If
|
|
89
|
-
- Update workflow_status["product-brief"] = `{outputFile}`
|
|
85
|
+
- Check if `{output_folder} or {planning_artifacts}/bmm-workflow-status.yaml` exists
|
|
86
|
+
- If so, update workflow_status["product-brief"] = `{outputFile}`
|
|
90
87
|
- Add completion timestamp and metadata
|
|
91
88
|
- Save file, preserving all comments and structure
|
|
92
89
|
|
|
@@ -113,7 +110,7 @@ Perform final validation of the product brief:
|
|
|
113
110
|
**Recommended Next Workflow:**
|
|
114
111
|
Provide guidance on logical next workflows:
|
|
115
112
|
|
|
116
|
-
1. `
|
|
113
|
+
1. `create-prd` - Create detailed Product Requirements Document
|
|
117
114
|
- Brief provides foundation for detailed requirements
|
|
118
115
|
- User personas inform journey mapping
|
|
119
116
|
- Success metrics become specific acceptance criteria
|
|
@@ -121,8 +118,8 @@ Provide guidance on logical next workflows:
|
|
|
121
118
|
|
|
122
119
|
**Other Potential Next Steps:**
|
|
123
120
|
|
|
124
|
-
|
|
125
|
-
|
|
121
|
+
1. `create-ux-design` - UX research and design (can run parallel with PRD)
|
|
122
|
+
2. `domain-research` - Deep market or domain research (if needed)
|
|
126
123
|
|
|
127
124
|
**Strategic Considerations:**
|
|
128
125
|
|
|
@@ -49,10 +49,10 @@ This uses **step-file architecture** for disciplined execution:
|
|
|
49
49
|
|
|
50
50
|
### 1. Configuration Loading
|
|
51
51
|
|
|
52
|
-
Load and read full config from {project-root}
|
|
52
|
+
Load and read full config from {project-root}/_bmad/bmm/config.yaml and resolve:
|
|
53
53
|
|
|
54
|
-
- `project_name`, `output_folder`, `user_name`, `communication_language`, `document_output_language`, `user_skill_level`
|
|
54
|
+
- `project_name`, `output_folder`, `planning_artifacts`, `user_name`, `communication_language`, `document_output_language`, `user_skill_level`
|
|
55
55
|
|
|
56
56
|
### 2. First Step EXECUTION
|
|
57
57
|
|
|
58
|
-
Load, read the full file and then execute `{project-root}/_bmad/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md` to begin the workflow.
|
|
58
|
+
Load, read the full file and then execute `{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md` to begin the workflow.
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
stepsCompleted: []
|
|
3
|
+
inputDocuments: []
|
|
4
|
+
workflowType: 'research'
|
|
5
|
+
lastStep: 1
|
|
6
|
+
research_type: '{{research_type}}'
|
|
7
|
+
research_topic: '{{research_topic}}'
|
|
8
|
+
research_goals: '{{research_goals}}'
|
|
9
|
+
user_name: '{{user_name}}'
|
|
10
|
+
date: '{{date}}'
|
|
11
|
+
web_research_enabled: true
|
|
12
|
+
source_verification: true
|
|
13
|
+
---
|
|
14
|
+
|
|
1
15
|
# Research Report: {{research_type}}
|
|
2
16
|
|
|
3
17
|
**Date:** {{date}}
|