roadmap

Analyze specs, decisions, and Git status to generate a prioritized roadmap.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/emirrtopaloglu/claude-code-virtuoso --skill roadmap-emirrtopaloglu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadmap
Source: https://github.com/emirrtopaloglu/claude-code-virtuoso/tree/main/.claude/skills/roadmap
Command: npx skills add https://github.com/emirrtopaloglu/claude-code-virtuoso --skill roadmap-emirrtopaloglu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a consolidated view of project progress by aggregating specs, decisions, and code status to inform prioritization and planning.

Core Features & Use Cases

  • Automated roadmap generation: Scans feature specs in .claude/docs/specs, DECISIONS.md, and Git status to render a live project view.
  • Prioritization and next steps: Computes priorities (P0–P3) and recommends concrete next actions based on current state.
  • Cross-domain visibility: Correlates architectural decisions, TODOs, and branch status to surface dependencies and blockers.

Quick Start

Ask Roadmap to generate the current project roadmap from your specs, decisions, and git status.

Frequently Asked Questions about roadmap

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

FAQPage Schema
How do I generate a project roadmap from git status and feature specs?

To generate a project roadmap, the Skill scans feature specs in .claude/docs/specs, DECISIONS.md, and Git status to render a live project view. It analyzes your repository's current state and outputs a structured overview with status by priority and recommended next actions.

What is the best way to track code TODOs and architectural decisions for prioritization?

Tracking code TODOs and architectural decisions for prioritization is done by aggregating specs, decisions, and code status into a consolidated view. The Skill correlates DECISIONS.md, TODOs, and branch status to surface dependencies and blockers, computing P0–P3 priorities automatically.

How do I calculate next steps for a software project based on current progress?

Calculating next steps for a software project involves scanning feature specs, architecture decisions, Git status, and code TODOs to summarize progress. The Skill computes priorities and generates intelligent next-step recommendations based on the current state of the repository.

Do I need a Git repository to analyze project progress and feature specs?

Yes, you need a Git repository to analyze project progress and feature specs. The Skill requires access to a Git repository alongside .claude/docs/specs and .claude/docs/DECISIONS.md to scan branch status, TODOs, and architectural decisions for the roadmap output.

Can I use project management roadmap generation without external dependencies?

Yes, you can use project management roadmap generation without external dependencies. The Skill operates with zero dependencies, directly reading local .claude/docs/specs, DECISIONS.md, and Git repository data to produce the live roadmap view and prioritization recommendations.

What are the limitations of automated roadmap generation from code and specs?

Limitations of automated roadmap generation from code and specs include strict input requirements: the Skill cannot function without .claude/docs/specs, .claude/docs/DECISIONS.md, and a Git repository. If these files are missing or unstructured, the generated roadmap and next-step recommendations will be incomplete.