Agent configuration (taskspec) Use agents.planners to define any number of planning agents, and optionally agents.judge to override the judge. If agents.judge is omitted, the first planner config is reused as the judge.
If agents is omitted in the task spec, the CLI will use the user config file when present, otherwise it falls back to the default council.
Custom commands (stdin prompt) can be used by setting kind to custom and providing command and promptmode (stdin or arg). Use extraargs to append additional CLI flags for any agent.
Orchestra un consiglio di pianificazione CLI configurabile e multi-membro (Codex, Claude Code, Gemini, OpenCode o personalizzato) per produrre piani di implementazione indipendenti, anonimizzarli e randomizzarli, quindi giudicarli e unirli in un unico piano finale. Utilizzalo quando hai bisogno di un flusso di lavoro di pianificazione robusto e resistente ai bias, output JSON strutturati, nuovi tentativi e gestione degli errori su più agenti CLI. Fonte: am-will/codex-skills.