Competitive market share and brand positioning. Triggers: "market share", "who is winning in SUVs", "competitor analysis", "brand performance comparison", "segment share breakdown", "conquest analysis", "regional demand heatmap", "quarterly share change", "which brands are gaining share", "how is my brand doing", "competitive intelligence", "share gains", "share losses", competitive positioning, OEM benchmarking, segment-level market share tracking, or brand performance analysis using sold vehicle data.
From manufacturernpx claudepluginhub marketcheckhub/marketcheck-cowork-plugin --plugin manufacturerThis 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.
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.
Convert MarketCheck sold transaction data into real-time competitive intelligence. Track your brand's market share vs competitors, segment conquest patterns, regional demand distribution, and EV adoption curves — all without waiting 60-90 days for traditional syndicated reports.
Load the marketcheck-profile.md project memory file if exists. Extract: brands, states, competitor_brands, country, user_name, company. If missing, ask brand, states, and competitors. US-only (requires get_sold_summary); if UK, inform not available. Confirm profile.
User is an OEM regional manager, brand strategist, or distributor needing competitive intelligence for allocation, incentive strategy, and product positioning.
| Field | Source |
|---|---|
| Geographic scope | Profile manufacturer.states or ask; default national |
| Time period | Month (first-to-last day); quarterly = 3 months aggregated |
| Comparison period | Prior month, prior quarter, or YoY |
| Brand focus | Profile manufacturer.brands (star as "YOUR BRANDS") |
| Competitor focus | Profile manufacturer.competitor_brands |
| Segment focus | Optional: body_type or fuel_type_category |
| Inventory type | New, Used, or Both (default Both) |
Calculate market share by make for a given period and compare against a prior period to identify gainers and losers. Frame as COMPETITIVE INTELLIGENCE — show own brand vs competitors.
Call mcp__marketcheck__get_sold_summary for the current period:
date_from / date_to: target month first-to-last daystate: user's state filter (omit for national)inventory_type: as specified (or omit for both)ranking_dimensions: makeranking_measure: sold_countranking_order: desctop_n: 20
→ Extract only: per make — sold_count, total sold_count. Discard full response.Repeat for the prior period with identical filters but adjusted dates.
→ Extract only: per make — sold_count, total sold_count. Discard full response.
Calculate for each make:
Present as a ranked table:
Add a Competitive Intelligence Summary:
Determine which brands are winning within specific vehicle segments (body types) and identify where your brand is gaining or losing ground.
Call mcp__marketcheck__get_sold_summary with:
date_from / date_to: target periodstate: user's state filter (omit for national)body_type: target segment (e.g. SUV)ranking_dimensions: make,modelranking_measure: sold_countranking_order: desctop_n: 15
→ Extract only: per make/model — sold_count. Discard full response.Repeat for comparison period.
→ Extract only: per make/model — sold_count. Discard full response.
If the user wants multi-segment comparison, repeat step 1 for each body_type: SUV, Sedan, Pickup, Hatchback, Coupe, Van/Minivan.
For each segment, calculate:
Present per-segment tables:
Conquest insight: "In the SUV segment, [Competitor A] gained 120 bps primarily through [Model X] (+3,200 units), directly taking share from your [Model Y]. To recapture, consider incentive targeting on [Model Y] which competes directly and currently has higher DOM."
Monitor electric and hybrid vehicle penetration rates for your brand vs competitors.
Call mcp__marketcheck__get_sold_summary for EV sales:
date_from / date_to: target periodstate: user's state filter (omit for national)fuel_type_category: EVranking_dimensions: make,modelranking_measure: sold_countranking_order: desctop_n: 15
→ Extract only: per make/model — sold_count; plus total EV sold_count. Discard full response.Same filters but fuel_type_category: Hybrid.
→ Extract only: per make/model — sold_count; plus total Hybrid sold_count. Discard full response.
Call for total market (no fuel_type_category): ranking_dimensions: make, ranking_measure: sold_count, top_n: 1.
→ Extract only: total sold_count. Discard full response.
Repeat steps 1-3 for the prior period to calculate trend.
Calculate:
Present:
Map your brand's sales volume and pricing by state to reveal geographic strengths and growth opportunities.
Call mcp__marketcheck__get_sold_summary with:
date_from / date_to: target periodmake: your brand (from profile), model: optionalsummary_by: state, limit: 51
→ Extract only: per state — sold_count, average_sale_price, average_days_on_market. Discard full response.If competitive context needed, repeat for each competitor brand.
→ Extract only: per state — sold_count per competitor. Discard full response.
If pricing context needed, add ranking_dimensions: make,model, ranking_measure: average_sale_price, summary_by: state, limit: 51.
→ Extract only: per state — average_sale_price. Discard full response.
Calculate for each state:
Present as a State-Level Demand Table sorted by sold count descending:
Summary: "For [Your Brand], Texas leads with X% of your national volume at an average price $Y [above/below] the national average. Your weakest large markets are [State A], [State B], [State C] — where [Competitor A] holds a [X]-unit advantage. Increasing allocation to these states could capture an estimated [N] additional sales based on current demand-to-supply ratios."
Present: competitive position headline (your brand share, rank, bps change vs competitors), ranked share tables with star on your brands (volume + share % + bps change), key competitive signals, and strategic recommendations (allocation, incentive targeting, segment conquest opportunities). Cite data period and geography.