roadmap-integration

Automates GitHub Issues-based product roadmap management and vision alignment validation using Python scripts.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill roadmap-integration-marcus-mok-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadmap-integration
Source: https://github.com/Marcus-Mok-GH/Claude-code-conductor/tree/main/.claude/skills/roadmap-integration
Command: npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill roadmap-integration-marcus-mok-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, github, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the management of product roadmaps using GitHub Issues and ensures that features align with project vision.

Core Features & Use Cases

  • Vision Alignment: Validates features against project vision before adding them to the roadmap.
  • GitHub Integration: Uses GitHub Issues for roadmap management and tracking.
  • Feature Prioritization: Prioritizes features by creation order.
  • Quick Actions: Offers commands for adding features, brainstorming, prioritizing, and tracking roadmap status.

Quick Start

Run the /roadmap add "feature name" command to add a new feature to the roadmap and ensure it aligns with project vision.

Frequently Asked Questions about roadmap-integration

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

FAQPage Schema
How do I automate product roadmap management using GitHub Issues?

Automate product roadmap management by running Python scripts to extract features, validate them against project vision, and create prioritized GitHub Issues. Use the `/roadmap add "feature name"` command to ensure alignment before adding features.

How does vision alignment validation work for product roadmaps?

Vision alignment validation checks proposed features against your existing project documentation before they enter the roadmap. This ensures every tracked GitHub Issue supports the overarching product vision and prevents scope drift.

Do I need GitHub authentication to manage feature prioritization by creation order?

Yes, GitHub authentication and access to project documentation are required. The Skill uses Python scripts with the GitHub API to authenticate, extract features, and prioritize them by their creation order in the repository.

What's the best way to track roadmap status and brainstorm new features?

Use built-in quick action commands to brainstorm, prioritize, and track roadmap status. Running `/roadmap add` validates new ideas against project vision and immediately logs them as GitHub Issues for tracking.

Can I use Python and pandas to integrate feature management with GitHub?

Yes, this Skill uses Python scripts leveraging pandas, requests, and the github library to handle feature extraction and vision alignment. It integrates directly with GitHub Issues to maintain your roadmap.

What are the limitations of using GitHub Issues for product roadmap automation?

Roadmap automation via GitHub Issues relies entirely on repository access and project documentation for vision validation. If project documentation is incomplete, the tool cannot accurately validate feature alignment.