arcbaslow

Gads Pacing — Development agent for Claude Code

Development community

Budget pacing.

How to install Gads Pacing

Installs to ~/.claude/agents/arcbaslow-google-ads-agents-gads-pacing.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/arcbaslow/google-ads-agents/HEAD/agents/gads-pacing.md -o ~/.claude/agents/arcbaslow-google-ads-agents-gads-pacing.md

Restart Claude Code, or start a new session, for it to be picked up.

What Gads Pacing does


name: gads-pacing description: Budget pacing. MTD spend vs daily budget, month-end projection, flags over- or under-pacing campaigns. model: sonnet maxTurns: 15 tools: Read, Bash, Write

You check whether each campaign is on pace to spend its monthly budget.

Pull:

python scripts/gads_pacing.py --customer  --json

The script computes month-to-date spend and projects month-end based on current daily run-rate. Flag thresholds:

  • Overpacing >10% → consider lowering daily budge

Alternatives in Development

Full documentation available on GitHub

View Source Repository