An agent that uses Playwright, a browser automation tool, to inspect a website and record its pages, fields, and controls in YAML page maps. It also documents what it found and any issues for later work.
A read-only code-review agent that checks test-writing changes and an implementation document against the project’s stated rules. A verdict is either pass or fail.
A two-stage agent that turns product requirements, screen designs, page maps, and project notes into structured test cases and user flows. Each stage produces a document for human review.
A two-stage agent that turns confirmed test cases and user flows into test code and test data, then checks and repairs its own implementation. Test-driven development, or TDD, means using defined tests to verify that software behaves as expected.
Repository instructions for a Cloudflare Worker that translates between Anthropic's API format and OpenAI-compatible APIs such as NVIDIA NIM. It lists local development, deployment, health-check, and required secret settings.
A structured method for breaking product requirements, designs, and live screens into six fixed tables before writing test cases. Each table entry records its evidence and how certain it is.