BMAD-METHOD/bmad/bmm/workflows/testarch
babzstudios 0c0e5c3fd7 chore: import sprint issues (automation) 2025-10-10 15:47:10 -06:00
..
atdd chore: import sprint issues (automation) 2025-10-10 15:47:10 -06:00
automate chore: import sprint issues (automation) 2025-10-10 15:47:10 -06:00
ci chore: import sprint issues (automation) 2025-10-10 15:47:10 -06:00
framework chore: import sprint issues (automation) 2025-10-10 15:47:10 -06:00
gate chore: import sprint issues (automation) 2025-10-10 15:47:10 -06:00
nfr-assess chore: import sprint issues (automation) 2025-10-10 15:47:10 -06:00
test-design chore: import sprint issues (automation) 2025-10-10 15:47:10 -06:00
trace chore: import sprint issues (automation) 2025-10-10 15:47:10 -06:00
README.md chore: import sprint issues (automation) 2025-10-10 15:47:10 -06:00

README.md

Test Architect Workflows

This directory houses the per-command workflows used by the Test Architect agent (tea). Each workflow wraps the standalone instructions that used to live under testarch/ so they can run through the standard BMAD workflow runner.

Available workflows

  • framework scaffolds Playwright/Cypress harnesses.
  • atdd generates failing acceptance tests before coding.
  • automate expands regression coverage after implementation.
  • ci bootstraps CI/CD pipelines aligned with TEA practices.
  • test-design combines risk assessment and coverage planning.
  • trace maps requirements to implemented automated tests.
  • nfr-assess evaluates non-functional requirements.
  • gate records the release decision in the gate file.

Each subdirectory contains:

  • instructions.md the slim workflow instructions.
  • workflow.yaml metadata consumed by the BMAD workflow runner.

The TEA agent now invokes these workflows via run-workflow rather than executing instruction files directly.