tdd-loop - Implement features via autonomous TDD red-green-refactor loop
Executes test-driven development by writing failing tests, iterating production code up to 20 cycles, running quality gates, and opening a PR.
Tags
Updated: 2026-09-21Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Parse feature specifications
- Detect project test framework
- Write failing test suite
- Commit test suite
- Iterate production code implementation
- Run quality gate checks
- Commit feature implementation
- Open pull request
Inputs
- Feature description
- Acceptance criteria
- Target file path
- Test file path
Outputs
- Test commit
- Feature implementation commit
- Pull request
- Iteration log
Requirements
- Clean Git working tree
- Non-main feature branch
- Recognized test framework
