10x-roadmap

Generates a dependency-ordered roadmap of vertical slices from a PRD.

Updated May 20, 2026
One-click install
npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-roadmap-oskarovsky
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: 10x-roadmap
Source: https://github.com/Oskarovsky/Sprinter/tree/main/.cursor/skills/10x-roadmap
Command: npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-roadmap-oskarovsky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a finished PRD into an actionable build order is hard: teams either plan horizontally (database first, then API, then UI) or guess at sequencing. This Skill reads a PRD, probes the existing codebase, and produces a roadmap of vertical, user-visible slices ordered by dependency. ## Core Features & Use Cases - PRD readiness scoring: Applies a 4-signal heuristic (vision, user stories, must-have FRs, business logic) and warns before generating a roadmap from a hollow PRD. - Automated codebase baseline: Runs parallel probes across frontend, backend, data, auth, deploy, and observability layers to inventory what already exists before sequencing. - Lean framing interview: Asks at most three anchor questions (main goal, north-star slice, top blocker), each with a grounded recommendation, then derives investment areas automatically. - Use Case: After finishing a PRD with /10x-prd, invoke this Skill to produce context/foundation/roadmap.md listing slices like S-01 through S-NN that can each be handed to /10x-plan for detailed planning. ## Quick Start Ask the assistant to generate the roadmap from the PRD at context/foundation/prd.md and confirm the recommended framing when prompted.

Frequently Asked Questions about 10x-roadmap

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

FAQPage Schema
How do I generate a product roadmap from a PRD?▼

Invoke the skill after your PRD exists at context/foundation/prd.md, optionally passing a custom path. It reads the PRD, probes the codebase baseline, asks up to three framing questions, then writes context/foundation/roadmap.md with ordered vertical slices.

What is a vertical slice in roadmap planning?▼

A vertical slice is a single user-visible capability that touches every layer needed to make it real: data, logic, and interface. The skill explicitly avoids horizontal slicing like a separate database slice or API slice, which delays user-visible value.

When should I not generate a roadmap from a PRD?▼

Skip it when the PRD scores below 3 on the readiness heuristic, meaning it lacks a vision, populated user stories, must-have requirements, or business logic. Also skip it when you want to plan a single change in detail, which is the job of the per-change planning skill.

Does the roadmap include time estimates or deadlines?▼

No. The skill never assigns time estimates, t-shirt sizes, story points, or calendar dates. It expresses ordering purely as a dependency graph and marks slices that can be executed in parallel by separate agent runs.

How does the skill detect what is already built in the codebase?▼

It runs parallel probes across six layers: frontend, backend/API, data, auth, deploy/infra, and observability. Each probe returns a present, absent, or partial verdict with file evidence, and layers already declared in tech-stack.md are reported without re-probing.

What happens to roadmap items after implementation is complete?▼

When a change whose ID matches a roadmap item is archived, the archive skill flips that item's status to done and appends an entry to the roadmap's Done section. The roadmap skill itself never pre-populates completed items.