Agentic BDCT (Bi-Directional Contract Testing) driver. Invoke this agent when the user wants to implement a full BDCT flow end-to-end: it generates high-coverage consumer Pact tests and a provider OpenAPI contract, publishes both to PactFlow, runs cross-contract verification, and loops — diagnosing failures and fixing…
Specialized agent for generating new Pact consumer tests and provider state handlers from existing code, OpenAPI specs, or example request/response pairs. Invoke this agent when the user wants to write their first pact test, generate tests for a new endpoint, convert existing API client code into pact tests, or create…
Specialized agent for building a new Pact client library from scratch in any language. Invoke this agent when the user wants to create a Pact implementation for a language that doesn't have one yet — such as Pact Zig, Pact Lua, Pact Elixir, Pact Nim, Pact V, Pact Odin, or any other language. Also invoke when the user…
Pact ecosystem maintenance agent. Invoke when the user wants to audit the health of their PactFlow workspace, fix failing verifications, clean up stale branches or old versions, update consumer tests after an API change, manage environments and webhooks, diagnose can-i-deploy failures, or get a full health report…
Specialized agent for reviewing Pact consumer tests and provider verification code. Invoke this agent when the user wants to audit existing pact tests for best practice violations, identify false positives, check provider state naming conventions, or get ranked improvement recommendations. Also invoke when the user…