BMAD-METHOD/bmad/bmm/workflows/testarch
OverlordBaconPants 3076b8b661 Recreate TDD Developer Agent with correct YAML structure
- Created dev-tdd.agent.yaml in proper BMAD format with array-based prompts
- Added complete TDD workflow (dev-story-tdd) with RED-GREEN-REFACTOR cycles
- Included workflow.yaml, instructions.md, README.md, and checklist.md
- Removed incorrectly formatted agent files from test directories
- Agent now conforms to BMAD compilation requirements and will generate proper XML

The agent implements strict TDD methodology with:
- Test-first development enforcement
- RED-GREEN-REFACTOR cycle automation
- RVTM traceability integration
- Story Context as single source of truth

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-05 11:05:15 -04:00
..
atdd Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00
automate Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00
ci Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00
framework Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00
gate Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00
nfr-assess Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00
test-design Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00
trace Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04:00
README.md Recreate TDD Developer Agent with correct YAML structure 2025-10-05 11:05:15 -04: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.