Skip to content

Ata-ux/pm-copilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PM Copilot
Claude Code for product managers, marketers, and founders

InstallationSkillsRoadmapLicense


PM Copilot

A plugin for Claude Code for non-developers. Skills, agents, and scripts for product managers, marketers, and founders.

Installation

Option 1: Install a specific skill

npx skills add Ata-ux/pm-copilot --skill competitive-analysis -g

Option 2: Copy manually

git 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/.

Skills

Competitive Analysis

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

Roadmap

  • PRD generator
  • A/B test analyzer
  • Discovery assistant
  • Document audit
  • ...

Author

@ai_vdel -- AI Notes

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages