pipeline-roadmap-audit

Verify roadmap features marked as not started against source code and commit history.

4|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/johnrtipton/pipeline-skills --skill pipeline-roadmap-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-roadmap-audit
Source: https://github.com/johnrtipton/pipeline-skills/tree/main/skills/pipeline-roadmap-audit
Command: npx skills add https://github.com/johnrtipton/pipeline-skills --skill pipeline-roadmap-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It helps identify discrepancies between the project roadmap and the actual codebase, preventing outdated or incorrect task listings from misleading development efforts.

Core Features & Use Cases

  • ** ROADMAP Verification**: Checks ROADMAP.md or related files for unshipped features still marked as pending.
  • Scope Validation: Greps source code for specific class, function, or module references to confirm feature implementation.
  • Use Case: Ideal before releasing a new version, to update the roadmap and avoid false reporting of features as incomplete.

Quick Start

Run this skill to verify the current state of your roadmap against the codebase to confirm pending items are truly not shipped.

Frequently Asked Questions about pipeline-roadmap-audit

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

FAQPage Schema
How do I verify if roadmap features marked as not started have actually been implemented in the codebase?

To verify roadmap accuracy, you can scan your source code and commit history to confirm whether features listed as pending in ROADMAP.md have actually been implemented, preventing outdated task listings from misleading development efforts.

Why does my project roadmap show features as incomplete when the source code already contains those modules?

Project roadmap discrepancies occur when tracking documents are not updated after implementation; scanning source code for specific class, function, or module references confirms feature delivery and keeps project tracking accurate and up-to-date.

What's the best way to check ROADMAP.md for unshipped features before a new release?

The best way to check ROADMAP.md for unshipped features is to run an audit that greps source code for specific function and module references, validating scope and ensuring pending items are truly not shipped before release planning.

Can I use commit history to validate roadmap task completion without manually searching the codebase?

Yes, you can validate roadmap task completion by scanning commit history alongside source code, which automates the search for feature implementation evidence and reduces oversight in feature delivery verification.

Does roadmap verification work for any project management format or only specific feature tracking files?

Roadmap verification checks ROADMAP.md or related feature tracking files for pending items, grepping source code and commit history to confirm implementation status, making it suitable for standard markdown-based project management workflows.

When should I not rely on automated roadmap auditing for release planning?

You should not rely solely on automated roadmap auditing when implementation evidence is ambiguous, as grepping source code for class or function references may miss incomplete features or false positives in complex codebases.