What problem does it solve?
Establishes a consistent, discoverable baseline for external-interface contracts by guiding teams toward canonical artifacts and orchestrating ecosystem validation.
Core Features & Use Cases
- Canonical artifact recommendations for each surface (OpenAPI for HTTP APIs, JSON Schema for internal data shapes, AsyncAPI for events, .proto for gRPC, GraphQL SDL).
- Validation tooling orchestration (spectral, ajv, buf, graphql-inspector) to keep artifacts aligned with implementations.
- Deferral mechanism to other installed skills whose descriptions indicate handling contract artifacts, API schema design, or contract-first workflows.
- Explicit guidance to avoid writing or scaffolding a contracts/ directory; defers to established experts or other skills.
Quick Start
Ask Jig to select the appropriate external-interface contract artifact for your surface, such as OpenAPI for HTTP or JSON Schema for internal data shapes.