cyberneticlibrary

Boot thinker role

thinkskillsetup L10
fredhead88/do-it
What it does

Design API schema with validators and type safety

Best for

Upfront API contract definition with integrated validation to prevent shape mismatches

Inputs
  • · Endpoint description
  • · Input/output shape requirements
Outputs
  • · OpenAPI/AsyncAPI spec
  • · TypeScript types
  • · Zod validation schemas
Requires
  • · Zod
  • · TypeScript
Preconditions

Endpoint purpose clear; contract defined

Failure modes

Mismatched types → runtime failures; missing validators → bad data

Trust signals
  • · Type inference from validators
  • · OpenAPI export support