Tests Are Non-Negotiable

Tests are how we go 10x without breaking things.

❌ Without Tests

Every agent change needs careful manual review

(slow)

✅ With Tests

Agent makes a change, tests pass, you ship

(fast)

Good tests
= confidence to move fast
No tests
= you're the bottleneck

If your code doesn't have tests, that's your first AI project:

"Help me add test coverage so I can iterate faster."