Eight agents run the operational side of this site — content, SEO, reporting, monitoring — and the dependency graph below shows what feeds what. None of them are chatbots bolted onto a dashboard; they’re working sessions that claim a task, do it, and write their state back.
Mechanically, an agent is a Claude session driving Orbit abilities over MCP. Every ability is a typed, permissioned registration in the WordPress Abilities API — so the agent surface and the API surface are the same thing, and anything an agent can do, you can audit, rate-limit, or call yourself over REST.
Where the honesty comes in: agents don’t get free rein. One task per session, pull requests reviewed by humans, publishing behind approval gates. This very page is the receipt — it was authored and seeded by a Claude Code session working a Notion task, then merged by a person.
How it works
8 AI agents. Zero busywork.
Every client site runs on a fleet of managed agents that generate content, expand SEO, monitor quality, and track leads — automatically, on schedule.
Daily 7am
Lead Intelligence
Scans coverage gaps, scores priorities, and produces a daily brief that drives every other agent’s decisions.
Mon / Wed / Fri
Content Machine
Generates strategic content briefs from gap analysis. Feeds the Notion content pipeline with topics that actually rank.
Tuesday
SEO Blitz
Expands the programmatic SEO matrix — new cities, new industries, new keyword combinations. Builds the moat wider.
Monday
SEO Page Builder
Fills service area gaps with unique content. Reads the intelligence priority list and generates 10-15 pages per run.
Daily 6am
Site QA
PHP lint, JSON validation, pattern integrity, dead link detection. The safety net that catches what breaks before users do.
Weekly
QA & Review Agents
Accessibility, content freshness, and SEO infrastructure checks run weekly on top of the daily QA pass. Nothing slips through.
The dependency graph
Lead Intelligence (daily) → sets priorities for all downstream agents
├── Content Machine
│ briefs → Notion
├── SEO Blitz
│ matrix → pages
└── Page Builder
gaps → content
Site QA (daily) → catches breaks from all agents
Content Freshness + SEO Infra + Pattern Quality → weekly validation layer