Help us improve
Share bugs, ideas, or general feedback.
From dealership-group
Monthly strategic report — market share, depreciation, trends, inventory intelligence, per-location and group rollup (multi-agent)
npx claudepluginhub marketcheckhub/marketcheck-cowork-plugin --plugin dealership-groupHow this command is triggered — by the user, by Claude, or both
Slash command
/dealership-group:monthly-strategy location name or "all"This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
> **Date anchor:** Today's date comes from the `# currentDate` system context. Compute ALL relative dates from it. Example: if today = 2026-03-14, then "prior month" = 2026-02-01 to 2026-02-28, "current month" (most recent complete) = February 2026, "three months ago" = December 2025. Never use training-data dates. Monthly dealer strategy report using parallel sub-agents. Per-location or group rollup. ## Step 1: Verify dealer group profile Read the `marketcheck-profile.md` project memory file. Parse the JSON content after the `---` frontmatter. Missing -> "Run `/onboarding` first." Stop....
Share bugs, ideas, or general feedback.
Date anchor: Today's date comes from the
# currentDatesystem context. Compute ALL relative dates from it. Example: if today = 2026-03-14, then "prior month" = 2026-02-01 to 2026-02-28, "current month" (most recent complete) = February 2026, "three months ago" = December 2025. Never use training-data dates.
Monthly dealer strategy report using parallel sub-agents. Per-location or group rollup.
Read the marketcheck-profile.md project memory file. Parse the JSON content after the --- frontmatter. Missing -> "Run /onboarding first." Stop. Extract all fields.
Speed rule — profile-read-once: Pass the extracted profile fields (dealer_id, source, country, zip/postcode, state/region, radius, aging_threshold, dealer_type, franchise_brands) directly to all sub-agents in their prompt. Sub-agents should NOT re-read the profile.
$ARGUMENTS: location name -> match. "all" or empty -> ask. Tool routing: US = all agents. UK = lot-scanner only (supply overview). Calculate date ranges: current_month, prior_month, three_months_ago.
Agent A: lot-scanner (facets-only) -- Spawn dealership-group:lot-scanner: lot composition, mode=facets_only, rows=0. Top 5 make/model combos.
Agent B: market-demand-agent -- Spawn dealership-group:market-demand-agent: inventory intelligence for state, dealer_type, zip, radius. Sections: ds_ratios, turn_rates.
Agent C: brand-market-analyst -- Spawn dealership-group:brand-market-analyst: brand performance for state, franchise_brands. Current/prior/three-months-ago dates. Sections: brand_share, market_trends.
After lot-scanner returns top 5 models: get_sold_summary twice per model (current + 3 months ago), ranking_measure=average_sale_price. Flag depreciation >1.5%/month.
search_active_cars (US) or search_uk_active_cars (UK): zip, radius, car_type=used, facets, stats. UK: Only this step.
Sections: Brand Performance, Depreciation Watch, Market Trends, Inventory Intelligence, Supply-Side Overview. 30-day action plan (5 actions by $ impact).
Group-wide brand performance. Location scorecard: units, avg DOM, aged %, D/S ratio, depreciation risk, health. 3 strategic priorities. Next month focus areas.