Claude-skill-registry channel-pacing-guardrails
Guardrail framework for monitoring spend, efficiency, and CAC thresholds
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/channel-pacing-guardrails" ~/.claude/skills/majiayu000-claude-skill-registry-channel-pacing-guardrails && rm -rf "$T"
manifest:
skills/data/channel-pacing-guardrails/SKILL.mdsource content
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
- Budget Bands – define min/max pacing per channel, region, and campaign tier.
- Efficiency Guardrails – set CAC, CPL, ROAS, payback thresholds with warning/critical bands.
- Alert Workflow – specify channels, owners, escalation paths, and notification cadence.
- Exception Policy – document when overrides are allowed and approval requirements.
- 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
to keep thresholds grounded in data.roi-benchmark-library - Tie alerts to
outputs for automation./marketing-analytics:monitor-channel-pacing - Include leading indicators (CTR, CPC) to catch issues before CAC blows up.