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

## Before you start

Connect plugins:
- Browser / Web access (required) — Open pages, inspect live state, collect evidence, and verify changes.
- Google Analytics (required) — Read traffic, conversion, product, or campaign performance signals.
- Notion (required) — Read and update approved briefs, docs, calendars, and reports.
- Meta Ads (required) — Read Facebook/Instagram campaign, spend, variant, and creative performance.
- Slack (required) — Post summaries, approvals, blockers, and handoff updates.

Attach skills:
- Loop runner (required) — Self-pace iterations, run the check between passes, and stop only on the exit condition.
- Browser QA (optional) — Exercise product flows, capture visual evidence, and verify fixes in-browser.
- Content operations (optional) — Turn signals into reviewable briefs while preserving source attribution.
- Growth operations (optional) — Evaluate campaign performance, creative tests, CPA, and launch readiness.
- Approval workflows (optional) — Keep outbound actions in draft or approval states when risk is non-trivial.
- Documentation QA (optional) — Check docs against current product behavior and keep claims accurate.

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