cria-roadmap

Generate a structured roadmap document from product_map.md and vision.md.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/arthun01/achados-uesc --skill cria-roadmap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cria-roadmap
Source: https://github.com/arthun01/achados-uesc/tree/main/.opencode/skills/cria-roadmap
Command: npx skills add https://github.com/arthun01/achados-uesc --skill cria-roadmap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of a roadmap document, organizing the implementation order of features in incremental phases based on the product map and vision. It defines priorities, dependencies, and criteria for prioritization.

Core Features & Use Cases

  • Incremental Feature Planning: Organizes feature implementation order into phases.
  • Priority Definition: Determines which aspects of the system deliver the most value first.
  • Dependency Management: Identifies and manages dependencies between features.
  • Document Generation: Creates a comprehensive roadmap document.

Quick Start

Use the cria-roadmap skill to generate a roadmap based on the product map and vision in the 'ai-sdd/system' directory.

Frequently Asked Questions about cria-roadmap

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

FAQPage Schema
How do I automate roadmap creation from a product map and vision document?

Automate roadmap creation by analyzing your product map and vision documents to structure feature implementation into incremental phases. The skill parses these inputs to define priorities, identify dependencies, and generate a comprehensive project management document.

What's the best way to organize feature implementation order into incremental phases?

Organize feature implementation order by defining priority criteria and managing dependencies between features. This approach structures your product delivery into incremental phases, ensuring the system delivers the most value first based on your product map.

Do I need specific input files to generate a structured roadmap document?

You need specific input files to generate a structured roadmap document. The process requires analyzing a 'product_map.md' and a 'vision.md' file located in the 'ai-sdd/system' directory to extract features and define priorities.

How does dependency management work when planning a product roadmap?

Dependency management works by identifying and mapping relationships between features during roadmap planning. It ensures that prerequisite features are scheduled before dependent ones, organizing the implementation order smoothly across incremental phases.

Can I define feature priorities automatically based on my product vision?

You can define feature priorities automatically based on your product vision. The system analyzes your vision document to determine which aspects deliver the most value first, establishing criteria for prioritization across the roadmap.

What limitations exist when generating a roadmap from markdown files?

A limitation when generating a roadmap from markdown files is the strict requirement for specific input formats. Without properly structured 'product_map.md' and 'vision.md' files in the correct directory, the automated feature planning and dependency management cannot proceed.