Design contract testing strategy for an API or service. Use for Pact-based consumer-driven contracts and provider verification.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install contract-testing@melodic-software<service> [--mode design|consumer|provider]# Contract Test Command Design and implement contract testing for APIs and event-driven systems. ## Usage ## Workflow ### Step 1: Load Skills Load required skills based on mode: ### Step 2: Analyze Service Understand the service context: 1. **Find OpenAPI/Swagger specs** if available 2. **Identify consumers** (who calls this API?) 3. **Identify providers** (what does this API call?) 4. **Check existing tests** for integration test patterns 5. **Detect technology stack** (.NET, Node.js, etc.) ### Step 3: Execute Based on Mode #### Design Mode (Full Strategy) Spawn contract-des...