llm-council

Coordinate multiple CLI planning agents to generate, anonymize, and merge implementation plans.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/0xharryriddle/codex-field-kit --skill llm-council-0xharryriddle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-council
Source: https://github.com/0xharryriddle/codex-field-kit/tree/main/archive/upstream/examples/codex-skills/skills/llm-council
Command: npx skills add https://github.com/0xharryriddle/codex-field-kit --skill llm-council-0xharryriddle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Orchestrates a configurable, multi-member CLI planning council to produce independent implementation plans, anonymize and randomize outputs, then judge and merge into one final plan for bias-resistant, auditable decision making.

Core Features & Use Cases

  • Multi-model planning: coordinates Codex, Claude Code, Gemini, OpenCode, and custom agents to generate parallel implementation plans.
  • Anonymization and merging: hides source providers and merges plans into a single, auditable final plan.
  • Use cases: complex software planning, architecture evaluation, and multi-stakeholder scoping with transparent, structured outputs.

Quick Start

Run the council with a prepared task spec to generate, anonymize, and merge parallel plans into a final, auditable plan.

Frequently Asked Questions about llm-council

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate bias-resistant implementation plans using multiple AI agents?

To generate bias-resistant implementation plans, you can orchestrate multiple CLI planning agents to produce independent outputs, anonymize their sources, and merge them into a single auditable final plan.

What is multi-model orchestration for software planning?

Multi-model orchestration for software planning coordinates different CLI agents like Codex and Claude Code to generate parallel plans, which are then anonymized, judged, and merged to ensure robust decision-making.

How do I merge plans from Codex, Claude Code, and Gemini into one structured JSON output?

You can merge plans from Codex, Claude Code, and Gemini by running a Python-based orchestrator that anonymizes and randomizes their independent outputs, judging them to produce a single structured JSON output.

Can I use custom CLI agents for multi-model planning and auditing?

Yes, you can use custom CLI agents for multi-model planning by configuring agent definitions within the orchestrator, allowing you to generate independent plans suitable for auditing.

Does multi-model planning handle retry and failure management across distributed agents?

Yes, multi-model planning handles retry and failure management across distributed agents, ensuring robust execution when coordinating multiple CLI tools to generate and merge implementation plans.

Why anonymize source providers when merging implementation plans?

Anonymizing source providers when merging implementation plans hides which agent generated which output, reducing model bias during the judging phase to produce a fair, auditable final plan.