BMAD-METHOD/bmad-core/agents
vforvaick 173453636a feat: Enhance QA and Dev agents with TDD capabilities
- Update QA agent (qa.md) with TDD Red phase commands:
  - *tdd-start: Initialize TDD for story
  - *write-failing-tests: Generate failing tests (Red phase)
  - *tdd-refactor: Participate in refactor with safety checks
  - Add TDD methodology and test isolation principles

- Update Dev agent (dev.md) with TDD Green/Refactor phase commands:
  - *tdd-implement: Implement minimal code to pass tests (Green phase)
  - *make-tests-pass: Iterative test-driven implementation
  - *tdd-refactor: Collaborate on safe refactoring
  - Add TDD discipline and test-first validation rules

- Enhance test-design.md with TDD-first support:
  - Add TDD mode for Red phase test design
  - Mocking strategy selection matrix (mock/fake/stub)
  - Smallest-next-test principle
  - Deterministic test data strategies

- Create TDD quality gates template (tdd-quality-gates.md):
  - Phase-specific gate criteria (Red/Green/Refactor)
  - Pass/Fail/Concerns criteria per phase
  - Recovery procedures for gate failures
  - Integration with existing BMAD quality gates

All agents now support both traditional and TDD workflows.
TDD features are conditionally available when tdd.enabled=true.
2025-09-01 21:08:40 +07:00
..
analyst.md fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
architect.md fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
bmad-master.md fix: correct dependency path format in bmad-master agent (#495) 2025-08-30 22:14:52 -05:00
bmad-orchestrator.md fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
dev.md feat: Enhance QA and Dev agents with TDD capabilities 2025-09-01 21:08:40 +07:00
pm.md fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
po.md fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
qa.md feat: Enhance QA and Dev agents with TDD capabilities 2025-09-01 21:08:40 +07:00
sm.md fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00
ux-expert.md fix: documentation and trademark updates 2025-08-17 19:23:50 -05:00