Strict red-green-refactor TDD workflow for implementing features, fixing bugs, or changing behavior in Rails applications. Enforces the discipline of writing a failing test before any production code. Use whenever you want to implement with TDD — whether a new feature, a bugfix, a refactor, or any behavior change.
$npx -y skills add thoughtbot/rails-consultant --skill test-driven-developmentInstalls into the current project.
Run `npx skills use "https://github.com/thoughtbot/rails-consultant" --skill "thoughtbot/rails-consultant/test-driven-development"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/thoughtbot/rails-consultant" that are relevant to the current task. Run `npx skills add "https://github.com/thoughtbot/rails-consultant"` and select the relevant skills, then follow their instructions.