PM Copilot
Claude Code for product managers, marketers, and founders
Installation • Skills • Roadmap • License
A plugin for Claude Code for non-developers. Skills, agents, and scripts for product managers, marketers, and founders.
npx skills add Ata-ux/pm-copilot --skill competitive-analysis -ggit clone https://github.com/Ata-ux/pm-copilot.git
cp -r pm-copilot/skills/competitive-analysis ~/.claude/skills/After copying, Claude Code will automatically pick up the skill from ~/.claude/skills/.
Deep competitive analysis: website scraping via Playwright, template filling (7 sections, 35 parameters), CSV/XLSX output, diff tracking, threat scoring.
What it does:
- Visits competitor websites via a real browser (Playwright MCP)
- Collects: pricing, features, positioning, reviews, careers
- Creates a CSV table (opens in Google Sheets) + optional XLSX with formatting
- Compares with previous analysis, calculates threat score
- Parallel sub-agents — one per competitor
- Auto-checks and installs Playwright MCP if missing
Requirements:
- Claude Code (Pro $20/mo)
- Playwright MCP (auto-installed on first run, or manually):
claude mcp add playwright -- npx @playwright/mcp@latest
Usage:
Run a competitive analysis. Competitors: [list]
Output: CSV file with filled template + optional XLSX with formatting + text summary.
Structure:
skills/competitive-analysis/
├── SKILL.md # Instruction for Claude (English)
├── competitors.yaml # Competitor list
├── scripts/
│ ├── merge_to_csv.py # Merge JSON -> CSV
│ ├── convert_to_xlsx.py # CSV -> XLSX with formatting (optional)
│ ├── competitive_diff.py # Diff with previous analysis
│ └── generate_summary.py # Generate text summary
├── templates/
│ └── competitive-template.csv # CSV template (7 sections, 35 parameters, bilingual)
└── reports/
├── raw/ # JSON files from sub-agents
└── *.csv / *.xlsx # Final reports
- PRD generator
- A/B test analyzer
- Discovery assistant
- Document audit
- ...
@ai_vdel -- AI Notes