Coco Contract Review

Review a component's contract — or a proposed contract change — for consistency in a coco component-contract codebase. Checks both that the implementation actually satisfies its own contract, and that the contracts of the components it depends on are strong enough to justify its own guarantees (compositional soundness — its rely-set is met). Also reviews a contract changeset from an evolution ripple for correct strengthening/breaking classification and completeness. Use when reviewing a contract, a proposed contract, or a commit that touches contracts; plugs into the structured-spec-to-code review phase (code-task-review, implementation-review). Reach for this whenever component contracts need to be checked for internal or compositional consistency.

ono-sendai-labs Updated

File contents

ono-sendai-labs/agent-skills/tree/main/component-contracts/coco-contract-review commit 1771e2db59

Frequently asked questions

npx skillmds@latest add ono-sendai-labs/coco-contract-review