Using Contract Engineering

Use when designing, evolving, or reviewing **typed contracts between subsystems** — the records that cross authority boundaries in a pipeline, service mesh, or multi-stage system. Use when a consumer crashed on a missing field and the proposed fix is a default or a lenient reader; when a schema is changing meaning, unit, or shape under a slowly-upgrading fleet; when one record is derived from others and must be reproducible; when a consumer must be provably unable to see a field; when decisions must stay interpretable after thresholds are retuned. Pairs with `/determinism-and-replay` (whole-system replay) and `/solution-architect` (which boundaries exist at all). Do not load for REST/GraphQL endpoint design (`/web-backend`) or wire-protocol performance tuning.

tachyon-beep Updated

File contents

tachyon-beep/skillpacks/tree/main/plugins/axiom-contract-engineering/skills/using-contract-engineering commit 2a98231770

Frequently asked questions

npx skillmds@latest add tachyon-beep/using-contract-engineering