competitive-intel
Research a competitor from their URL or name. Fetch website, pricing, features, and news. Generate a battlecard with positioning, strengths, weaknesses, and…
Product Manager's Operating System: gateway skill that routes requests to 27 PM workflow skills and manages the knowledge system.
$ npx -y skills add shaan-ad/pm-os --skill pm-os --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pm-osContext 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.
name: pm-os description: "Product Manager's Operating System: gateway skill that routes requests to 27 PM workflow skills and manages the knowledge 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.
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:
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.
When the user asks what PM-OS can do, or seems unsure which skill to use, present this organized list:
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| Skill | What it does | |-------|-------------| | **Launch Plan** | Create a launch checklist with owners, dates, dependencies. | | **Retro Facilitator** | Run a structured retrospective and capture action items. |
| 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. |
| Skill | What it does | |-------|-------------| | **Metrics Check** | Review product metrics, flag anomalies, suggest investigations. | | **Experiment Review** | Analyze A/B test or experiment results with recommendations. |
| Skill | What it does | |-------|-------------| | **Create Slide Deck** | Build HTML slide decks with your brand colors. Keyboard nav, print-ready. |
| Skill | What it does | |-------|-------------| | **PM Briefing** | Daily or weekly briefing pulling from all sources. |
These slash commands map to the most common workflows:
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:
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.
PM-OS stores all product knowledge in the `knowledg
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.
Research a competitor from their URL or name. Fetch website, pricing, features, and news. Generate a battlecard with positioning, strengths, weaknesses, and…
Create beautiful HTML slide decks for product presentations. Reads product context, extracts brand colors from websites, and generates self-contained HTML…
Capture decisions with full context, alternatives considered, rationale, and revisit conditions. Auto-links to related PRDs, strategy docs, and OKRs.
Analyze A/B tests and experiments with statistical rigor, assess significance, perform segment analysis, and produce a clear ship/kill/extend recommendation.
Analyze customer feedback from any source. Categorize by theme, frequency, and severity. Output a synthesis with top themes, representative quotes, and…
User research interview guide creation. Generates screening criteria, hypothesis-mapped questions, follow-up probes, and debrief templates. Includes guidance…