gitextract__yxe0xfm/ ├── .claude-plugin/ │ └── marketplace.json ├── .gitattributes ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── pm-data-analytics/ │ ├── .claude-plugin/ │ │ └── plugin.json │ ├── README.md │ ├── commands/ │ │ ├── analyze-cohorts.md │ │ ├── analyze-test.md │ │ └── write-query.md │ └── skills/ │ ├── ab-test-analysis/ │ │ └── SKILL.md │ ├── cohort-analysis/ │ │ └── SKILL.md │ └── sql-queries/ │ └── SKILL.md ├── pm-execution/ │ ├── .claude-plugin/ │ │ └── plugin.json │ ├── README.md │ ├── commands/ │ │ ├── generate-data.md │ │ ├── meeting-notes.md │ │ ├── plan-okrs.md │ │ ├── pre-mortem.md │ │ ├── sprint.md │ │ ├── stakeholder-map.md │ │ ├── test-scenarios.md │ │ ├── transform-roadmap.md │ │ ├── write-prd.md │ │ └── write-stories.md │ └── skills/ │ ├── brainstorm-okrs/ │ │ └── SKILL.md │ ├── create-prd/ │ │ └── SKILL.md │ ├── dummy-dataset/ │ │ └── SKILL.md │ ├── job-stories/ │ │ └── SKILL.md │ ├── outcome-roadmap/ │ │ └── SKILL.md │ ├── pre-mortem/ │ │ └── SKILL.md │ ├── prioritization-frameworks/ │ │ └── SKILL.md │ ├── release-notes/ │ │ └── SKILL.md │ ├── retro/ │ │ └── SKILL.md │ ├── sprint-plan/ │ │ └── SKILL.md │ ├── stakeholder-map/ │ │ └── SKILL.md │ ├── summarize-meeting/ │ │ └── SKILL.md │ ├── test-scenarios/ │ │ └── SKILL.md │ ├── user-stories/ │ │ └── SKILL.md │ └── wwas/ │ └── SKILL.md ├── pm-go-to-market/ │ ├── .claude-plugin/ │ │ └── plugin.json │ ├── README.md │ ├── commands/ │ │ ├── battlecard.md │ │ ├── growth-strategy.md │ │ └── plan-launch.md │ └── skills/ │ ├── beachhead-segment/ │ │ └── SKILL.md │ ├── competitive-battlecard/ │ │ └── SKILL.md │ ├── growth-loops/ │ │ └── SKILL.md │ ├── gtm-motions/ │ │ └── SKILL.md │ ├── gtm-strategy/ │ │ └── SKILL.md │ └── ideal-customer-profile/ │ └── SKILL.md ├── pm-market-research/ │ ├── .claude-plugin/ │ │ └── plugin.json │ ├── README.md │ ├── commands/ │ │ ├── analyze-feedback.md │ │ ├── competitive-analysis.md │ │ └── research-users.md │ └── skills/ │ ├── competitor-analysis/ │ │ └── SKILL.md │ ├── customer-journey-map/ │ │ └── SKILL.md │ ├── market-segments/ │ │ └── SKILL.md │ ├── market-sizing/ │ │ └── SKILL.md │ ├── sentiment-analysis/ │ │ └── SKILL.md │ ├── user-personas/ │ │ └── SKILL.md │ └── user-segmentation/ │ └── SKILL.md ├── pm-marketing-growth/ │ ├── .claude-plugin/ │ │ └── plugin.json │ ├── README.md │ ├── commands/ │ │ ├── market-product.md │ │ └── north-star.md │ └── skills/ │ ├── marketing-ideas/ │ │ └── SKILL.md │ ├── north-star-metric/ │ │ └── SKILL.md │ ├── positioning-ideas/ │ │ └── SKILL.md │ ├── product-name/ │ │ └── SKILL.md │ └── value-prop-statements/ │ └── SKILL.md ├── pm-product-discovery/ │ ├── .claude-plugin/ │ │ └── plugin.json │ ├── README.md │ ├── commands/ │ │ ├── brainstorm.md │ │ ├── discover.md │ │ ├── interview.md │ │ ├── setup-metrics.md │ │ └── triage-requests.md │ └── skills/ │ ├── analyze-feature-requests/ │ │ └── SKILL.md │ ├── brainstorm-experiments-existing/ │ │ └── SKILL.md │ ├── brainstorm-experiments-new/ │ │ └── SKILL.md │ ├── brainstorm-ideas-existing/ │ │ └── SKILL.md │ ├── brainstorm-ideas-new/ │ │ └── SKILL.md │ ├── identify-assumptions-existing/ │ │ └── SKILL.md │ ├── identify-assumptions-new/ │ │ └── SKILL.md │ ├── interview-script/ │ │ └── SKILL.md │ ├── metrics-dashboard/ │ │ └── SKILL.md │ ├── opportunity-solution-tree/ │ │ └── SKILL.md │ ├── prioritize-assumptions/ │ │ └── SKILL.md │ ├── prioritize-features/ │ │ └── SKILL.md │ └── summarize-interview/ │ └── SKILL.md ├── pm-product-strategy/ │ ├── .claude-plugin/ │ │ └── plugin.json │ ├── README.md │ ├── commands/ │ │ ├── business-model.md │ │ ├── market-scan.md │ │ ├── pricing.md │ │ ├── strategy.md │ │ └── value-proposition.md │ └── skills/ │ ├── ansoff-matrix/ │ │ └── SKILL.md │ ├── business-model/ │ │ └── SKILL.md │ ├── lean-canvas/ │ │ └── SKILL.md │ ├── monetization-strategy/ │ │ └── SKILL.md │ ├── pestle-analysis/ │ │ └── SKILL.md │ ├── porters-five-forces/ │ │ └── SKILL.md │ ├── pricing-strategy/ │ │ └── SKILL.md │ ├── product-strategy/ │ │ └── SKILL.md │ ├── product-vision/ │ │ └── SKILL.md │ ├── startup-canvas/ │ │ └── SKILL.md │ ├── swot-analysis/ │ │ └── SKILL.md │ └── value-proposition/ │ └── SKILL.md ├── pm-toolkit/ │ ├── .claude-plugin/ │ │ └── plugin.json │ ├── README.md │ ├── commands/ │ │ ├── draft-nda.md │ │ ├── privacy-policy.md │ │ ├── proofread.md │ │ ├── review-resume.md │ │ └── tailor-resume.md │ └── skills/ │ ├── draft-nda/ │ │ └── SKILL.md │ ├── grammar-check/ │ │ └── SKILL.md │ ├── privacy-policy/ │ │ └── SKILL.md │ └── review-resume/ │ └── SKILL.md └── validate_plugins.py