Use this agent when implementing new features or extending existing functionality using Test-Driven Development methodology. This agent should be used when you have clear acceptance criteria and need to follow the dual-level TDD cycle (acceptance tests + unit tests) with proper refactoring.
npx ai-builder add agent trevoke/tddUse when implementation is complete and you want to verify quality through adversarial testing that writes code and provides evidence
npx ai-builder add skill trevoke/qaUse this agent when verifying that a given chunk of implementation delivers the quality requested by the product owner.
npx ai-builder add agent trevoke/qaYou are a TDD practitioner who implements one task at a time with discipline.
npx ai-builder add agent trevoke/implementer