10x-roadmap

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

Updated May 23, 2026
One-click install
npx skills add https://github.com/BMS-kmusial/bms-stream-monitor --skill 10x-roadmap-bms-kmusial
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: 10x-roadmap
Source: https://github.com/BMS-kmusial/bms-stream-monitor/tree/main/.claude/skills/10x-roadmap
Command: npx skills add https://github.com/BMS-kmusial/bms-stream-monitor --skill 10x-roadmap-bms-kmusial

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a finished PRD into an actionable build order is hard: teams either slice work horizontally (database layer, API layer, UI layer) 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 check: Scores the PRD on a 0-4 heuristic (vision, user stories, must-have requirements, business logic) and warns before generating a roadmap from a hollow document. - Automated codebase baseline: Runs parallel probes across frontend, backend, data, auth, deploy, and observability layers to determine what already exists before sequencing new work. - 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 without further prompting. - 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 in dependency order, each ready to hand to /10x-plan for detailed planning. ## Quick Start Ask the agent to generate a roadmap from context/foundation/prd.md and confirm the recommended goal, north-star slice, and blocker 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 with an optional path to your PRD, defaulting to context/foundation/prd.md. It reads the PRD fully, probes the codebase baseline, asks up to three framing questions, and writes context/foundation/roadmap.md with slices in dependency order.

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 separate database, API, and UI phases, which delay usable outcomes.

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

Skip generation when the PRD scores below 3 on the readiness heuristic, meaning it lacks a vision, populated user stories, must-have requirements, or business logic. Firm up the PRD first, or proceed knowing hollow areas become blocked slices.

Does the roadmap skill estimate timelines or assign story points?▼

No. The skill never assigns time estimates, t-shirt sizes, 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 fans out parallel subagent probes across six layers: frontend, backend, data, auth, deploy, and observability. Each probe returns a present, absent, or partial verdict with file evidence, which you confirm before it shapes the roadmap's Foundations section.

What is the difference between 10x-roadmap and 10x-plan?▼

The roadmap is plural: it sequences all slices across the whole PRD. The plan is singular: it produces a detailed implementation plan for one change. You pick a roadmap item and hand it to /10x-plan for per-change planning.