roadmap

Convert finalized SPEC.md files into structured ROADMAP.md phases.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Hoang604/get-thing-done --skill roadmap-hoang604
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: roadmap
Source: https://github.com/Hoang604/get-thing-done/tree/main/.claude/skills/roadmap
Command: npx skills add https://github.com/Hoang604/get-thing-done --skill roadmap-hoang604

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts a finalized SPEC.md into a structured ROADMAP.md by breaking down requirements into ordered, deliverable phases and ensuring coverage of all criteria.

Core Features & Use Cases

  • Read and validate .gtd/<task_name>/SPEC.md to ensure it is FINALIZED.
  • Group requirements into logical, dependency-aware phases.
  • Write the ROADMAP.md with clear phase definitions, objectives, and status.

Quick Start

Run the roadmap skill on a finalized SPEC.md to generate ROADMAP.md at ./.gtd/<task_name>/ROADMAP.md.

Frequently Asked Questions about roadmap

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

FAQPage Schema
How do I convert a specification into a project roadmap?▼

To convert a specification into a project roadmap, use this skill to process a finalized SPEC.md file, extracting requirements to generate a structured ROADMAP.md grouped into logical, dependency-aware deliverable phases.

What is the best way to group project requirements into deliverable phases?▼

The best way to group project requirements into deliverable phases is by extracting constraints and tasks from a finalized specification, then ordering them into logical, dependency-aware phases with clear objectives in a ROADMAP.md file.

Can I generate a roadmap from a draft specification document?▼

No, you cannot generate a roadmap from a draft specification document. The skill validates that your SPEC.md is explicitly marked as FINALIZED before extracting requirements and writing the phase definitions into ROADMAP.md.

How do I track must-haves and nice-to-haves in project management?▼

You can track must-haves and nice-to-haves in project management by generating a ROADMAP.md file from your specification, which categorizes grouped requirements into structured deliverable phases with clear objectives and tracking status.

Does this roadmap generation tool work with the .gtd workflow?▼

Yes, this roadmap generation tool works specifically with the .gtd workflow. It reads the finalized SPEC.md located in the .gtd/<task_name>/ directory and outputs the generated ROADMAP.md directly into that same project folder structure.

Why does roadmap generation fail when reading my specification file?▼

Roadmap generation fails when reading your specification file because the skill performs a validation check to ensure the SPEC.md is marked FINALIZED, preventing the extraction of requirements into phases if the document is still in draft.