Skip to main content
Businessgtmagents

data-contract-framework

Operating model for defining, enforcing, and auditing BI data contracts.

Stars
259
Source
gtmagents/gtm-agents
Updated
2026-04-03
Slug
gtmagents--gtm-agents--data-contract-framework
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/gtmagents/gtm-agents/HEAD/plugins/business-intelligence/skills/data-contract-framework/SKILL.md -o .claude/skills/data-contract-framework.md

Drops the SKILL.md into .claude/skills/data-contract-framework.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Data Contract Framework Skill

When to Use

  • Establishing ownership and SLAs for mission-critical BI tables.
  • Coordinating schema changes between engineering, analytics, and RevOps.
  • Auditing data reliability before major launches or executive reporting cycles.

Framework

  1. Contract Scope – table/view name, business purpose, consumer list.
  2. Owner Matrix – technical owner, business owner, escalation contacts.
  3. SLA Definition – refresh cadence, acceptable latency, data quality thresholds.
  4. Change Workflow – approval steps, testing requirements, communication plan.
  5. Compliance & Audit – logging, version history, and retention requirements.

Templates

  • Data contract one-pager (scope, owners, SLAs, dependencies).
  • Change request form with impact assessment.
  • Audit checklist for quarterly reviews.

Tips

  • Keep contracts lightweight but enforceable—link to dbt/docs for deeper detail.
  • Automate SLA checks via dashboards and alerting.
  • Pair with audit-data-contracts to prioritize fixes and highlight risk.