Surface Contract

Audit, align, and refine the seam between code execution and written specification (docs, manifests, schemas) using Ousterhout × Liskov surface/contract discipline. Use when the user requests a documentation audit, a review of architectural alignment, a verification of public-facing API contracts, manifest validation, or when code changes are made to core subsystems (SQLite queue, plugin protocol, routers) and their corresponding specifications must be updated. This skill focuses on identifying lies, leaks, quiet promises, and shallow abstractions, ensuring the written word is both a deep abstraction and a strict, truthful contract.

mattjoyce d39784b 9.0 KB Updated

File contents

mattjoyce/ductile/tree/main/skills/surface-contract commit d39784b502

Frequently asked questions

npx skillmds@latest add mattjoyce/surface-contract