roadmap-updating

Sequence PRDs by timeline and status into Now/Next/Later roadmap sections.

1|2|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/jayhjenkins/ProductOSv0.2 --skill roadmap-updating
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadmap-updating
Source: https://github.com/jayhjenkins/ProductOSv0.2/tree/main/.claude/skills/workflows/roadmap-updating
Command: npx skills add https://github.com/jayhjenkins/ProductOSv0.2 --skill roadmap-updating

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates updating the product roadmap by sequencing PRDs by timeline and status, organizing Now/Next/Later, maintaining the roadmap.md structure, and generating changelog snapshots.

Core Features & Use Cases

  • Sequence PRDs by timeline and status (Actionable, Drafting, Closed, Abandoned) to produce a coherent roadmap.
  • Maintain clear Now/Next/Later sections and create timestamped changelog snapshots before updates.
  • Load PRDs from datasets/product/backlog.md and datasets/product/prds/{YYYY}/PRD_*.md to produce an ordered, versioned plan.

Quick Start

Activate after new PRDs exist. Run roadmap-updating to load PRDs and refresh roadmap.md, then review the updated roadmap. Use the activation command to trigger the update, e.g., /project:update-roadmap.

Frequently Asked Questions about roadmap-updating

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

FAQPage Schema
How do I automatically sequence PRDs by timeline and update my product roadmap?

Automating PRD sequencing involves reading source files like backlog.md and PRD_*.md, organizing them into Now/Next/Later sections, and outputting an ordered roadmap.md file.

How does changelog snapshot generation work for roadmap updates?

Changelog snapshot generation works by creating a timestamped record of your roadmap.md file before applying new updates, ensuring you maintain a versioned history of your product plan changes.

Can I use this to organize PRDs from my markdown backlog into a structured timeline?

Yes, you can organize markdown PRDs from datasets/product/backlog.md and datasets/product/prds/ into a structured timeline by categorizing them based on their status, such as Actionable, Drafting, Closed, or Abandoned.

What is the best way to maintain a Now/Next/Later roadmap structure?

Maintaining a Now/Next/Later roadmap structure is best achieved by automating the extraction and sorting of PRDs by their timeline and current status, then refreshing the roadmap.md file to reflect the latest priorities.

Do I need specific markdown file formats to process my product backlog?

Yes, you need specific markdown file formats: the skill requires a backlog file at datasets/product/backlog.md and individual PRD files located at datasets/product/prds/{YYYY}/PRD_*.md to function correctly.