marketing-loops

Designs and schedules recurring marketing workflows with cadence, state, and stop conditions.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Nurdiansyah0/nurdiansyahlabs-react --skill marketing-loops-nurdiansyah0
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: marketing-loops
Source: https://github.com/Nurdiansyah0/nurdiansyahlabs-react/tree/main/.agents/skills/marketing-loops
Command: npx skills add https://github.com/Nurdiansyah0/nurdiansyahlabs-react --skill marketing-loops-nurdiansyah0

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 when done manually. This Skill turns those tasks into repeatable loops an AI agent runs on a schedule, each with a defined trigger, self-check, and stopping condition. ## Core Features & Use Cases - Loop Catalog: 43 ready-to-adapt loop specs covering SEO, paid ads, social, activation, retention, revenue, and referrals, each defined with a nine-part anatomy (cadence, action condition, self-check, state, stop condition, output). - Guardrails & Compliance: A two-tier action model that keeps drafting autonomous while gating spend, sends, and publishing behind human checkpoints, with CAN-SPAM, GDPR, FTC, and platform ToS rules. - State & Scheduling Guidance: Idempotency patterns (watermarks, dedupe, cooldowns), run logging, and scheduling options via cron, Claude Code primitives, or manual cadence. - Use Case: A B2B SaaS team wants a weekly SEO watch. The Skill selects the keyword-gap and ranking-drop loops from the catalog, sets a weekly cadence matching how slowly rankings move, and stages content briefs for human review. ## Quick Start Ask the agent to set up a weekly marketing loop that watches your SEO rankings and stages recommended actions for review.

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 cadence.

How often should an automated 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.

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

By default no. Drafting and staging are autonomous-safe, but spending, sending, and publishing require a human checkpoint unless you explicitly authorize them with hard spend caps, per-run change limits, and an allowlist.

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

Skip loops for strategy, positioning, and creative direction, which require human judgment each time. Also avoid loops on sparse signals that lack statistical significance, or vanity loops whose output nobody acts on.

How do I stop a scheduled marketing loop from repeating actions?▼

Each loop persists state such as a watermark cursor, dedupe keys, and per-entity cooldowns so it never re-contacts the same person or re-alerts the same issue. Every loop also needs a documented kill switch to disable it quickly.