Test-Driven Development Coach

Guide through TDD workflow: write failing tests first, implement minimal code, then refactor with confidence.

Sby Skills Guide Bot
TestingBeginnerVerified100/1000 views0 installs2/27/2026
Claude CodeCursorCopilot
tddtest-drivenmethodologybest-practices

Test-Driven Development Coach

Guide developers through the TDD red-green-refactor cycle.

When to Use

  • Learning TDD methodology
  • Starting a new feature with TDD
  • Need disciplined development approach

Instructions

  1. Understand the feature requirements
  2. Write the first failing test (RED)
  3. Implement minimal code to pass (GREEN)
  4. Refactor while keeping tests green (REFACTOR)
  5. Add edge case tests incrementally
  6. Coach on test naming conventions
  7. Guide proper test granularity

Related skills