Tdd Workflow

Full TDD Red-Green-Refactor cycle for test-driven development Use when this capability is needed.

tomevault-io Updated

File contents

TDD Workflow

Invoke the TDD Red-Green-Refactor cycle for the given feature or bug fix.

  1. Write a failing test that describes the expected behavior
  2. Run it to confirm it fails
  3. Write the minimum implementation to make it pass
  4. Run it to confirm it passes
  5. Refactor while keeping tests green
  6. Check coverage meets 80% threshold

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/dmend3z--forja--tdd-workflow commit 3373f9adda

Frequently asked questions

npx skillmds@latest add tomevault-io/tdd-workflow