marketing-loops

Designs and schedules recurring marketing workflows with cadence, state tracking, and human checkpoints.

Updated Aug 2, 2026
One-click install
npx skills add https://github.com/Pinkycherry/newbusinessideas3 --skill marketing-loops-pinkycherry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketing-loops
Source: https://github.com/Pinkycherry/newbusinessideas3/tree/main/.claude/skills/marketing-loops
Command: npx skills add https://github.com/Pinkycherry/newbusinessideas3 --skill marketing-loops-pinkycherry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Recurring marketing work like SEO monitoring, ad-fatigue checks, and churn watches gets forgotten or done inconsistently when handled manually. This Skill turns those tasks into repeatable loops an AI agent runs on a schedule, each with a defined trigger, self-check, state handling, and stop condition. ## Core Features & Use Cases - Loop catalog: 43 ready-to-adapt marketing loops covering SEO, paid ads, social, activation, retention, revenue, and referrals, each specified with a nine-part anatomy. - Guardrails and compliance: A two-tier action model that keeps drafting autonomous while gating spend, sends, and publishing behind human approval, plus CAN-SPAM, GDPR, FTC, and platform ToS rules. - State and idempotency: Patterns for cursors, dedupe keys, cooldowns, and run logs so loops never double-act or re-contact the same people. - Use Case: A B2B SaaS team sets up a weekly ranking-drop watch that checks priority keywords, diagnoses regressions, and stages a fix report, skipping quietly when nothing moved. ## Quick Start Ask the agent to set up a weekly SEO opportunity loop for your product and have it pick the closest match from the loop catalog with a stop condition and human checkpoint.

Frequently Asked Questions about marketing-loops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a recurring marketing automation workflow?

Pick a loop from the catalog that matches your goal, tune its cadence to how fast the underlying signal changes, define its state handling and stop condition, then schedule it via cron, Claude Code primitives like CronCreate, or a manual weekly run.

What marketing tasks can be automated on a schedule?

Signal-driven tasks like ranking-drop watches, ad-fatigue checks, churn-signal monitoring, dunning recovery, content-decay refreshes, and competitor tracking work well. Strategy, positioning, and creative direction should not be looped because they require human judgment.

Can marketing loops publish posts or spend ad budget automatically?

By default no. Drafting and staging run autonomously, but spending money, sending messages, and publishing require a human checkpoint unless you explicitly authorize them with hard spend caps and an allowlist of eligible accounts or campaigns.

How often should a marketing loop run?

Match cadence to signal speed: rankings and competitor changes weekly, ad fatigue every 2-3 days, churn signals daily, and content decay monthly. Over-frequent loops generate noise and train you to ignore the output.

Why does my scheduled loop keep repeating the same actions?

The loop is missing state and idempotency handling. Persist a cursor or watermark, dedupe keys for items already acted on, and per-entity cooldown windows in a state file so re-runs skip previously handled work.

When should I not automate a marketing task as a loop?

Skip loops when the work is strategy or creative direction, when the signal is too sparse to be significant, or when nobody acts on the output. A loop whose output goes unread is a vanity loop and should be deleted.