ring:deep-doc-review
Installation
SKILL.md
Deep Doc Review
Adapted from alexgarzao/optimus (optimus-deep-doc-review)
Deep review of project documentation. Finds errors, inconsistencies, gaps, missing data, and improvements — with emphasis on cross-referencing between docs to catch contradictions before they become implementation bugs.
This skill is a pre-gate before ring:dev-cycle. Run it after pre-dev workflows produce their artifacts and before implementation begins.
Phase 0: Discover and Load Docs
Step 0.1: Identify Docs to Review
If the user specified files, use those. Otherwise, discover automatically:
- Search for project reference docs in these locations:
docs/pre-dev/<feature>/(Ring pre-dev artifacts)docs/(general project docs)
Related skills