agentvibes 3.1.0 → 3.2.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/.bmad/_cfg/agent-manifest.csv +9 -9
- package/.bmad/_cfg/agent-voice-map.csv +11 -11
- package/.bmad/_cfg/agents/bmm-quick-flow-solo-dev.customize.yaml +42 -0
- package/.bmad/_cfg/files-manifest.csv +286 -242
- package/.bmad/_cfg/ides/claude-code.yaml +1 -1
- package/.bmad/_cfg/manifest.yaml +5 -3
- package/.bmad/_cfg/task-manifest.csv +1 -0
- package/.bmad/_cfg/workflow-manifest.csv +37 -38
- package/.bmad/bmm/agents/analyst.md +40 -41
- package/.bmad/bmm/agents/{frame-expert.md → analyst.md.bak} +23 -16
- package/.bmad/bmm/agents/architect.md +34 -42
- package/.bmad/bmm/agents/dev.md +38 -34
- package/.bmad/bmm/agents/pm.md +34 -46
- package/.bmad/bmm/agents/quick-flow-solo-dev.md +64 -0
- package/.bmad/bmm/agents/sm.md +47 -53
- package/.bmad/bmm/agents/tea.md +41 -42
- package/.bmad/bmm/agents/tech-writer.md +37 -39
- package/.bmad/bmm/agents/ux-designer.md +42 -41
- package/.bmad/bmm/config.yaml +7 -5
- package/.bmad/bmm/data/README.md +29 -0
- package/.bmad/bmm/data/project-context-template.md +40 -0
- package/.bmad/bmm/docs/README.md +48 -10
- package/.bmad/bmm/docs/agents-guide.md +80 -53
- package/.bmad/bmm/docs/bmad-quick-flow.md +528 -0
- package/.bmad/bmm/docs/brownfield-guide.md +25 -39
- package/.bmad/bmm/docs/enterprise-agentic-development.md +3 -3
- package/.bmad/bmm/docs/faq.md +6 -39
- package/.bmad/bmm/docs/glossary.md +12 -25
- package/.bmad/bmm/docs/images/README.md +37 -0
- package/.bmad/bmm/docs/images/workflow-method-greenfield.excalidraw +5034 -0
- package/.bmad/bmm/docs/images/workflow-method-greenfield.svg +4 -0
- package/.bmad/bmm/docs/quick-flow-solo-dev.md +337 -0
- package/.bmad/bmm/docs/quick-spec-flow.md +5 -5
- package/.bmad/bmm/docs/quick-start.md +15 -25
- package/.bmad/bmm/docs/scale-adaptive-system.md +11 -5
- package/.bmad/bmm/docs/test-architecture.md +90 -24
- package/.bmad/bmm/docs/troubleshooting.md +680 -0
- package/.bmad/bmm/docs/workflow-document-project-reference.md +1 -1
- package/.bmad/bmm/docs/workflows-analysis.md +36 -140
- package/.bmad/bmm/docs/workflows-implementation.md +182 -157
- package/.bmad/bmm/docs/workflows-planning.md +51 -212
- package/.bmad/bmm/docs/workflows-solutioning.md +26 -71
- package/.bmad/bmm/tasks/daily-standup.xml +85 -0
- package/.bmad/bmm/teams/default-party.csv +15 -14
- package/.bmad/bmm/teams/team-fullstack.yaml +0 -1
- package/.bmad/bmm/testarch/knowledge/api-request.md +303 -0
- package/.bmad/bmm/testarch/knowledge/auth-session.md +356 -0
- package/.bmad/bmm/testarch/knowledge/burn-in.md +273 -0
- package/.bmad/bmm/testarch/knowledge/ci-burn-in.md +1 -1
- package/.bmad/bmm/testarch/knowledge/file-utils.md +260 -0
- package/.bmad/bmm/testarch/knowledge/fixtures-composition.md +382 -0
- package/.bmad/bmm/testarch/knowledge/intercept-network-call.md +280 -0
- package/.bmad/bmm/testarch/knowledge/log.md +294 -0
- package/.bmad/bmm/testarch/knowledge/network-error-monitor.md +272 -0
- package/.bmad/bmm/testarch/knowledge/network-recorder.md +265 -0
- package/.bmad/bmm/testarch/knowledge/overview.md +284 -0
- package/.bmad/bmm/testarch/knowledge/recurse.md +296 -0
- package/.bmad/bmm/testarch/tea-index.csv +11 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/product-brief.template.md +8 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +192 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +167 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +203 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +206 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +209 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +223 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +199 -0
- package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.md +58 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +136 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +228 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +237 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +205 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +233 -0
- package/.bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +442 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +181 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +236 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +199 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +248 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +258 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +176 -0
- package/.bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +474 -0
- package/.bmad/bmm/workflows/1-analysis/research/research.template.md +15 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +136 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +238 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +247 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +201 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +238 -0
- package/.bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +485 -0
- package/.bmad/bmm/workflows/1-analysis/research/workflow.md +204 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +159 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +126 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +209 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +215 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +218 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +233 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +251 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +253 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +223 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +223 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +240 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +247 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +236 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +263 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +226 -0
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +6 -138
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +59 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/prd-template.md +12 -200
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +243 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +165 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +420 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +289 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +290 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +270 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +261 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +257 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +298 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +269 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +293 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +223 -0
- package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.md +61 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md +13 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/data/domain-complexity.csv +11 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/data/project-types.csv +7 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md +194 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-01b-continue.md +163 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +223 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +330 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +317 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +358 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +378 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +358 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +351 -0
- package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.md +49 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +258 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +232 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +271 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +144 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +57 -0
- package/.bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +58 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-01-document-discovery.md +189 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-02-prd-analysis.md +177 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-03-epic-coverage-validation.md +178 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-04-ux-alignment.md +138 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-05-epic-quality-review.md +251 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/steps/step-06-final-assessment.md +132 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/templates/readiness-report-template.md +4 -0
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.md +54 -0
- package/.bmad/bmm/workflows/4-implementation/code-review/checklist.md +2 -1
- package/.bmad/bmm/workflows/4-implementation/code-review/instructions.xml +224 -0
- package/.bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -11
- package/.bmad/bmm/workflows/4-implementation/create-story/checklist.md +332 -214
- package/.bmad/bmm/workflows/4-implementation/create-story/instructions.xml +354 -0
- package/.bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +21 -34
- package/.bmad/bmm/workflows/4-implementation/dev-story/checklist.md +65 -23
- package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +406 -0
- package/.bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +6 -37
- package/.bmad/bmm/workflows/4-implementation/retrospective/instructions.md +3 -3
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +19 -21
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +11 -10
- package/.bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
- package/.bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +174 -0
- package/.bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +34 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +115 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +25 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +25 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +202 -0
- package/.bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +32 -0
- package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-dataflow/instructions.md +7 -8
- package/.bmad/bmm/workflows/diagrams/create-dataflow/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-diagram/instructions.md +9 -10
- package/.bmad/bmm/workflows/diagrams/create-diagram/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-flowchart/instructions.md +4 -5
- package/.bmad/bmm/workflows/diagrams/create-flowchart/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-wireframe/instructions.md +3 -3
- package/.bmad/bmm/workflows/diagrams/create-wireframe/workflow.yaml +26 -0
- package/.bmad/bmm/workflows/document-project/instructions.md +1 -1
- package/.bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +2 -2
- package/.bmad/bmm/workflows/generate-project-context/project-context-template.md +20 -0
- package/.bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +193 -0
- package/.bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +317 -0
- package/.bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +277 -0
- package/.bmad/bmm/workflows/generate-project-context/workflow.md +48 -0
- package/.bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +1 -1
- package/.bmad/bmm/workflows/testarch/atdd/instructions.md +23 -3
- package/.bmad/bmm/workflows/testarch/automate/instructions.md +23 -2
- package/.bmad/bmm/workflows/testarch/ci/checklist.md +1 -1
- package/.bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +36 -3
- package/.bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +25 -4
- package/.bmad/bmm/workflows/testarch/ci/instructions.md +20 -3
- package/.bmad/bmm/workflows/testarch/framework/instructions.md +27 -1
- package/.bmad/bmm/workflows/testarch/test-design/instructions.md +8 -2
- package/.bmad/bmm/workflows/testarch/test-review/instructions.md +29 -9
- package/.bmad/bmm/workflows/workflow-status/init/instructions.md +66 -54
- package/.bmad/bmm/workflows/workflow-status/instructions.md +11 -4
- package/.bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +22 -38
- package/.bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +6 -22
- package/.bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +6 -22
- package/.bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +6 -23
- package/.bmad/core/agents/bmad-master.md +12 -17
- package/.bmad/core/agents/bmad-web-orchestrator.agent.xml +1 -1
- package/.bmad/core/config.yaml +11 -0
- package/.bmad/core/resources/excalidraw/README.md +160 -0
- package/.bmad/core/resources/excalidraw/library-loader.md +50 -0
- package/.bmad/core/tasks/advanced-elicitation-methods.csv +51 -21
- package/.bmad/core/tasks/advanced-elicitation.xml +18 -8
- package/.bmad/core/tasks/workflow.xml +36 -71
- package/.bmad/core/workflows/brainstorming/brain-methods.csv +62 -36
- package/.bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +196 -0
- package/.bmad/core/workflows/brainstorming/steps/step-01b-continue.md +121 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +224 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +236 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +208 -0
- package/.bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +263 -0
- package/.bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +339 -0
- package/.bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +302 -0
- package/.bmad/core/workflows/brainstorming/template.md +13 -104
- package/.bmad/core/workflows/brainstorming/workflow.md +51 -0
- package/.bmad/core/workflows/party-mode/instructions.md.bak +205 -0
- package/.bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +140 -0
- package/.bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +205 -0
- package/.bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +158 -0
- package/.bmad/core/workflows/party-mode/workflow.md +225 -0
- package/.claude/commands/bmad/bmm/agents/{frame-expert.md → quick-flow-solo-dev.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/check-implementation-readiness.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/code-review.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/create-architecture.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/create-epics-stories.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/{create-dataflow.md → create-excalidraw-dataflow.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/{create-diagram.md → create-excalidraw-diagram.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/{create-flowchart.md → create-excalidraw-flowchart.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/{create-wireframe.md → create-excalidraw-wireframe.md} +2 -2
- package/.claude/commands/bmad/bmm/workflows/create-prd.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/create-product-brief.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/create-story.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/create-tech-spec.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/create-ux-design.md +2 -10
- package/.claude/commands/bmad/bmm/workflows/generate-project-context.md +5 -0
- package/.claude/commands/bmad/bmm/workflows/{domain-research.md → quick-dev.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/research.md +2 -10
- package/.claude/commands/bmad/bmm/workflows/{story-context.md → sprint-status.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/testarch-atdd.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-automate.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-ci.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-framework.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-nfr.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/{prd.md → testarch-test-design.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/testarch-test-review.md +13 -0
- package/.claude/commands/bmad/bmm/workflows/testarch-trace.md +13 -0
- package/.claude/commands/bmad/core/workflows/brainstorming-session.md +5 -0
- package/.claude/github-star-reminder.txt +1 -1
- package/.clawdbot/README.md +105 -0
- package/.clawdbot/skill/SKILL.md +432 -0
- package/README.md +87 -11
- package/RELEASE_NOTES.md +115 -0
- package/package.json +4 -2
- package/src/installer.js +23 -17
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
- package/.bmad/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -26
- package/.bmad/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
- package/.bmad/bmm/workflows/1-analysis/domain-research/template.md +0 -180
- package/.bmad/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -28
- package/.bmad/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
- package/.bmad/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
- package/.bmad/bmm/workflows/1-analysis/product-brief/template.md +0 -181
- package/.bmad/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -45
- package/.bmad/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
- package/.bmad/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
- package/.bmad/bmm/workflows/1-analysis/research/checklist.md +0 -299
- package/.bmad/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
- package/.bmad/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
- package/.bmad/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
- package/.bmad/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
- package/.bmad/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
- package/.bmad/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
- package/.bmad/bmm/workflows/1-analysis/research/template-market.md +0 -347
- package/.bmad/bmm/workflows/1-analysis/research/template-technical.md +0 -245
- package/.bmad/bmm/workflows/1-analysis/research/workflow.yaml +0 -44
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/epics-template.md +0 -80
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/instructions.md +0 -616
- package/.bmad/bmm/workflows/2-plan-workflows/create-epics-and-stories/workflow.yaml +0 -53
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
- package/.bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -61
- package/.bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
- package/.bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
- package/.bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -52
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
- package/.bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -58
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
- package/.bmad/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
- package/.bmad/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
- package/.bmad/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
- package/.bmad/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
- package/.bmad/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
- package/.bmad/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -55
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/checklist.md +0 -169
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/instructions.md +0 -332
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/template.md +0 -146
- package/.bmad/bmm/workflows/3-solutioning/implementation-readiness/workflow.yaml +0 -62
- package/.bmad/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
- package/.bmad/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
- package/.bmad/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
- package/.bmad/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
- package/.bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -57
- package/.bmad/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
- package/.bmad/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
- package/.bmad/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
- package/.bmad/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -61
- package/.bmad/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
- package/.bmad/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -26
- package/.bmad/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
- package/.bmad/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -23
- package/.bmad/bmm/workflows/frame-expert/create-dataflow/workflow.yaml +0 -23
- package/.bmad/bmm/workflows/frame-expert/create-diagram/workflow.yaml +0 -24
- package/.bmad/bmm/workflows/frame-expert/create-flowchart/workflow.yaml +0 -27
- package/.bmad/bmm/workflows/frame-expert/create-wireframe/workflow.yaml +0 -23
- package/.bmad/bmm/workflows/workflow-status/paths/game-design.yaml +0 -52
- package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
- package/.bmad/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
- package/.claude/commands/bmad/bmm/workflows/architecture.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/brainstorm-project.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/create-epics-and-stories.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/implementation-readiness.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/product-brief.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/story-done.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/story-ready.md +0 -13
- package/.claude/commands/bmad/bmm/workflows/tech-spec.md +0 -13
- /package/.bmad/bmm/{workflows/techdoc → data}/documentation-standards.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/_shared/excalidraw-library.json +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/_shared/excalidraw-templates.yaml +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-dataflow/checklist.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-diagram/checklist.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-flowchart/checklist.md +0 -0
- /package/.bmad/bmm/workflows/{frame-expert → diagrams}/create-wireframe/checklist.md +0 -0
- /package/.bmad/{bmm/workflows/frame-expert/_shared → core/resources/excalidraw}/excalidraw-helpers.md +0 -0
- /package/.bmad/{bmm/workflows/frame-expert/_shared → core/resources/excalidraw}/validate-json-instructions.md +0 -0
|
@@ -22,6 +22,12 @@ BMad Method (BMM) helps you build software through guided workflows with special
|
|
|
22
22
|
3. **Phase 3: Solutioning** (Track-dependent) - Design the architecture for BMad Method and Enterprise tracks
|
|
23
23
|
4. **Phase 4: Implementation** (Required) - Build your software Epic by Epic, Story by Story
|
|
24
24
|
|
|
25
|
+
### Complete Workflow Visualization
|
|
26
|
+
|
|
27
|
+

|
|
28
|
+
|
|
29
|
+
_Complete visual flowchart showing all phases, workflows, agents (color-coded), and decision points for the BMad Method standard greenfield track. Each box is color-coded by the agent responsible for that workflow._
|
|
30
|
+
|
|
25
31
|
## Installation
|
|
26
32
|
|
|
27
33
|
```bash
|
|
@@ -194,35 +200,21 @@ Once planning and architecture are complete, you'll move to Phase 4. **Important
|
|
|
194
200
|
3. Tell the agent: "Run sprint-planning"
|
|
195
201
|
4. This creates your `sprint-status.yaml` file that tracks all epics and stories
|
|
196
202
|
|
|
197
|
-
#### 3.2
|
|
198
|
-
|
|
199
|
-
1. **Start a new chat** with the **SM agent**
|
|
200
|
-
2. Wait for the menu
|
|
201
|
-
3. Tell the agent: "Run epic-tech-context"
|
|
202
|
-
4. This creates technical context for the current epic before drafting stories
|
|
203
|
-
|
|
204
|
-
#### 3.3 Draft Your First Story
|
|
203
|
+
#### 3.2 Draft Your First Story
|
|
205
204
|
|
|
206
205
|
1. **Start a new chat** with the **SM agent**
|
|
207
206
|
2. Wait for the menu
|
|
208
207
|
3. Tell the agent: "Run create-story"
|
|
209
208
|
4. This drafts the story file from the epic
|
|
210
209
|
|
|
211
|
-
#### 3.
|
|
212
|
-
|
|
213
|
-
1. **Start a new chat** with the **SM agent**
|
|
214
|
-
2. Wait for the menu
|
|
215
|
-
3. Tell the agent: "Run story-context"
|
|
216
|
-
4. This creates implementation-specific technical context for the story
|
|
217
|
-
|
|
218
|
-
#### 3.5 Implement the Story
|
|
210
|
+
#### 3.3 Implement the Story
|
|
219
211
|
|
|
220
212
|
1. **Start a new chat** with the **DEV agent**
|
|
221
213
|
2. Wait for the menu
|
|
222
214
|
3. Tell the agent: "Run dev-story"
|
|
223
215
|
4. The DEV agent will implement the story and update the sprint status
|
|
224
216
|
|
|
225
|
-
#### 3.
|
|
217
|
+
#### 3.4 Review the Code (Optional but Recommended)
|
|
226
218
|
|
|
227
219
|
1. **Start a new chat** with the **DEV agent**
|
|
228
220
|
2. Wait for the menu
|
|
@@ -234,9 +226,8 @@ Once planning and architecture are complete, you'll move to Phase 4. **Important
|
|
|
234
226
|
For each subsequent story, repeat the cycle using **fresh chats** for each workflow:
|
|
235
227
|
|
|
236
228
|
1. **New chat** → SM agent → "Run create-story"
|
|
237
|
-
2. **New chat** →
|
|
238
|
-
3. **New chat** → DEV agent → "Run
|
|
239
|
-
4. **New chat** → DEV agent → "Run code-review" (optional but recommended)
|
|
229
|
+
2. **New chat** → DEV agent → "Run dev-story"
|
|
230
|
+
3. **New chat** → DEV agent → "Run code-review" (optional but recommended)
|
|
240
231
|
|
|
241
232
|
After completing all stories in an epic:
|
|
242
233
|
|
|
@@ -322,11 +313,10 @@ flowchart LR
|
|
|
322
313
|
direction TB
|
|
323
314
|
D1[Per Epic:<br/>epic context]
|
|
324
315
|
D2[Per Story:<br/>create-story]
|
|
325
|
-
D3[story
|
|
326
|
-
D4[
|
|
327
|
-
D5[
|
|
328
|
-
|
|
329
|
-
D1 ~~~ D2 ~~~ D3 ~~~ D4 ~~~ D5 ~~~ D6
|
|
316
|
+
D3[dev-story]
|
|
317
|
+
D4[code-review]
|
|
318
|
+
D5[SM, DEV]
|
|
319
|
+
D1 ~~~ D2 ~~~ D3 ~~~ D4 ~~~ D5
|
|
330
320
|
end
|
|
331
321
|
|
|
332
322
|
P1 --> P2
|
|
@@ -32,11 +32,11 @@ BMad Method adapts to three distinct planning tracks:
|
|
|
32
32
|
|
|
33
33
|
### Three Tracks at a Glance
|
|
34
34
|
|
|
35
|
-
| Track | Planning Depth |
|
|
36
|
-
| --------------------- | --------------------- |
|
|
37
|
-
| **Quick Flow** | Tech-spec only |
|
|
38
|
-
| **BMad Method** | PRD + Arch + UX |
|
|
39
|
-
| **Enterprise Method** | Method + Test/Sec/Ops |
|
|
35
|
+
| Track | Planning Depth | Best For |
|
|
36
|
+
| --------------------- | --------------------- | ------------------------------------------ |
|
|
37
|
+
| **Quick Flow** | Tech-spec only | Simple features, bug fixes, clear scope |
|
|
38
|
+
| **BMad Method** | PRD + Arch + UX | Products, platforms, complex features |
|
|
39
|
+
| **Enterprise Method** | Method + Test/Sec/Ops | Enterprise needs, compliance, multi-tenant |
|
|
40
40
|
|
|
41
41
|
### Decision Tree
|
|
42
42
|
|
|
@@ -169,6 +169,12 @@ Tech-Spec → Implement
|
|
|
169
169
|
PRD → (Optional UX) → Architecture → Create Epics and Stories → Implementation Readiness Check → Implement
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
+
**Complete Workflow Visualization**:
|
|
173
|
+
|
|
174
|
+

|
|
175
|
+
|
|
176
|
+
_Detailed flowchart showing all phases, workflows, agents (color-coded), and decision points for the BMad Method track. Each colored box represents a different agent role._
|
|
177
|
+
|
|
172
178
|
**Use For**:
|
|
173
179
|
|
|
174
180
|
**Greenfield**:
|
|
@@ -88,9 +88,9 @@ graph TB
|
|
|
88
88
|
style Waived fill:#9c27b0,stroke:#4a148c,stroke-width:3px,color:#000
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
**Phase Numbering Note:** BMad uses a 4-phase methodology with optional Phase
|
|
91
|
+
**Phase Numbering Note:** BMad uses a 4-phase methodology with optional Phase 1 and documentation prerequisite:
|
|
92
92
|
|
|
93
|
-
- **
|
|
93
|
+
- **Documentation** (Optional for brownfield): Prerequisite using `*document-project`
|
|
94
94
|
- **Phase 1** (Optional): Discovery/Analysis (`*brainstorm`, `*research`, `*product-brief`)
|
|
95
95
|
- **Phase 2** (Required): Planning (`*prd` creates PRD with FRs/NFRs)
|
|
96
96
|
- **Phase 3** (Track-dependent): Solutioning (`*architecture` → `*create-epics-and-stories` → TEA: `*framework`, `*ci` → `*implementation-readiness`)
|
|
@@ -98,7 +98,7 @@ graph TB
|
|
|
98
98
|
|
|
99
99
|
**TEA workflows:** `*framework` and `*ci` run once in Phase 3 after architecture. `*test-design` runs per-epic in Phase 4. Output: `test-design-epic-N.md`.
|
|
100
100
|
|
|
101
|
-
Quick Flow track skips
|
|
101
|
+
Quick Flow track skips Phase 1 and 3. BMad Method and Enterprise use all phases based on project needs.
|
|
102
102
|
|
|
103
103
|
### Why TEA is Different from Other BMM Agents
|
|
104
104
|
|
|
@@ -138,12 +138,12 @@ Epic/Release Gate → TEA: *nfr-assess, *trace Phase 2 (release decision)
|
|
|
138
138
|
**Standard agents**: 1-3 workflows per phase
|
|
139
139
|
**TEA**: 8 workflows across Phase 3, Phase 4, and Release Gate
|
|
140
140
|
|
|
141
|
-
| Phase | TEA Workflows
|
|
142
|
-
| ----------- |
|
|
143
|
-
| **Phase 2** | (none)
|
|
144
|
-
| **Phase 3** |
|
|
145
|
-
| **Phase 4** |
|
|
146
|
-
| **Release** |
|
|
141
|
+
| Phase | TEA Workflows | Frequency | Purpose |
|
|
142
|
+
| ----------- | --------------------------------------------------------- | ---------------- | ---------------------------------------------- |
|
|
143
|
+
| **Phase 2** | (none) | - | Planning phase - PM defines requirements |
|
|
144
|
+
| **Phase 3** | \*framework, \*ci | Once per project | Setup test infrastructure AFTER architecture |
|
|
145
|
+
| **Phase 4** | \*test-design, \*atdd, \*automate, \*test-review, \*trace | Per epic/story | Test planning per epic, then per-story testing |
|
|
146
|
+
| **Release** | \*nfr-assess, \*trace (Phase 2: gate) | Per epic/release | Go/no-go decision |
|
|
147
147
|
|
|
148
148
|
**Note**: `*trace` is a two-phase workflow: Phase 1 (traceability) + Phase 2 (gate decision). This reduces cognitive load while maintaining natural workflow.
|
|
149
149
|
|
|
@@ -167,13 +167,35 @@ src/modules/bmm/
|
|
|
167
167
|
|
|
168
168
|
TEA uniquely requires:
|
|
169
169
|
|
|
170
|
-
- **Extensive domain knowledge**:
|
|
170
|
+
- **Extensive domain knowledge**: 32 fragments covering test patterns, CI/CD, fixtures, quality practices, healing strategies, and optional playwright-utils integration
|
|
171
171
|
- **Centralized reference system**: `tea-index.csv` for on-demand fragment loading during workflow execution
|
|
172
172
|
- **Cross-cutting concerns**: Domain-specific testing patterns (vs project-specific artifacts like PRDs/stories)
|
|
173
|
-
- **Optional MCP
|
|
173
|
+
- **Optional integrations**: MCP capabilities (healing, exploratory, verification) and playwright-utils support
|
|
174
174
|
|
|
175
175
|
This architecture enables TEA to maintain consistent, production-ready testing patterns across all BMad projects while operating across multiple development phases.
|
|
176
176
|
|
|
177
|
+
### Playwright Utils Integration
|
|
178
|
+
|
|
179
|
+
TEA optionally integrates with `@seontechnologies/playwright-utils`, an open-source library providing fixture-based utilities for Playwright tests.
|
|
180
|
+
|
|
181
|
+
**Installation:**
|
|
182
|
+
|
|
183
|
+
```bash
|
|
184
|
+
npm install -D @seontechnologies/playwright-utils
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
**Enable during BMAD installation** by answering "Yes" when prompted.
|
|
188
|
+
|
|
189
|
+
**Supported utilities (11 total):**
|
|
190
|
+
|
|
191
|
+
- api-request, network-recorder, auth-session, intercept-network-call, recurse
|
|
192
|
+
- log, file-utils, burn-in, network-error-monitor
|
|
193
|
+
- fixtures-composition (integration patterns)
|
|
194
|
+
|
|
195
|
+
**Workflows adapt:** automate, framework, test-review, ci, atdd (+ light mention in test-design).
|
|
196
|
+
|
|
197
|
+
**Knowledge base:** 32 total fragments (21 core patterns + 11 playwright-utils)
|
|
198
|
+
|
|
177
199
|
</details>
|
|
178
200
|
|
|
179
201
|
## High-Level Cheat Sheets
|
|
@@ -237,22 +259,22 @@ These cheat sheets map TEA workflows to the **BMad Method and Enterprise tracks*
|
|
|
237
259
|
|
|
238
260
|
**🔄 Brownfield Deltas from Greenfield:**
|
|
239
261
|
|
|
240
|
-
- ➕
|
|
262
|
+
- ➕ Documentation (Prerequisite) - Document existing codebase if undocumented
|
|
241
263
|
- ➕ Phase 2: `*trace` - Baseline existing test coverage before planning
|
|
242
264
|
- 🔄 Phase 4: `*test-design` - Focus on regression hotspots and brownfield risks
|
|
243
265
|
- 🔄 Phase 4: Story Review - May include `*nfr-assess` if not done earlier
|
|
244
266
|
|
|
245
|
-
| Workflow Stage
|
|
246
|
-
|
|
|
247
|
-
| **
|
|
248
|
-
| **Phase 1**: Discovery
|
|
249
|
-
| **Phase 2**: Planning
|
|
250
|
-
| **Phase 3**: Solutioning
|
|
251
|
-
| **Phase 4**: Sprint Start
|
|
252
|
-
| **Phase 4**: Epic Planning
|
|
253
|
-
| **Phase 4**: Story Dev
|
|
254
|
-
| **Phase 4**: Story Review
|
|
255
|
-
| **Phase 4**: Release Gate
|
|
267
|
+
| Workflow Stage | Test Architect | Dev / Team | Outputs |
|
|
268
|
+
| ---------------------------------- | ---------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
|
|
269
|
+
| **Documentation**: Prerequisite ➕ | - | Analyst `*document-project` (if undocumented) | Comprehensive project documentation |
|
|
270
|
+
| **Phase 1**: Discovery | - | Analyst/PM/Architect rerun planning workflows | Updated planning artifacts in `{output_folder}` |
|
|
271
|
+
| **Phase 2**: Planning | Run ➕ `*trace` (baseline coverage) | PM `*prd` (creates PRD with FRs/NFRs) | PRD with FRs/NFRs, ➕ coverage baseline |
|
|
272
|
+
| **Phase 3**: Solutioning | Run `*framework`, `*ci` AFTER architecture and epic creation | Architect `*architecture`, `*create-epics-and-stories`, `*implementation-readiness` | Architecture, epics/stories, test framework, CI pipeline |
|
|
273
|
+
| **Phase 4**: Sprint Start | - | SM `*sprint-planning` | Sprint status file with all epics and stories |
|
|
274
|
+
| **Phase 4**: Epic Planning | Run `*test-design` for THIS epic 🔄 (regression hotspots) | Review epic scope and brownfield risks | `test-design-epic-N.md` with brownfield risk assessment and mitigation |
|
|
275
|
+
| **Phase 4**: Story Dev | (Optional) `*atdd` before dev, then `*automate` after | SM `*create-story`, DEV implements | Tests, story implementation |
|
|
276
|
+
| **Phase 4**: Story Review | Apply `*test-review` (optional), re-run `*trace`, ➕ `*nfr-assess` if needed | Resolve gaps, update docs/tests | Quality report, refreshed coverage matrix, NFR report |
|
|
277
|
+
| **Phase 4**: Release Gate | (Optional) `*test-review` for final audit, Run `*trace` (Phase 2) | Capture sign-offs, share release notes | Quality audit, Gate YAML + release summary |
|
|
256
278
|
|
|
257
279
|
<details>
|
|
258
280
|
<summary>Execution Notes</summary>
|
|
@@ -295,7 +317,7 @@ These cheat sheets map TEA workflows to the **BMad Method and Enterprise tracks*
|
|
|
295
317
|
| Workflow Stage | Test Architect | Dev / Team | Outputs |
|
|
296
318
|
| -------------------------- | ------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
|
|
297
319
|
| **Phase 1**: Discovery | - | Analyst ➕ `*research`, `*product-brief` | Domain research, compliance analysis, product brief |
|
|
298
|
-
| **Phase 2**: Planning | Run ➕ `*nfr-assess` | PM `*prd` (creates PRD with FRs/NFRs), UX `*create-design`
|
|
320
|
+
| **Phase 2**: Planning | Run ➕ `*nfr-assess` | PM `*prd` (creates PRD with FRs/NFRs), UX `*create-ux-design` | Enterprise PRD with FRs/NFRs, UX design, ➕ NFR documentation |
|
|
299
321
|
| **Phase 3**: Solutioning | Run `*framework`, `*ci` AFTER architecture and epic creation | Architect `*architecture`, `*create-epics-and-stories`, `*implementation-readiness` | Architecture, epics/stories, test framework, CI pipeline |
|
|
300
322
|
| **Phase 4**: Sprint Start | - | SM `*sprint-planning` | Sprint plan with all epics |
|
|
301
323
|
| **Phase 4**: Epic Planning | Run `*test-design` for THIS epic 🔄 (compliance focus) | Review epic scope and compliance requirements | `test-design-epic-N.md` with security/performance/compliance focus |
|
|
@@ -380,6 +402,50 @@ MCP provides additional capabilities on top of TEA's default AI-based approach:
|
|
|
380
402
|
|
|
381
403
|
</details>
|
|
382
404
|
|
|
405
|
+
<details>
|
|
406
|
+
<summary><strong>Optional Playwright Utils Integration</strong></summary>
|
|
407
|
+
|
|
408
|
+
**Open-source Playwright utilities** from SEON Technologies (production-tested, npm published):
|
|
409
|
+
|
|
410
|
+
- **Package**: `@seontechnologies/playwright-utils` ([npm](https://www.npmjs.com/package/@seontechnologies/playwright-utils) | [GitHub](https://github.com/seontechnologies/playwright-utils))
|
|
411
|
+
- **Install**: `npm install -D @seontechnologies/playwright-utils`
|
|
412
|
+
|
|
413
|
+
**How Playwright Utils Enhances TEA Workflows**:
|
|
414
|
+
|
|
415
|
+
Provides fixture-based utilities that integrate into TEA's test generation and review workflows:
|
|
416
|
+
|
|
417
|
+
1. `*framework`:
|
|
418
|
+
- Default: Basic Playwright scaffold
|
|
419
|
+
- **+ playwright-utils**: Scaffold with api-request, network-recorder, auth-session, burn-in, network-error-monitor fixtures pre-configured
|
|
420
|
+
|
|
421
|
+
Benefit: Production-ready patterns from day one
|
|
422
|
+
|
|
423
|
+
2. `*automate`, `*atdd`:
|
|
424
|
+
- Default: Standard test patterns
|
|
425
|
+
- **+ playwright-utils**: Tests using api-request (schema validation), intercept-network-call (mocking), recurse (polling), log (structured logging), file-utils (CSV/PDF)
|
|
426
|
+
|
|
427
|
+
Benefit: Advanced patterns without boilerplate
|
|
428
|
+
|
|
429
|
+
3. `*test-review`:
|
|
430
|
+
- Default: Reviews against core knowledge base (21 fragments)
|
|
431
|
+
- **+ playwright-utils**: Reviews against expanded knowledge base (32 fragments: 21 core + 11 playwright-utils)
|
|
432
|
+
|
|
433
|
+
Benefit: Reviews include fixture composition, auth patterns, network recording best practices
|
|
434
|
+
|
|
435
|
+
4. `*ci`:
|
|
436
|
+
- Default: Standard CI workflow
|
|
437
|
+
- **+ playwright-utils**: CI workflow with burn-in script (smart test selection) and network-error-monitor integration
|
|
438
|
+
|
|
439
|
+
Benefit: Faster CI feedback, HTTP error detection
|
|
440
|
+
|
|
441
|
+
**Utilities available** (11 total): api-request, network-recorder, auth-session, intercept-network-call, recurse, log, file-utils, burn-in, network-error-monitor, fixtures-composition
|
|
442
|
+
|
|
443
|
+
**Enable during BMAD installation** by answering "Yes" when prompted, or manually set `tea_use_playwright_utils: true` in `.bmad/bmm/config.yaml`.
|
|
444
|
+
|
|
445
|
+
**To disable**: Set `tea_use_playwright_utils: false` in `.bmad/bmm/config.yaml`.
|
|
446
|
+
|
|
447
|
+
</details>
|
|
448
|
+
|
|
383
449
|
<br></br>
|
|
384
450
|
|
|
385
451
|
| Command | Workflow README | Primary Outputs | Notes | With Playwright MCP Enhancements |
|