By vp-k
Multi-AI roundtable plugin. Calls real codex/gemini CLI binaries via Bash for a deterministic 2- or 3-AI debate (default: codex only; --both for codex+gemini), with auto-retry, quota detection, and Claude agent fallback only when a CLI is missing or its quota is exhausted. Synthesizes a roadmap and executes with parallel agents.
Use when a project needs diverse expert perspectives before execution - launches a multi-AI roundtable that calls real codex-cli/gemini-cli binaries via Bash (Claude agent fallback only on quota/missing-CLI/repeated-failure), synthesizes into a roadmap, then executes with parallel agents
Use when starting any conversation - establishes how to find and use Multi-AI Roundtable skills for large-scale restructuring projects
실제 codex / gemini CLI 호출로 다각도 토론 → 합의 로드맵 → 병렬 에이전트 실행
복잡한 프로젝트에서 단일 AI의 편향을 극복하기 위해, 실제 외부 AI CLI 바이너리(codex, gemini)를 Bash로 직접 호출하여 서로 다른 관점을 수집하고, 합의된 로드맵을 병렬 에이전트로 실행하는 Claude Code 플러그인입니다.
결정성 보장: Phase 2(토론 단계)는 항상 실제 CLI를 호출합니다. Claude 에이전트로의 폴백은 CLI가 미설치이거나 quota가 소진된 경우에만 발동하며, 발동 시 결과에 명확히 표기됩니다.
Phase 2에서 실제 CLI 호출을 하려면 다음 중 적어도 하나가 PATH에 있어야 합니다:
codex --version으로 확인)gemini --version으로 확인)둘 다 없으면 사용자 동의하에 Claude 에이전트 폴백으로만 진행됩니다 (이 경우 사실상 단일 모델 토론).
Phase 1: 현황 분석 — 기존 프로젝트 구조와 콘텐츠 파악
Phase 2: 다자 토론 — 선택된 CLI(codex / gemini / 둘 다)를 Bash로 호출
· CLI 사전 점검 (command -v)
· 실패 시 1회 재시도 (quota 에러는 재시도 없이 즉시 폴백)
· Claude Agent 폴백은 미설치 / quota / 반복실패 시에만
Phase 3: 로드맵 합성 — 토론 결과를 실행 가능한 계획으로 정리 (폴백 표기 포함)
Phase 4: 병렬 실행 — 최대 12개 에이전트 동시 실행
Phase 5: 검증 정리 — 교차 참조, 포맷 통일, 파일 정리
Claude Code에서:
/install-plugin https://github.com/devncat/multi-ai-roundtable
/roundtable <프로젝트> # 기본: codex CLI만 사용
/roundtable --both <프로젝트> # codex + gemini 둘 다 병렬
/roundtable --gemini-only <프로젝트> # gemini CLI만 사용
또는 대화 중에 "3자 토론으로 검토해줘", "라운드테이블 해줘" 등으로 트리거.
/만 입력하면 다음 형식의 인자 힌트가 노출됩니다:
/roundtable [--both | --gemini-only] <프로젝트 경로 또는 설명>
| 상황 | 동작 |
|---|---|
| CLI exit 0 | 결과 채택 |
| CLI exit ≠ 0 + quota / rate-limit / 429 | 재시도 없이 즉시 Claude Agent 폴백 |
| CLI exit ≠ 0 + 일반 에러 | 2~3초 대기 후 1회 재시도, 그래도 실패 시 폴백 |
| CLI 미설치 | 사용자에게 폴백/중단 선택 요청 |
폴백된 입장은 결과 파일 헤더와 로드맵 토론 요약 표에 (Claude 폴백)로 명시됩니다.
토론 단계에서 다음 파일이 .roundtable/ 디렉토리에 생성됩니다:
.roundtable/
├── codex-prompt.md / codex-output.md / codex-stderr.log
└── gemini-prompt.md / gemini-output.md / gemini-stderr.log
multi-ai-roundtable/
├── .claude-plugin/
│ └── plugin.json # 플러그인 메타데이터
├── commands/
│ └── roundtable.md # /roundtable 슬래시 명령어
├── skills/
│ ├── start-roundtable/
│ │ └── SKILL.md # 세션 시작 시 스킬 안내
│ └── multi-ai-roundtable/
│ └── SKILL.md # 메인 워크플로우 스킬
├── rules/
│ └── shared-rules.md # 토론/실행/품질 + CLI 호출 규약
├── templates/
│ └── roadmap-template.md # 로드맵 문서 템플릿
└── README.md
아카펠라 입문서 프로젝트:
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub vp-k/multi-ai-roundtableFlutter development skills for Claude Code - Feature-Driven Development with Clean Architecture
텍스트 한 줄로 플레이 가능한 Godot 4 게임을 자율 생성. 6-Phase 파이프라인: Concept → Scaffold → Implement → Test → Review → Verify
AI coding completion framework. Built-in Ralph Loop + DoD/SPEC/TDD/Fresh Context Verification to ensure AI finishes the job
Design reference-based polishing with WCAG accessibility checks. Trend search, Gap analysis, and improvement suggestions.
Convene parallel role-specialized peer agents (dynamic roster, plan card first) to debate a cross-domain decision or audit a codebase in real time. Invoking Claude acts as CEO: convenes, routes peer-DMs, arbitrates deadlocks, writes a one-page decision log.
Multi-agent adversarial review panel — 4-6 AI reviewers debate your code/plans, then a judge delivers a structured verdict with epistemic labels. Bundles plan-review-integrator for applying review findings back into implementation plans.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.