conductor-pattern
Installation
SKILL.md
Conductor Pattern — Parallel AI Agent Execution (conductor)
Keyword:
conductorRun Claude + Codex + Gemini simultaneously on the same feature. Each agent works in an isolated git worktree branch. PRs are created per agent for comparison — cherry-pick the best of each.
When to use this skill
- You want multiple AI agents to independently implement the same spec and compare results
- You want to reduce risk on a high-stakes refactor (if one agent fails, others succeed)
- You want parallel role separation: Claude for domain logic, Codex for tests/types, Gemini for docs
- You want CLI-based pipeline automation: check → agents → PR creation