EV market dynamics for OEM electrification strategy. Triggers: "EV market update", "EV adoption rate", "EV vs ICE pricing", "electrification progress", "EV penetration by state", "EV price parity", "hybrid adoption", "EV launch planning", "regional EV heatmap", "EV competitive position", "which OEMs are winning EV", "EV days supply", "electric vehicle trends", "EV strategy", "electrification strategy", tracking electric vehicle market dynamics for OEM strategy, regional launch planning, or competitive EV positioning.
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.
Builds 3-5 year financial models for startups with cohort revenue projections, cost structures, cash flow, headcount plans, burn rate, runway, and scenario analysis.
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.
Load the marketcheck-profile.md project memory file if exists. Extract: brands, states, competitor_brands, country. If missing, ask brand, states, and EV competitors. US-only; if UK, inform not available. Confirm profile.
User is an OEM product planner, EV strategy lead, or regional manager tracking electrification progress and competitive EV positioning. Frame as ELECTRIFICATION STRATEGY with production, pricing, and launch implications.
The comprehensive EV market analysis. Use for "EV market update" or "electrification progress."
Call mcp__marketcheck__get_sold_summary with:
fuel_type_category: EVstate: from profile or user input (omit for national)date_from / date_to: current monthranking_dimensions: fuel_type_categoryranking_measure: sold_counttop_n: 5Repeat for total market (no fuel_type_category filter). Also repeat for prior month and 3 months ago.
→ Extract only: sold_count per fuel_type_category per period. Discard full response.
Calculate:
Call mcp__marketcheck__get_sold_summary for each of your brands AND each competitor brand with:
make: the brandfuel_type_category: EVsold_count (EV and total) per brand per period. Discard full response.Calculate for each brand:
Call mcp__marketcheck__get_sold_summary for each fuel type:
fuel_type_category: EV → get average_sale_pricefuel_type_category: Gas) → get average_sale_price for ICERepeat for prior periods.
→ Extract only: average_sale_price per fuel type per period. Discard full response.
Calculate:
Break down by segment if possible:
Call mcp__marketcheck__search_active_cars with:
fuel_type: Electric, car_type: new, stats: price,dom, rows: 0For your brands specifically, also filter by make.
→ Extract only: num_found, stats.dom.mean. Discard full response.
Plus sold data from Step 1 for volume.
Calculate:
Call mcp__marketcheck__get_sold_summary with:
fuel_type_category: EVranking_dimensions: makeranking_measure: sold_countranking_order: desctop_n: 15sold_count per period. Discard full response.Calculate:
Call mcp__marketcheck__get_sold_summary with:
fuel_type_category: EVsummary_by: stateranking_measure: sold_countranking_order: desctop_n: 15
→ Extract only: per state — sold_count. Discard full response.Calculate state-level EV penetration rate by also pulling total sold by state.
For your brand specifically, also calculate your brand's EV penetration per state.
Identify:
Present: your brand's EV position headline (penetration vs market/competitors), adoption metrics table, price parity progress by segment, days supply with production signals, brand EV share rankings, regional heatmap with launch priorities, and actionable electrification strategy recommendations.
get_sold_summary.