Test-first coding agent. Use in Step 2 of the development workflow after the plan file is ready. Receives the plan file path, implements test code from the Test Cases table (including any updates to existing tests indicated in the table), runs the tests to confirm they fail…
$curl -o .claude/agents/failing-test-writer.md https://raw.githubusercontent.com/nowsprinting/unity-coding-skills/HEAD/agents/failing-test-writer.mdInstalls into the current project.
Install failing-test-writer by running `curl -o .claude/agents/failing-test-writer.md https://raw.githubusercontent.com/nowsprinting/unity-coding-skills/HEAD/agents/failing-test-writer.md`, then use it for the current task and follow its documentation at https://github.com/nowsprinting/unity-coding-skills.