Created: 2026-03-03
Team Lead: Ellianto ⚡
Status: ✅ Team Assembled & Ready
| Agent | ID | Status | What They Do |
|---|---|---|---|
| Content Strategist | sub-agent-content |
✅ Ready | Blog posts, SEO content, thought leadership |
| Conversion Optimizer | sub-agent-cro |
✅ Ready | Landing page audits, A/B tests, signup flow optimization |
| Social Manager | sub-agent-social |
✅ Ready | LinkedIn/Twitter posts, engagement, viral content |
| Paid Ads Specialist | sub-agent-ads |
✅ Ready | Google/Meta/LinkedIn ads, CAC optimization |
| SEO Specialist | sub-agent-seo |
✅ Ready | Technical SEO, programmatic pages, schema markup |
| Email & Automation | sub-agent-email |
✅ Ready | Email sequences, automation workflows, lifecycle marketing |
Just tell me what you need in plain English:
"I need a blog post about LinkedIn automation ROI"
I'll automatically:
This is the easiest way.
For more control, assign tasks directly in Mission Control:
# Create a task
psql $MISSION_CONTROL_DB_URL -c "
INSERT INTO tasks (title, description, status, priority, assigned_to)
VALUES (
'Write blog post: LinkedIn automation ROI',
'Research and write 1500-word blog post targeting keyword \"linkedin automation roi\". Include data, examples, and CTA to GrowReach trial.',
'inbox',
'high',
'sub-agent-content'
);"
Then agents will automatically pick up their assigned tasks.
sessions_spawn(
agentId="content-strategist",
task="Write blog post about LinkedIn automation best practices",
label="blog-automation-practices"
)
sub-agent-content)sub-agent-cro)sub-agent-social)sub-agent-ads)sub-agent-seo)sub-agent-email)psql $MISSION_CONTROL_DB_URL -c "
SELECT id::text, title, assigned_to, status, priority
FROM tasks
WHERE status != 'done'
ORDER BY priority DESC, created_at ASC;"
psql $MISSION_CONTROL_DB_URL -c "
SELECT name, status, last_active
FROM agents
ORDER BY last_active DESC;"
psql $MISSION_CONTROL_DB_URL -c "
SELECT t.title, c.author, c.text, c.created_at
FROM comments c
JOIN tasks t ON c.task_id = t.id
ORDER BY c.created_at DESC
LIMIT 10;"
Each agent has a SOUL.md file in .agents/[agent-name]/SOUL.md.
Edit these files to:
Example:
# Edit Content Strategist's personality
nano .agents/content-strategist/SOUL.md
Each agent directory contains:
.agents/
├── content-strategist/
│ ├── SOUL.md ← Agent personality & style
│ ├── AGENTS.md ← Mission Control integration
│ └── TOOLS.md ← Tool-specific notes (optional)
├── conversion-optimizer/
├── social-manager/
├── paid-ads-specialist/
├── seo-specialist/
└── email-automation/
Don't spawn all agents at once. Start with 1-2 for your immediate needs.
The more context you provide, the better the output. Reference:
.claude/product-marketing-context.mdAgents deliver work for your review. Give feedback and they'll refine.
Monitor what works. Double down on high-performing agents/tasks.
Talk to Ellianto (me!):
I coordinate everything. You don't need to manage agents individually unless you want to.
Your first task: Tell me your biggest marketing priority right now, and I'll assign the right agent to handle it.
⚡ Let's grow GrowReach together!