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