How to install council
npx skills add https://github.com/boshu2/agentops --skill councilFull instructions (SKILL.md)
Source of truth, from boshu2/agentops.
name: council description: 'Run multi-judge consensus. Use when: an irreversible or high-stakes decision needs independent judges before committing — architecture forks, one-way doors, scoring options.' practices:
- llm-eval-harness
- ai-assisted-dev
- design-by-contract hexagonal_role: domain consumes:
- standards produces:
- result.json
- verdict.json context_rel:
- kind: shared-kernel
with: standards
skill_api_version: 1
context:
window: isolated
intent:
mode: task
sections:
exclude:
- HISTORY intel_scope: full metadata: tier: judgment dependencies:
- standards replaces: judge output_contract: skills/council/schemas/verdict.json
council — moved to Mount Olympus (2026-06-10)
This skill encodes independent-verdict machinery and now lives with the outer
gate product. Canonical: ~/dev/mt-olympus/.claude/skills/council/SKILL.md —
read and follow that file. This stub preserves fleet routing until the
using-agentops catalog closer updates the registry (skill-prune Lane A,
evidence/skill-prune-recon.md).
Absorbed trigger surfaces (skill-prune phase 2)
Council also fires for the use-cases of two folded-in skills:
- multi-model-triangulation — cross-validate decisions using multiple AI models (Codex, Gemini, Grok). Use when asked to "get a second opinion", when evaluating competing approaches, or for high-stakes decisions: run the question through council's independent judges instead of a single model.
- cross-vendor-trust-gate — run the skill-factory final trust gate:
operate
trust-gate.sh, readskill.trust.json(trust_level + trust_score), and enforce--require-crossso cross-vendor parity gates the verdict. Canonical body:~/dev/mt-olympus/.claude/skills/cross-vendor-trust-gate/SKILL.md.
Mixed-model (cross-family) panel
When the decision wants a mixed-model / cross-family panel rather than
single-model judges, the duel substrate is /dual-pane-atm — durable
Opus + Codex (+AGY) panes, or its in-session variant (Agent model: override +
codex exec) that /discovery's fanout gate runs. /reverse-engineer
routes one-way-door steal decisions into council.
Examples
/council should we swap the policy engine to Cedar?— runs at the canonical location; this stub forwards. Read~/dev/mt-olympus/.claude/skills/council/SKILL.md.
Troubleshooting
- Skill seems empty / missing scripts: the body moved to Mount Olympus (2026-06-10). Use the canonical path above; this stub exists only to keep fleet routing alive until the catalog closer updates the registry.
Runtime Contract
Multi-judge runs still bind to the shared Claude runtime surface: claude-code-latest-features.md.
Related skills
More from boshu2/agentops and the wider catalog.
swarm
Dispatch parallel agents. Triggers: "swarm", "dispatch parallel agents.", "swarm skill".
doc
Generate and validate repo docs, READMEs, and OSS doc packs. Triggers: "doc", "generate and validate repo docs", "doc skill".
evolve
Run autonomous improvement loops.
pre-mortem
Stress-test plans before work. Use when: a plan is drafted but not yet executed and you want to surface failure modes, risks, and what would prove it wrong before committing.
research
Explore and write findings. Triggers: "research", "explore and write findings.", "research skill".
handoff
Write compact session handoffs. Triggers: "handoff", "write compact session handoffs.", "handoff skill".