test-driven-development
Installation
SKILL.md
Test Driven Development
Core Principle
Tests are code, not an add-on. Every feature, bug fix, or refactoring should include tests that verify the behavior. Writing tests is part of implementing functionality, not a separate activity done after.
When to Use This Skill
- Planning new features or functionality
- Implementing any code change
- Fixing bugs
- Refactoring existing code