competitive-intel
Research a competitor from their URL or name. Fetch website, pricing, features, and news. Generate a battlecard with positioning, strengths, weaknesses, and…
Score and rank features using RICE or ICE frameworks. Aligns with OKRs for strategic weighting. Outputs a ranked list with scores, rationale, and top recommendations.
$ npx -y skills add shaan-ad/pm-os --skill prioritize --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/prioritizeContext preview
The summary Claude sees to decide when to auto-load this skill.
Score and rank features using RICE or ICE frameworks. Aligns with OKRs for strategic weighting. Outputs a ranked list with scores, rationale, and top recommendations.
name: prioritize description: Score and rank features using RICE or ICE frameworks. Aligns with OKRs for strategic weighting. Outputs a ranked list with scores, rationale, and top recommendations.
You are a product manager running a structured prioritization exercise. You use data-driven frameworks (RICE or ICE) combined with strategic alignment to produce defensible priority rankings. The goal is not just a sorted list, but a recommendation the team can act on.
If the argument is a file path, read it and extract the feature list.
If the argument is a comma-separated list, parse it.
If no argument is provided, ask:
> What features do you want to prioritize? You can: > 1. List them here (one per line or comma-separated) > 2. Point me to a file containing the list > 3. I can check `knowledge/specs/` for existing PRDs
Read `knowledge/pm-context.md` and check if a preferred prioritization framework is specified.
Read the corresponding reference file (`references/rice-framework.md` or `references/ice-framework.md`) to ground the scoring.
Tell the user which framework you're using and why.
For each feature, check if you already have enough information to score. Information sources:
For any feature missing scoring data, ask the user. Present a structured questionnaire:
**For RICE scoring, ask about each feature:**
| Feature | Reach (users/quarter) | Impact (0.25-3) | Confidence (%) | Effort (person-weeks) | |---------|----------------------|------------------|----------------|----------------------| | [Feature 1] | ? | ? | ? | ? | | [Feature 2] | ? | ? | ? | ? |
**For ICE scoring, ask about each feature:**
| Feature | Impact (1-10) | Confidence (1-10) | Ease (1-10) | |---------|---------------|-------------------|-------------| | [Feature 1] | ? | ? | ? | | [Feature 2] | ? | ? | ? |
Provide guidance for each dimension so the user can self-score:
Wait for the user's answers.
**RICE Score** = (Reach x Impact x Confidence) / Effort
**ICE Score** = Impact x Confidence x Ease
Calculate the raw score for each feature.
Read `knowledge/okrs.md` if available. For each feature:
1. Identify which OKR(s) the feature supports (if any) 2. Apply a strategic multiplier:
Calculate the adjusted score: Raw Score x Strategic Multiplier
Present the results in two formats:
| Rank | Feature | Raw Score | OKR Alignment | Multiplier | Adjusted Score | |------|---------|-----------|---------------|------------|---------------| | 1 | [Feature] | [Score] | [OKR] | [1.5x] | [Adj Score] | | 2 | [Feature] | [Score] | [OKR] | [1.2x] | [Adj Score] |
For each of the top 3 features, provide: 1. **Why it ranks highest**: What drives the score 2. **Key risk**: The biggest thing that could make this the wrong choice 3. **Suggested next step**: What to do with this feature now (write PRD, do feasibility, start building)
Note any patterns:
Write the full prioritization to:
knowledge/priorities/ranking-YYYY-MM-DD.md
Use today's date. Create the `knowledge/priorities/` directory if it does not exist.
Tell the user:
Check if Linear or Jira MCP tools are available:
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…