10x-roadmap

Generates a sequenced roadmap of vertical slices from a PRD document.

Updated May 24, 2026
One-click install
npx skills add https://github.com/DevMachaj/Projekt-certyfikacyjny --skill 10x-roadmap-devmachaj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-roadmap
Source: https://github.com/DevMachaj/Projekt-certyfikacyjny/tree/main/.claude/skills/10x-roadmap
Command: npx skills add https://github.com/DevMachaj/Projekt-certyfikacyjny --skill 10x-roadmap-devmachaj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a finished PRD into an ordered build plan is hard: teams either guess what to build first or over-plan with timelines that immediately become fiction. This Skill reads a PRD, probes the existing codebase, and produces a dependency-ordered roadmap of vertical, user-visible slices ready for per-change planning. ## 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 subagent probes across frontend, backend, data, auth, deploy, and observability layers so foundations reflect what actually exists. - Lean framing interview: Asks at most three anchor questions (main goal, north-star slice, top blocker), each with a grounded recommendation and reasoned alternatives, then derives investment areas without extra questions. - Dependency-ordered output: Emits context/foundation/roadmap.md with F-NN foundations and S-NN slices, blocking unknowns, and parallelizable items — no time estimates or implementation details. - Use Case: After finishing a PRD for a new SaaS product, invoke the Skill to get a sequenced list of milestones like "auth scaffold → first end-to-end user flow → dashboard", each ready to hand to a per-change planner. ## Quick Start Run /10x-roadmap after your PRD exists at context/foundation/prd.md to generate a sequenced roadmap of vertical slices.

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 /10x-roadmap after your PRD exists at context/foundation/prd.md. The Skill scores PRD readiness, probes the codebase baseline, asks up to three framing questions, then writes context/foundation/roadmap.md with dependency-ordered slices.

What is the difference between a roadmap skill and a per-change planning skill?

The roadmap is plural: it sequences multiple vertical slices across the whole product. Per-change planning (/10x-plan) is singular: it details one change with file paths and schemas. The roadmap never picks frameworks or implementation details.

Can I generate a roadmap if my PRD has open questions or TODOs?

Yes, but the Skill warns first. A PRD scoring under 3 of 4 readiness signals produces a roadmap with many slices marked blocked, each citing the PRD gap as its unknown. You can proceed anyway or firm up the PRD first.

Does the roadmap include time estimates or deadlines?

No. The Skill deliberately excludes time estimates, t-shirt sizes, and calendar dates because agentic execution is non-linear. Ordering is expressed as a dependency graph, with slices that can run in parallel explicitly marked.

When should I not use a roadmap generation skill?

Skip it when the PRD is hollow (mostly TODOs and open questions) or when you want to plan a single change in detail. Roadmaps built from hollow PRDs inherit the hollowness; single-change planning belongs to a dedicated planning skill.