- Home
- Skills
- Yuniorglez
- Gemini Elite Core
- Conductor Pro
conductor-pro_skill
- Python
7
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill yuniorglez/gemini-elite-core --skill conductor-pro- SKILL.md2.8 KB
Overview
This skill is a senior progress analyst and conductor strategist for complex, multi-agent workflows. It orchestrates expert skills, manages persistent plans for long-running missions, and prevents context-choice paralysis. It focuses on predictable progress, low-latency sequencing, and verification at each milestone.
How this skill works
The conductor decomposes high-level requests into atomic sub-tasks, initializes a persistent plan, and selects the right experts from the registry. It uses an event-driven scheduler to activate skills sequentially or in parallel via a subagent orchestrator and verifies outputs before advancing. Plans persist to disk for session recovery and the conductor adapts behavior when context windows approach limits.
When to use it
- Coordinating multi-skill or multi-agent projects with interdependent milestones
- Managing long-running missions that require persistent plans and recovery
- Orchestrating parallel expert agents while enforcing quality gates
- Automating sequential workflows that need low-latency handoffs
- Recovering or resuming complex sessions after interruptions
Best practices
- Always initialize Plan Mode for multi-step objectives and check /plan list before resuming
- Enable the event-driven scheduler in settings for ultra-low latency orchestration
- Delegate heavy analysis or code work immediately to specialized subagents (e.g., codebase_investigator)
- Chain skills deliberately—activate dependent experts in logical groups and verify results at each step
- Monitor context window and use compacting strategies when approaching limits
Example use cases
- Run a complex refactor: decompose tasks, call codebase_investigator, validate changes, then deploy via ops skills
- Deliver a product roadmap: create a persistent plan, assign research, design, and implementation agents, track milestones
- Recover an interrupted mission: reload persisted plan, resume verification checkpoints, and continue orchestration
- Orchestrate a security audit: select auditor-pro and strict-auditor, sequence tests, and enforce remediation workflows
- Execute a cross-discipline release: coordinate UI, API, DB, and deployment experts with automated verification
FAQ
Plans are saved to a persistent plans directory for session recovery; check the plan list command to view and reload active plans.
What triggers parallel agent execution?
The conductor uses a subagent orchestrator when multiple independent experts are required; it groups agents logically and runs them in parallel where safe.
How do I avoid latency in orchestration?
Enable the event-driven scheduler in settings and ensure the conductor runs with that scheduler active for ultra-low latency orchestration.