소개
The Contract-First API Workflow skill is designed to standardize the way API changes are implemented within a monorepo environment. It mandates a strict sequence of operations: defining the schema in a shared contracts package, implementing the API, updating consumer services (like bots) without direct database access, and finally updating documentation. This approach minimizes integration errors, ensures type safety across the stack, and maintains a single source of truth for your API specifications, making it ideal for teams prioritizing architectural integrity and automated verification.