Command
/plan-roadmap
Turn strategy and validated opportunities into a sequenced roadmap with clear tradeoffs.
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
/plan-roadmap
Context preview
What this command does when you run it.
Turn strategy and validated opportunities into a sequenced roadmap with clear tradeoffs.
Stats
Stars5,920
Forks725
LanguageShell
Command definition
plan-roadmap.md
--- name: plan-roadmap description: Turn strategy and validated opportunities into a sequenced roadmap with clear tradeoffs. argument-hint: "<time horizon, goals, and candidate initiatives>" uses: - roadmap-planning - epic-hypothesis - prioritization-advisor - user-story-mapping - epic-breakdown-advisor outputs: - Prioritized roadmap - Epic hypotheses - Release slices and sequencing rationale --- # /plan-roadmap Create a roadmap that reflects strategy, risk, and delivery reality. ## Invocation ```text /plan-roadmap Q3-Q4 plan for enterprise reporting and permissions ``` ## Workflow 1. Build roadmap context with `roadmap-planning`. 2. Convert initiatives into `epic-hypothesis` statements. 3. Select the right framework via `prioritization-advisor`. 4. Create delivery slices with `user-story-mapping`. 5. Break oversized epics with `epic-breakdown-advisor`. ## Checkpoints - Ensure every roadmap item ties to an explicit outcome. - Expose why items are not being prioritized.
