What problem does it solve? Externally-facing APIs break consumers when they evolve without a documented versioning strategy, breaking-change policy, or deprecation timeline. This Skill produces the complete governance artifacts and CI enforcement needed to evolve an API safely. ## Core Features & Use Cases - Versioning Strategy ADR: Selects URL path, header, or content-negotiation versioning with Stripe and Kubernetes evidence, documented as an architecture decision record. - Breaking-Change Policy & Deprecation Timeline: Defines which changes require a new version, plus a 12-month deprecation schedule with RFC 8594 Sunset headers and middleware examples in Python and Go. - CI Breaking-Change Detection: Adds oasdiff to GitHub Actions to automatically block PRs that introduce breaking OpenAPI changes. - Use Case: Before launching a public REST API, run this Skill to produce the ADR, versioning policy, migration guide template, and CI check, then have the api-versioning-reviewer agent validate all artifacts before committing. ## Quick Start Use the api-versioning skill to create a versioning strategy ADR, deprecation policy, and oasdiff CI check for my externally-facing REST API.