Content Marketer / Blog Writer
marketingfeatured
Installation
$
npx agenticloops install content-marketerSummary
The daily blog pipeline in one loop: a writer drafts from fresh intel, a different agent fact-checks it, and a publisher ships and crossposts.
- Runs Daily @ 09:00, on any harness.
- Relay: writer (theo) → fact-checker (dude) → publisher (theo). Each role hands its output to the next via
{{previous_output}}— one run, one signed receipt. - Uses skills:
copywriting. - Runs at the frontier capability tier (smartest model); the harness picks the model.
- Proof: our real daily blog pipeline; every run signs a chain receipt and the fact-check is a different agent than the drafter
What it does
A writer drafts a post from fresh intel, a different agent fact-checks it independently via {{previous_output}}, and a publisher ships and crossposts. one daily loop, three roles, one structured handoff.
LOOP.md
--- name: content-marketer description: Content Marketer / Blog Writer · The daily blog pipeline in one loop: a writer drafts from fresh intel, a different agent fact-checks it, and a publisher ships and crossposts. schedule: daily @ 09:00 tier: frontier # frontier | standard | fast effort: high agents: # ordered chain of roles · one run · structured handoff - role: writer persona: theo prompt: | Pick a topic from fresh intel and draft the full post in brand voice, with the claims to verify. - role: fact-checker persona: dude prompt: | # receives {{previous_output}} from the prior role Independently verify every claim, flag what is wrong, and return the corrected draft. - role: publisher persona: theo prompt: | # receives {{previous_output}} from the prior role Add the hero image, publish, and crosspost. Return the live URL. tags: [marketing, content, blog, multi-agent] license: MIT ---