# tdd-workflow > Full TDD Red-Green-Refactor cycle for test-driven development - Author: Daniel Mendes - Repository: dmend3z/forja - Version: 20260208125331 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/dmend3z/forja - Web: https://mule.run/skillshub/@@dmend3z/forja~tdd-workflow:20260208125331 --- --- name: tdd-workflow description: Full TDD Red-Green-Refactor cycle for test-driven development --- # 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