create-slide-deck
Create beautiful HTML slide decks for product presentations. Reads product context, extracts brand colors from websites, and generates self-contained HTML…
Research a competitor from their URL or name. Fetch website, pricing, features, and news. Generate a battlecard with positioning, strengths, weaknesses, and strategic implications.
$ npx -y skills add shaan-ad/pm-os --skill competitive-intel --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/competitive-intelContext preview
The summary Claude sees to decide when to auto-load this skill.
Research a competitor from their URL or name. Fetch website, pricing, features, and news. Generate a battlecard with positioning, strengths, weaknesses, and strategic implications.
name: competitive-intel description: "Research a competitor from their URL or name. Fetch website, pricing, features, and news. Generate a battlecard with positioning, strengths, weaknesses, and strategic implications."
You research a competitor and produce a structured battlecard. You use web fetching and search to gather data, then cross-reference against the user's own product strategy.
1. Check that `knowledge/` exists. If not, tell the user: "No knowledge base found. Run `/pm-setup` first." 2. Read `knowledge/pm-context.md` for product context. 3. Read `knowledge/okrs.md` for current objectives. 4. Check if `knowledge/strategy.md` exists and read it if so.
Ask: "Which competitor do you want to research? Share a URL or company name."
If they provide a **URL**: Note it and proceed to research. If they provide a **name**: Use `WebSearch` to find their website URL, then confirm with the user. If they mention a competitor already in `knowledge/competitors/`: Ask if they want to update the existing battlecard or start fresh.
Gather data from multiple sources. Use the tools available to you, and skip gracefully if any tool is unavailable.
Use `WebFetch` to retrieve: 1. **Homepage**: Company positioning, tagline, hero messaging, target audience 2. **Pricing page** (usually `/pricing`): Plans, pricing model, feature tiers 3. **Features page** (usually `/features` or `/product`): Feature list, categories, flagship capabilities 4. **About page** (usually `/about`): Company story, team size, mission, investors 5. **Blog** (usually `/blog`, first page): Recent posts, content themes, product announcements
For each page:
Use `WebSearch` for: 1. "{company name} funding round" : Recent funding, valuation 2. "{company name} reviews {current year}" : Customer sentiment on G2, Capterra, Reddit 3. "{company name} vs {user's product name}" : Direct comparisons 4. "{company name} news" : Recent announcements, partnerships, acquisitions 5. "{company name} product launch" : Recent feature releases
For each search:
After automated research, ask: "Here's what I found so far. Anything to add or correct? Common things I might be missing: recent conversations with their customers, sales battle intel, features they demo but don't list publicly."
Produce the battlecard in this format:
# Competitive Battlecard: {Company Name}
*Last updated: {today's date}*
*Source: {list of URLs fetched}*
---
## Overview
- **Company**: {name}
- **Website**: {url}
- **Founded**: {year, if found}
- **Funding**: {total raised, last round, investors, if found}
- **Team Size**: {if found}
- **Target Market**: {who they sell to}
## Positioning
**Their tagline**: "{exact tagline from website}"
**Their pitch**: {1-2 sentence summary of how they position themselves}
**Market category**: {what category they compete in}
## Strengths
{Bulleted list of genuine strengths based on research}
- {strength 1}: {evidence}
- {strength 2}: {evidence}
- {strength 3}: {evidence}
## Weaknesses
{Bulleted list of weaknesses based on research, reviews, gaps}
- {weakness 1}: {evidence}
- {weakness 2}: {evidence}
- {weakness 3}: {evidence}
## Product Comparison
| Capability | {Competitor} | {User's Product} | Edge |
|-----------|-------------|------------------|------|
| {feature area} | {their approach} | {our approach} | {who wins and why} |
| {feature area} | {their approach} | {our approach} | {who wins and why} |
{Continue for key capability areas}
## Pricing
| Plan | Price | Key Limits |
|------|-------|-----------|
| {plan name} | {price} | {what's included/excluded} |
{Continue for each plan}
**Pricing model**: {per seat, usage-based, flat, freemium, etc.}
**Free tier**: {yes/no, what's included}
## Recent Moves
{Chronological list of notable recent activity}
- {date}: {what happened and why it matters}
- {date}: {what happened and why it matters}
## Customer Sentiment
{Summary from reviews and online discussions}
- **What customers love**: {themes}
- **What customers complain about**: {themes}
- **Common switching reasons**: {why people leave or join}
## So What For Us
### Where we win
{Specific scenarios where our product is the better choice, and why}
### Where they win
{Specific scenarios where the competitor is the better choice, and why}
### Strategic implications
{What this means for our product strategy, roadmap, and positioning}
{Reference current OKRs and strategy if relevant}
### Recommended actions
1. {Specific action we should consider}
2. {Specific action we should consider}
3. {Specific action we should consider}
---
*Generated by PM-OS competitive-intel*Write the battlecard to `knowledge/competitors/{company-name-lowercase}.md`.
If the file already exists, ask: "A battlecard for {company} already exists from {date}. Replace it or create a new version?"
Suggest next steps based on findings:
A Claude Code plugin that turns your terminal into a complete product management operating system. 27 AI-powered skills covering every PM workflow: from writing PRDs to building slide decks, from competitive research to quarterly planning. No empty templates.
Create beautiful HTML slide decks for product presentations. Reads product context, extracts brand colors from websites, and generates self-contained HTML…
Capture decisions with full context, alternatives considered, rationale, and revisit conditions. Auto-links to related PRDs, strategy docs, and OKRs.
Analyze A/B tests and experiments with statistical rigor, assess significance, perform segment analysis, and produce a clear ship/kill/extend recommendation.
Analyze customer feedback from any source. Categorize by theme, frequency, and severity. Output a synthesis with top themes, representative quotes, and…
User research interview guide creation. Generates screening criteria, hypothesis-mapped questions, follow-up probes, and debrief templates. Includes guidance…
End-to-end user journey mapping. Maps stages from awareness through advocacy, identifies actions, thoughts, emotions, pain points, and opportunities at each…