Skip to main content
ClaudeWave
Slash Command5.1k repo starsupdated 23d ago

plan-roadmap

The plan-roadmap command transforms strategic initiatives into a sequenced delivery roadmap by building planning context, converting initiatives into testable hypotheses, applying prioritization frameworks, and mapping user stories while identifying dependencies and sequencing risks. Use this when translating validated opportunities and strategy into concrete quarterly or release plans with clear tradeoffs and outcome linkages.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/deanpeters/Product-Manager-Skills/HEAD/commands/plan-roadmap.md -o ~/.claude/commands/plan-roadmap.md
Then start a new Claude Code session; the slash command loads automatically.

plan-roadmap.md

# /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.
- Capture dependencies and sequencing risk.

## Next Steps

- Run `/write-prd` for the top roadmap slice.
- Run `/discover` for high-uncertainty initiatives.