roadmap

Group tasks from backlog, active, and completed into per-phase tables.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/ChazzCoin/claude-kit --skill roadmap-chazzcoin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: roadmap
Source: https://github.com/ChazzCoin/claude-kit/tree/main/kit/skills/roadmap
Command: npx skills add https://github.com/ChazzCoin/claude-kit --skill roadmap-chazzcoin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It consolidates project status into a single, phase-organized view by listing every task across backlog, active, blocked, and completed, so teams can see overall progress at a glance.

Core Features & Use Cases

  • Phase-based view renders tasks grouped by Phase with a per-phase summary.
  • Historical visibility includes tasks from backlog, active, completed, and blocked for full history.
  • Shipping awareness derives shipped status from tasks' releases when available, or marks as not shipped.
  • Reference-driven execution cross-references ROADMAP.md and tasks/* to build the mapping.

Quick Start

Invoke the roadmap skill to render a per-phase task overview for all tasks in backlog, active, and completed.

Frequently Asked Questions about roadmap

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

FAQPage Schema
How do I view all project task progress grouped by phase in markdown?▼

To view project task progress grouped by phase, this skill reads ROADMAP.md and inspects tasks across backlog, active, and completed directories to render per-phase tables. This provides a complete road-mapping view with phase summaries.

What is a phase-based roadmap view for task management?▼

A phase-based roadmap view consolidates backlog, active, blocked, and completed tasks into per-phase tables grouped by Phase N, enabling teams tracking long-running projects to assess overall progress and phase health at a single glance.

Can I track shipped release status using tasks from backlog and completed folders?▼

Yes, you can track shipped release status. The roadmap skill cross-references tasks/RELEASES.md when available to derive shipped status, or marks tasks as not shipped if release data is absent.

Do I need a ROADMAP.md file to generate project tracking tables?▼

Yes, a ROADMAP.md file is required. The roadmap skill reads ROADMAP.md to map phases and references tasks under backlog, active, and completed directories to build the per-phase mapping.

How does historical task visibility work for long-running projects?▼

Historical task visibility works by including tasks from backlog, active, blocked, and completed states. This ensures full history is available for teams tracking long-running projects and historical task states.

What's the best way to report on blocked and active tasks in a project roadmap?▼

The best way to report on blocked and active tasks is using a phase-based view that consolidates all task states into per-phase tables. This approach provides shipping awareness and quick assessment of phase health.