roadmap-integration

Create and track GitHub Issues aligned with project vision.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Roadmap planning often drifts away from the project vision and creates disjointed tracks between planning, documentation, and execution. This Skill automates vision-aligned roadmap management by creating, validating, and tracking GitHub Issues as roadmap items.

Core Features & Use Cases

  • Vision alignment validation against docs/project/overview.md
  • Auto-create and label GitHub Issues to reflect roadmap items
  • Synchronize roadmap state with /roadmap, /feature, and /ship workflows

Quick Start

Use /roadmap to propose a feature and let the system validate vision, generate an issue, and surface the roadmap summary.

Frequently Asked Questions about roadmap-integration

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

FAQPage Schema
How do I automate roadmap planning with GitHub Issues?

Automate roadmap planning by creating and tracking GitHub Issues that represent features aligned with your project vision. The system validates proposals against project overview documentation, enforces creation-order prioritization, and applies labels and YAML frontmatter to new issues.

What is vision alignment validation for roadmap planning?

Vision alignment validation checks proposed roadmap items against the docs/project/overview.md file. It ensures that every feature tracked in a GitHub Issue consistently matches the documented project vision before any planning state is synchronized.

How do I synchronize roadmap state across planning and execution workflows?

Synchronize roadmap state across the /roadmap, /feature, and /ship workflows. The system extracts area, role, slug, and metadata from proposals to maintain consistent roadmap discipline and track features through execution.

Does roadmap automation work without a project overview document?

Roadmap automation requires the docs/project/overview.md file to function correctly. This document acts as the source of truth for validating feature proposals and ensuring that generated GitHub Issues align with the established project vision.

What's the best way to label GitHub Issues for roadmap tracking?

Label GitHub Issues for roadmap tracking by extracting area, role, slug, and metadata directly from feature proposals. The system applies these labels alongside YAML frontmatter to new issues, enforcing consistent roadmap discipline automatically.