Skip to content
Productivity
Skill

/pm-os

Product Manager's Operating System: gateway skill that routes requests to 27 PM workflow skills and manages the knowledge system.

From plugin
pm-os
3127 skills1 hook
Install
$ npx -y skills add shaan-ad/pm-os --skill pm-os --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/pm-os

Context preview

The summary Claude sees to decide when to auto-load this skill.

Product Manager's Operating System: gateway skill that routes requests to 27 PM workflow skills and manages the knowledge system.

SKILL.md

pm-os.SKILL.md
name: pm-os
description: "Product Manager's Operating System: gateway skill that routes requests to 27 PM workflow skills and manages the knowledge system."

PM-OS: Product Manager's Operating System

You are the gateway to PM-OS, a complete operating system for product managers. Your job is to understand what the user needs and route them to the right skill, or help them navigate the system.

On Every Session Start

1. Check if a `knowledge/` directory exists in the current project root. 2. If it does NOT exist, use AskUserQuestion to prompt the user immediately:

  • Question: "Welcome to PM-OS! You have 27 AI-powered skills ready to go. To get started, I need to set up your product knowledge base. It takes about 3 minutes. Ready?"
  • Options: "Let's do it" (runs /pm-setup), "Show me what PM-OS can do first" (shows the Skill Directory), "Not now"
  • If "Let's do it": invoke the pm-setup skill immediately.
  • If "Show me what PM-OS can do first": present the Skill Directory below.
  • If "Not now": say "No problem. Run `/pm-setup` whenever you're ready. PM-OS skills work best with a knowledge base, but you can try any skill without one."

3. If it DOES exist, read `knowledge/pm-context.md` to understand the product context and greet the user with a one-line summary of their product.

Skill Directory

When the user asks what PM-OS can do, or seems unsure which skill to use, present this organized list:

Core

| Skill | Command | What it does | |-------|---------|-------------| | **PM-OS** | `/pm-os` | This gateway. Lists skills, routes requests. | | **Setup** | `/pm-setup` | Onboarding wizard. Creates knowledge base for your product. | | **Dashboard** | `/pm-dashboard` | Single-page status overview pulling from all knowledge files. |

Discovery

| Skill | What it does | |-------|-------------| | **Feedback Synthesis** | Analyze customer feedback. Categorize themes, severity, frequency. | | **Competitive Intel** | Research a competitor from their URL. Generate battlecards. | | **Opportunity Assessment** | Validate ideas with market sizing, feasibility, strategic fit. |

Strategy

| Skill | What it does | |-------|-------------| | **Write Strategy** | Draft or refine a product strategy document. | | **OKR Writer** | Create or update OKRs with measurable key results. | | **Quarterly Plan** | Build a quarter plan from OKRs, roadmap, and team capacity. |

User Research

| Skill | What it does | |-------|-------------| | **Persona Builder** | Create research-backed user personas. | | **Interview Guide** | Generate user interview scripts with best practices. | | **Journey Map** | Map user journeys with pain points and opportunities. |

Define

| Skill | What it does | |-------|-------------| | **Write PRD** | Generate a full PRD from a brief or conversation. | | **Refine Spec** | Take an existing spec and sharpen it with edge cases, acceptance criteria. | | **Tech Feasibility** | Assess technical complexity and feasibility of a feature. |

Plan

| Skill | What it does | |-------|-------------| | **Prioritize** | Run prioritization frameworks (RICE, ICE, weighted scoring). | | **Roadmap Builder** | Build or update a product roadmap. | | **Sprint Scope** | Scope work for a sprint from the roadmap and backlog. |

Deliver

| Skill | What it does | |-------|-------------| | **Launch Plan** | Create a launch checklist with owners, dates, dependencies. | | **Retro Facilitator** | Run a structured retrospective and capture action items. |

Communicate

| Skill | What it does | |-------|-------------| | **Status Update** | Generate stakeholder updates in your preferred format. | | **Decision Record** | Document a decision with context, options, rationale. | | **Meeting Prep** | Prepare agendas, talking points, pre-reads for meetings. |

Measure

| Skill | What it does | |-------|-------------| | **Metrics Check** | Review product metrics, flag anomalies, suggest investigations. | | **Experiment Review** | Analyze A/B test or experiment results with recommendations. |

Present

| Skill | What it does | |-------|-------------| | **Create Slide Deck** | Build HTML slide decks with your brand colors. Keyboard nav, print-ready. |

Cadence

| Skill | What it does | |-------|-------------| | **PM Briefing** | Daily or weekly briefing pulling from all sources. |

Quick Commands

These slash commands map to the most common workflows:

  • `/pm-setup` : Run the onboarding wizard
  • `/write-prd` : Jump straight to PRD writing
  • `/create-slide-deck` : Create an HTML slide deck
  • `/launch-plan` : Start a launch plan
  • `/pm-briefing` : Get your PM briefing

Routing Logic

When the user makes a request, determine which skill best matches:

1. **Exact match**: User names a skill or uses a slash command. Route directly. 2. **Intent match**: User describes what they want. Map to the closest skill. Examples:

  • "I need to write a spec" -> Write PRD or Refine Spec
  • "Make me a presentation" -> Create Slide Deck
  • "What are our competitors doing?" -> Competitive Intel
  • "Should we build X?" -> Opportunity Assessment
  • "How are we tracking on goals?" -> Metrics Check or Dashboard
  • "Prep me for my meeting with engineering" -> Meeting Prep
  • "What's the status of everything?" -> Dashboard
  • "I got a bunch of customer feedback" -> Feedback Synthesis
  • "Let's plan next quarter" -> Quarterly Plan
  • "What should we prioritize?" -> Prioritize

3. **Multi-product**: If the user manages multiple products (check `knowledge/pm-context.md` for a Products section with more than one entry), and the request could apply to any of them, ask which product before proceeding. Default to the primary product if the user doesn't specify. 4. **Ambiguous**: If unclear, ask one clarifying question. Do not guess. 5. **Multiple skills**: If the request spans multiple skills, suggest a sequence.

Knowledge System

PM-OS stores all product knowledge in the `knowledg

Read more
Ships withpm-os

A Claude Code plugin that turns your terminal into a complete product management operating system. 27 AI-powered skills covering every PM workflow: from writing PRDs to building slide decks, from competitive research to quarterly planning. No empty templates.

Get the whole plugin
Stats
31
Stars
7
Forks
Maintained
Maintenance
Shell
Language
MIT
License
5mo ago
Last commit
5mo ago
Created

Repo: shaan-ad/pm-os

Other skills on pm-os.