10x-roadmap

Decomposes PRDs into milestone-scoped, dependency-ordered roadmap slices in roadmap.md.

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/michaail/hybrid-logs-analyzer --skill 10x-roadmap-michaail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-roadmap
Source: https://github.com/michaail/hybrid-logs-analyzer/tree/main/.cursor/skills/10x-roadmap
Command: npx skills add https://github.com/michaail/hybrid-logs-analyzer --skill 10x-roadmap-michaail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning a finished PRD into an actionable build order is hard: teams either jump straight into per-change planning without sequencing, or write time-boxed roadmaps that go stale. This Skill bridges product definition and per-change planning by decomposing source materials into vertical, user-visible slices grouped into outcome-scoped milestones tracked in context/foundation/roadmap.md. ## Core Features & Use Cases - Milestone lifecycle management: Opens, tracks, and closes one outcome-scoped milestone at a time, with state derived entirely from roadmap.md frontmatter and item statuses (no sidecar state files). - Automated codebase baseline: Probes frontend, backend, data, auth, deploy, and observability layers in parallel to inventory what already exists before sequencing slices. - Lean structured interview: Asks at most three anchor questions (main goal, north-star slice, top blocker) with grounded recommendations, then derives investment areas automatically. - PRD readiness gating: Scores the PRD on a 4-signal heuristic and warns before generating a roadmap from hollow inputs. - Use Case: After finishing a PRD with /10x-prd, invoke this Skill to open milestone M-01, get a dependency-ordered list of vertical slices with status tracking, and feed each slice into /10x-plan for detailed change planning. ## Quick Start Ask the agent to create the roadmap from context/foundation/prd.md and open the first milestone.

Frequently Asked Questions about 10x-roadmap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a product roadmap from a PRD?

Invoke the Skill after your PRD exists at context/foundation/prd.md. It scores PRD readiness, probes the codebase baseline, asks 2-3 anchor questions about goals and the north-star slice, then writes a dependency-ordered roadmap of vertical slices to context/foundation/roadmap.md.

What is the difference between a roadmap slice and a change plan?

The roadmap is plural and strategic: it names and sequences vertical slices without picking frameworks, file paths, or schemas. Per-change planning is singular and detailed, handled downstream by /10x-plan, which creates change folders and flips roadmap item statuses as work progresses.

Can I use this Skill without a PRD?

Yes. Besides a PRD, milestones can be sourced from other documents you point to, or from a free-form description that the Skill distills into numbered MS-NN scope anchors. Slices must always trace to an anchor; fewer than two distillable anchors blocks generation.

Does the roadmap assign dates or time estimates to slices?

No. Milestones are outcome-scoped, never time-boxed, and the Skill never assigns dates, story points, or t-shirt sizes. Ordering is expressed as a dependency graph, and a milestone closes only when all its slices reach done status.

When should I not generate a roadmap from my PRD?

Skip generation when the PRD scores below 3 on the 4-signal readiness heuristic, meaning it lacks a real vision, user stories, must-have requirements, or business logic. A hollow PRD produces mostly blocked slices; firm it up with /10x-prd first.