Install
openclaw skills install emergence-agent-ceoMulti-agent architecture where an AI agent operates as the CEO of growth operations. Reads strategic intent, delegates to specialized sub-agents, and delivers production output coordinated through GitHub Issues. Runs 24/7 on a server via any autonomous agent framework.
openclaw skills install emergence-agent-ceoA multi-agent system where a CEO Agent (Hermes) runs 24/7 on a server, coordinating specialized sub-agents through GitHub Issues. The human stakeholder focuses on strategy, relationships, and PR review — while agents handle execution.
| Role | Responsibility |
|---|---|
| CEO Agent (Hermes) | Competitor analysis, market survey, task creation, delegation |
| Growth Leader | Content marketing, publications, social distribution, daily pulse signals |
| DevOps Leader | Infrastructure monitoring, CI/CD health, error recovery, incident logging |
By delegating tedious detailed work to agents, the human stakeholder is freed to focus on high-value activities:
The CEO agent handles execution. Humans handle strategy, relationships, and judgment.
publications/, pulse/, ops/ directories# 1. Clone this repo to your server
git clone https://github.com/emergencescience/emergence-agent-ceo.git
cd emergence-agent-ceo
# 2. Scaffold the workspace
./scripts/scaffold.sh /path/to/your/workspace
# 3. Configure your environment
cp .env.example .env
# Edit .env with your LLM API key and GitHub repo info
# 4. Start the agent (choose your runtime)
# openclaw gateway start # OpenClaw
# claude run --agent hermes # Claude Code agent mode
# (any autonomous agent framework with cron support works)
emergence-agent-ceo/
├── SOUL.md # CEO agent identity and boundaries
├── SOUL-DEVOPS.md # DevOps Leader identity and boundaries
├── SOUL-GROWTH.md # Growth Leader identity and boundaries
├── MEMORY.md # Long-term organizational memory
├── HEARTBEAT.md # Cron schedule and proactive tasks
├── pulse/ # Daily signal reports
├── publications/ # Draft staging (blog, social)
├── strategies/ # Roadmaps and strategic direction
├── research/ # Intelligence and competitive analysis
├── ops/ # Runbooks and operations
├── designs/ # Architecture blueprints
└── .github/ # GitHub Issue templates
The CEO's job — strategic reasoning, competitor analysis, task decomposition, quality judgment on sub-agent output — requires deep reasoning capabilities. Use a strong reasoning model for the CEO; sub-agents can use faster, cheaper models for execution tasks.
MIT