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.
Organice un consejo de planificación CLI configurable y de varios miembros (Codex, Claude Code, Gemini, OpenCode o personalizado) para producir planes de implementación independientes, anonimizarlos y aleatorizarlos, luego juzgarlos y fusionarlos en un plan final. Úselo cuando necesite un flujo de trabajo de planificación sólido y resistente a sesgos, salidas JSON estructuradas, reintentos y manejo de fallas en múltiples agentes CLI. Fuente: carmandale/agent-config.