Test-driven development — write a failing test that names the behavior, watch it fail, implement the minimum to make it pass, then refactor with tests green. Works for new features, bug fixes, and behavior changes. Use when the user says "tdd", "test-first", "write tests first", or wants a change built test-first.
$npx -y skills add genai-io/san --skill tddInstalls into the current project.
Run `npx skills use "https://github.com/genai-io/san" --skill "genai-io/san/tdd"` 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/genai-io/san" that are relevant to the current task. Run `npx skills add "https://github.com/genai-io/san"` and select the relevant skills, then follow their instructions.