Chief Executive Orchestrator plugin - coordinates 170+ specialized agents across all domains
npx claudepluginhub andywxy1/ceo-pluginChief Executive Orchestrator - coordinates 170+ specialized agents across engineering, design, marketing, sales, and more. Multi-domain project execution with structured discovery, planning, and agent orchestration.
No description available.
Production-ready workflow orchestration with 75 focused plugins, 182 specialized agents, and 147 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
English | 简体中文
<p align="center"> <img src="docs/assets/header-banner.svg" width="900" alt="CEO Plugin Banner"> </p> <p align="center"> <em>A Claude Code plugin that coordinates 170+ specialized AI agents across 13 domains.<br>Team coordination. Verify-fix loops. Model routing. Hard-gated execution.</em> </p> <p align="center"> <img src="https://img.shields.io/badge/version-3.1.0-00d4ff?style=for-the-badge" alt="Version"> <img src="https://img.shields.io/badge/agents-170+-f0b232?style=for-the-badge" alt="Agents"> <img src="https://img.shields.io/badge/domains-13-00d4ff?style=for-the-badge" alt="Domains"> <img src="https://img.shields.io/badge/license-GPL--3.0-green?style=for-the-badge" alt="License"> <img src="https://img.shields.io/badge/Claude_Code-v1.0.33+-8B5CF6?style=for-the-badge" alt="Claude Code"> </p> <p align="center"> <a href="https://andywxy1.github.io/ceo-plugin/">Visit Landing Page</a> </p> <p align="center"> <img src="docs/assets/divider.svg" width="900"> </p>Product Meeting — /ceo:meeting assembles a cross-functional team of agents acting as company staff. They discuss your product freely via SendMessage — proposing bugs, debating improvements, asking each other questions across departments. An independent Meeting Observer then reads the full transcript and writes a comprehensive report with per-person narratives, severity-rated findings, blind-spot analysis, and prioritized action items.
Team Coordination — Coupled workstreams use TeamCreate + SendMessage so agents can negotiate laterally (API contracts, shared state) without routing everything through the orchestrator.
Verify-Fix Loop — Every implementation task is reviewed by a read-only agent (disallowedTools: Edit, Write). Failed tasks loop back with specific feedback. Max 3 retries before user escalation.
Onboarding & Settings — /ceo:setup walks you through model tier, verify-fix preferences, team mode, and checkpoint frequency. Writes settings.json so the CEO remembers your choices.
Model Routing — Every agent now has a model: field in its frontmatter. Architects, reviewers, and strategists default to Opus. Implementers and developers default to Sonnet. Override globally via settings.json:
| Tier | Behavior |
|---|---|
max_quality | All agents on Opus |
balanced | Opus + Sonnet split (default) |
max_speed | All agents on Sonnet |
Shared Context Protocol — Parallel agents read and append to a shared context file (ceo-projects/<name>/context/<workstream>.md), preventing duplicate discovery work. Read the protocol docs →
/ceo:ceo (the meta-orchestrator) + /ceo:meeting (product meeting simulation) + /ceo:setup (onboarding wizard)settings.json + JSON Schema for full configurability/ceo when multi-domain tasks are detectedclaude --version to check/plugin marketplace add andywxy1/ceo-plugin
/plugin install ceo@ceo-plugin
/ceo:setup
This walks you through model tier, verify-fix preferences, team mode, and checkpoint frequency. Takes about 1 minute.
/reload-plugins
Run /agents to see the 170+ agents loaded, or /help to see ceo:ceo and ceo:setup listed under available skills.
/plugin install ceo@ceo-plugin
Then reload:
/reload-plugins
Your settings.json is preserved across updates.