What problem does it solve? When a feature is specified across multiple planning artifacts (requirements.md, roadmap.md, actions.md), contradictions, coverage gaps, and phantom references silently accumulate. This Skill performs a strict read-only cross-check of those documents and produces a severity-ranked audit report so a human can fix issues before coding begins. ## Core Features & Use Cases - Cross-artifact consistency checks: Verifies coverage (every requirement maps to a roadmap decision and an action), terminology consistency, identifier validity, and alignment with legacy domain rules. - Severity-ranked reporting: Classifies findings as CRITICAL, HIGH, MEDIUM, or LOW and writes a structured cross-check.md report with stable finding IDs. - Strictly read-only guarantee: Never modifies requirements, roadmap, actions, interfaces, or any analyzed artifact; the only permitted write is the audit report itself. - Use Case: After generating requirements, roadmap, and action plans for a new feature, run this audit to catch a requirement with no corresponding action or a dependency cycle before developers start implementation. ## Quick Start Ask the agent to audit the current feature's requirements, roadmap, and actions documents and report any inconsistencies by severity.