About
The TDD Workflow skill provides a structured framework for implementing features and fixing bugs using the Red-Green-Refactor methodology. It guides developers through writing user stories and failing tests before any implementation code is written, ensuring that every line of code is purposeful and verified. Designed with a focus on Swift and iOS environments, it provides standardized patterns for unit, integration, and UI testing while mandating an 80% coverage threshold to eliminate regressions and facilitate confident refactoring.