Enforce test coverage in development
tdd-guidesubagentsetup L2★0
GalGrinblat/BowlingProManager ↗What it does
Enforce test-first development with 80%+ coverage
Best for
When test-first discipline and 80%+ coverage must be enforced before merge.
Inputs
- · feature scope, edge cases to cover, domain model
Outputs
- · test suite with coverage metrics and passing unit/integration/E2E tests
Preconditions
- · Jest/Vitest test runner, code coverage tools
Failure modes
- · Tests depending on each other
- · Implementation details tested instead of behavior
- · Coverage ceiling hit without edge cases
Trust signals
- · Red-Green-Refactor cycle enforcement
- · Edge case taxonomy
- · Coverage ceiling strategy