Validation-First Development
Overview
Define success criteria first. Verify your validation catches problems. Then implement minimal solution.
Core principle: If you didn't verify your validation catches failures, you don't know if it validates the right thing.
Violating the letter of the rules is violating the spirit of the rules.
When to Use
Always:
- New features/experiments
- Bug fixes/anomaly investigations
- Refactoring/methodology improvements
- Behavior/hypothes
[Description truncada. Veja o README completo no GitHub.]