roadmap

Manage product roadmap milestones in a markdown file with add, move, and close operations.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/MohamedSayedK/omnigrid --skill roadmap-mohamedsayedk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: roadmap
Source: https://github.com/MohamedSayedK/omnigrid/tree/main/assets/core/skills/roadmap
Command: npx skills add https://github.com/MohamedSayedK/omnigrid --skill roadmap-mohamedsayedk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a product roadmap current usually means editing a markdown file by hand, tracking item IDs, and remembering to update dates — this Skill manages the roadmap file for you with simple commands. ## Core Features & Use Cases - Milestone management: Add, remove, reorder, move, and close roadmap items across Now / Next / Later / Done milestones with stable RM-NNN IDs. - Rendered output: Display the roadmap as formatted markdown tables with a summary footer of item counts per milestone. - GitHub integration: Optionally mirror roadmap items as GitHub Issues via --with-issues and record issue numbers in the Notes column. - Use Case: After a planning session, run /roadmap add "OAuth login" Q3 P0 to append the item with the next available ID, then /roadmap show to review the updated milestone tables. ## Quick Start Ask the assistant to show the current product roadmap, or to add a new item with a milestone and priority.

Frequently Asked Questions about roadmap

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

FAQPage Schema
How do I add an item to a product roadmap in markdown?▼

Run /roadmap add with the item title, milestone, and priority, for example /roadmap add "OAuth login" Q3 P0. The skill assigns the next available RM-NNN ID, appends the row to the milestone table, and updates the Last updated date.

How do I move a roadmap item to a different milestone?▼

Use /roadmap move with the item ID and target milestone, such as /roadmap move RM-003 Now. To mark work as shipped, use /roadmap close RM-001, which moves the item to the Done milestone with a shipped date and PR reference.

Can I sync a markdown roadmap with GitHub Issues?▼

Yes, pass --with-issues to create or update GitHub Issues mirroring roadmap items using the gh CLI. The issue number is written back into the Notes column of the roadmap table. This is opt-in and never runs automatically.

What milestone formats does a markdown roadmap support?▼

The default milestones are Now, Next, Later, and Done in the Now-Next-Later format. Custom milestones such as Q1/Q2/Q3 or version-based ones like v1.0/v1.1/v2.0 are also accepted.

Where is the roadmap file stored?▼

The roadmap lives at omnigrid-docs/roadmap.md by default, one file per project. In a multi-project layout, the skill asks which project's roadmap to operate on before making changes.