# EatCookJoy UAE — AI General Manager (one-click automation kit)

Six AI departments, 22 sub-agents, **one human approver** — the system from the playbook,
made runnable for eatcookjoy-uae.com. Full explainer & costs:
**https://azizsaif.com/eatcookjoy-Playbook/automation/**

## One click
```bash
bash automation/run.sh          # DRY: assemble + verify the Day-1 pack (no posting)
bash automation/run.sh --live   # also fire n8n webhooks IF automation/.env keys are set
```
Open the result: **[automation/day-1/00-INDEX.md](day-1/00-INDEX.md)** — or the
Control Room page at **eatcookjoy-uae.com/automation/**.

## What's inside
```
automation/
  run.sh                 # the one-click runner
  .env.example           # every API key (copy to .env; never commit .env)
  config/
    brand-brief.md       # voice, halal-first rules, CTAs (source of truth)
    schedule.json        # posting times, crons, KPI targets, webhook names
  n8n/                   # 6 importable workflow stubs (one per department)
  day-1/                 # the generated Day-1 pack (content, reviews, SEO, KPI)
.claude/skills/          # 7 Claude Code skills: ecj-autorun + 6 departments
```

## The 7 Claude Code skills
| Skill | Department | Sub-agents |
|---|---|---|
| `ecj-autorun` | Orchestrator | runs all six, one click |
| `ecj-reels` | 🎬 Content & Reel Factory | CF-1…CF-4 |
| `ecj-social` | 📣 Social Media | SM-1…SM-4 |
| `ecj-reviews` | ⭐ Reviews & Reputation | GR-1…GR-3 |
| `ecj-seo` | 🔍 SEO / AEO / GEO | SEO-1…SEO-4 |
| `ecj-tech` | 🛠️ Website Tech | TECH-1…TECH-3 |
| `ecj-kpi` | 📊 KPI Dashboard | KPI-1…KPI-4 |

In Claude Code, just say **"run ecj-autorun"** (or "auto run the day") and it produces the pack.

## Go live (one-time)
1. `cp automation/.env.example automation/.env` and fill in your keys.
2. Import the 6 workflows from `automation/n8n/` into your self-hosted n8n.
3. `bash automation/run.sh --live`.

## Honest limits
Without API keys the kit is **DRY** — it generates everything ready-to-post but does not
post live. Live Instagram/TikTok/WhatsApp/Google posting needs approved business API
access wired into n8n. Halal-first, EN + AR, and **nothing posts without your ✓**.
