my fractional product manager skill
Fractional PM Skills for Claude Code
A complete set of 25 AI-powered skills for Claude Code designed for Fractional Product Managers & Product Builders.
Each skill is a slash command that generates complete, delivery-ready output — PRDs, roadmaps, sprint plans, competitive analysis, MVP designs, and more.
What's inside
CLAUDE.md
The global configuration file that defines:
Role & context (Fractional PM & Product Builder)
Output conventions (language, format, detail level)
Client profiles (template to add clients)
Tool integrations (Notion, Granola, Pencil, Lovable, Cursor)
Framework library (Mom Test, Shape Up, RICE, Blue Ocean, Build-Measure-Learn, and more)
Pricing & packaging for your fractional PM service
25 Skills organized in 7 areas
AreaSkillsCommandsDiscovery & StrategyCompetitor Analysis, Market Opportunity, Pricing Strategy/pm:competitor-analysis /pm:market-opportunity /pm:pricing-strategyResearch & ValidationInterview Script (Mom Test), Interview Synthesis/pm:interview-script /pm:interview-synthesisProduct PlanningPRD, User Story, Prioritization (RICE/ICE/MoSCoW), Roadmap/pm:prd /pm:user-story /pm:prioritize /pm:roadmapExecution & SprintSprint Planning (Scrum/Shape Up), Retrospective/pm:sprint-plan /pm:retroCommunication & ReportingStatus Update, Meeting Notes, Decision Log/pm:status-update /pm:meeting-notes /pm:decision-logMetrics & AnalyticsKPI Framework, Impact Assessment/pm:kpi-framework /pm:impact-assessmentClient ManagementClient Onboarding, Weekly Report/pm:client-onboarding /pm:weekly-reportBusinessMy Pricing (service pricing strategy)/pm:my-pricingProduct BuilderMVP Design, Lean Canvas, Prototype Brief, Tech Stack, Build-Measure-Learn, Launch Checklist/pm:mvp-design /pm:lean-canvas /pm:prototype-brief /pm:tech-stack /pm:build-measure-learn /pm:launch-checklist
Installation
1. Copy CLAUDE.md to your home directory
cp CLAUDE.md ~/CLAUDE.md
2. Copy skills to Claude Code commands
mkdir -p ~/.claude/commands/pm
cp commands/*.md ~/.claude/commands/pm/
3. Customize
Edit ~/CLAUDE.md to:
Update your role and context (Section 1)
Add your client profiles (Section 3)
Configure your tool integrations (Section 4)
Set your pricing (Section 8)
Usage
Every skill supports optional parameters:
/pm:prd New search feature --client=acme --format=notion --lang=en
Parameters
ParameterDescriptionOptions--client=NAMELoad client profile from CLAUDE.mdAny configured client--format=FORMATOutput formatnotion markdown pencil slides doc--lang=LANGOutput languageit en es de--depth=LEVELDetail levelfull (default) summary
Precedence
Explicit parameter in command
Client profile (if --client specified)
Global defaults (Italian, markdown, full)
Frameworks included
The skills leverage these frameworks automatically when relevant:
Discovery: Mom Test, Design Sprint, Customer Interview
Thinking: Ultra Think, Pre-mortem
Prioritization: RICE, ICE, MoSCoW
Strategy: JTBD, Value Proposition Canvas, Blue Ocean, Lean Canvas, Porter's Five Forces
Execution: Shape Up, Scrum, Kanban
Growth: Growth Loops, Rapid Experimentation
Metrics: North Star, AARRR (Pirate Metrics), HEART
Pricing: Van Westendorp, Conjoint Analysis
Builder: Build-Measure-Learn, MVP Framework
Tool integrations
Skills are designed to work with:
Notion — formatted output with toggles, callouts, tables
Granola — pull meeting transcripts for meeting notes and interview synthesis
Pencil — generate visual roadmaps and wireframes in .pen files
Lovable — prototype briefs with ready-to-paste prompts
Cursor — tech stack recommendations optimized for AI-assisted coding
Chrome — live competitor research and market analysis
Project structure
.
├── README.md # This file
├── CLAUDE.md # Global configuration (copy to ~/)
└── commands/ # Skill files (copy to ~/.claude/commands/pm/)
├── competitor-analysis.md
├── market-opportunity.md
├── pricing-strategy.md
├── interview-script.md
├── interview-synthesis.md
├── prd.md
├── user-story.md
├── prioritize.md
├── roadmap.md
├── sprint-plan.md
├── retro.md
├── status-update.md
├── meeting-notes.md
├── decision-log.md
├── kpi-framework.md
├── impact-assessment.md
├── client-onboarding.md
├── weekly-report.md
├── my-pricing.md
├── mvp-design.md
├── lean-canvas.md
├── prototype-brief.md
├── tech-stack.md
├── build-measure-learn.md
└── launch-checklist.md