What problem does it solve? Teams keeping interface contracts (CUE schemas, JSON Schemas, protos, OpenAPI documents) in a repo often lack a mechanical way to register them, bind validators, and verify fixtures on every push. This Skill guides the AI through the aiwf contract surface so every mutation goes through the correct CLI verb instead of hand-editing aiwf.yaml. ## Core Features & Use Cases - Contract onboarding and authoring: Walks through picking a validator recipe, installing it, and building a complete contract bundle (ADR, schema, valid/invalid fixtures, worked example). - Verification and findings triage: Runs aiwf contract verify and explains each finding class (fixture-rejected, fixture-accepted, evolution-regression, environment, validator-error, contract-config) with the correct remediation verb. - Lifecycle and binding management: Promotes, deprecates, retires, or cancels contract entities and manages validator bindings via aiwf contract bind/unbind without touching config files by hand. - Use Case: A user says "add contract verification for our ops spec." The Skill installs the CUE recipe, authors the schema and fixtures, registers the contract with aiwf add contract, and runs verification before push. ## Quick Start Ask the assistant to set up contract verification for a schema in your repo, for example: "Help me add a CUE contract for the op execution spec and verify it."