Commit Graph

2 Commits

Author SHA1 Message Date
vforvaick 69609e93f0 feat(expansion): Complete TDD methodology expansion pack
- Organized all TDD-related files into expansion pack structure
- Created comprehensive installation guide (INSTALL.md)
- Added migration guide for existing projects (MIGRATION.md)
- Included all TDD components:
  - Enhanced QA and Dev agent configurations
  - TDD-specific tasks (write-failing-tests, tdd-implement, tdd-refactor)
  - Quality gates and CI/CD templates
  - Guard scripts for TDD validation
  - Complete demo example

The expansion pack is ready for contribution to BMAD-METHOD repository.
It maintains full backward compatibility and can be enabled/disabled
through configuration.
2025-09-01 21:27:51 +07:00
vforvaick 3a7e432bcd feat(expansion): Initialize TDD methodology expansion pack structure
- Created expansion pack directory structure
- Added README with comprehensive documentation
- Prepared directories for agents, tasks, templates, scripts, and examples

This expansion pack adds TDD capabilities to the BMAD-METHOD, including:
- Enhanced QA and Dev agents for TDD phases
- TDD-specific commands and workflows
- Quality gates and CI/CD integration
- Example implementations
2025-09-01 21:21:38 +07:00