
from conductor249
Defines a strict conductor contract for agent-led software production: delegations, implement/unbias commands, and verification scaffolds for trusted delegation
Conductor provides a repository-local contract that converts user intent into bounded execution slices and delegated worker tasks. It prescribes roles (master and slaves), explicit delegation scaffolds, and a disciplined master control loop to assign, verify, and close work. The skill emphasizes verifiable outputs: changed files, verification commands, and evidence paths, and requires a strict rendezvous payload from delegated workers.
Use Conductor when an agent must orchestrate multi-step software work inside a repo, especially where delegation, authenticity, and verification matter. It suits situations that need reproducible, auditable delegation (implement, unbias flows), or where multiple worker agents coordinate on bounded slices.
Best for agents that can run repo-focused workflows and enforce delegation contracts (Conductor-style masters on Gemini/CLI, Claude Code, or Copilot-based orchestration).
This skill has not been reviewed by our automated audit pipeline yet.