What problem does it solve?
This Skill helps you validate a new Gherkin spec or ADR against the documentation that already exists in your repository, so you can catch contradictions, duplicate scenarios, overlapping ownership, and missing architectural links before they create drift.
Core Features & Use Cases
- Corpus-wide comparison: Searches existing .feature files and ADRs to compare a target spec or decision record against the broader repo.
- Structured findings by severity: Flags conflicts, duplicates, overlaps, missing cross-links, and orphan decisions with file paths, line numbers, and quoted evidence.
- Read-only review workflow: Produces an audit report without modifying files, making it safe to run before merging documentation or feature changes.
- Use cases: Review a newly written feature spec for overlap with existing scenarios, check whether an ADR contradicts accepted decisions, or verify that a PR's changed specs link back to the right architecture records.
Quick Start
Ask the assistant to use review-spec on your new feature file or ADR to audit it against existing specs and architecture decisions in the repository.