What problem does it solve? When a project maintains separate requirements, roadmap, and actions documents, contradictions and coverage gaps silently accumulate between them. This Skill performs a strict read-only cross-check of the three artifacts and produces a severity-ranked audit report so a human can resolve inconsistencies before implementation begins. ## Core Features & Use Cases - Cross-artifact consistency checking: Verifies coverage, terminology, identifier references, and dependency sanity across requirements.md, roadmap.md, and actions.md. - Severity-ranked reporting: Classifies every finding as CRITICAL, HIGH, MEDIUM, or LOW and writes a structured cross-check.md report with stable finding IDs. - Strictly read-only guarantee: Never modifies the audited artifacts; the only permitted write is the audit report itself. - Use Case: After generating a roadmap and action plan from requirements, run this audit to catch a requirement with no roadmap decision, a phantom identifier like RF-12 that does not exist, or a dependency cycle before coding starts. ## Quick Start Audit the current feature's requirements, roadmap, and actions documents and report any inconsistencies by severity.