Roadmap Update
Update, create, or reprioritize a product roadmap.
Usage
/pm-roadmap-update $ARGUMENTS
Workflow
1. Understand Current State
If Linear MCP (int-linear-review) is available:
- Pull current roadmap items with their statuses, assignees, and dates
- Identify items that are overdue, at risk, or recently completed
- Surface any items without clear owners or dates
If Linear is not connected:
- Ask the user to describe their current roadmap or paste/upload it
- Accept any format: list, table, spreadsheet, screenshot, or prose description
2. Determine the Operation
Ask what the user wants to do:
Add item: New feature, initiative, or work item to the roadmap
- Gather: name, description, priority, estimated effort, target timeframe, owner, dependencies
- Suggest where it fits based on current priorities and capacity
Update status: Change status of existing items
- Options: not started, in progress, at risk, blocked, completed, cut
- For "at risk" or "blocked": ask for the blocker and mitigation plan
Reprioritize: Change the order or priority of items
- Ask what changed (new information, strategy shift, resource change, customer feedback)
- Apply a prioritization framework if helpful — see Prioritization Frameworks below for RICE, MoSCoW, ICE, and value-vs-effort
- Show before/after comparison
Move timeline: Shift dates for items
- Ask why (scope change, dependency slip, resource constraint)
- Identify downstream impacts on dependent items
- Flag items that move past hard deadlines
Create new roadmap: Build a roadmap from scratch
- Ask about timeframe (quarter, half, year)
- Ask about format preference (Now/Next/Later, quarterly columns, OKR-aligned) — see Roadmap Frameworks below
- Gather the list of initiatives to include
3. Generate Roadmap Summary
Produce a roadmap view with:
Status Overview
Quick summary: X items in progress, Y completed this period, Z at risk.
Roadmap Items
For each item, show:
- Name and one-line description
- Status indicator (on track / at risk / blocked / completed / not started)
- Target timeframe or date
- Owner
- Key dependencies
Group items by:
- Timeframe (Now / Next / Later) or quarter, depending on format
- Or by theme/goal if the user prefers
Risks and Dependencies
- Items that are blocked or at risk, with details
- Cross-team dependencies and their status
- Items approaching hard deadlines
Changes This Update
If this is an update to an existing roadmap, summarize what changed:
- Items added, removed, or reprioritized
- Timeline shifts
- Status changes
4. Follow Up
After generating the roadmap:
- Offer to format for a specific audience (executive summary, engineering detail, customer-facing)
- Offer to draft communication about roadmap changes
- If Linear MCP is connected, offer to update ticket statuses directly
Roadmap Frameworks
Now / Next / Later
The simplest and often most effective roadmap format:
- Now (current sprint/month): Committed work. High confidence in scope and timeline. These are the things the team is actively building.
- Next (next 1-3 months): Planned work. Good confidence in what, less confidence in exactly when. Scoped and prioritized but not yet started.
- Later (3-6+ months): Directional. These are strategic bets and opportunities we intend to pursue, but scope and timing are flexible.
When to use: Most teams, most of the time. Especially good for communicating externally or to leadership because it avoids false precision on dates.
Quarterly Themes
Organize the roadmap around 2-3 themes per quarter:
- Each theme represents a strategic area of investment (e.g., "Enterprise readiness", "Activation improvements", "Platform extensibility")
- Under each theme, list the specific initiatives planned
- Themes should map to company or team OKRs
- This format makes it easy to explain WHY you are building what you are building
When to use: When you need to show strategic alignment. Good for planning meetings and executive communication.
OKR-Aligned Roadmap
Map roadmap items directly to Objectives and Key Results:
- Start with the team's OKRs for the period
- Under each Key Result, list the initiatives that will move that metric
- Include the expected impact of each initiative on the Key Result
- This creates clear accountability between what you build and what you measure
When to use: Organizations that run on OKRs. Good for ensuring every initiative has a clear "why" tied to measurable outcomes.
Timeline / Gantt View
Calendar-based view with items on a timeline:
- Shows start dates, end dates, and durations
- Visualizes parallelism and sequencing
- Good for identifying resource conflicts
- Shows dependencies between items
When to use: Execution planning with engineering. Identifying scheduling conflicts. NOT good for communicating externally (creates false precision expectations).
Prioritization Frameworks
RICE Score
Score each initiative on four dimensions, then calculate RICE = (Reach x Impact x Confidence) / Effort
- Reach: How many users/customers will this affect in a given time period? Use concrete numbers (e.g., "500 users per quarter").
- Impact: How much will this move the needle for each person reached? Score on a scale: 3 = massive, 2 = high, 1 = medium, 0.5 = low, 0.25 = minimal.
- Confidence: How confident are we in the reach and impact estimates? 100% = high confidence (backed by data), 80% = medium (some evidence), 50% = low (gut feel).
- Effort: How many person-months of work? Include engineering, design, and any other functions.
When to use: When you need a quantitative, defensible prioritization. Good for comparing a large backlog of initiatives. Less good for strategic bets where impact is hard to estimate.
MoSCoW
Categorize items into Must have, Should have, Could have, Won't have:
- Must have: The roadmap is a failure without these. Non-negotiable commitments.
- Should have: Important and expected, but delivery is viable without them.
- Could have: Desirable but clearly lower priority. Include only if capacity allows.
- Won't have: Explicitly out of scope for this period. Important to list for clarity.
When to use: Scoping a release or quarter. Negotiating with stakeholders about what fits. Good for forcing prioritization conversations.
ICE Score
Simpler than RICE. Score each item 1-10 on three dimensions:
- Impact: How much will this move the target metric?
- Confidence: How confident are we in the impact estimate?
- Ease: How easy is this to implement? (Inverse of effort — higher = easier)
ICE Score = Impact x Confidence x Ease
When to use: Quick prioritization of a feature backlog. Good for early-stage products or when you do not have enough data for RICE.
Value vs Effort Matrix
Plot initiatives on a 2x2 matrix:
- High value, Low effort (Quick wins): Do these first.
- High value, High effort (Big bets): Plan these carefully. Worth the investment but need proper scoping.
- Low value, Low effort (Fill-ins): Do these when you have spare capacity.
- Low value, High effort (Money pits): Do not do these. Remove from the backlog.
When to use: Visual prioritization in team planning sessions. Good for building shared understanding of tradeoffs.
Dependency Mapping
Identifying Dependencies
Look for dependencies across these categories:
- Technical dependencies: Feature B requires infrastructure work from Feature A
- Team dependencies: Feature requires work from another team (design, platform, data)
- External dependencies: Waiting on a vendor, partner, or third-party integration
- Knowledge dependencies: Need research or investigation results before starting
- Sequential dependencies: Must ship Feature A before starting Feature B (shared code, user flow)
Managing Dependencies
- List all dependencies explicitly in the roadmap
- Assign an owner to each dependency (who is responsible for resolving it)
- Set a "need by" date: when does the depending item need this resolved
- Build buffer around dependencies — they are the highest-risk items on any roadmap
- Flag dependencies that cross team boundaries early — these require coordination
- Have a contingency plan: what do you do if the dependency slips?
Reducing Dependencies
- Can you build a simpler version that avoids the dependency?
- Can you parallelize by using an interface contract or mock?
- Can you sequence differently to move the dependency earlier?
- Can you absorb the work into your team to remove the cross-team coordination?
Capacity Planning
Estimating Capacity
- Start with the number of engineers and the time period
- Subtract known overhead: meetings, on-call rotations, interviews, holidays, PTO
- A common rule of thumb: engineers spend 60-70% of time on planned feature work
- Factor in team ramp time for new members
Allocating Capacity
A healthy allocation for most product teams:
- 70% planned features: Roadmap items that advance strategic goals
- 20% technical health: Tech debt, reliability, performance, developer experience
- 10% unplanned: Buffer for urgent issues, quick wins, and requests from other teams
Adjust ratios based on team context:
- New product: more feature work, less tech debt
- Mature product: more tech debt and reliability investment
- Post-incident: more reliability, less features
- Rapid growth: more scalability and performance
Capacity vs Ambition
- If roadmap commitments exceed capacity, something must give
- Do not solve capacity problems by pretending people can do more — solve by cutting scope
- When adding to the roadmap, always ask: "What comes off?"
- Better to commit to fewer things and deliver reliably than to overcommit and disappoint
Communicating Roadmap Changes
When the Roadmap Changes
Common triggers for roadmap changes:
- New strategic priority from leadership
- Customer feedback or research that changes priorities
- Technical discovery that changes estimates
- Dependency slip from another team
- Resource change (team grows or shrinks, key person leaves)
- Competitive move that requires response
How to Communicate Changes
- Acknowledge the change: Be direct about what is changing and why
- Explain the reason: What new information drove this decision?
- Show the tradeoff: What was deprioritized to make room? Or what is slipping?
- Show the new plan: Updated roadmap with the changes reflected
- Acknowledge impact: Who is affected and how? Stakeholders who were expecting deprioritized items need to hear it directly.
Avoiding Roadmap Whiplash
- Do not change the roadmap for every piece of new information. Have a threshold for change.
- Batch roadmap updates at natural cadences (monthly, quarterly) unless something is truly urgent.
- Distinguish between "roadmap change" (strategic reprioritization) and "scope adjustment" (normal execution refinement).
- Track how often the roadmap changes. Frequent changes may signal unclear strategy, not good responsiveness.
Output Format
Use a clear, scannable format. Tables work well for roadmap items. Use text status labels: Done, On Track, At Risk, Blocked, Not Started.
Tips
- A roadmap is a communication tool, not a project plan. Keep it at the right altitude — themes and outcomes, not tasks.
- When reprioritizing, always ask what changed. Priority shifts should be driven by new information, not whim.
- Flag capacity issues early. If the roadmap has more work than the team can handle, say so.
- Dependencies are the biggest risk to roadmaps. Surface them explicitly.
- If the user asks to add something, always ask what comes off or moves. Roadmaps are zero-sum against capacity.
1---2name: pm-roadmap-update3description: Update, create, or reprioritize your product roadmap. Use when adding a new initiative and deciding what moves to make room, shifting priorities after new information comes in, moving timelines due to a dependency slip, or building a Now/Next/Later view from scratch.4---56# Roadmap Update78Update, create, or reprioritize a product roadmap.910## Usage1112```13/pm-roadmap-update $ARGUMENTS14```1516## Workflow1718### 1. Understand Current State1920If **Linear MCP** (`int-linear-review`) is available:21- Pull current roadmap items with their statuses, assignees, and dates22- Identify items that are overdue, at risk, or recently completed23- Surface any items without clear owners or dates2425If Linear is not connected:26- Ask the user to describe their current roadmap or paste/upload it27- Accept any format: list, table, spreadsheet, screenshot, or prose description2829### 2. Determine the Operation3031Ask what the user wants to do:3233**Add item**: New feature, initiative, or work item to the roadmap34- Gather: name, description, priority, estimated effort, target timeframe, owner, dependencies35- Suggest where it fits based on current priorities and capacity3637**Update status**: Change status of existing items38- Options: not started, in progress, at risk, blocked, completed, cut39- For "at risk" or "blocked": ask for the blocker and mitigation plan4041**Reprioritize**: Change the order or priority of items42- Ask what changed (new information, strategy shift, resource change, customer feedback)43- Apply a prioritization framework if helpful — see **Prioritization Frameworks** below for RICE, MoSCoW, ICE, and value-vs-effort44- Show before/after comparison4546**Move timeline**: Shift dates for items47- Ask why (scope change, dependency slip, resource constraint)48- Identify downstream impacts on dependent items49- Flag items that move past hard deadlines5051**Create new roadmap**: Build a roadmap from scratch52- Ask about timeframe (quarter, half, year)53- Ask about format preference (Now/Next/Later, quarterly columns, OKR-aligned) — see **Roadmap Frameworks** below54- Gather the list of initiatives to include5556### 3. Generate Roadmap Summary5758Produce a roadmap view with:5960#### Status Overview61Quick summary: X items in progress, Y completed this period, Z at risk.6263#### Roadmap Items64For each item, show:65- Name and one-line description66- Status indicator (on track / at risk / blocked / completed / not started)67- Target timeframe or date68- Owner69- Key dependencies7071Group items by:72- Timeframe (Now / Next / Later) or quarter, depending on format73- Or by theme/goal if the user prefers7475#### Risks and Dependencies76- Items that are blocked or at risk, with details77- Cross-team dependencies and their status78- Items approaching hard deadlines7980#### Changes This Update81If this is an update to an existing roadmap, summarize what changed:82- Items added, removed, or reprioritized83- Timeline shifts84- Status changes8586### 4. Follow Up8788After generating the roadmap:89- Offer to format for a specific audience (executive summary, engineering detail, customer-facing)90- Offer to draft communication about roadmap changes91- If Linear MCP is connected, offer to update ticket statuses directly9293## Roadmap Frameworks9495### Now / Next / Later96The simplest and often most effective roadmap format:9798- **Now** (current sprint/month): Committed work. High confidence in scope and timeline. These are the things the team is actively building.99- **Next** (next 1-3 months): Planned work. Good confidence in what, less confidence in exactly when. Scoped and prioritized but not yet started.100- **Later** (3-6+ months): Directional. These are strategic bets and opportunities we intend to pursue, but scope and timing are flexible.101102When to use: Most teams, most of the time. Especially good for communicating externally or to leadership because it avoids false precision on dates.103104### Quarterly Themes105Organize the roadmap around 2-3 themes per quarter:106107- Each theme represents a strategic area of investment (e.g., "Enterprise readiness", "Activation improvements", "Platform extensibility")108- Under each theme, list the specific initiatives planned109- Themes should map to company or team OKRs110- This format makes it easy to explain WHY you are building what you are building111112When to use: When you need to show strategic alignment. Good for planning meetings and executive communication.113114### OKR-Aligned Roadmap115Map roadmap items directly to Objectives and Key Results:116117- Start with the team's OKRs for the period118- Under each Key Result, list the initiatives that will move that metric119- Include the expected impact of each initiative on the Key Result120- This creates clear accountability between what you build and what you measure121122When to use: Organizations that run on OKRs. Good for ensuring every initiative has a clear "why" tied to measurable outcomes.123124### Timeline / Gantt View125Calendar-based view with items on a timeline:126127- Shows start dates, end dates, and durations128- Visualizes parallelism and sequencing129- Good for identifying resource conflicts130- Shows dependencies between items131132When to use: Execution planning with engineering. Identifying scheduling conflicts. NOT good for communicating externally (creates false precision expectations).133134## Prioritization Frameworks135136### RICE Score137Score each initiative on four dimensions, then calculate RICE = (Reach x Impact x Confidence) / Effort138139- **Reach**: How many users/customers will this affect in a given time period? Use concrete numbers (e.g., "500 users per quarter").140- **Impact**: How much will this move the needle for each person reached? Score on a scale: 3 = massive, 2 = high, 1 = medium, 0.5 = low, 0.25 = minimal.141- **Confidence**: How confident are we in the reach and impact estimates? 100% = high confidence (backed by data), 80% = medium (some evidence), 50% = low (gut feel).142- **Effort**: How many person-months of work? Include engineering, design, and any other functions.143144When to use: When you need a quantitative, defensible prioritization. Good for comparing a large backlog of initiatives. Less good for strategic bets where impact is hard to estimate.145146### MoSCoW147Categorize items into Must have, Should have, Could have, Won't have:148149- **Must have**: The roadmap is a failure without these. Non-negotiable commitments.150- **Should have**: Important and expected, but delivery is viable without them.151- **Could have**: Desirable but clearly lower priority. Include only if capacity allows.152- **Won't have**: Explicitly out of scope for this period. Important to list for clarity.153154When to use: Scoping a release or quarter. Negotiating with stakeholders about what fits. Good for forcing prioritization conversations.155156### ICE Score157Simpler than RICE. Score each item 1-10 on three dimensions:158159- **Impact**: How much will this move the target metric?160- **Confidence**: How confident are we in the impact estimate?161- **Ease**: How easy is this to implement? (Inverse of effort — higher = easier)162163ICE Score = Impact x Confidence x Ease164165When to use: Quick prioritization of a feature backlog. Good for early-stage products or when you do not have enough data for RICE.166167### Value vs Effort Matrix168Plot initiatives on a 2x2 matrix:169170- **High value, Low effort** (Quick wins): Do these first.171- **High value, High effort** (Big bets): Plan these carefully. Worth the investment but need proper scoping.172- **Low value, Low effort** (Fill-ins): Do these when you have spare capacity.173- **Low value, High effort** (Money pits): Do not do these. Remove from the backlog.174175When to use: Visual prioritization in team planning sessions. Good for building shared understanding of tradeoffs.176177## Dependency Mapping178179### Identifying Dependencies180Look for dependencies across these categories:181182- **Technical dependencies**: Feature B requires infrastructure work from Feature A183- **Team dependencies**: Feature requires work from another team (design, platform, data)184- **External dependencies**: Waiting on a vendor, partner, or third-party integration185- **Knowledge dependencies**: Need research or investigation results before starting186- **Sequential dependencies**: Must ship Feature A before starting Feature B (shared code, user flow)187188### Managing Dependencies189- List all dependencies explicitly in the roadmap190- Assign an owner to each dependency (who is responsible for resolving it)191- Set a "need by" date: when does the depending item need this resolved192- Build buffer around dependencies — they are the highest-risk items on any roadmap193- Flag dependencies that cross team boundaries early — these require coordination194- Have a contingency plan: what do you do if the dependency slips?195196### Reducing Dependencies197- Can you build a simpler version that avoids the dependency?198- Can you parallelize by using an interface contract or mock?199- Can you sequence differently to move the dependency earlier?200- Can you absorb the work into your team to remove the cross-team coordination?201202## Capacity Planning203204### Estimating Capacity205- Start with the number of engineers and the time period206- Subtract known overhead: meetings, on-call rotations, interviews, holidays, PTO207- A common rule of thumb: engineers spend 60-70% of time on planned feature work208- Factor in team ramp time for new members209210### Allocating Capacity211A healthy allocation for most product teams:212213- **70% planned features**: Roadmap items that advance strategic goals214- **20% technical health**: Tech debt, reliability, performance, developer experience215- **10% unplanned**: Buffer for urgent issues, quick wins, and requests from other teams216217Adjust ratios based on team context:218- New product: more feature work, less tech debt219- Mature product: more tech debt and reliability investment220- Post-incident: more reliability, less features221- Rapid growth: more scalability and performance222223### Capacity vs Ambition224- If roadmap commitments exceed capacity, something must give225- Do not solve capacity problems by pretending people can do more — solve by cutting scope226- When adding to the roadmap, always ask: "What comes off?"227- Better to commit to fewer things and deliver reliably than to overcommit and disappoint228229## Communicating Roadmap Changes230231### When the Roadmap Changes232Common triggers for roadmap changes:233- New strategic priority from leadership234- Customer feedback or research that changes priorities235- Technical discovery that changes estimates236- Dependency slip from another team237- Resource change (team grows or shrinks, key person leaves)238- Competitive move that requires response239240### How to Communicate Changes2411. **Acknowledge the change**: Be direct about what is changing and why2422. **Explain the reason**: What new information drove this decision?2433. **Show the tradeoff**: What was deprioritized to make room? Or what is slipping?2444. **Show the new plan**: Updated roadmap with the changes reflected2455. **Acknowledge impact**: Who is affected and how? Stakeholders who were expecting deprioritized items need to hear it directly.246247### Avoiding Roadmap Whiplash248- Do not change the roadmap for every piece of new information. Have a threshold for change.249- Batch roadmap updates at natural cadences (monthly, quarterly) unless something is truly urgent.250- Distinguish between "roadmap change" (strategic reprioritization) and "scope adjustment" (normal execution refinement).251- Track how often the roadmap changes. Frequent changes may signal unclear strategy, not good responsiveness.252253## Output Format254255Use a clear, scannable format. Tables work well for roadmap items. Use text status labels: **Done**, **On Track**, **At Risk**, **Blocked**, **Not Started**.256257## Tips258259- A roadmap is a communication tool, not a project plan. Keep it at the right altitude — themes and outcomes, not tasks.260- When reprioritizing, always ask what changed. Priority shifts should be driven by new information, not whim.261- Flag capacity issues early. If the roadmap has more work than the team can handle, say so.262- Dependencies are the biggest risk to roadmaps. Surface them explicitly.263- If the user asks to add something, always ask what comes off or moves. Roadmaps are zero-sum against capacity.