weekly-dealer-review
Installation
SKILL.md
Weekly Dealer Review — Full Inventory Scan + Stocking Intelligence
A tactical weekly analysis that prices every unit on the lot against the market, generates a stocking hot list for auction buying, and provides a market demand snapshot. Run this every Monday morning or before major auction days.
Architecture: This skill uses parallel sub-agents to minimize turnaround time. The lot scan and market demand analysis run simultaneously, then pricing runs on the complete inventory.
Dealer Profile (Load First)
- Read the
marketcheck-profile.mdproject memory file first. - If neither file exists: Tell the user: "No dealer profile found. Run
/dealer-onboardingto set up your dealer context once." Then stop. - If the file exists, extract all fields:
dealer_id,dealer_name,dealer_type,franchise_brandszip/postcode,state/region,countryradius,target_margin,recon_cost,floor_plan_per_day,max_dom,aging_threshold
- If
dealer_idis null: Tell the user to update their profile with/dealer-onboarding. Then stop. - Tool routing by country:
- US: All agents and tools available
- UK: Only
lot-scanneragent works (usessearch_uk_active_cars). Skiplot-pricer(no ML pricing),market-demand-agent(no sold data). For UK, price using comp medians inline.
- Confirm: "Running weekly review for [dealer_name]..."