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