multi-model-delegation

Solid

Multi-model design consults via PAL (kimi, glm, gemini, gpt). Use when asking other models to brainstorm a design or reconciling their split answers.

AI & Automation 48 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Multi-Model Delegation Protocol for consulting *other* models — kimi, glm, gemini, gpt via the PAL MCP gateway (`chat`, `consensus`) — on design and judgment work, and for acting on what comes back. The core insight, which inverts the naive approach: > **The value is the disagreement, not the union.** Two competent models > briefed identically converge on the obvious 80% — the part you'd have > written anyway. Where they **split** is a precise pointer at the one > decision that is genuinely load-bearing and underdetermined by the prompt. > Resolve the split against **the codebase** — which usually already decided, > and which the models structurally cannot see — never by picking the more > confident model. Treat delegated models as *idea generators*, never as *authorities*. Taking the majority answer, or the more confident one, launders a coin-flip into a decision that merely looks researched. You — the orchestrating Claude session — run the whole consult: you dispatch the PAL MCP calls, collect the replies, and do the judgment steps (diff, adjudicate, synthesize) yourself in the main loop. ## When to Use This Skill | Use this skill when... | Use alternative when... | |---|---| | Brainstorming an open design decision with foreign models (PAL `chat`/`consensus`) | Fanning out **Claude subagents** that do work → `parallel-agent-dispatch`, `agent-teams` | | Reconciling two models' conflicting design proposals | Red-teaming a *finished* artifact → `adversarial-review` | |...

Details

Author
laurigates
Repository
laurigates/claude-plugins
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category