test-driven-development
Enforces write-the-failing-test-first TDD before any implementation or bugfix code.
๐ก๏ธ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for test-driven-development, derived from its capabilities.
AIVSS 8.1 ยท High
View MAESTRO 7-layer threat model โOverview
A superpowers skill that mandates the red-green TDD loop: write the test, watch it fail, write minimal code to pass. Core principle is that an unwatched-fail test proves nothing. Instruction-only surface that dictates the order in which the agent writes tests versus implementation.
Key features
- Test-first mandate
- Watch-it-fail verification
- Minimal-code-to-pass loop
Use cases
- Implementing a new feature test-first
- Writing a regression test for a bugfix