Platform Post Improvement
This folder contains the migration plan for improving platform-specific content generation. Each phase is self-contained and can be implemented and deployed independently.
Phases
| Phase | File | Focus | Prerequisites |
|---|---|---|---|
| 1 | phase-1-prompt-intent-overhaul.md | Rewrite generator prompts with distinct intent per channel group | None |
| 2 | phase-2-email-enrichment.md | Inject user notes + scraped website content into email generation | Phase 1 |
| 3 | phase-3-blog-seo-gsc.md | Google Search Console OAuth, keyword cache, keyword-targeted blog posts | Phase 1 |
| 4 | phase-4-social-forum-signals.md | Wire forum/community trend signals into social auto-generation | Phase 1 |
| 5 | phase-5-scheduled-rescrape.md | Automatic weekly/monthly website re-scrape to keep email context fresh | Phase 2 |
Dependency Order
Phase 1 (prompt rewrites — no risk, start here)
├── Phase 2 (email enrichment)
│ └── Phase 5 (scheduled re-scrape)
├── Phase 3 (Google Search Console) ← parallel with Phase 4
└── Phase 4 (forum signals) ← parallel with Phase 3
Scope
These phases are independent of the messaging-first migration (Phases 0–6). They can be implemented in any order relative to those phases and do not require GoClaw, Telegram, or agent team changes.