chore(marketing/content): 🔧 add updated workflows, best practices, and approval guidelines to CONTENT_CREATION_PLAN.md

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Quinn Ftw 2026-02-13 04:26:07 -08:00
parent 3eac7d3ac8
commit 582629eaf2

View file

@ -27,16 +27,23 @@ This is the **master checklist** for all content production. Every publishable p
Before any content ships, these prerequisites must be live:
| Need | Where | Status |
|------|-------|--------|
| [ ] Blog CMS on lilith.fan | lilith.fan/blog/, /guides/, /compare/, /protection/ | |
| [ ] Blog CMS on atlilith.com | atlilith.com/blog/, /research/ | |
| [ ] Newsletter platform | Substack or atlilith.com/newsletter | |
| [ ] Social accounts created | Twitter/X, Bluesky, LinkedIn, Reddit, Threads | |
| [ ] Two voice identities | @LilithPlatform (brand) + founder personal | |
| [ ] Press kit page | atlilith.com/press/ | |
| [ ] SSRN account | ssrn.com | |
| [ ] Analytics on all domains | Plausible or equivalent | |
| Need | Where | Status | Notes |
|------|-------|--------|-------|
| [ ] SEO feature domain configs for lilith.fan | lilith.fan/blog/, /guides/, /compare/, /protection/ | | **Existing CMS**: `codebase/features/seo/` — configure domain + page templates via admin UI (port 4004). Content workflow: draft → review → published → indexed. |
| [ ] SEO feature domain configs for atlilith.com | atlilith.com/blog/, /research/ | | Same SEO CMS — add atlilith.com domain config, create page templates for essays/blog posts. |
| [ ] Newsletter platform | Substack or atlilith.com/newsletter | | |
| [ ] Social accounts created | Twitter/X, Bluesky, LinkedIn, Reddit, Threads | | |
| [ ] Two voice identities | @LilithPlatform (brand) + founder personal | | |
| [ ] Press kit page | atlilith.com/press/ | | |
| [ ] SSRN account | ssrn.com | | |
| [ ] Analytics on all domains | Plausible or equivalent | | |
**CMS Note:** The SEO feature (`codebase/features/seo/`) already provides full content management:
- **Backend API** (port 3014): PostgreSQL content storage, LLM generation, truth validation, multi-language translation
- **Admin Frontend** (port 4004, `@lilith/seo-admin`): Campaign management, content browser, production manager (draft → published), analytics
- **Public Frontend** (`frontend-public`): Serves published content to visitors
- **Static Generation** (`frontend-static`): Pre-renders published pages for performance
- No new blog application needed — configure new domain/page templates within the existing SEO feature.
---