Command
/prioritize
Select what to work on next using the right prioritization method for your context.
One command from product-manager-skills.
shell
$ npx -y skills add deanpeters/Product-Manager-Skills --agent claude-codeShips with product-manager-skills. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/prioritize
Context preview
What this command does when you run it.
Select what to work on next using the right prioritization method for your context.
Stats
Stars5,921
Forks725
LanguageShell
Command definition
prioritize.md
--- name: prioritize description: Select what to work on next using the right prioritization method for your context. argument-hint: "<candidate initiatives, constraints, and decision context>" uses: - prioritization-advisor - feature-investment-advisor - acquisition-channel-advisor - finance-based-pricing-advisor - recommendation-canvas outputs: - Ranked options - Decision rationale - Explicit tradeoffs and follow-up actions --- # /prioritize Prioritize initiatives with context-aware financial and strategic rigor. ## Invocation ```text /prioritize Q2 backlog for activation, retention, and pricing experiments ``` ## Workflow 1. Choose the right framework with `prioritization-advisor`. 2. Evaluate feature-level returns using `feature-investment-advisor`. 3. Factor channel quality via `acquisition-channel-advisor`. 4. Assess pricing implications using `finance-based-pricing-advisor`. 5. Capture final recommendation in `recommendation-canvas`. ## Checkpoints - Separate reversible from irreversible decisions.
