What problem does it solve?
This skill eliminates the gap between temporary retailer feasibility work and production-ready integration code, ensuring teams do not leave unmaintained plan files in the codebase and follow Pear's engineering standards for live retailer integrations.
Core Features & Use Cases
- End-to-End Production Workflow: Guides implementation of all required production classes including ItemIdInfoResolver, UPCRetailerZipAvailabilityRecomputer, BatchAvailabilityUpdater, and idempotent RetailPartner setup migrations.
- Engineering Standard Enforcement: Embeds Pear's requirements for Spring service injection, proxy-backed live routes, UPC validation rules, and pre-PR review checklists to avoid common integration pitfalls.
- Use Case: After a feasibility plan proves a new retailer's UPC resolution and availability routes work, use this skill to implement the production integration, add required @Script tests, and delete the temporary feasibility plan files before opening a PR.
Quick Start
Use the retailer-production-integration skill to implement production retailer integration classes from a proven feasibility plan, following the provided workflow to create resolvers, availability updaters, migrations, and production tests before submitting a PR.