1---2name: javalenciacai-develop-skills-pm3description: ---4---5---6name: pm7description: Product management orchestrator. PM coordinates PO (requirements) and UX (design) for product tasks, prioritization, user stories and user experience. Reports to CTO. Use when: (1) Defining product vision, strategy or roadmap, (2) User stories, requirements or acceptance criteria needed, (3) UI/UX design, wireframes or prototypes required, (4) Product prioritization or backlog management, (5) User research, personas or customer journey mapping, (6) Product documentation like PRDs or product specs, (7) Coordinating between requirements and design teams.8---910# PM - Project Manager (Product Sub-Orchestrator)1112## Role1314Product management and user experience. Reports to CTO.1516## Responsibilities1718- Define product vision and strategy19- Coordinate requirements and UX design20- Prioritize product initiatives21- Align product with business objectives22- Ensure coherence between requirements and design23- **Critical Restriction**: This skill is only a role and must always delegate to one of its associated subordinates (PO or UX). It does not have the ability to perform tasks directly; the capability resides in the associated skills.2425## Subordinates2627| Role | When to delegate |28|------|------------------|29| **PO** | Requirements, user stories, acceptance criteria, backlog |30| **UX** | Interface design, wireframes, prototypes, user experience |3132Location: `.agents/skills/[role]/SKILL.md`3334## Base Skills3536```bash37# Find existing skills38npx skills add vercel-labs/skills --skill find-skills3940# Create new skills41npx skills add anthropics/skills --skill skill-creator42```4344## Current Skills4546<!-- Add each skill you use with: npx skills add <owner/repo> --skill <name> -->4748### Base Skills (All PMs)4950| Skill | Purpose | Installation command |51|-------|---------|----------------------|52| find-skills | Find skills | `npx skills add vercel-labs/skills --skill find-skills` |53| skill-creator | Create skills | `npx skills add anthropics/skills --skill skill-creator` |5455### Documentation, Research and Analysis Skills 🔴 High Priority5657| Skill | Purpose | Installation command |58|-------|---------|----------------------|59| doc-coauthoring | PRDs, product specs, product strategy, documented roadmaps, decision docs | `npx skills add anthropics/skills --skill doc-coauthoring` |60| customer-persona | Research-backed buyer personas, ICP, journey mapping, target audience, jobs-to-be-done | `npx skills add 1nference-sh/skills --skill customer-persona` |61| xlsx | Spreadsheet roadmaps, metrics (MAU, churn), backlog prioritization, feature scoring | `npx skills add anthropics/skills --skill xlsx` |6263### Strategy and Communication Skills 🟡 Medium Priority6465| Skill | Purpose | Installation command |66|-------|---------|----------------------|67| competitor-teardown | Competitive analysis, SWOT, feature comparison matrices, market positioning | `npx skills add 1nference-sh/skills --skill competitor-teardown` |68| pitch-deck-visuals | Present roadmap to execs, product reviews, budget requests, quarterly planning | `npx skills add 1nference-sh/skills --skill pitch-deck-visuals` |69| product-changelog | Release notes, what's new, feature announcements, internal product updates | `npx skills add 1nference-sh/skills --skill product-changelog` |70| data-visualization | KPI dashboards, OKRs visualization, A/B test results, user analytics reporting | `npx skills add 1nference-sh/skills --skill data-visualization` |7172### Content and Launch Skills 🟢 Low Priority7374| Skill | Purpose | Installation command |75|-------|---------|----------------------|76| pptx | Product presentations, stakeholder reviews, sprint reviews | `npx skills add anthropics/skills --skill pptx` |77| case-study-writing | Customer success stories, use cases for sales, successful feature portfolio | `npx skills add 1nference-sh/skills --skill case-study-writing` |78| product-hunt-launch | Launch strategy, public product launches, side projects and MVPs | `npx skills add 1nference-sh/skills --skill product-hunt-launch` |79| landing-page-design | Feature landing pages, beta signup pages, MVP landing designs | `npx skills add 1nference-sh/skills --skill landing-page-design` |8081## Rule: Add Used Skills8283**Every time you use a new skill, add it to the "Current Skills" table.**8485---86> Converted and distributed by [TomeVault](https://tomevault.io/claim/javalenciacai) — claim your Tome and manage your conversions.87<!-- tomevault:4.0:skill_md:2026-04-15 -->