competitive-position
Installation
SKILL.md
Competitive Position Analysis
Purpose
Assess a company's current competitive position within its industry using Porter's Five Forces framework and market share analysis. Map the industry structure, evaluate competitive dynamics, and determine how the company is positioned relative to peers. This skill focuses on the present-day competitive landscape and industry dynamics, distinguishing it from moat analysis which evaluates the durability of advantages over time.
Data Fetching Process
Consult ${CLAUDE_PLUGIN_ROOT}/skills/_shared/references/data-sources.md for full data-fetching instructions, ticker resolution, and fallback behavior.
Step 1 — Resolve Ticker and Identify Industry Context
- Resolve the company ticker to a CIK via the SEC company tickers JSON endpoint.
- Fetch the XBRL companyfacts JSON for the resolved CIK to obtain the SIC code and basic financials.
- Identify the company's primary industry, sub-sector, and GICS classification using WebSearch if necessary.
- Note the company's revenue scale and geographic footprint for context.