You MUST use this when implementing any feature or bugfix where tests are practical — before writing implementation code. Enforces red-green-refactor with verification at each step. Do not use for docs-only or config-only changes with no testable behavior.
$npx -y skills add felipemelendez/llm-orchestrator --skill test-driven-developmentInstalls into the current project.
Run `npx skills use "https://github.com/felipemelendez/llm-orchestrator" --skill "felipemelendez/llm-orchestrator/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/felipemelendez/llm-orchestrator" that are relevant to the current task. Run `npx skills add "https://github.com/felipemelendez/llm-orchestrator"` and select the relevant skills, then follow their instructions.