roadmap-integration

Validate features against project vision and prioritize backlog items by creation order.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/DYAI2025/MOD_shark-engine --skill roadmap-integration-dyai2025
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadmap-integration
Source: https://github.com/DYAI2025/MOD_shark-engine/tree/main/sharkengine/.claude/skills/roadmap-integration
Command: npx skills add https://github.com/DYAI2025/MOD_shark-engine --skill roadmap-integration-dyai2025

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates product roadmap governance by validating new features against the project vision and prioritizing work items in creation order to prevent scope drift.

Core Features & Use Cases

  • Vision-aligned feature validation against docs/project/overview.md when present
  • Creation-order prioritization with backlog → next → in-progress workflow
  • Automatic GitHub Issue generation with YAML frontmatter (area, role, slug) and auto-applied labels
  • Roadmap state summary display and actionable next-step guidance

Quick Start

Add a feature to the backlog that aligns with the project vision using the /roadmap command.

Frequently Asked Questions about roadmap-integration

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

FAQPage Schema
How do I validate new product features against my project vision?

Validate new product features against your project vision by checking them against docs/project/overview.md. This ensures proposed backlog items align with core objectives before prioritization, preventing scope drift in your roadmap.

How do I automate GitHub issue creation for my roadmap backlog?

Automate GitHub issue creation for your roadmap by using the /roadmap command. This generates issues with YAML frontmatter containing area, role, slug, and alignment notes, while auto-applying labels for quick categorization.

How does creation-order prioritization work for backlog items?

Creation-order prioritization for backlog items works by sequencing work items into a backlog → next → in-progress workflow. This approach ensures older feature requests are addressed first, maintaining a structured roadmap progression.

Do I need a project overview file to align my roadmap?

You need a project overview file at docs/project/overview.md to align your roadmap. When present, the system validates new features against it; without this file, vision-alignment checks cannot be performed during feature creation.

What is the best way to prevent scope drift when adding features to a roadmap?

The best way to prevent scope drift when adding features is enforcing vision validation and YAML frontmatter standardization. This ensures every backlog item is checked against your project overview and properly categorized before work begins.

Why are my roadmap features missing alignment notes in GitHub issues?

Roadmap features may be missing alignment notes in GitHub issues if the project overview file is absent or if features are added outside the /roadmap command. This command guarantees YAML frontmatter and alignment notes are generated.