Skill 详情
competitive-teardown
Direct competitive-intelligence and product-strategy support.
使用前先检查
自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。
SKILL.md
这段内容是审核时保存的快照。外部来源才是完整且最新的版本。
--- name: "competitive-teardown" description: "Analyzes competitor products and companies by synthesizing data from pricing pages, app store reviews, job postings, SEO signals, and social media into structured competitive intelligence. Produces feature comparison matrices scored across 12 dimensions, SWOT analyses, positioning maps, UX audits, pricing model breakdowns, action item roadmaps, and stakeholder presentation templates. Use when conducting competitor analysis, comparing products against competitors, researching the competitive landscape, building battle cards for sales, preparing for a product strategy or roadmap session, responding to a competitor's new feature or pricing change, or performing a quarterly competitive review." --- # Competitive Teardown **Tier:** POWERFUL **Category:** Product Team **Domain:** Competitive Intelligence, Product Strategy, Market Analysis --- ## When to Use - Before a product strategy or roadmap session - When a competitor launches a major feature or pricing change - Quarterly competitive review - Before a sales pitch where you need battle card data - When entering a new market segment --- ## Teardown Workflow Follow these steps in sequence to produce a complete teardown: 1. **Define competitors** — List 2–4 competitors to analyze. Confirm which is the primary focus. 2. **Collect data** — Use `references/data-collection-guide.md` to gather raw signals from at least 3 sources per competitor (website, reviews, job postings, SEO, social). _Validation checkpoint: Before proceeding, confirm you have pricing data, at least 20 reviews, and job posting counts for each competitor._ 3. **Score using rubric** — Apply the 12-dimension rubric below to produce a numeric scorecard for each competitor and your own product. _Validation checkpoint: Every dimension should have a score and at least one supporting evidence note._ 4. **Generate outputs** — Populate the templates in `references/analysis-templates.md` (Feature Matrix, Pricing Analysis, SWOT, Positioning Map, UX Audit). 5. **Build action plan** — Translate findings into the Action Items template (quick wins / medium-term / strategic). 6. **Package for stakeholders** — Assemble the Stakeholder Presentation using outputs from steps 3–5. --- ## Data Collection Guide > Full executable scripts for each source are in `references/data-collection-guide.md`. Summaries of what to capture are below. ### 1. Website Analysis Key things to capture: - Pricing tiers and price points - Feature lists per tier - Primary CTA and messaging - Case studies / customer logos (signals ICP) - Integration logos - Trust signals (certifications, compliance badges) ### 2. App Store Reviews Review sentiment categories: - **Praise** → what users love (defend / strengthen these) - **Feature requests** → unmet needs (opportunity gaps) - **Bugs** → quality signals - **UX complaints** → friction points you can beat them on **Sample App Store query (iTunes Search API):** ``` GET https://itunes.apple.com/search?term=<competitor_name>&entity=software&limit=1 # Extract trackId, then: GET https://itunes.apple.com/rss/customerreviews/id=<trackId>/sortBy=mostRecent/json?l=en&limit=50 ``` Parse `entry[].content.label` for review text and `entry[].im:rating.label` for star rating. ### 3. Job Postings (Team Size & Tech Stack Signals) Signals from job postings: - **Engineering volume** → scaling vs. consolidating - **Specific tech mentions** → stack (React/Vue, Postgres/Mongo, AWS/GCP) - **Sales/CS ratio** → product-led vs. sales-led motion - **Data/ML roles** → upcoming AI features - **Compliance roles** → regulatory expansion ### 4. SEO Analysis SEO signals to capture: - Top 20 organic keywords (intent: informational / navigational / commercial) - Domain Authority / backlink count - Blog publishing cadence and topics - Which pages rank (product pages vs. blog vs. docs) ### 5. Social Media Sentiment Capture recent mentions via Twitter/X API v2, Reddit, o在 GitHub 阅读完整来源 (打开外部页面)