Roadmap planning

Build a multi-quarter roadmap from a backlog of ideas, requests, and ongoing initiatives.

Roadmap planning — Creative Direction skill highlight diagram. Navy header card reads 'Impactful Creative Direction' with the subtitle… (from the rampstackco/claude-skills README)

From the rampstackco/claude-skills README — shows the whole collection, not only this skill. · view on GitHub

How to use it

Claude Code
  1. Run the line below. It pulls the whole folder into ~/.claude/skills/roadmap-planning.
  2. Describe your job in plain words. Claude Code follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit rampstackco/claude-skills/skills/roadmap-planning#main ~/.claude/skills/roadmap-planning

For one project only, change the path to .claude/skills/roadmap-planning.

Claude (web or desktop app)
  1. On this page open ⋯ → Download .md.
  2. Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
  3. Pick the file and Save. Claude shows the name and description and runs a security scan.
  4. Check the skill is switched on.
  5. Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
  1. ChatGPT: make a Project and paste it into Instructions.
  2. Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Source of Roadmap planning

Show the full text229 lines
namedescriptioncategorycatalog_summarydisplay_order
roadmap-planningBuild a multi-quarter roadmap from a backlog of ideas, requests, and ongoing initiatives. Use this skill when planning the next quarter, sequencing dependent work, balancing build vs improve vs maintain, or making the case for what NOT to do. Triggers on roadmap, quarterly planning, what should we build next, sequencing, prioritization, OKR planning, capacity planning, what's on the roadmap, plan the year, what to ship next quarter. Also triggers when stakeholders are pulling in different directions and the team needs a defensible plan.productQuarterly planning, prioritization, dependency mapping2

Roadmap Planning

Take a pile of ideas, requests, and ongoing work. Produce a defensible plan for what to ship, when, and why. The output is a roadmap document plus the prioritization work that made it credible.


When to use

  • Planning the next quarter or the next year
  • Sequencing work where some items depend on others
  • Balancing new builds, improvements, and maintenance
  • Saying no (or "not yet") to specific requests with a defensible reason
  • Aligning a team around a single shared plan
  • Communicating the plan to stakeholders outside the team
  • Replanning after a strategy shift, a missed quarter, or new constraints

When NOT to use

  • Specifying a single feature for development (use pm-spec-writing)
  • Validating whether the idea is worth building (use ux-research)
  • Designing the feature itself (use design-standards)
  • Writing the launch plan for a single initiative (use launch-runbook)
  • Reviewing what shipped vs what was promised (use after-action-report)

Required inputs

  • The team's strategy or top-level goals (1 to 5 OKRs, themes, or pillars)
  • The backlog: every candidate item, with at least a one-sentence description
  • The team's capacity (people × time)
  • Known constraints (deadlines, dependencies, hiring, budget)
  • The planning horizon (a quarter, two quarters, a year)

If the strategy is missing, the roadmap will be a list of features, not a plan. Push back and get the strategy first. A roadmap without strategy is just a queue.


The framework: 5 layers

Roadmaps fail at five different layers. A roadmap is only as good as its weakest one.

Layer 1: Themes (the WHY)

Top-level groupings tied to strategy. Every theme answers: "If we do nothing else this period, this is the outcome we want."

Good themes are:

  • Outcome-shaped, not feature-shaped ("Reduce time-to-first-value" beats "Build onboarding")
  • Limited (3 to 5 max)
  • Defensible (you can explain why this and not something else)
  • Measurable (each maps to one or two metrics)

Bad themes look like a junk drawer: "Improvements," "Tech debt," "Misc." If it can't be defended in one sentence, it isn't a theme.

Layer 2: Initiatives (the WHAT)

Multi-week or multi-month efforts that ladder up to a theme. Each initiative is bigger than a feature but smaller than a theme. Initiatives have:

  • A clear outcome (the metric or result it should produce)
  • A rough size (S / M / L / XL)
  • A confidence rating (how sure are we this is the right initiative?)
  • A dependency map (what has to happen first)

Initiatives are where stakeholders push hard. Resist the urge to commit to dates here. Commit to outcomes and rough sizes.

Layer 3: Sequencing (the WHEN)

The order things happen. Sequencing is constrained by:

  • Dependencies (X must finish before Y can start)
  • Capacity (the team can do N things at once)
  • Calendar reality (Q4 has fewer working days, certain teams have hiring gaps)
  • Strategic windows (some launches need to land before a season, conference, or competitive moment)

Build the sequence after the prioritization. Putting things in time-order before deciding what matters produces a plan optimized for calendar fit, not impact.

Layer 4: Capacity reality (the HOW MUCH)

Most roadmaps fail here. The plan looks good on paper but assumes 100% of every person's time on roadmap work. Real capacity is much lower.

Default capacity assumptions:

  • Engineers: 60-70% of time on roadmap initiatives. The rest is meetings, reviews, on-call, support, interviews, debugging, ramp-up.
  • Designers: 50-60%. Same reasons plus more cross-team support.
  • PMs: 40-50%. The rest is planning, comms, stakeholder management, async writing.
  • New hires: assume 50% of full capacity for the first quarter, 75% for the second, 100% from Q3 on.
  • On-call rotations, leave, holidays: subtract before sizing.

If the math says the plan needs 100% of the team, the plan is wrong. Cut.

Layer 5: Trade-off communication (the WHY NOT)

Every roadmap has a "Not now" list as important as the "Doing" list. The "Not now" is what makes the plan defensible.

Include:

  • The top requests you considered and rejected
  • The reason for each rejection (not the right time, not the right size, conflicts with theme, lower expected impact)
  • The condition that would make it move into "Doing" (a metric, a date, a finished prerequisite)

Stakeholders pushing for cut items can argue against the rejection criteria, not the omission. That's a productive argument.


Workflow

Step 1: Anchor the strategy

Before touching the backlog, write down 3 to 5 themes. If the team's OKRs or strategy doc gives you these, copy them. If not, draft them and validate with the people who own strategy.

If the strategy is missing or vague, stop. Producing a roadmap against an unclear strategy is worse than producing nothing. Surface the gap.

Step 2: Catalog the backlog

Every candidate gets:

  • Name (one phrase)
  • Theme it ladders up to (or "no theme" - flag for later)
  • Source (request, OKR, retro, customer feedback, leadership ask, technical need)
  • Rough size (S / M / L / XL)
  • Owner or proposed owner
  • Status (idea, validated, scoped, ready)

Items with "no theme" are warning flags. Either the theme list is incomplete, or the item should be cut.

Step 3: Prioritize within each theme

Inside each theme, rank the initiatives. Use one prioritization framework consistently. Common ones:

  • RICE (Reach × Impact × Confidence ÷ Effort): good for feature-heavy roadmaps
  • MoSCoW (Must / Should / Could / Won't): good for fixed-deadline projects
  • Kano (Threshold / Performance / Excitement): good for product investment decisions
  • Cost of delay: good when timing matters more than effort
  • Strategic alignment + impact: good for executive-facing roadmaps

The framework matters less than the consistency. Pick one. Use it the same way for every initiative. Document the math.

See references/prioritization-frameworks.md for the full breakdown.

Step 4: Build the dependency map

For every "Doing" initiative, list what must happen first:

  • Other initiatives
  • Hiring
  • External dependencies (vendor delivery, partner readiness)
  • Research or validation work
  • Infrastructure or platform readiness

Visualize as a graph or a Gantt-style sequence. Items with no dependencies can start immediately. Items with multiple unmet dependencies are warning flags.

Step 5: Lay out the sequence

Now place initiatives in time. Use the dependency map. Use the capacity math. Match initiatives to people who can actually do them.

Default cadence: month-by-month for one quarter, quarter-by-quarter beyond that. Weekly is too granular for most roadmaps. Half-year buckets are too vague to commit to.

Step 6: Validate with the team

Before sharing externally, validate with the people doing the work:

  • Are the size estimates realistic?
  • Are the dependencies correctly mapped?
  • Are the capacity assumptions accurate?
  • Is anyone overcommitted?

If the team says the plan is impossible, the plan is impossible. Adjust. Going to leadership with a plan the team disagrees with is how trust gets broken.

Step 7: Write the "Not now" list

For every "Doing" item, name what got cut to make room. Document why. Document the trigger that would move it to "Doing" later.

Step 8: Communicate

Different audiences need different views:

  • Team: detailed sequence, owners, dependencies, sizes
  • Cross-functional partners: themes, initiatives, rough timing, what they need to provide
  • Leadership: themes, expected outcomes, key initiatives, top trade-offs
  • Public or customer-facing: themes, no specific dates, "what to expect"

The same roadmap should produce all four. If it can't, the roadmap is incomplete.


Failure patterns

A list of features instead of a plan. Themes are missing. The roadmap is a backlog with months attached. Fix: start over from strategy.

Date-driven thinking. "What can we ship by end of Q2?" instead of "What is the most important thing to do in Q2?" Dates are constraints, not goals.

Capacity fantasy. The plan adds up to 100% of every person's time. No room for support, interrupts, planning, or unknown unknowns. Roadmap dies in week three.

Stakeholder pressure overrides strategy. A loud customer or executive request gets prioritized because they pushed hard, not because it ladders up. The "Not now" list saves you here.

Missing dependencies. Initiative B depends on initiative A, but A is scheduled later. Or A depends on a hire that hasn't happened. The plan looks fine until execution starts.

Too far out. Specific commitments six months out create promises the team can't keep. Use ranges or themes for far horizons, specifics for near horizons.

One framework for every level. RICE for the whole roadmap including platform work, infra, and exploration. RICE is great for features, weak for foundational work. Use different lenses for different initiative types.

No "Not now." Stakeholders rediscover their cut requests every two weeks because there's no record of why they were cut. Document once, point to it forever.


Output format

The roadmap document includes:

  • Strategy summary (1 page or section): themes, why these themes, how they ladder to top-level goals
  • The plan (the visual): a quarter-by-quarter or month-by-month view, color-coded by theme
  • Initiative briefs (one per initiative): outcome, size, owner, dependencies, success metric
  • Capacity model: who is doing what, with utilization math
  • Trade-offs and "Not now": top items considered and rejected, with reasons
  • Risks and assumptions: what could derail the plan
  • Update cadence: when the roadmap will be revisited (monthly is typical)

The roadmap is a living document. Plan to revisit it monthly. Replan it formally each quarter. Do not treat it as a contract.


Reference files

1---
2name: roadmap-planning
3description: "Build a multi-quarter roadmap from a backlog of ideas, requests, and ongoing initiatives. Use this skill when planning the next quarter, sequencing dependent work, balancing build vs improve vs maintain, or making the case for what NOT to do. Triggers on roadmap, quarterly planning, what should we build next, sequencing, prioritization, OKR planning, capacity planning, what's on the roadmap, plan the year, what to ship next quarter. Also triggers when stakeholders are pulling in different directions and the team needs a defensible plan."
4category: product
5catalog_summary: "Quarterly planning, prioritization, dependency mapping"
6display_order: 2
7---
8 
9# Roadmap Planning
10 
11Take a pile of ideas, requests, and ongoing work. Produce a defensible plan for what to ship, when, and why. The output is a roadmap document plus the prioritization work that made it credible.
12 
13---
14 
15## When to use
16 
17- Planning the next quarter or the next year
18- Sequencing work where some items depend on others
19- Balancing new builds, improvements, and maintenance
20- Saying no (or "not yet") to specific requests with a defensible reason
21- Aligning a team around a single shared plan
22- Communicating the plan to stakeholders outside the team
23- Replanning after a strategy shift, a missed quarter, or new constraints
24 
25## When NOT to use
26 
27- Specifying a single feature for development (use `pm-spec-writing`)
28- Validating whether the idea is worth building (use `ux-research`)
29- Designing the feature itself (use `design-standards`)
30- Writing the launch plan for a single initiative (use `launch-runbook`)
31- Reviewing what shipped vs what was promised (use `after-action-report`)
32 
33---
34 
35## Required inputs
36 
37- The team's strategy or top-level goals (1 to 5 OKRs, themes, or pillars)
38- The backlog: every candidate item, with at least a one-sentence description
39- The team's capacity (people × time)
40- Known constraints (deadlines, dependencies, hiring, budget)
41- The planning horizon (a quarter, two quarters, a year)
42 
43If the strategy is missing, the roadmap will be a list of features, not a plan. Push back and get the strategy first. A roadmap without strategy is just a queue.
44 
45---
46 
47## The framework: 5 layers
48 
49Roadmaps fail at five different layers. A roadmap is only as good as its weakest one.
50 
51### Layer 1: Themes (the WHY)
52 
53Top-level groupings tied to strategy. Every theme answers: "If we do nothing else this period, this is the outcome we want."
54 
55Good themes are:
56- Outcome-shaped, not feature-shaped ("Reduce time-to-first-value" beats "Build onboarding")
57- Limited (3 to 5 max)
58- Defensible (you can explain why this and not something else)
59- Measurable (each maps to one or two metrics)
60 
61Bad themes look like a junk drawer: "Improvements," "Tech debt," "Misc." If it can't be defended in one sentence, it isn't a theme.
62 
63### Layer 2: Initiatives (the WHAT)
64 
65Multi-week or multi-month efforts that ladder up to a theme. Each initiative is bigger than a feature but smaller than a theme. Initiatives have:
66 
67- A clear outcome (the metric or result it should produce)
68- A rough size (S / M / L / XL)
69- A confidence rating (how sure are we this is the right initiative?)
70- A dependency map (what has to happen first)
71 
72Initiatives are where stakeholders push hard. Resist the urge to commit to dates here. Commit to outcomes and rough sizes.
73 
74### Layer 3: Sequencing (the WHEN)
75 
76The order things happen. Sequencing is constrained by:
77 
78- **Dependencies** (X must finish before Y can start)
79- **Capacity** (the team can do N things at once)
80- **Calendar reality** (Q4 has fewer working days, certain teams have hiring gaps)
81- **Strategic windows** (some launches need to land before a season, conference, or competitive moment)
82 
83Build the sequence after the prioritization. Putting things in time-order before deciding what matters produces a plan optimized for calendar fit, not impact.
84 
85### Layer 4: Capacity reality (the HOW MUCH)
86 
87Most roadmaps fail here. The plan looks good on paper but assumes 100% of every person's time on roadmap work. Real capacity is much lower.
88 
89Default capacity assumptions:
90 
91- Engineers: 60-70% of time on roadmap initiatives. The rest is meetings, reviews, on-call, support, interviews, debugging, ramp-up.
92- Designers: 50-60%. Same reasons plus more cross-team support.
93- PMs: 40-50%. The rest is planning, comms, stakeholder management, async writing.
94- New hires: assume 50% of full capacity for the first quarter, 75% for the second, 100% from Q3 on.
95- On-call rotations, leave, holidays: subtract before sizing.
96 
97If the math says the plan needs 100% of the team, the plan is wrong. Cut.
98 
99### Layer 5: Trade-off communication (the WHY NOT)
100 
101Every roadmap has a "Not now" list as important as the "Doing" list. The "Not now" is what makes the plan defensible.
102 
103Include:
104- The top requests you considered and rejected
105- The reason for each rejection (not the right time, not the right size, conflicts with theme, lower expected impact)
106- The condition that would make it move into "Doing" (a metric, a date, a finished prerequisite)
107 
108Stakeholders pushing for cut items can argue against the rejection criteria, not the omission. That's a productive argument.
109 
110---
111 
112## Workflow
113 
114### Step 1: Anchor the strategy
115 
116Before touching the backlog, write down 3 to 5 themes. If the team's OKRs or strategy doc gives you these, copy them. If not, draft them and validate with the people who own strategy.
117 
118If the strategy is missing or vague, stop. Producing a roadmap against an unclear strategy is worse than producing nothing. Surface the gap.
119 
120### Step 2: Catalog the backlog
121 
122Every candidate gets:
123- Name (one phrase)
124- Theme it ladders up to (or "no theme" - flag for later)
125- Source (request, OKR, retro, customer feedback, leadership ask, technical need)
126- Rough size (S / M / L / XL)
127- Owner or proposed owner
128- Status (idea, validated, scoped, ready)
129 
130Items with "no theme" are warning flags. Either the theme list is incomplete, or the item should be cut.
131 
132### Step 3: Prioritize within each theme
133 
134Inside each theme, rank the initiatives. Use one prioritization framework consistently. Common ones:
135 
136- **RICE** (Reach × Impact × Confidence ÷ Effort): good for feature-heavy roadmaps
137- **MoSCoW** (Must / Should / Could / Won't): good for fixed-deadline projects
138- **Kano** (Threshold / Performance / Excitement): good for product investment decisions
139- **Cost of delay**: good when timing matters more than effort
140- **Strategic alignment + impact**: good for executive-facing roadmaps
141 
142The framework matters less than the consistency. Pick one. Use it the same way for every initiative. Document the math.
143 
144See [`references/prioritization-frameworks.md`](references/prioritization-frameworks.md) for the full breakdown.
145 
146### Step 4: Build the dependency map
147 
148For every "Doing" initiative, list what must happen first:
149- Other initiatives
150- Hiring
151- External dependencies (vendor delivery, partner readiness)
152- Research or validation work
153- Infrastructure or platform readiness
154 
155Visualize as a graph or a Gantt-style sequence. Items with no dependencies can start immediately. Items with multiple unmet dependencies are warning flags.
156 
157### Step 5: Lay out the sequence
158 
159Now place initiatives in time. Use the dependency map. Use the capacity math. Match initiatives to people who can actually do them.
160 
161Default cadence: month-by-month for one quarter, quarter-by-quarter beyond that. Weekly is too granular for most roadmaps. Half-year buckets are too vague to commit to.
162 
163### Step 6: Validate with the team
164 
165Before sharing externally, validate with the people doing the work:
166- Are the size estimates realistic?
167- Are the dependencies correctly mapped?
168- Are the capacity assumptions accurate?
169- Is anyone overcommitted?
170 
171If the team says the plan is impossible, the plan is impossible. Adjust. Going to leadership with a plan the team disagrees with is how trust gets broken.
172 
173### Step 7: Write the "Not now" list
174 
175For every "Doing" item, name what got cut to make room. Document why. Document the trigger that would move it to "Doing" later.
176 
177### Step 8: Communicate
178 
179Different audiences need different views:
180 
181- **Team:** detailed sequence, owners, dependencies, sizes
182- **Cross-functional partners:** themes, initiatives, rough timing, what they need to provide
183- **Leadership:** themes, expected outcomes, key initiatives, top trade-offs
184- **Public or customer-facing:** themes, no specific dates, "what to expect"
185 
186The same roadmap should produce all four. If it can't, the roadmap is incomplete.
187 
188---
189 
190## Failure patterns
191 
192**A list of features instead of a plan.** Themes are missing. The roadmap is a backlog with months attached. Fix: start over from strategy.
193 
194**Date-driven thinking.** "What can we ship by end of Q2?" instead of "What is the most important thing to do in Q2?" Dates are constraints, not goals.
195 
196**Capacity fantasy.** The plan adds up to 100% of every person's time. No room for support, interrupts, planning, or unknown unknowns. Roadmap dies in week three.
197 
198**Stakeholder pressure overrides strategy.** A loud customer or executive request gets prioritized because they pushed hard, not because it ladders up. The "Not now" list saves you here.
199 
200**Missing dependencies.** Initiative B depends on initiative A, but A is scheduled later. Or A depends on a hire that hasn't happened. The plan looks fine until execution starts.
201 
202**Too far out.** Specific commitments six months out create promises the team can't keep. Use ranges or themes for far horizons, specifics for near horizons.
203 
204**One framework for every level.** RICE for the whole roadmap including platform work, infra, and exploration. RICE is great for features, weak for foundational work. Use different lenses for different initiative types.
205 
206**No "Not now."** Stakeholders rediscover their cut requests every two weeks because there's no record of why they were cut. Document once, point to it forever.
207 
208---
209 
210## Output format
211 
212The roadmap document includes:
213 
214- **Strategy summary** (1 page or section): themes, why these themes, how they ladder to top-level goals
215- **The plan** (the visual): a quarter-by-quarter or month-by-month view, color-coded by theme
216- **Initiative briefs** (one per initiative): outcome, size, owner, dependencies, success metric
217- **Capacity model**: who is doing what, with utilization math
218- **Trade-offs and "Not now"**: top items considered and rejected, with reasons
219- **Risks and assumptions**: what could derail the plan
220- **Update cadence**: when the roadmap will be revisited (monthly is typical)
221 
222The roadmap is a living document. Plan to revisit it monthly. Replan it formally each quarter. Do not treat it as a contract.
223 
224---
225 
226## Reference files
227 
228- [`references/prioritization-frameworks.md`](references/prioritization-frameworks.md) - Detailed breakdown of RICE, MoSCoW, Kano, Cost of Delay, and Strategic Alignment frameworks. When to use each, how to apply them, common mistakes.
229 

Discussion

Alternatives

Also in Roadmap & prioritiesSee all 277 in Product →