tdd-laravel

Installation
SKILL.md

Test-Driven Development

πŸ›‘ CRITICAL: The Refactor Phase Is Mandatory

After EVERY red-green cycle, you MUST:

  1. Complete the refactor checklist (see refactor-checklist.md)
  2. Propose refactors to the user with specific code examples
  3. Get explicit user approval before making any changes
  4. Execute approved refactors and verify tests still pass
  5. Display the completed checklist to the user before proceeding

Do NOT skip refactoring. Do NOT proceed to the next test without user approval of refactoring.

The TDD Mantras are:

  • πŸ•‰οΈ RED β†’ GREEN β†’ REFACTOR (with user approval) β†’ RED β†’ GREEN β†’ REFACTOR (with user approval) β†’ ...
  • πŸ›‘ Production code may not be written or modified unless we have a RED test and are trying to make it GREEN.
Installs
16
First Seen
Jul 5, 2026
tdd-laravel β€” ceilidhboy/skills