doc-spec-audit
Installation
SKILL.md
doc-spec-audit
Purpose
Run a unified SPEC audit — declarative structural checks plus content-quality
review — in one pass, producing a single combined report that
../doc-spec-fixer/SKILL.md consumes. The framework ships no runtime code, so
this skill is the validator: Claude performs each check directly against the
SPEC using the spec as the contract.
Layer: 6 (SPEC quality gate). Upstream: a SPEC file. Downstream:
SPEC-NN.A_audit_report_vNNN.md and an optional fix-cycle trigger.
When to Use
Use after a SPEC exists and before generating the TDD, or inside the autopilot's
audit↔fix cycle. Do not use to create a SPEC (use ../doc-spec/SKILL.md or
../doc-spec-autopilot/SKILL.md).