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)

  1. Read the marketcheck-profile.md project memory file first.
  2. If neither file exists: Tell the user: "No dealer profile found. Run /dealer-onboarding to set up your dealer context once." Then stop.
  3. If the file exists, extract all fields:
    • dealer_id, dealer_name, dealer_type, franchise_brands
    • zip/postcode, state/region, country
    • radius, target_margin, recon_cost, floor_plan_per_day, max_dom, aging_threshold
  4. If dealer_id is null: Tell the user to update their profile with /dealer-onboarding. Then stop.
  5. Tool routing by country:
    • US: All agents and tools available
    • UK: Only lot-scanner agent works (uses search_uk_active_cars). Skip lot-pricer (no ML pricing), market-demand-agent (no sold data). For UK, price using comp medians inline.
  6. Confirm: "Running weekly review for [dealer_name]..."
Installs
1
GitHub Stars
4
First Seen
Apr 29, 2026
weekly-dealer-review — marketcheckhub/marketcheck-cowork-plugin