Loading...
Loading...
Found 41 Skills
Implement features using Test-Driven Development (TDD) with Red-Green-Refactor cycle.
Strict Red-Green-Refactor workflow for robust, self-documenting code. Discovers project test setup via codebase exploration before assuming frameworks. Use when: (1) Implementing new features with test-first approach, (2) Fixing bugs with reproduction tests, (3) Refactoring existing code with test safety net, (4) Adding tests to legacy code, (5) Ensuring code quality before committing, (6) When tests exist but workflow unclear, or (7) When establishing testing practices in a new project. Triggers: test, tdd, red-green-refactor, failing test, test first, test-driven, write tests, add tests, run tests.
Use when implementing any feature or bugfix, before writing implementation code
Test-driven development workflow with philosophy guide - plan → write tests → implement → validate
Used when implementing any feature or bug fix before writing production code