Skip to main content

market-competitors

Competitive intelligence analysis for a brand/product URL — identifies direct, indirect, and aspirational competitors, then deep-analyzes messaging, pricing, features, SEO/content, social presence, and reviews into a comparison report with positioning map, SWOT, steal-worthy tactics, differentiation strategy, and "vs/alternative" page outlines. Use when the user says "/market competitors", "analyse concurrentielle", "étude de la concurrence", "competitive analysis", "competitor research", "who are my competitors", "compare us to competitors", "positioning vs rivals", "veille concurrentielle", "concurrents", "competitor teardown", or "market landscape". Outputs COMPETITOR-REPORT.md. NOT for single-brand audits (use /market-audit) or copy rewrites (use /market-copy).

설치로 이동

소스 정보

저장소
agentik-os/claude-code-skills
최근 소스 활동
2026년 9월 17일 21:42
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
market-competitors
description
Competitive intelligence analysis for a brand/product URL — identifies direct, indirect, and aspirational competitors, then deep-analyzes messaging, pricing, features, SEO/content, social presence, and reviews into a comparison report with positioning map, SWOT, steal-worthy tactics, differentiation strategy, and "vs/alternative" page outlines. Use when the user says "/market competitors", "analyse concurrentielle", "étude de la concurrence", "competitive analysis", "competitor research", "who are my competitors", "compare us to competitors", "positioning vs rivals", "veille concurrentielle", "concurrents", "competitor teardown", or "market landscape". Outputs COMPETITOR-REPORT.md. NOT for single-brand audits (use /market-audit) or copy rewrites (use /market-copy).
metadata
{"author":"agentik-os","version":"1.0.0","domain":"marketing","triggers":"market-competitors, marketing","role":"specialist","scope":"analysis","output-format":"report"}
# Competitive Intelligence Analysis You are the competitive intelligence engine for `/market competitors <url>`. You identify competitors, analyze their marketing strategies, and produce a comprehensive comparison report that reveals positioning gaps, steal-worthy tactics, and differentiation opportunities. Output is structured for both strategic decision-making and client presentations. ## When This Skill Is Invoked The user runs `/market competitors <url>`. Fetch the target site, identify competitors, analyze each one, and produce a COMPETITOR-REPORT.md with actionable intelligence. --- ## Dynamic Workflow orchestration Competitor intelligence is inherently multi-angle: many competitors × many lenses (messaging, pricing, features, SEO, social, reviews). Fan out, verify adversarially, then synthesize yourself. Do NOT grind through every competitor and every lens linearly when they are independent. **Natural unit of parallelism:** one `(competitor × lens)` cell. Cells are file-disjoint (each writes its own evidence note), so they parallelize cleanly. 1. **Plan.** Run Phase 1 identification FIRST (this is sequential — you cannot fan out until you know the competitor set). Lock the tiered list (3-5 direct, 2-3 indirect, 1-2 aspirational). Write the success rubric before fanning out: every analytical cell must carry a source citation (URL + retrieval date) and a confidence tag (High/Med/Low). 2. **Loop-until-dry discovery.** Competitor count is unknown up front. Keep discovering (the 4 methods in §1.2) until two consecutive discovery passes surface no new credible competitor — then stop. Cap aspirational at 2 to prevent scope creep. 3. **Fan out.** Spawn one parallel sub-agent per competitor (or per `competitor × heavy-lens` when a competitor is data-rich). Each sub-agent collects ONLY raw, cited evidence for its assigned cells (headline, exact pricing, feature presence, review quotes) — no strategy, no recommendations. One writer per evidence note (R-SCOPE). 4. **Adversarially verify (≥3 skeptic graders, 2-of-3 consensus).** Before any claim enters the report, three independent skeptic lenses must agree it survives: (a) **Source grader** — is the claim backed by a live URL/screenshot, not inferred? (b) **Freshness grader** — is the pricing/feature current, not a cached or sunset plan? (c) **Bias grader** — is this the competitor's own marketing claim mis-read as fact, or independently corroborated? A cell passes only on ≥2-of-3 agreement; flag the rest as "Unverified — needs manual check" rather than asserting them. 5. **Synthesize yourself.** YOU assemble the positioning map, aggregate SWOT, steal-worthy tactics, and differentiation strategy from the verified evidence — never paste a sub-agent's summary as the verdict. Cross-check that every recommendation in Phase 4 traces back to a verified Phase 2/3 finding. **Budget guard:** if competitor count × lenses would blow the mission budget, prioritize direct competitors at full depth and aspirational at messaging-only depth; record the depth decision in the report. --- ## Phase 1: Competitor Identification ### 1.1 Competitor Categories Identify competitors across three tiers: | Category | Definition | How to Find | Count | |----------|-----------|-------------|-------| | **Direct Competitors** | Same product, same audience, same market | Search for product category keywords, check who ranks | 3-5 | | **Indirect Competitors** | Different product, same problem solved | Search for the problem being solved, check alternative approaches | 2-3 | | **Aspirational Competitors** | Market leaders the brand aspires to become | Industry leaders, category creators, well-known brands | 1-2 | ### 1.2 Competitor Discovery Methods Use multiple methods to identify competitors: **Method 1: Keyword-Based Discovery** - Search for the target site's primary keywords - Note which companies rank on page 1 - Search for "[product category] software/service/tool" - Search for "[target brand] alternatives" - Search for "[target brand] vs" **Method 2: Site-Based Discovery** - Look for comparison pages on the target site - Check footer links for industry associations - Look for "integrations" pages that mention similar tools - Check the target site's blog for competitor mentions **Method 3: Review Platform Discovery** - Search G2, Capterra, Trustpilot for the product category - Note top-rated competitors in the same category - Check "Compare" features on review sites **Method 4: Social and Community Discovery** - Search Reddit for "[product category] recommendations" - Check Twitter/X for conversations about the product category - Look at LinkedIn for companies followed by the target's audience ### 1.3 Automated Data Collection Use the Python script at `scripts/competitor_scanner.py` for automated data collection when available: ``` python scripts/competitor_scanner.py --url [competitor-url] --output json ``` The script can collect: - Homepage content and metadata - Pricing page data (if public) - Blog post count and recent topics - Social media profile links and follower counts - Technology stack detection - Page speed metrics If the script is not available, use `WebFetch` to manually collect this data for each competitor. --- ## Phase 2: Competitor Analysis Framework ### 2.1 Website and Messaging Analysis For each competitor, analyze: **Messaging:** | Element | What to Capture | Why It Matters | |---------|----------------|----------------| | **Headline** | Exact H1 text | Reveals positioning and value prop | | **Subheadline** | Supporting text | Shows secondary messaging angle | | **Value proposition** | Core promise | Identifies positioning territory | | **Target audience** | Who they speak to | Reveals market segment focus | | **Key differentiator** | What sets them apart | Shows competitive moat claims | | **Tone of voice** | Casual/formal/technical | Reveals brand personality choices | | **Social proof** | Type and quantity | Shows credibility strategy | **Positioning Map:** Plot each competitor on two axes: - X-axis: Perceived simplicity ←→ Perceived power - Y-axis: Perceived affordability ←→ Perceived premium ``` POSITIONING MAP =============== PREMIUM | | [Competitor C] | [Aspirational] | SIMPLE ──────────────┼────────────── POWERFUL | [Target] | [Competitor A] | | BUDGET ``` Adjust axes based on what matters most in the specific industry. ### 2.2 Pricing Comparison Build a detailed pricing matrix: ```markdown | Feature/Plan | [Target] | Competitor A | Competitor B | Competitor C | |-------------|----------|-------------|-------------|-------------| | Free Plan | Yes/No | Yes/No | Yes/No | Yes/No | | Starter Price | $X/mo | $X/mo | $X/mo | $X/mo | | Pro Price | $X/mo | $X/mo | $X/mo | $X/mo | | Enterprise | Custom | Custom | $X/mo | Custom | | Free Trial | X days | X days | X days | X days | | Annual Discount | X% | X% | X% | X% | | Per-User Pricing | Yes/No | Yes/No | Yes/No | Yes/No | | Usage Limits | [detail] | [detail] | [detail] | [detail] | ``` **Pricing Strategy Assessment:** - Is the target priced above, below, or at market average? - Is pricing transparent or hidden (requiring sales calls)? - What pricing model is used (per-user, per-usage, flat-rate, tiered)? - Are there pricing anchoring tactics being used? - Does the pricing page communicate value before showing numbers? ### 2.3 Feature Comparison Matrix Build a comprehensive feature comparison: ```markdown | Feature Category | Feature | [Target] | Comp A | Comp B | Comp C | |-----------------|---------|----------|--------|--------|--------| | Core | [Feature 1] | Full | Full | Partial | No | | Core | [Feature 2] | Full | Full | Full | Full | | Core | [Feature 3] | Partial | Full | No | Full | | Advanced | [Feature 4] | No | Full | No | Full | | Advanced | [Feature 5] | Full | No | Full | No | | Integration | [Feature 6] | Full | Full | No | Partial | | Support | [Feature 7] | Full | Partial | Full | Full | ``` Use: Full, Partial, No, or Beta to categorize. Highlight: - Features where the target has an advantage (competitive moats) - Features where the target has a gap (vulnerability) - Features unique to one competitor (potential differentiators) ### 2.4 SEO Competition Analysis For each competitor, analyze: **Content Strategy:** | Metric | [Target] | Comp A | Comp B | Comp C | |--------|----------|--------|--------|--------| | Blog posts (estimated) | X | X | X | X | | Publishing frequency | X/week | X/week | X/week | X/week | | Content depth | Shallow/Medium/Deep | | | | | Content types | Blog/Video/Podcast | | | | | Key topics | [list] | [list] | [list] | [list] | **Keyword Strategy:** - What keywords is each competitor clearly targeting? - Where do multiple competitors rank but the target does not? (content gaps) - Are competitors creating comparison/alternatives content? - What long-tail keywords are competitors ranking for? **Content Gap Analysis:** List topics that competitors cover but the target does not: ``` CONTENT GAPS (Competitors Cover, Target Does Not): 1. [Topic] — covered by Comp A, B (high search intent) 2. [Topic] — covered by Comp A, C (medium search intent) 3. [Topic] — covered by Comp B (high search intent) 4. [Topic] — covered by all competitors (critical gap) ``` ### 2.5 Social Media Presence Comparison | Platform | [Target] | Comp A | Comp B | Comp C | |----------|----------|--------|--------|--------| | LinkedIn followers | X | X | X | X | | Twitter/X followers | X | X | X | X | | Instagram followers | X | X | X | X | | YouTube subscribers | X | X | X | X | | TikTok followers | X | X | X | X | | Posting frequency | X/week | X/week | X/week | X/week | | Engagement rate | X% | X% | X% | X% | | Top content type | [type] | [type] | [type] | [type] | ### 2.6 Review Mining Analyze reviews on third-party platforms (G2, Capterra, Trustpilot, Reddit): **For each competitor, extract:** - Overall rating (stars) - Number of reviews - Top 3 praised features (what customers love) - Top 3 complaints (what customers hate) - Common switching reasons (why customers leave) - Use cases mentioned most frequently **Review Intelligence Matrix:** ```markdown | Competitor | Rating | Reviews | Top Praise | Top Complaint | Switch Reason | |-----------|--------|---------|-----------|---------------|--------------| | Comp A | 4.5/5 | 500+ | Easy to use | Limited integrations | Price increase | | Comp B | 4.2/5 | 200+ | Powerful features | Steep learning curve | Poor support | | Comp C | 3.8/5 | 100+ | Good value | Buggy | Better alternatives | ``` --- ## Phase 3: SWOT Analysis ### 3.1 SWOT for Each Competitor For each identified competitor, produce a SWOT: ``` COMPETITOR: [Name] URL: [url] STRENGTHS: - [Specific strength with evidence] - [Specific strength with evidence] - [Specific strength with evidence] WEAKNESSES: - [Specific weakness with evidence] - [Specific weakness with evidence] - [Specific weakness with evidence] OPPORTUNITIES (for the target to exploit): - [Opportunity based on competitor weakness] - [Opportunity based on market gap] - [Opportunity based on unserved segment] THREATS (competitor advantages to watch): - [Threat with potential impact] - [Threat with potential impact] - [Threat with potential impact] ``` ### 3.2 Aggregate SWOT for the Target Combine all competitor intelligence into a single SWOT for the target brand: - **Strengths:** Where the target outperforms all or most competitors - **Weaknesses:** Where the target lags behind all or most competitors - **Opportunities:** Gaps in the market no competitor is addressing well - **Threats:** Areas where competitors are significantly stronger --- ## Phase 4: Strategic Recommendations ### 4.1 "Steal-Worthy" Tactics Identify specific marketing tactics from competitors worth adopting: ``` STEAL-WORTHY TACTICS ==================== 1. [Competitor A] — [Tactic: e.g., "Interactive pricing calculator"] Why it works: [explanation] How to implement: [specific steps for the target] Estimated effort: [Low/Medium/High] Expected impact: [Low/Medium/High] 2. [Competitor B] — [Tactic: e.g., "Customer success story video series"] Why it works: [explanation] How to implement: [specific steps] Estimated effort: [Low/Medium/High] Expected impact: [Low/Medium/High] [Continue for 5-10 tactics] ``` Focus on tactics that are: - Proven (working for the competitor) - Adaptable (can be customized for the target) - Underutilized (the target is not currently doing this) ### 4.2 Messaging Differentiation Strategy Based on the competitive analysis, recommend how the target should differentiate: **Differentiation Framework:** 1. **Category:** Can the target create or own a sub-category? (e.g., "the [specific attribute] [category]") 2. **Audience:** Can the target own a specific audience segment competitors ignore? 3. **Feature:** Is there a unique feature or capability no competitor offers? 4. **Philosophy:** Can the target differentiate on values, approach, or methodology? 5. **Experience:** Can the target differentiate on customer experience, support, or community? For each viable differentiation angle, provide: - Positioning statement - Headline recommendation - Supporting evidence or proof points
GitHub에서 보기
이 SKILL.md는 매우 커서 SkillsMP가 여기에는 첫 섹션만 미리 보여줍니다. GitHub에서 보기