marketing-loops

Designs and schedules recurring marketing workflows with cadence, self-checks, and stop conditions.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/NicolaeRotaru/ad-mycity --skill marketing-loops-nicolaerotaru
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: marketing-loops
Source: https://github.com/NicolaeRotaru/ad-mycity/tree/main/.cursor/skills/marketing-loops
Command: npx skills add https://github.com/NicolaeRotaru/ad-mycity --skill marketing-loops-nicolaerotaru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? One-off marketing tasks get forgotten; this Skill turns them into repeatable, scheduled loops that an AI agent runs on a cadence, each with a defined trigger, self-check, state handling, and stop condition so nothing double-acts or runs away. ## Core Features & Use Cases - Loop catalog: 43 ready-to-adapt marketing loops covering SEO, paid ads, social, activation, retention, revenue, and referrals, each with a nine-part anatomy (cadence, act condition, self-check, idempotency, bail-out, output). - Cadence and guardrails: matches check frequency to how fast the underlying signal changes, and enforces human checkpoints before any loop publishes, spends, or sends. - Scheduling guidance: wires loops into Claude Code (/loop, ScheduleWakeup, CronCreate), generic cron, or a manual weekly cadence. - Use Case: Set up a weekly SEO ranking watch that checks positions every Monday, acts only when a tracked keyword drops more than five positions, dedupes alerts already sent, and stages a draft fix for approval. ## Quick Start Ask the agent to set up a weekly marketing loop that monitors ad creative fatigue and drafts a refresh whenever CPA drifts above target.

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 of 43 marketing loops, tune its cadence to how fast the signal changes, define the act condition and stop condition, then schedule it with cron, Claude Code's /loop or CronCreate, or a manual weekly run.

What is a marketing loop and how is it different from a marketing task?▼

A marketing loop is a repeatable workflow run on a cadence with a trigger, self-check, state tracking, and stop condition, unlike a one-off task. It turns recurring work like ranking checks or ad fatigue reviews into an always-on system.

How often should an automated marketing check run?▼

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

Can a marketing loop publish posts or spend ad budget automatically?▼

Auto-drafting is fine, but publishing, sending, or spending requires a human checkpoint unless you explicitly authorize autonomous action with caps and allowlists. The guardrails reference defines a two-tier action model and a required kill switch.

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

Skip loops for strategy, positioning, or creative direction decisions, for signals too sparse to be significant, and for vanity reporting nobody acts on. Loops maintain and optimize; they do not set direction.