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 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.
Terminal window
npx bmad-method install
# Select: Test Architect (TEA)

Then trigger workflows via chat:

bmad-tea # Load TEA agent/menu
test-design # Run Test Design workflow

Pick a path:

WorkflowTriggerPurpose
Teach Me TestingTMTLearn testing (7 sessions, 1-2 weeks)
Test DesignTDRisk-based planning + NFR planning
Framework SetupTFScaffold test framework
CI/CD IntegrationCISet up quality pipeline
ATDDATFailing acceptance tests (TDD)
Test AutomationTAExpand automation coverage
Test ReviewRVQuality audit with scoring
NFR Evidence AuditNRNon-functional evidence evaluation
Requirements TracingTRCoverage mapping + gate decision

Agent menu shortcut: The TEA agent menu also provides a GATE intent (trigger: GATE in chat after loading bmad-tea). It is a routing helper — not a standalone workflow — that guides you through the release gate sequence: optional test-review → optional nfr-assess → trace Phase 2 gate decision. It produces no artifact of its own.