What problem does it solve? When a feature is specified across three separate planning documents (requirements.md, roadmap.md, actions.md), contradictions, missing coverage, and broken references easily slip through. This Skill performs a strict read-only audit across all three artifacts and produces a severity-ranked report so a human can fix issues before coding begins. ## Core Features & Use Cases - Cross-document consistency check: Verifies coverage (every requirement maps to a roadmap decision and an action), terminology consistency, and valid identifier references across the three artifacts. - Legacy coherence validation: Confirms roadmap decisions do not contradict established domain rules and that cited architecture components actually exist. - Severity-ranked report: Writes findings to audit/cross-check.md classified as CRITICAL, HIGH, MEDIUM, or LOW, with stable IDs and suggested next steps. - Use Case: After generating requirements, roadmap, and actions for a new feature, run the audit to catch a requirement with no corresponding action or a dependency cycle before developers start implementation. ## Quick Start Ask the assistant to run reversa-audit to cross-check the requirements, roadmap, and actions documents of the active feature.