list-roadmaps

Parse Roadmap.md files to summarize active roadmap progress and blockers.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mikefullerton/cat-herding --skill list-roadmaps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-roadmaps
Source: https://github.com/mikefullerton/cat-herding/tree/main/skills/list-roadmaps
Command: npx skills add https://github.com/mikefullerton/cat-herding --skill list-roadmaps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinating multiple product roadmaps across projects often results in scattered updates and unclear priorities. This skill consolidates status by scanning Roadmap.md files and presents a clear, up-to-date view of all roadmaps.

Core Features & Use Cases

  • Scans Roadmap.md files across Roadmaps/* to compute progress, blockers, and goals.
  • Outputs a compact summary with a progress bar and a brief goal hint for quick posture checks.
  • Useful for product teams, portfolio managers, and executives needing a snapshot of roadmap health.

Quick Start

Run the listing script to display all active roadmaps with their progress and goals.

Frequently Asked Questions about list-roadmaps

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

FAQPage Schema
How do I view progress across multiple product roadmaps at once?

To view progress across multiple product roadmaps, this skill scans Roadmap.md files and computes completion percentages, blockers, and goals to output a compact summary dashboard.

What is the best way to get a quick summary of active roadmaps and blockers?

The best way to summarize active roadmaps is parsing Roadmap.md files to calculate progress and extract goal hints, providing a quick posture check of roadmap health without manual tracking.

Can I use this to track project portfolio planning workflows?

Yes, you can use this for project portfolio planning workflows because it discovers roadmap status by scanning the Roadmaps directory and presenting concise results with optional dashboard links.

How does the roadmap dashboard compute progress from markdown files?

The roadmap dashboard computes progress by parsing structured Roadmap.md files located in Roadmaps folders, calculating completion metrics and identifying blockers to generate an overview.

Do I need a specific directory structure to list roadmaps?

You need Roadmap.md files organized within a Roadmaps directory structure for the skill to successfully parse them, compute progress, and output the consolidated summary dashboard.