What problem does it solve? When a feature is specified across three separate documents (requirements.md, roadmap.md, and actions.md), contradictions, coverage gaps, and phantom references easily slip in. 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 - Four-axis cross-check: Verifies coverage (every requirement maps to a roadmap decision and an action), consistency (terminology and identifiers match across documents), legacy coherence (no conflicts with existing domain rules and architecture), and actions sanity (valid dependencies, no cycles, no parallel file conflicts). - Severity-ranked report: Writes findings to feature-dir/audit/cross-check.md classified as CRITICAL, HIGH, MEDIUM, or LOW, with stable IDs (A001, A002, ...) and explanations for serious findings. - Strictly read-only guarantee: Never modifies requirements.md, roadmap.md, actions.md, or any other analyzed artifact; the only permitted write is the audit report itself. - Use Case: After drafting a feature's requirements, roadmap, and action plan with the reversa framework, run the audit to catch a requirement that never became a roadmap decision or a dependency cycle in the action list before implementation starts. ## Quick Start Type /reversa-audit to cross-check the requirements, roadmap, and actions documents of the active feature and generate the severity-ranked audit report.