diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..305dcd4 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,76 @@ +{ + "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", + "name": "pm-claude-skills", + "version": "3.0.0", + "description": "33 production-ready Claude Skills for Product Managers — covering the full PM lifecycle from discovery to launch. Save 10-15 hours per week.", + "owner": { + "name": "Mohit Aggarwal", + "email": "mohit15856@gmail.com" + }, + "plugins": [ + { + "name": "pm-essentials", + "description": "Core PM skills: PRD Template, Meeting Notes, Stakeholder Update, User Research Synthesis, Competitive Analysis. The 5 skills every PM needs first.", + "version": "3.0.0", + "category": "productivity", + "source": "./plugins/pm-essentials", + "homepage": "https://github.com/mohitagw15856/pm-claude-skills" + }, + { + "name": "pm-discovery", + "description": "Discovery & research skills: Discovery Interview Guide, Job Story Mapper, User Interview Synthesis, Assumption Mapper. Structure user research from screener to synthesis.", + "version": "3.0.0", + "category": "productivity", + "source": "./plugins/pm-discovery", + "homepage": "https://github.com/mohitagw15856/pm-claude-skills" + }, + { + "name": "pm-planning", + "description": "Planning & strategy skills: OKR Builder, Feature Prioritisation (RICE/MoSCoW/Kano/ICE), Roadmap Presentation, Pricing Strategy, RICE + Impact Matrix, Roadmap Narrative.", + "version": "3.0.0", + "category": "productivity", + "source": "./plugins/pm-planning", + "homepage": "https://github.com/mohitagw15856/pm-claude-skills" + }, + { + "name": "pm-delivery", + "description": "Sprint & delivery skills: Sprint Planning, Technical Spec Template, A/B Test Planner, Go-to-Market Planner, Product Launch Checklist, Sprint Brief, Retro Analysis.", + "version": "3.0.0", + "category": "productivity", + "source": "./plugins/pm-delivery", + "homepage": "https://github.com/mohitagw15856/pm-claude-skills" + }, + { + "name": "pm-analytics", + "description": "Data & metrics skills: Data Analysis Standard, Retention Analysis, Product Health Analysis. Structure metric deep-dives, funnel analysis, cohort studies and churn investigations.", + "version": "3.0.0", + "category": "productivity", + "source": "./plugins/pm-analytics", + "homepage": "https://github.com/mohitagw15856/pm-claude-skills" + }, + { + "name": "pm-strategy", + "description": "Strategy & stakeholder skills: Competitor Signal Tracker, Competitive Intelligence Monitor, Stakeholder Influence Mapper, Strategic Narrative Generator, Executive Update, Ambiguity Resolver.", + "version": "3.0.0", + "category": "productivity", + "source": "./plugins/pm-strategy", + "homepage": "https://github.com/mohitagw15856/pm-claude-skills" + }, + { + "name": "pm-advanced", + "description": "Advanced PM skills: AI Product Canvas, Multi-Source Signal Synthesiser, Experiment Designer, Design Handoff Brief, Stakeholder Update. For senior PMs working on complex products.", + "version": "3.0.0", + "category": "productivity", + "source": "./plugins/pm-advanced", + "homepage": "https://github.com/mohitagw15856/pm-claude-skills" + }, + { + "name": "pm-rituals", + "description": "Weekly PM ritual skill: PM Weekly Review. A 20-minute structured ritual covering metrics, shipping progress, insights, and next week's top 3 priorities.", + "version": "3.0.0", + "category": "productivity", + "source": "./plugins/pm-rituals", + "homepage": "https://github.com/mohitagw15856/pm-claude-skills" + } + ] +}