skills/budget-tracker/SKILL.md
Track budget pacing in real time. Use when: cross-platform spend tracking, overspend alerts, reallocation recommendations.
npx skillsauth add indranilbanerjee/digital-marketing-pro budget-trackerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Track advertising budget in real-time across all connected ad platforms. Analyze spend pacing against targets, project end-of-period totals, flag overspend risks and underspend inefficiencies, calculate daily burn rates, and recommend budget reallocations to maximize ROI within the remaining budget window. Designed for media buyers and marketing managers who need a single view of where money is going and whether it is being spent effectively.
The user must provide (or will be prompted for):
profile.json budget_range and any saved platform allocationsprofile.json budget_range~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Apply brand voice, compliance rules for target markets (skills/context-engine/compliance-rules.md), and industry context. Also check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load restrictions. Check for agency SOPs at ~/.claude-marketing/sops/. If no brand exists, ask: "Set up a brand first (/digital-marketing-pro:brand-setup)?" — or proceed with defaults.budget_range from profile.json and any saved per-platform allocations from
previous budget-optimizer or media-plan runs. If user provided explicit targets, use those as overrides.
Calculate the target daily spend rate for each platform (budget / days in period).python "${CLAUDE_PLUGIN_ROOT}/scripts/ad-budget-pacer.py" --budget {total} --period-days {N} --days-elapsed {N} --spend-to-date {amount} with spend data
and budget targets to compute days elapsed/remaining, budget consumed vs expected pacing percentage, pacing
ratio (actual / expected), daily burn rate (7-day average), and burn rate trend (accelerating/steady/decelerating).python "${CLAUDE_PLUGIN_ROOT}/scripts/budget-optimizer.py" with current spend
efficiency data to suggest specific dollar-amount shifts from underspending or low-efficiency platforms to
high-performing ones with room to scale. Include rationale for each recommended move.python "${CLAUDE_PLUGIN_ROOT}/scripts/performance-monitor.py" --brand {slug} --action save-snapshot --data '{...pacing metrics...}'
for historical tracking, trend analysis, and comparison in future budget-tracker runs.A structured budget dashboard containing:
development
Build a content cluster plan from seed keywords — pillar+spokes architecture with internal-link map, intent grouping, and quality scorecard. Use when: planning topical authority, designing a content hub, deduping cannibalising pages, or staging a programmatic content rollout.
testing
Validate a brand profile end-to-end — required fields, voice/audience completeness, connector reachability, credentials health, and compliance prerequisites — without exposing credential values. Run after any credential change or brand-profile edit.
testing
Orchestrate the full multi-channel launch of an approved campaign plan — pre-launch checklist, asset readiness gate, channel-by-channel activation, CRM campaign record creation, kickoff comms, day-1 monitor setup. Broader than /launch-ad-campaign (which is paid-ads only).
testing
Audit a brand's existing live campaigns across every active channel — paid, organic, email, social, content, SEO. Produce a current-state inventory, quick-wins backlog, and red-flags list. Use during agency onboarding or before any /campaign-plan refresh.