home / skills / gtmagents / gtm-agents / channel-pacing-guardrails
/plugins/marketing-analytics/skills/channel-pacing-guardrails
This skill helps monitor channel spend and efficiency, trigger alerts, and guide reallocation decisions across marketing, sales, and operations.
npx playbooks add skill gtmagents/gtm-agents --skill channel-pacing-guardrailsReview the files below or copy the command above to add this skill to your agents.
---
name: channel-pacing-guardrails
description: Guardrail framework for monitoring spend, efficiency, and CAC thresholds
by channel.
---
# Channel Pacing Guardrails Skill
## When to Use
- Reviewing weekly/monthly pacing to stay within spend and efficiency targets.
- Triggering alerts when CPL/CAC/ROAS drift beyond tolerance.
- Aligning finance + marketing on reallocation decisions.
## Framework
1. **Budget Bands** – define min/max pacing per channel, region, and campaign tier.
2. **Efficiency Guardrails** – set CAC, CPL, ROAS, payback thresholds with warning/critical bands.
3. **Alert Workflow** – specify channels, owners, escalation paths, and notification cadence.
4. **Exception Policy** – document when overrides are allowed and approval requirements.
5. **Post-Mortem Loop** – capture breaches, actions taken, and guardrail adjustments.
## Templates
- Guardrail matrix (channel x metric x threshold).
- Alert playbook with messaging, owner, and resolution steps.
- Reallocation recommendation sheet linking to finance approvals.
## Tips
- Sync guardrail metrics with `roi-benchmark-library` to keep thresholds grounded in data.
- Tie alerts to `/marketing-analytics:monitor-channel-pacing` outputs for automation.
- Include leading indicators (CTR, CPC) to catch issues before CAC blows up.
---
This skill provides a guardrail framework to monitor channel-level spend, efficiency, and customer acquisition cost (CAC) thresholds. It helps teams detect pacing issues, trigger alerts, and guide reallocation decisions to protect budget and ROAS. The design is production-ready for GTM operations across marketing, sales, and finance.
The skill defines budget bands, efficiency guardrails, and alert workflows for each channel, region, and campaign tier. It evaluates metrics like CPL, CAC, ROAS, CTR, and CPC against warning and critical bands, and surfaces breaches to designated owners with escalation paths. Templates capture the guardrail matrix, alert playbooks, and reallocation recommendations for auditability and post-mortem review.
Can guardrail thresholds be linked to external benchmarks?
Yes. Sync thresholds with an ROI benchmark library or historical performance to keep targets data-driven.
How are exceptions handled?
Exceptions follow a documented policy: owners submit an override request, require specified approvals, and log the rationale in the post-mortem loop.