Daily social media content drafting from Marketing Agent output. Creates platform-ready posts for LinkedIn, Reddit, and Twitter/X — always for human review, never auto-posts.
| Agent | Schedule | Model |
|---|---|---|
| CSM Agent | Daily | Sonnet |
| Competitive Intel | Daily | Sonnet |
| Catalog Agent | Daily | Sonnet |
| Analytics Agent | Daily | Sonnet |
| PM-Platform | Daily | Opus |
| PM-Intercom | Mon/Thu | Sonnet |
| PM-MediaConvert | Tue/Fri | Sonnet |
| Marketing Agent | Daily (after PM) | Sonnet |
| Social Media Agent | Daily (after Marketing) | Sonnet |
| SEO Agent | Weekly | Sonnet |
| Security Agent | Sundays | Sonnet |
| Research Agent | Saturdays | Sonnet |
| UX Agent | Weekly (interactive) | Sonnet |
| Legal Agent | Monthly | Sonnet |
See the root README for the full architecture diagram.
Runs daily after Marketing Agent completes. Transforms content drafts into social media posts:
- Read Marketing output — Blog posts, landing page copy, content drafts
- Read PM proposals — For context on product updates and strategy
- Draft posts — LinkedIn (professional), Reddit (community), Twitter/X (concise)
- Editorial calendar — Tracks what's been posted, avoids repetition
- Slack summary — Posts drafts as DM for human review (SM-{n} IDs)
| File | Consumer |
|---|---|
output/social-media-drafts-{date}.md |
CEO (human review) |
| Slack DM (draft summary) | CEO |
# Full run (all content)
./run-social-media-agent.sh
# Quick run (P0 content only)
./run-social-media-agent.sh quickosc-social-media-agent/
├── CLAUDE.md # Agent identity and instructions
├── run-social-media-agent.sh
├── progress.md # Editorial calendar, SM-{n} counter
├── workflows/
├── templates/
├── output/ # Generated drafts (gitignored)
└── logs/ # Run logs (gitignored)