What problem does it solve?
This Skill eliminates the guesswork and wasted development effort when attempting to import retailer store data into Pear's production system, by proving whether a store loading route is viable before building production integration code.
Core Features & Use Cases
- Feasibility Probing: Creates Java @Script probes to test store loading routes through production-like proxies, ensuring routes work in Pear's datacenter environment, not just local machines.
- Artifact Generation: Produces normalized Store.SStore-compatible JSON data and saves it to the repo, along with a compact EXTRACTION.md rerun guide for future reuse.
- Productionization Guidance: Provides clear rules for moving proven feasibility work into production store import code, including normalization standards, proxy requirements, and integration with Pear's existing store import job paths.
- Use Case: When adding support for a new retailer like Tops or Dollar General, use this skill first to prove the store locator route works through production proxies, then use the $retailer-production-integration skill to build the production import code, avoiding wasted work on unviable routes.
Quick Start
Use the retailer-store-import-feasibility skill to prove the store import route for your target retailer, generate the required Store.SStore JSON artifacts, and create an EXTRACTION.md rerun guide for future reference.