What problem does it solve?
This Skill finds mismatches between a feature’s requirements, its roadmap decisions, and its implementation actions so issues can be resolved before moving forward.
Core Features & Use Cases
- Strict cross-check coverage: Verifies that every functional requirement is represented in roadmap decisions, that roadmap decisions map to actions, and that Gherkin scenarios are covered by at least one decision or action.
- Consistency and identifier validation: Checks naming consistency across documents, verifies that referenced IDs exist, and ensures contracts and referenced interfaces align with the roadmap.
- Legacy-rule alignment: Flags decisions that contradict the legacy domain rules and architecture components described in the SDD.
- Action sanity checks: Ensures dependencies point to existing IDs, detects invalid task target sharing, and looks for dependency cycles.
- Safety-first output: Produces a severity-based report (CRITICAL/HIGH/MEDIUM/LOW) and does not alter analyzed artifacts.
Quick Start
Run reversa-audit to audit the current active feature by cross-checking requirements.md, roadmap.md, and actions.md and returning a severity-ranked inconsistency report.