Skip to content
🤖 Consolidated, AI-optimized BMAD docs: llms-full.txt. Fetch this plain text file for complete context.
🚀 Build your own BMad modules and share them with the community! Get started or submit to the marketplace.

Welcome

TEA (Test Engineering Architect) is a BMAD module for testing strategy and automation. It provides nine workflows covering learning, setup, design, automation, review, and release gates.

  • Workflow‑Driven: Multiple workflows covering day-to-day activities of a test architect.
  • Consistent Outputs: Knowledge-base guidance keeps standards consistent, no matter the agent being used.
  • Risk‑Based: P0–P3 prioritization from probability × impact.
  • Release Gates: Evidence‑backed go/no‑go decisions with traceability.
  • Two Layers: Stack-neutral verification reasoning, plus swappable execution targets. See Verification Architecture.

Risk assessment, test design, NFR planning, traceability, and release gates apply to any stack. Execution depth varies: browsers, HTTP services, and contracts are covered end to end; Python, Java, Go, .NET, and Ruby backends get detection, scaffolding, and generation; performance and security are planned and audited rather than executed. Execution Targets publishes the full matrix, including the gaps.

Terminal window
npx bmad-method install
# Select: Test Architect (TEA)

Then run a workflow. Each one has a command you can type in a fresh session:

  • Claude Code / Cursor / Windsurf: /bmad-testarch-test-design
  • Codex: $bmad-testarch-test-design
  • Agent menu: load /bmad-tea (or $bmad-tea) first, then type the two-letter code TD

The sidebar follows Diátaxis: tutorials teach, how-to guides solve one task, explanation covers concepts and architecture, reference is for lookup, and the glossary defines terms.

Pick a path:

The Command column works in a fresh session. The Menu code works only after /bmad-tea is loaded. On Codex, swap the leading / for $.

WorkflowCommandMenu codePurpose
Teach Me Testing/bmad-teach-me-testingTMTLearn testing (7 sessions, 1-2 weeks)
Test Design/bmad-testarch-test-designTDRisk-based planning + NFR planning
Framework Setup/bmad-testarch-frameworkTFScaffold test framework
CI/CD Integration/bmad-testarch-ciCISet up quality pipeline
ATDD/bmad-testarch-atddATFailing acceptance tests (TDD)
Test Automation/bmad-testarch-automateTAExpand automation coverage
Test Review/bmad-testarch-test-reviewRVQuality audit with scoring
NFR Evidence Audit/bmad-testarch-nfrNRNon-functional evidence evaluation
Requirements Tracing/bmad-testarch-traceTRCoverage mapping + gate decision

Agent menu shortcut: The TEA agent menu also provides a GATE intent, typed in chat after loading bmad-tea. It has no command of its own because it is a routing helper rather than a workflow: it walks you through the release gate sequence (optional test-review → optional nfr-assess → trace Phase 2 gate decision) and produces no artifact.