Build evidence-backed software/product roadmaps from repo state, tickets, ideas, audit findings, or user goals — prioritize and sequence work across Now/Next/Later, milestones, dependencies, risks, and handoffs. Use when asked for a roadmap, feature roadmap, technical roadmap, release plan, milestone plan, backlog prioritization, sequencing, what to build next, or to turn improve/ideate/brainstorm/design-discussion outputs into an execution sequence. Not for implementing code or writing PR-level plans.
77
96%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Turn goals, candidate ideas, tickets, findings, and design docs into a high-level view of what's coming up.
A roadmap is direction + prioritization + dependencies. It says what capabilities, outcomes, or strategic tracks are likely next, why they matter, and what must happen before they are real. It is not a wish list, transcript, date promise, backlog dump, sprint plan, or implementation plan.
Default roadmap items are outcomes/capabilities/features. Use Agile-shaped nouns — epics, milestones, phases — only when they clarify sequencing or match the project's vocabulary. Features and epics describe what changes; milestones and phases describe ordering, gates, or release boundaries.
Stay one altitude above writing-plans: decide ordering, slices, gates, and handoffs; do not design unresolved internals or prescribe code. If one item needs product shaping, hand it to brainstorm. If technical choices are unresolved, hand it to design-discussion. If implementation is decided, hand it to writing-plans.
Never modify source code. Write only roadmap artifacts unless the user explicitly asks for downstream artifacts.
Identify the roadmap's audience and horizon:
Ask only for missing decisions that would change the roadmap. Ask one question at a time and include your recommended default.
Gather source material before prioritizing:
README, AGENTS.md/CLAUDE.md, CONTEXT.md, ADRs, and existing roadmaps.improve, read the selected findings, rejected findings, and dependency notes.docs/ideas/, docs/tickets/, and docs/agents/<slug>/ artifacts.Do not run mutating commands. If evidence is weak, mark the candidate as low confidence instead of padding it.
Default recon stops when you can name 5–10 plausible candidates with sources, or when the obvious source set is exhausted. If you find fewer than three candidates, say so and explain the evidence gap instead of wandering.
Convert every candidate into the same shape:
| Field | Meaning |
|---|---|
| Type | capability, feature, epic, milestone, phase, technical track, research/spike, migration, or decision |
| Outcome | What becomes true for users, maintainers, or the system |
| Evidence | Source doc, code file:line, ticket, finding, or user goal |
| First slice | The smallest coherent increment worth doing first |
| Dependency | What must happen before this can land or be useful |
| Risk | Delivery, product, technical, migration, or adoption risk |
| Confidence | HIGH / MED / LOW, based on evidence strength |
| Next handoff | brainstorm, questions, research, design-discussion, writing-plans, user decision, or stop |
Collapse duplicates. Split sprawling items. Reject generic suggestions that could apply to any repo.
Order by leverage, not volume:
Use Now / Next / Later / Not now unless the user gave a concrete release cadence. Dates without capacity evidence are false precision. Keep the output high-level enough that a maintainer can understand what's coming without reading implementation plans.
Every Now item needs a clear next move:
brainstormquestions or researchdesign-discussionwriting-planswriting-plans itemstopFor durable artifacts, choose the shape first:
./ROADMAP.md at the project root. This is the default for a high-level view of what's coming up../docs/roadmaps/<slug>.md if ./docs/ exists, otherwise ./roadmaps/<slug>.md.Resolve the destination in this order:
./ROADMAP.md for the canonical project roadmap.Use assets/roadmap-template.md. Omit optional sections when they add no decision value. If the destination already exists, read it and update in place unless the user asks for a fresh roadmap. Preserve useful historical decisions; mark stale items as superseded instead of silently deleting context.
After writing, respond with the artifact path, the top Now items, and the next handoff to start.
roadmap → build a standard now/next/later roadmap from available inputs and light recon.quick → no broad scouting; use provided artifacts and obvious repo docs only.deep → fuller source review and candidate discovery before sequencing.product, technical, migration, release, agent-execution → focus the roadmap lens.from improve / from tickets / from ideas / from plans → prioritize those sources first.| Mistake | Fix |
|---|---|
| Treating roadmap as a backlog dump | Cut aggressively; keep only high-level upcoming work and keep Not now explicit. |
| Inventing dates | Use Now/Next/Later unless cadence and capacity are real. |
| Letting generic ideas in | Require repo, artifact, user-goal, or code evidence. |
| Designing every item | Record the unresolved seam and route to the right next skill. |
| Writing PR-sized implementation plans | Stop at sequencing and hand off selected decided work to writing-plans. |
| Hiding uncertainty | Mark confidence and name the evidence gap. |
Before finishing, check:
roadmap/SKILL.md
516dee7
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.