Verify Roadmap Redesign — Cross-Plan Coherence Auditor
5 sections
Overview
Redesign the /verify-roadmap skill from a section-local item verifier into a cross-plan coherence auditor that treats the entire planning corpus (master roadmap + 17 reroute plans + completed plans + bug tracker) as one interconnected system. The current skill audits individual checkbox items within plans/roadmap/section-*.md files but has zero awareness of reroute plans, cross-plan conflicts, or dependency inversions. The redesigned skill detects when goals of one plan conflict with another, when dependencies are inverted (active plan depending on queued prerequisite), when references point to nonexistent plans, and when metadata has drifted from reality.
In Progress
1 sections
Completed
4 sections
Frontmatter Schema, Strict Parser & Shared Types
Establish the canonical corpus-parsing library: schema as executable Python types (sole SSOT), a strict YAML parser that hard-fails on malformed input, the shared Finding/status normalizer boundary types consumed by Sections 02-05, a fixture corpus with TDD semantic/negative pins, and a pilot migration proving the pipeline end-to-end
DAG Builder & Conflict Classifier
104/104 tasks
Item-Level Verifier Preservation
24/24 tasks
Validation & Known-Issue Sweep
32/39 tasks