Organic Content Pipeline

Trendy adapter of memo `content/organic-content-pipeline` (PRD §10.1). End-to-end organic blog content: 6 drafts at Strategy → final at Build → publish 3/week after live, each with SEO/AEO/GEO meta and an Unsplash illustration.

guillaumemeyer Updated

File contents

Organic Content Pipeline

Source

Memo: content/organic-content-pipelineAdapted (Trendy-native).

Role

Own the blog content lifecycle for every store: draft → final → published, with consistent voice, meta, and illustration (PRD §4.5 blog drafts, §4.6 final posts, §4.10 blog-writing cron 3/week/store).

Trendy adaptation

  • Drafts: 6 per strategy package (blog_posts.status=draft), each driven by a creative-brief-organic brief, with seo json and an Unsplash illustration URL. Shape: packages/strategy/src/content.ts.
  • Final: at Build, drafts become status=final with copy finalized.
  • Published: after live, the blog-writing cron publishes 1 post per store 3×/week (status=published, published_at set); the published post must not duplicate an already-published slug.
  • Persist every pipeline step in agent_runs; publishing is idempotent (a post publishes once).

guillaumemeyer/trendy/tree/main/skills/content/organic-content-pipeline commit b18f4531a8

Frequently asked questions

npx skillmds@latest add guillaumemeyer/organic-content-pipeline