validating-roadmap

Detect contradictions and gaps across project specifications and roadmaps.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/samjhecht/wrangler --skill validating-roadmap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validating-roadmap
Source: https://github.com/samjhecht/wrangler/tree/main/skills/validating-roadmap
Command: npx skills add https://github.com/samjhecht/wrangler --skill validating-roadmap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reviews roadmap and specs to ensure coherence and realistic planning.

Core Features & Use Cases

  • Specification consistency: detect contradictions
  • Gap analysis: identify missing requirements
  • Roadmap realism: dependencies and milestones

Quick Start

Use: /wrangler:validating-roadmap to start validation.

Frequently Asked Questions about validating-roadmap

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

FAQPage Schema
How do I identify contradictions between my roadmap and specifications?

Phase-based contradiction detection systematically compares roadmap timelines, API contracts, data models, and specification requirements to surface conflicts. The Skill analyzes multi-document artifacts—specifications, SKILL.md, and ROADMAP files—then outputs contradictions with locations and severity, enabling targeted resolution before implementation.

What gaps might I be missing in my project planning?

Gap analysis scans specifications and roadmaps for missing requirements across storage strategies, API contracts, data models, and user experience considerations. It identifies unfulfilled dependencies, undefined milestones, and incomplete feature coverage, returning a structured list of implementation gaps organized by phase and priority.

How can I validate that my roadmap is realistic and achievable?

Roadmap realism validation checks dependencies, milestone sequencing, and specification completeness against your roadmap timeline. It identifies circular dependencies, resource conflicts, and misaligned phases, producing recommendations to adjust scope, timing, or resource allocation for feasibility.

Can I check specification quality across multiple documents at once?

Yes. The Skill processes multi-document specifications, roadmaps, and design references simultaneously, detecting inconsistencies in naming conventions, API versioning, data model definitions, and requirements clarity. Output includes specification quality issues flagged by document and category.

What does the validation output include?

Output comprises an executive summary, contradictions found with context, implementation gaps by phase, specification quality issues by document, roadmap recommendations, role responsibilities, and a defined review process—all formatted deterministically in Markdown for stakeholder review.

When should I run roadmap and specification validation?

Run validation before committing roadmap phases, when specifications change materially, after cross-team planning sessions, or before milestone reviews. Early validation prevents costly misalignment; regular checks maintain coherence as requirements evolve across storage, APIs, data models, and UX.