# tdd

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

## Credits

Local synthesis influenced by:

- [`mattpocock/skills`](https://github.com/mattpocock/skills/tree/main/skills/engineering/tdd) by Matt Pocock
- [`obra/superpowers`](https://github.com/obra/superpowers/tree/main/skills/test-driven-development) by Obra
