Test-writing agent. In TDD mode (--tdd / MEOWKIT_TDD=1), writes failing tests before implementation (red phase) and verifies they pass after (green phase). In default mode (TDD off), writes tests when invoked but does not block the developer.
$curl -o .claude/agents/tester.md https://raw.githubusercontent.com/ngocsangyem/meowkit/HEAD/.claude/agents/tester.mdInstalls into the current project.
Install tester by running `curl -o .claude/agents/tester.md https://raw.githubusercontent.com/ngocsangyem/meowkit/HEAD/.claude/agents/tester.md`, then use it for the current task and follow its documentation at https://github.com/ngocsangyem/meowkit.