Multi-location dealer group overview. Triggers: "group dashboard", "how are my stores doing", "multi-location report", "group performance", "all locations overview", "store health", "group inventory status", "consolidated lot report", "rooftop summary", unified view across all locations in a dealer group.
From marketcheck-cowork-pluginnpx claudepluginhub marketcheckhub/marketcheck-cowork-pluginThis skill uses the workspace's default tool permissions.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
This skill requires a dealer group profile with multiple locations.
marketcheck-profile.md project memory file.user_type:
dealer_group: use dealer_group.locations[] — this is the primary pathdealer (single location): inform the user: "This skill is for multi-location dealer groups. You have a single-location profile. Use /daily-briefing or /weekly-review for your store."/onboarding and select 'Dealer Group' to set up your locations."group_name ← dealer_group.group_namelocations[] ← dealer_group.locations (each with dealer_id, name, dealer_type, zip, state)is_publicly_traded ← dealer_group.is_publicly_tradedticker ← dealer_group.tickercountry ← location.countrypreferences ← preferences (group-level defaults)The primary user is a dealer group executive (VP Operations, Regional Director, GM of a multi-rooftop group) who needs a single-screen view of all locations' health. The goal is to identify which stores need attention NOW — aging inventory, pricing problems, or operational outliers.
Use the Agent tool to spawn the marketcheck-cowork-plugin:group-scanner agent with this prompt:
Scan all locations for group health dashboard. Locations: [JSON array of {dealer_id, name, zip, state, dealer_type} for each location] Country: [country] Mode: facets_and_aging Aging threshold: [preferences.dom_aging_threshold or 60] Return per location: total_units, aged_units (DOM > threshold), avg_dom, top_makes (facets)
The group-scanner will spawn parallel lot-scanner agents, one per location, and aggregate results.
From the scanner results, calculate per location:
Group totals:
Rank locations by:
Based on rankings, generate the 3 most impactful actions:
GROUP DASHBOARD — [Group Name] ([N] locations)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[If publicly traded: Ticker: [TICKER]]
LOCATION HEALTH (sorted by health score)
Location | Units | Aged (60+) | Aged % | Avg DOM | Floor Plan Burn | Health
--------------------------|-------|-----------|--------|---------|-----------------|-------
[Location 1] | XXX | XX | XX% | XX days | $XXX/day | XX/100
[Location 2] | XXX | XX | XX% | XX days | $XXX/day | XX/100
[Location 3] | XXX | XX | XX% | XX days | $XXX/day | XX/100
...
GROUP TOTALS
Total Units: X,XXX across [N] locations
Total Aged: XXX units (XX%)
Group Avg DOM: XX days
Floor Plan Burn: $X,XXX/day ($XX,XXX/month) on aged units
TOP 3 ACTIONS (by dollar impact)
1. [Action with specific location, unit count, and dollar impact]
2. [Action]
3. [Action]
| Score | Status | Action |
|---|---|---|
| 80-100 | Healthy | Monitor, consider restocking |
| 60-79 | Watch | Review pricing on aged units |
| 40-59 | Concern | Aggressive price reductions needed |
| 0-39 | Critical | Wholesale aged units, halt acquisitions |
dealer_id for each location in the profile. Locations without a dealer_id will be skipped with a note.search_uk_active_cars.