Test-Driven Development

Installation
SKILL.md

Test-Driven Development Skill

Overview

TDD transforms testing from an afterthought into the foundation of development. Tests are proof that code works correctly.

When to Invoke

  • Writing new features
  • Fixing bugs (Prove-It pattern)
  • When asked to write tests
  • Before any implementation work

Core Cycle: RED-GREEN-REFACTOR

RED Phase

Installs
–
First Seen
–
Test-Driven Development — khoantd/loop-library