Governed Delivery and Operational Assurance
Data Contracts and Schema Evolution Governance
Authors contract checks for assigned datasets, gates merges on executable CI checks, and executes expand-contract changes following the safe sequence.
Expected at Junior
Sample competency question
Ask once, as written, then allow silence. A helpful rephrase may hand the candidate the answer.
Positive indicators
- CI gate blocks on check failure
- Change keeps old and new compatible
- Docs generated from the checks themselves
Negative indicators
- Checks live outside the merge path
- Breaking changes slipped through silently
- Docs and checks disagree
Basic working proficiency fits authoring checks against an existing contract and following the expand-contract sequence with review.

