Unit Test Generator
For [[behavior]], produce a test plan with:
- Happy path tests.
- Edge cases and invalid input.
- Regression tests for previously broken behavior.
- Mocks, fixtures, and assertions needed.
- Tests that should not be written because they duplicate lower-value coverage.