panel

Solid

Multi-provider deliberation panel for COMPLEX, multi-view questions — architecture, strategy, market research, and codebase sweeps. Runs a 4-stage deliberation across the provider fleet (diverge → contrarian red-team → adversarial verify → cited synthesis), the same multi-perspective rigour the plan-gate already applies to plan reviews, generalised to arbitrary questions. Use when one model's answer isn't enough and you want convergence THROUGH disagreement + verification, not a single opinion.

AI & Automation 51 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

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

Skill Content

# /panel — multi-provider deliberation For hard questions where you want several strong models to genuinely deliberate, not just answer in parallel. Each stage builds on the last, so the panel converges *through* disagreement and verification instead of averaging opinions. ## When to use - **architecture** — a feature/system design where the tradeoffs are non-obvious. - **strategy** — a business/product call that rests on assumptions worth stress-testing. - **research** — market/competitive questions where claims need refuting. - **sweep** — a codebase audit (security / correctness / dead-code / refactor). Reach for it when a single model's answer would be a guess, and you'd otherwise open five terminals yourself. ## How it works (4 stages) 1. **Diverge** — every fleet provider (codex / kimi / claude / glm-5.2 / deepseek-harness) analyses the SAME question through a DIFFERENT mode-specific lens. 2. **Contrarian** — one designated seat red-teams the emerging consensus: what did everyone miss, which "this is fine" is wrong. 3. **Verify** — the top claims are adversarially checked (against the CODE for sweeps — real `file:line`; against SOURCES for research — try to refute). 4. **Synthesis** — one cited report: consensus + surviving dissent + verified/refuted claims, ranked and deduped. ## Run it ```bash python3 scripts/panel.py <mode> "<question>" [--context-file FILE] [--timeout 900] [--out FILE] ``` Examples: ```bash # architecture decision, grounded on a design doc...

Details

Author
Vinix24
Repository
Vinix24/vnx-orchestration
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category