English | 简体中文
A Claude Code plugin that coordinates 170+ specialized AI agents across 13 domains.
Team coordination. Verify-fix loops. Model routing. Hard-gated execution.
|
Product Meeting — |
|
Team Coordination — Coupled workstreams use |
Verify-Fix Loop — Every implementation task is reviewed by a read-only agent ( |
||||||||
|
Onboarding & Settings — |
Model Routing — Every agent now has a
|
||||||||
|
Shared Context Protocol — Parallel agents read and append to a shared context file ( |
|||||||||
- 3 skills —
/ceo:ceo(the meta-orchestrator) +/ceo:meeting(product meeting simulation) +/ceo:setup(onboarding wizard) - 170+ specialized agents spanning 13 domains
- 19 reference docs — NEXUS framework, phase playbooks, scenario runbooks, handoff templates, anti-patterns guide
- Settings system —
settings.json+ JSON Schema for full configurability - Session-start hook — automatically suggests
/ceowhen multi-domain tasks are detected
- Claude Code v1.0.33 or later
- Run
claude --versionto 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.
/ceo:ceo
The CEO follows a strict protocol with hard gates at every transition:
- Phase 0 — Settings — loads
settings.json(model tier, verify-fix, team mode, checkpoints) - Phase 1 — Discovery — asks questions to understand your project scope, domains, and constraints
- Hard Gate: user must confirm project brief before advancing
- Phase 2 — Planning — matches agents to needs, builds an execution plan with workstreams and dependencies
- Hard Gate: user must explicitly approve the plan before any agents spawn
- Phase 3 — Pre-flight — spawns key agents in review-only mode to surface ambiguities (mandatory for ALL project scales)
- Hard Gate: all ambiguities must be resolved before execution begins
- Phase 4 — Execution — orchestrates agents via teams or standalone dispatch, runs verify-fix loops, tracks progress
- Hard Gate: every task must pass read-only review before marking complete
The CEO uses multiple enforcement layers to prevent common orchestration failures:
| Layer | Mechanism |
|---|---|
| Hard Gates | <HARD-GATE> blocks at every phase transition — non-negotiable barriers |
| Verify-Fix Loop | Every task reviewed by a read-only agent; feedback loops until pass or escalation |
| Team Coordination | Coupled agents use SendMessage for lateral negotiation within TeamCreate groups |
| Model Routing | Per-agent model assignment via frontmatter, overridable by settings.json |
| Shared Context | Parallel agents share discoveries via context files to prevent duplicate work |
| Rationalization Prevention | 15-entry table of common CEO shortcuts with rebuttals |
| Red Flag Callouts | 13 internal thoughts that trigger immediate re-evaluation |
| Anti-Pattern Guide | 10 documented orchestration failure modes with fixes |
Phase sequence, hard gates, Tier 1 discovery questions, verify-fix loop, reviewer is read-only, quality gate checklists, 3-retry escalation limit, CEO-never-implements rule, handoff template format, plan approval gate, mandatory pre-flight, shared context initialization.
Number of agents per phase, sprint duration, parallel tracks, scale classification, scenario runbook selection, Tier 2/3 question selection, checkpoint frequency, team vs. standalone dispatch, reviewer choice, shared context granularity.
Run /ceo:setup to configure interactively, or edit settings.json directly.
| Setting | Values | Default | Description |
|---|---|---|---|
model_tier |
max_quality / balanced / max_speed |
balanced |
Which model runs each agent type |
verify_fix.enabled |
true / false |
true |
Run read-only reviewer after each task |
verify_fix.max_retries |
1-5 |
3 |
Verify-fix cycles before user escalation |
verify_fix.reviewer_model |
opus / sonnet |
opus |
Which model runs the reviewer |
team_mode |
auto / always / never |
auto |
When to use TeamCreate/SendMessage |
checkpoint |
task / workstream / phase |
workstream |
How often CEO pauses for approval |
preflight_agents |
1-5 |
3 |
Agents consulted during pre-flight |
project_dir |
path | ./ceo-projects |
Where project files are stored |
shared_context |
true / false |
true |
Create shared context files for workstreams |
Full schema: settings.schema.json
For larger projects, execution maps to the 7-phase NEXUS pipeline:
Phase 0: Intelligence & Discovery (3-7d) -> Gate: Executive Summary Generator
Phase 1: Strategy & Architecture (5-10d) -> Gate: Studio Producer + Reality Checker
Phase 2: Foundation & Scaffolding (3-5d) -> Gate: DevOps + Evidence Collector
Phase 3: Build & Iterate (2-12wk) -> Gate: Agents Orchestrator
Phase 4: Quality & Hardening (3-7d) -> Gate: Reality Checker (sole authority)
Phase 5: Launch & Growth (2-4wk) -> Gate: Studio Producer + Analytics Reporter
Phase 6: Operate & Evolve (ongoing) -> Governance: Studio Producer
Every NEXUS phase has a hard gate, mandatory checklist-to-task conversion, and evidence requirements.
Pre-built activation templates for common project types:
| Scenario | Timeline | Details |
|---|---|---|
| Startup MVP | 4-6 weeks | 18-22 agents, compressed discovery through launch |
| Enterprise Feature | 8-12 weeks | Full compliance and multi-team coordination |
| Marketing Campaign | 2-4 weeks | Multi-channel content production |
| Incident Response | 1-5 days | P0/P1 emergency response |
| Domain | Agents | Examples |
|---|---|---|
| Engineering | 23 | Backend Architect, Frontend Developer, DevOps, Security Engineer, SRE |
| Marketing | 26 | SEO, TikTok, Xiaohongshu, Content Creator, Growth Hacker |
| Game Dev | 19 | Unity, Unreal, Godot, Roblox, Narrative Designer, Level Designer |
| Sales | 9 | Deal Strategist, Pipeline Analyst, Sales Coach, Proposal Strategist |
| Design | 8 | UX Architect, UI Designer, Brand Guardian, Visual Storyteller |
| Testing | 8 | API Tester, Performance Benchmarker, Accessibility Auditor |
| Paid Media | 7 | PPC, Programmatic, Paid Social, Tracking Specialist |
| Support | 6 | Analytics Reporter, Finance Tracker, Infrastructure Maintainer |
| Project Mgmt | 6 | Project Shepherd, Studio Producer, Jira Workflow Steward |
| Product | 5 | Product Manager, Sprint Prioritizer, Trend Researcher |
| Spatial/XR | 5 | visionOS, WebXR, Metal Engineer, XR Interface Architect |
| Specialized | 29 | MCP Builder, Workflow Architect, Document Generator, ZK Steward |
| Strategy | 1 | Agents Orchestrator |
All agents now include
model:frontmatter (Opus or Sonnet). Read-only agents (reviewers, auditors, checkers) includedisallowedTools: Edit, Write.
To test changes locally without installing:
claude --plugin-dir /path/to/ceo-pluginRun /reload-plugins after making changes to pick them up without restarting.
GPL-3.0