Catalog
coreyhaines31/marketing-loops

coreyhaines31

marketing-loops

When the user wants to set up a recurring, self-running marketing workflow — a repeatable loop an AI agent runs on a cadence (weekly, daily, on a trigger) rather than a one-off task. Also use when the user mentions 'marketing loop,' 'recurring marketing workflow,' 'automate my marketing,' 'marketing on autopilot,' 'weekly marketing review,' 'ad fatigue check,' 'content refresh loop,' 'churn watch,' 'ranking drop alert,' 'always-on marketing,' 'marketing automation workflow,' or 'run this every week.' Use this to pick, adapt, and schedule an ongoing marketing loop that orchestrates the other marketing skills. For one-off marketing ideas, see marketing-ideas. For the experimentation loop specifically, see ab-testing.

global
version:1.0.0
New~2.2k
v1.0Saved Jul 3, 2026

Marketing Loops

You help set up marketing loops — repeatable marketing workflows an AI agent runs on a cadence, each with a defined trigger, a bounded set of steps, a self-check, and an explicit stopping condition. A loop turns a marketing task you'd otherwise do manually (and forget) into an always-on system: the weekly SEO opportunity scan, the ad-fatigue refresh, the churn-signal watch.

This is the operational cousin of marketing-ideas. Ideas tell you what to try once. Loops tell you what to keep doing on a schedule — and wire the other marketing skills together to do it.

How to Use This Skill

Check for product marketing context first: if .agents/product-marketing.md exists (or .claude/product-marketing.md, or the legacy product-marketing-context.md), read it before asking questions. Use that context and only ask for what's missing.

Then:

  1. Clarify the job. What outcome should this loop protect or grow? (rankings, ad efficiency, activation, retention, revenue, referrals)
  2. Pick a loop from the catalog in references/loop-catalog.md — or adapt the closest one.
  3. Tune the cadence to how fast the underlying signal actually changes (see the cadence rule below).
  4. Confirm the human checkpoint. Decide what the loop does autonomously vs. what it stages for human approval before publishing or spending — see references/loop-guardrails.md.
  5. Schedule it (see "Scheduling a loop" below).

Building more than one loop, or a whole marketing operating system? See references/loop-orchestration.md for how loops compose and the order to adopt them (start with tracking + a weekly review; don't build 43 at once).

Anatomy of a Marketing Loop

Every loop in the catalog has these nine parts. When you author or adapt one, fill all of them — a loop missing a stop condition, a self-check, or its state handling is a liability, not an asset.

Part What it defines
Check cadence How often the loop looks (weekly / daily / on-trigger). Match it to signal speed.
Acts when The action condition — what must be true to actually do something, vs. just check and skip. Most runs of a good loop are "checked, nothing to do."
Purpose The one outcome this loop exists to move.
Skills used Which marketing skills the loop orchestrates each iteration.
Loop body The ordered steps run each iteration.
Self-check The verification done before acting — so the loop doesn't act on noise, seasonality, or a tracking bug.
State / idempotency What the loop remembers between runs: last-run marker, dedupe key, cooldown window, "already handled" set. Without this, loops double-act, re-nag the same people, or re-alert the same thing. Non-negotiable for anything scheduled — see references/loop-state.md for where state lives and the idempotency patterns.
Stop / bail-out When the loop skips, halts, escalates to a human, or disables itself — plus what it does on error. Every loop needs one, including heartbeat loops (their stop is "manual disable + error-halt," never "n/a").
Output Where results go: a file, a PR, a staged draft, a notification, a report.

The Check cadence / Acts when split matters: a churn-signal loop might check daily but only act when an account crosses a risk threshold it hasn't been contacted about inside the cooldown window. Conflating the two produces loops that either miss the window or spam.

The cadence rule

Match cadence to how fast the signal actually changes — not to how often you'd like an update.

Signal Realistic cadence Why
Rankings, backlinks, domain authority Weekly Move slowly; daily checks are noise
Ad creative fatigue, CPA drift Every 2–3 days Meta/Google feedback loops are days, not hours
Activation / onboarding funnel Weekly Needs enough signups to be significant
Churn signals Daily or on-trigger Early intervention window is short
Content / copy decay Monthly Traffic erosion is gradual
Competitor changes Weekly Pricing/positioning shifts are infrequent but matter
Social listening / mentions Daily Engagement windows close fast

Over-frequent loops are the most common failure mode: they generate busywork, burn budget, and train you to ignore the output.

When NOT to loop

Not everything should be automated on a cadence. Skip a loop — or add a mandatory human checkpoint — when:

  • Strategy or creative direction is the real work. Loops maintain and optimize; they don't set positioning, invent campaigns, or make brand calls.
  • The action publishes or spends without review. Auto-drafting an ad, email, or post is fine. Auto-publishing or auto-shifting budget needs a human checkpoint unless the user has explicitly authorized autonomous action and set guardrails (caps, allowlists).
  • The signal is too sparse to be significant. A weekly conversion-rate loop on 40 visitors/week is measuring noise.
  • It's a vanity loop. If nobody acts on the output, delete the loop. A loop that emails a dashboard nobody reads is worse than nothing.

For any loop that sends, spends, publishes, or touches personal data, apply references/loop-guardrails.md — the two-tier action model (autonomous-safe vs. gated), spend/send caps, CAN-SPAM/GDPR/FTC/ToS rules, the always-escalate list, and a required kill switch.

Scheduling a loop

These loops are agent-agnostic — the body works in any agent. The scheduling depends on your environment:

  • Claude Code — native options: /loop (self-paced, until a condition), ScheduleWakeup (dynamic pacing that reacts to state), and CronCreate (fixed cron schedule). If you have a loop-mechanics skill such as loopify installed, use it to choose between them and tune delays; otherwise the guidance below is enough.
  • Any agent + cron — wrap the loop body as a scheduled prompt/script (0 9 * * 1 for Mondays 9am, etc.).
  • Manual cadence — for high-judgment loops, "run this skill every Monday" is a perfectly good loop. The value is the repeatable body, not the automation.

Default to time-of-day cron for review-style loops (weekly review, ranking watch) and dynamic pacing for monitor-until-threshold loops (churn watch, launch-day tracking).

The Catalog

references/loop-catalog.md holds the full library — 43 marketing loops with thorough funnel coverage: SEO & Content, Paid, Earned/Social/Partnerships, Activation, Retention, Revenue, Referral & Advocacy, and Ongoing Ops. Each is a complete, adaptable spec. Start there, pick the closest match, and tune it to the user's product, stage, and tooling.

Authoring a new loop

When nothing in the catalog fits, author a new loop from references/loop-template.md — a copy-paste template with fill-in prompts, a worked before/after example, and a ship checklist. Fill all nine anatomy parts; if you can't answer the self-check, state/idempotency, and stop/bail-out concretely, the loop isn't ready to run.

Anti-patterns

  • Looping without a stop condition → runaway spend or infinite churn.
  • Same cadence for every loop → most run too often and get ignored.
  • No self-check → the loop acts on noise, seasonality, or a tracking bug.
  • No human checkpoint on spend/publish actions.
  • Building 10 loops at once → start with one, prove it earns its keep, then add the next.

Banned vocabulary

Avoid: "set it and forget it," "fully autonomous marketing," "AI does everything," "10x on autopilot," "growth hacking machine." Loops are disciplined systems with checkpoints, not magic. Describe them honestly.

  • marketing-ideas — one-off tactics and inspiration (what to try). Loops operationalize the ones worth repeating.
  • ab-testing — the experimentation loop specifically (hypothesis → test → promote winner → repeat).
  • analytics — most loops read from analytics to decide whether to act.
  • Individual channel skills (ads, seo-audit, emails, social, churn-prevention, pricing, referrals) — the loop bodies orchestrate these.
Files7
7 files · 67.5 KB

Select a file to preview

Overall Score

87/100

Grade

A

Excellent

Safety

85

Quality

90

Clarity

88

Completeness

83

Summary

The marketing-loops skill teaches an agent to set up recurring, self-running marketing workflows (loops) on a cadence (daily, weekly, on-trigger). It provides a nine-part anatomy for loops, a catalog of 43 pre-built loops across the funnel, and guardrails for compliance and safety. The skill orchestrates other marketing skills and emphasizes disciplined systems with checkpoints, state management, and explicit stop conditions — not autopilot automation.

Detected Capabilities

read marketing/analytics data sourcesquery product-marketing context files (.agents/product-marketing.md)file write (loop state files in .agents/loops/)draft emails, ads, content, and outreach copyschedule recurring workflows (cron or agent-native primitives)manage state and idempotency (dedupe, cooldowns, watermarks)human checkpoints (staging for approval before spend/publish)loop orchestration (composing multiple loops into a system)

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

recurring marketing workflowsweekly marketing loopchurn watch automationad fatigue detectionranking drop alertcontent refresh loopmarketing on scheduleautomate retention

Risk Signals

WARNING

No state management → loops can double-act, re-nag, or repeat on restart

SKILL.md: Anatomy of a Marketing Loop, State / idempotency section
WARNING

Auto-publish or auto-spend without human checkpoint — violates Tier-2 gating

loop-guardrails.md: The two-tier action model
WARNING

No self-check → loop acts on noise, seasonality, or tracking bugs

SKILL.md: Anatomy, Self-check; loop-template.md
WARNING

No stop/bail-out condition → infinite loops, runaway spend, or endless spam

SKILL.md: Anti-patterns, When NOT to loop; loop-template.md Ship checklist
INFO

Over-frequent cadence (e.g., hourly for a weekly-moving signal) → busywork and ignored output

SKILL.md: The cadence rule; loop-catalog.md intro
WARNING

Newsjacking without veto list → pitching/posting about tragedies, crises, sensitive topics

loop-catalog.md: The newsjacking loop (Veto list section)
WARNING

Dunning loop without involuntary-vs-intentional distinction → re-nagging customers who chose to leave

loop-catalog.md: The failed-payment/dunning loop (Self-check)
WARNING

No compliance guardrails on send/spend/publish loops → CAN-SPAM, GDPR, FTC, ToS violations

loop-guardrails.md: Compliance section
WARNING

Raw PII in loop state or run logs → privacy risk

loop-state.md: PII handling; loop-guardrails.md: PII handling

Use Cases

  • Set up a weekly SEO opportunity loop that surfaces ranking gaps and decay, orchestrating seo-audit and content-strategy skills
  • Build a churn-signal loop that monitors at-risk accounts daily, stages re-engagement outreach, and respects cooldown windows to avoid re-nagging
  • Create a newsjacking loop that scans trending stories, applies a veto list (tragedies, crises, sensitive topics), and stages posts/pitches for human approval
  • Establish a failed-payment dunning loop that retries declined transactions with escalating messaging, tracks dunning stage, and knows when to stop
  • Design a weekly ad-fatigue loop that detects creative saturation, refreshes variants, and stages budget shifts for human approval
  • Implement a content-calendar refill loop that maintains a content pipeline by generating and prioritizing topics when the buffer runs low
  • Set up a monthly rollout plan that sequences adoption of loops (tracking-QA → retention loops → activation → growth) so the bucket is sealed before adding water
  • Author a custom loop from the template when the catalog doesn't match the exact need, ensuring all nine anatomy parts are filled before scheduling

Quality Notes

  • Strength: exceptionally clear nine-part anatomy — agents can reliably fill every section and avoid dangerous omissions like missing stop conditions.
  • Strength: comprehensive pre-built catalog (43 loops) with thorough funnel coverage; agents rarely build from scratch but adapt from close matches.
  • Strength: loop-orchestration.md provides a staged rollout path (foundation → retention → activation → growth → monetization) so users don't build 43 loops at once.
  • Strength: explicit guardrails for compliance (CAN-SPAM, GDPR, FTC, ToS) and a two-tier action model (Tier 1 auto, Tier 2 gated) prevent common harm patterns.
  • Strength: loop-state.md and loop-guardrails.md are well-structured references that agents can follow precisely — no vague guidance.
  • Strength: banned vocabulary and 'when NOT to loop' sections prevent the skill from enabling false automation claims ('set it and forget it').
  • Strength: evals.json provides concrete test prompts that validate guardrails (e.g., eval 3 tests newsjacking veto list enforcement, eval 5 tests 'when NOT to loop' pushback).
  • Strength: loop-template.md offers a fill-in-the-blanks template with worked example and ship checklist — lowers the barrier to authoring new loops safely.
  • Weakness: no explicit guidance on how to handle state when an agent re-runs a loop manually (is 'now' the watermark, or do you backfill history?). Loop-state.md mentions 'dry run first' but doesn't flesh out the backfill protocol.
  • Weakness: loop-guardrails.md assumes the agent has access to compliance expertise (CAN-SPAM, GDPR, FTC rules); could benefit from more worked examples of compliant vs. non-compliant loop designs.
  • Weakness: scheduling section in SKILL.md is agent-agnostic but light on cron examples (one line 'or a whole marketing operating system'). A user without cron familiarity might struggle; more examples would help.
  • Minor: product-marketing.md context check is mentioned upfront but the skill doesn't explain what should be in that file or how the loop body adapts based on context; could strengthen the context-awareness guidance.
  • Minor: loop-catalog.md is very long (40+ KB) and could be split into sections with anchor links for easier navigation.
Model: claude-haiku-4-5-20251001Analyzed: Jul 3, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Add coreyhaines31/marketing-loops to your library

Command Palette

Search for a command to run...