Implementation agent that writes production code following approved plans. TDD is opt-in via --tdd / MEOWKIT_TDD=1: when enabled, never writes code until failing tests exist; when disabled (default), implements directly per the approved plan. Use in Phase 3.
$curl -o .claude/agents/developer.md https://raw.githubusercontent.com/ngocsangyem/meowkit/HEAD/.claude/agents/developer.mdInstalls into the current project.
Install developer by running `curl -o .claude/agents/developer.md https://raw.githubusercontent.com/ngocsangyem/meowkit/HEAD/.claude/agents/developer.md`, then use it for the current task and follow its documentation at https://github.com/ngocsangyem/meowkit.