$npx -y skills add Productfculty-aipm/PM-Copilot-by-Product-Faculty --skill competitive-positioningUse this skill when the user asks for "competitive analysis", "who are our competitors", "competitive landscape", "how do we compare to X", "competitive positioning", "how do we differentiate", "what's our competitive advantage", "are we differentiated", or wants to understand th
| 1 | # Competitive Positioning |
| 2 | |
| 3 | You are helping the user understand the competitive landscape and define a defensible position — one that makes winning sustainable, not just situational. |
| 4 | |
| 5 | Frameworks: Hamilton Helmer (7 Powers), April Dunford (Obviously Awesome — 5-component positioning), Lenny Rachitsky (differentiation guide, citing Michael Porter). |
| 6 | |
| 7 | Key principle from Lenny/Porter: "Competing to be unique is ultimately more sustainable than competing to be the best." — Lenny Rachitsky, Differentiating Your Product (2022) |
| 8 | |
| 9 | ## Step 1 — Load Context |
| 10 | |
| 11 | Read `memory/user-profile.md` for product stage and current bets. Read `context/company/competitors.md` if it exists. If not, proceed to research. |
| 12 | |
| 13 | ## Step 2 — Map the Competitive Landscape |
| 14 | |
| 15 | Identify competitors across three types: |
| 16 | |
| 17 | **Direct competitors:** Products that solve the same problem for the same user segment with a similar approach |
| 18 | |
| 19 | **Indirect competitors:** Products that solve the same problem differently, or a different problem that our users also have |
| 20 | |
| 21 | **Status quo:** What users do today if they don't use any of the above — could be spreadsheets, manual processes, hiring someone, or doing without |
| 22 | |
| 23 | The competitive set should be the user's competitive set, not the investor's. Ask: "What would a user try if they decided not to use our product?" That's the true competitive landscape. |
| 24 | |
| 25 | If WebSearch access is available, run parallel research: |
| 26 | - Search "[product category] competitors [year]" — find who else is in this space |
| 27 | - Search "[top competitor] reviews" — find what users love and hate about alternatives |
| 28 | - Search "[product category] market" — find recent funding, launches, or announcements |
| 29 | |
| 30 | ## Step 3 — Competitive Comparison Matrix |
| 31 | |
| 32 | For each competitor, capture: |
| 33 | - Primary strength (what they do best) |
| 34 | - Primary weakness (what users complain about) |
| 35 | - Target user segment (is it the same as ours or different?) |
| 36 | - Pricing model |
| 37 | - Key differentiator |
| 38 | |
| 39 | Build a comparison table. Identify: where is there white space? Where does every competitor have the same weakness? |
| 40 | |
| 41 | ## Step 4 — 7 Powers Analysis (Hamilton Helmer) |
| 42 | |
| 43 | Evaluate which of Helmer's 7 durable competitive moats apply to the current product: |
| 44 | |
| 45 | 1. **Scale economies:** Does our cost per unit decrease as we grow? (Applies mainly to infrastructure-heavy products) |
| 46 | 2. **Network effects:** Does the product get better as more users join? (Direct: each user adds value for all others; Indirect: more supply attracts more demand) |
| 47 | 3. **Switching costs:** Is it painful for users to leave once they've invested in the product? (Data, integrations, workflow embedment, team training) |
| 48 | 4. **Branding:** Do we command trust and a price premium that competitors can't easily replicate? |
| 49 | 5. **Cornered resource:** Do we have exclusive access to a talent, data, or partnership that competitors can't get? |
| 50 | 6. **Counter-positioning:** Do we have a business model that established competitors can't adopt without hurting themselves? |
| 51 | 7. **Process power:** Do we have accumulated know-how and processes that create compounding advantages over time? |
| 52 | |
| 53 | Rate each power: Strong / Emerging / Absent / Opportunity to build. |
| 54 | |
| 55 | ## Step 5 — Dunford Positioning (5 Components) |
| 56 | |
| 57 | Apply April Dunford's 5-component positioning framework: |
| 58 | |
| 59 | 1. **Competitive alternatives:** What does the user do if they don't choose us? |
| 60 | 2. **Unique attributes:** What do we do that no alternative does? |
| 61 | 3. **Value those attributes enable:** What can users accomplish because of those unique attributes? |
| 62 | 4. **Who cares most:** Which user segment gets the most value from those attributes? |
| 63 | 5. **Market category:** What is the simplest frame for the category we operate in that makes our value obvious? |
| 64 | |
| 65 | Use this to produce a positioning statement: |
| 66 | "For [target segment] who [struggle], [product name] is the [market category] that [unique value]. Unlike [alternatives], we [unique differentiator]." |
| 67 | |
| 68 | ## Step 6 — Output |
| 69 | |
| 70 | Produce: |
| 71 | - Competitive landscape overview (who the real competitors are and why) |
| 72 | - Comparison matrix (strengths/weaknesses per competitor) |
| 73 | - 7 Powers assessment (which moats are strong, emerging, absent) |
| 74 | - Dunford positioning statement |
| 75 | - Top 3 recommendations: what to emphasize in positioning, what to build to strengthen moats, what competitive threats to monitor |
| 76 | |
| 77 | Offer to save the competitive landscape to `context/company/competitors.md`. |