tdd-workflow
Installation
SKILL.md
Test-Driven Development Workflow
Enforces test-driven development principles with comprehensive test coverage across all layers.
When to Activate
- Writing new features or functionality
- Fixing bugs or issues
- Refactoring existing code
- Adding API endpoints
- Creating new components
- Implementing business logic
Core Principles
1. Tests BEFORE Code
Always write tests first, then implement code to make tests pass. No exceptions.