API Documentation Enforcement Overview Ensures all API changes are reflected in Swagger/OpenAPI documentation. When documentation drift is detected, work pauses until documentation is synchronized. Core principle: API documentation is a first-class artifact, not an afterthought. No API change ships without documentation. Announce at start: "I'm using api-documentation to verify Swagger/OpenAPI sync." When This Skill Triggers This skill is triggered when ANY of these file patterns are modified: | Pattern | Framework | Trigger Reason | |---------|-----------|----------------| | | Express/Fastif…