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.