Senior Progress Analyst & Conductor Strategist. Expert in Predictive Project Tracking and Agentic Milestone Management...
conductor-pro is the orchestration layer for the Gemini Elite Core. Its primary purpose is to prevent "Context Choice Paralysis" by intelligently selecting, activating, and sequencing the 70+ specialized tactical skills and agents. In v0.27.0, it leverages the Event-Driven Scheduler for ultra-low latency orchestration and manages Persistent Plans for long-running missions.
When faced with a complex task, the Conductor follows these steps:
Shift+Tab or /plan). Note that plans are automatically persisted in ~/.gemini/plans/ for session recovery.SKILLS_REGISTRY.md to identify experts. Use subagent-orchestrator if multiple agents need to run in parallel.| Category | Recommended Skills / Agents |
|---|---|
| Orchestration | subagent-orchestrator, conductor-pro |
| Architecture | architect-pro, codebase_investigator |
| State Management | zustand-expert, react-expert |
| Database | prisma-expert, db-enforcer, postgres-tuning |
| Security | secure-ai, auditor-pro, strict-auditor |
| Frontend/UI | ui-ux-pro, tailwind4-expert, next16-expert |
| Operations | artifact-janitor, vercel-sync, git-flow |
Always check for existing plans using /plan list if re-entering a session. The Conductor must maintain the integrity of the persistent plan file.
If a task involves deep analysis or multi-file refactoring, immediately call the specialized sub-agent tool:
codebase_investigator(objective="...")Don't be afraid to chain skills. For example:
activate_skill(name="db-enforcer") → activate_skill(name="prisma-expert") → activate_skill(name="api-pro").
eventDrivenScheduler is enabled in settings.json./compact command if the context window is near its limit.Elite Core Protocol v2.5.1 - January 31, 2026