home / skills / gtmagents / gtm-agents / governance
This skill enforces governance for personalization programs by capturing approvals, logging changes, and auditing compliance.
npx playbooks add skill gtmagents/gtm-agents --skill governanceReview the files below or copy the command above to add this skill to your agents.
---
name: governance
description: Use to enforce approvals, compliance, and auditability for personalization
programs.
---
# Personalization Governance Skill
## When to Use
- Deploying or updating personalization rules, models, or high-impact content variants.
- Running quarterly audits on consent, data usage, or fairness metrics.
- Investigating incidents related to personalization errors or policy breaches.
## Framework
1. **Policy Alignment** – document legal, privacy, accessibility, and ethical constraints per channel.
2. **Approval Workflow** – define RACI (architect, legal, security, marketing) and required evidence per change.
3. **Change Logging** – capture version metadata (who, what, when, why), including rollback steps.
4. **Risk Monitoring** – set KPIs + alerts for fairness, bias, consent violations, or performance regressions.
5. **Audit Trail** – maintain dashboards + storage for decision logs, approvals, and incident reports.
## Templates
- Change request form (summary, impact, risk score, approvers, attachments).
- Governance checklist (consent, accessibility, localization, security, QA evidence).
- Incident review template (root cause, remediation, follow-up actions, owner).
## Tips
- Pair governance checkpoints with CI/CD or deployment scripts to prevent bypass.
- Use unique change IDs to connect decision tree updates with content variants and experiments.
- Schedule quarterly tabletop exercises to keep stakeholders fluent in escalation paths.
---
This skill enforces approvals, compliance, and auditability for personalization programs. It provides a structured governance framework to ensure changes to personalization rules, models, and high-impact content are reviewed, logged, and monitored for risk and fairness.
The skill applies a policy-alignment checklist and an approval workflow that captures RACI roles and required evidence for each change. It logs change metadata (who, what, when, why) with unique IDs, links to rollback steps, and integrates risk monitoring KPIs and alerts. Dashboards and persistent audit trails store decision logs, approvals, and incident reviews for compliance and audits.
How does this skill prevent governance from blocking rapid iteration?
Use risk-based gates: low-risk changes follow lightweight review while high-impact updates require full RACI approval. Automate checks to keep fast feedback loops.
Can governance be integrated with deployment pipelines?
Yes. Embed governance checkpoints in CI/CD to require approval artifacts and automated QA before deployment, reducing the chance of bypass.