10x-roadmap

Generate a dependency-ordered roadmap from a PRD by probing the repository baseline.

1|Updated Feb 26, 2025
One-click install
npx skills add https://github.com/kryptonum-dev/fabryka-atrakcji --skill 10x-roadmap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-roadmap
Source: https://github.com/kryptonum-dev/fabryka-atrakcji/tree/main/.agents/skills/10x-roadmap
Command: npx skills add https://github.com/kryptonum-dev/fabryka-atrakcji --skill 10x-roadmap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts a product requirement document (PRD) into an ordered, build-ready roadmap so programmers can pick the next user-visible milestone with clear dependencies and explicitly surfaced unknowns.

Core Features & Use Cases

  • PRD-to-roadmap decomposition: Reads the PRD and produces a set of vertical, end-to-end slices in dependency order that are ready for downstream change planning in /10x-plan.
  • Baseline-aware sequencing: Probes the codebase baseline (frontend/backend/data/auth/infra/observability) and uses that evidence to skip known work and highlight gaps.
  • Lean, gated uncertainty: Runs a capped set of 2–3 anchoring choices (goal, first proof slice, top blocker) and surfaces only the real unknowns the PRD cannot resolve, marking slices as proposed/ready/blocked instead of guessing.
  • Roadmap collision handling: Detects when roadmap files already exist and routes the interaction to prevent accidental overwrites.

Quick Start

Generate an ordered roadmap from your PRD at context/foundation/prd.md by running /10x-roadmap.

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 build-ready roadmap from a PRD?

Generating a roadmap from a PRD involves reading the product requirements and probing the codebase baseline to infer an ordered sequence of user-visible slices. The process produces dependency-ordered milestones suitable for downstream planning.

What is dependency sequencing in product delivery?

Dependency sequencing in product delivery is the process of ordering vertical, end-to-end slices based on codebase baseline evidence and gaps. It ensures milestones are ordered correctly to prevent execution errors during codebase implementation.

How do I handle unknown requirements when creating a roadmap?

Handling unknown requirements when creating a roadmap involves running a capped human interview of 2–3 anchoring choices to surface real unknowns. Slices are then marked as proposed, ready, or blocked instead of guessing.

Does roadmap generation work with an existing tech-stack file?

Yes, roadmap generation works with an existing tech-stack file by optionally using context/foundation/tech-stack.md and shape-notes.md alongside the PRD. This baseline-aware sequencing uses existing repository evidence to skip known work.

Can I overwrite an existing roadmap file?

You cannot accidentally overwrite an existing roadmap file because the Skill detects when roadmap files already exist and routes the interaction to prevent collisions. This roadmap collision handling protects your prior planning workflow.

What are the limitations of automated PRD decomposition?

A key limitation of automated PRD decomposition is that it must avoid implementation-level decisions and cannot resolve all unknowns. It relies on a capped human interview to route open questions and mark blocked slices.