[01] LOOP
ContentmanualHardened

Blog Until Published

Outline, draft, optimize for SEO, deploy to staging, verify live, and loop until the post is published and indexed.

by Trooper

Kickoff prompt
Start the "Blog Until Published" loop.

Goal: blog post is live, SEO-checked, and verified at public URL
Max iterations: 8
Between iterations run: curl -sI public post URL and verify 200 with meta tags
Exit when: post returns 200 with title, description, and OG tags present

Step 1: Outline, draft, SEO-optimize, deploy, and verify the post is live.

Self-pace this loop. After each iteration, run the check command, read the output, and only continue if the exit condition is not met. Stop when the exit condition passes or max iterations is reached. Give a short status update each pass.

Paste the kickoff prompt into Cursor, Claude Code, or Codex. Deeplinks do not install hook files.

Steps

1. Outline and draft

Structure the post, write draft copy, and add internal links.

2. SEO and deploy

Set title, meta, OG tags; deploy to staging then production.

3. Verify live

Confirm public URL, meta tags, and social preview render correctly.

Flow diagram

Guardrails

Rules the agent must follow so it cannot cheat the exit condition.

  • Do not publish without explicit approval
  • Cite sources for factual claims
  • Verify internal links and images load on the live URL

More Content loops