roadmap

Manage feature backlogs and ideas in a git-ignored markdown file.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/iuliandita/skills --skill roadmap-iuliandita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadmap
Source: https://github.com/iuliandita/skills/tree/main/skills/roadmap
Command: npx skills add https://github.com/iuliandita/skills --skill roadmap-iuliandita

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, glab, git, jq, and includes references (resource) components.

What problem does it solve?

This skill solves the problem of fragmented project ideas and feature requests by providing a structured, git-ignored scratchpad that evolves with your project without the overhead of heavy project management tools.

Core Features & Use Cases

  • Idea Capture: Quickly log brainstorms, feature requests, and competitive insights into a standardized ROADMAP.md file.
  • Progress Tracking: Automatically syncs with your git history, PRs, and releases to mark items as shipped or in-progress.
  • Competitive Intelligence: Scans similar repositories to gather user demand signals and feature inspiration, ensuring your roadmap is informed by real-world data.

Quick Start

Ask the roadmap skill to add a new feature idea to the project backlog and scan for competitive insights.

Frequently Asked Questions about roadmap

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

FAQPage Schema
How do I track feature requests and project ideas using git?

Track feature requests in a local, git-ignored ROADMAP.md file that syncs with your git history, pull requests, and releases to automatically mark backlog items as shipped or in-progress.

What is the best way to maintain a lightweight project backlog without heavy project management tools?

A lightweight project backlog uses a structured, git-ignored markdown scratchpad to capture feature requests and prioritize development tasks, avoiding the overhead of heavy project management software.

Can I use GitHub and GitLab CLI tools to automate PR and release tracking for my roadmap?

Yes, you can optionally use GitHub (gh) and GitLab (glab) CLI tools alongside git and jq to automate pull request and release tracking, updating your feature backlog status directly from repository activity.

How do I gather competitive intelligence and feature inspiration from external repositories?

Gather competitive intelligence by scanning similar external repositories to collect user demand signals and feature inspiration, ensuring your project roadmap stays informed by real-world data.

Do I need git installed to manage a feature backlog locally?

Yes, git is required to manage a feature backlog locally, as the tracker integrates with git history and optionally uses GitHub or GitLab CLI tools to automate development progress updates.