다분야 전문가를 동적으로 소집해, 구조화된 토론으로 다각적 평가·제언을 만드는 Claude Code 플러그인.
AI에게 "여러 전문가가 되어 토론해줘"라고 하면, 대체로 다음과 같은 일이 일어납니다.
결국 5명이 있어도 1명이 5역을 연기하는 꼴이 되기 쉽습니다.
Roundtable은 이 문제를 구조로 풉니다.
Claude Code 세션에서 아래 두 줄을 차례로 실행합니다.
# 1) 이 저장소를 마켓플레이스로 등록
/plugin marketplace add gaebalai/cc-roundtable
# 2) 플러그인 설치
/plugin install cc-roundtable@gaebalai-marketplace
gaebalai-marketplace는.claude-plugin/marketplace.json에 정의된 마켓플레이스 이름이고,cc-roundtable은 그 안에 등록된 플러그인 이름입니다.
저장소를 이미 로컬에 받아둔 상태라면 로컬 경로를 마켓플레이스로 지정할 수 있습니다.
# 저장소 클론
git clone https://github.com/gaebalai/cc-roundtable.git
# Claude Code 세션에서
/plugin marketplace add /절대/경로/cc-roundtable
/plugin install cc-roundtable@gaebalai-marketplace
플러그인 관리 명령을 쓰지 않고 직접 배치하고 싶은 경우:
# 전역: 모든 프로젝트에서 사용
mkdir -p ~/.claude/plugins
cp -r cc-roundtable ~/.claude/plugins/
# 또는 프로젝트 로컬: 해당 프로젝트에서만 사용
mkdir -p .claude/plugins
cp -r cc-roundtable .claude/plugins/
/plugin update cc-roundtable@gaebalai-marketplace
/plugin uninstall cc-roundtable@gaebalai-marketplace
Claude Code 세션에서 다음과 같이 호출합니다.
# 웹사이트 평가
이 웹사이트를 평가해줘: https://example.com
# 설계 리뷰
지금 논의 중인 설계 방침을 다각도로 리뷰해줘
# 기획서 평가
이 기획서의 전략을 평가해줘 (파일 첨부)
# 명시적 호출
원탁회의를 열어서 이 API 설계를 검토해줘
의제의 무게에 따라 토론 심도가 자동 판정되지만, 명시적으로 지정할 수도 있습니다.
# Quick: 독립 분석만으로 통합, 빠르게 확인
가볍게 이 로직을 검토해줘
# Standard: 최대 2라운드 토론 (기본)
이 아키텍처를 다각도로 평가해줘
# Deep: 최대 2라운드 + 세컨드 찬스, 가장 철저하게
이 사업 전략을 철저하게 분석해줘
[Velog에 올릴 글 초안을 붙여넣고]
이 기술 블로그 초안을 다각도로 평가해줘.
독자는 3-5년차 백엔드 개발자가 중심.
→ 편집자, 타깃 독자, SEO 전문가, Devil's Advocate 등의 패널로 토론
한국 시장을 대상으로 하는 B2C SaaS를 런칭하려 한다.
PIPA 준수, ISMS-P 취득 스케줄, 과금 체계를 포함해
사업 전략을 철저하게 분석해줘.
→ 전략 컨설턴트, 재무 애널리스트, 법무·컴플라이언스(PIPA 특화), Devil's Advocate 등
팀에서 책정한 AI 백엔드 개발 표준(첨부)에 대해
다각도로 리뷰해줘. 특히 운용 단계에서의 리스크를 중점적으로.
→ 아키텍트, SRE, 보안 엔지니어, Devil's Advocate 등
Phase 0: 의제 분석·전문가 선정 (오케스트레이터 단독)
Phase 1: 독립 분석 (병렬. 각 전문가는 다른 의견을 보지 않음)
Phase 2: 구조화된 토론 (대립점만 최대 2라운드) ※ Standard / Deep
Phase 3: 통합·평결 (소수 의견 체크 필수)
Phase 4: 리포트 출력
# 원탁회의 리포트: [의제]
## 이그제큐티브 서머리
## 전문가 패널 (각 전문가의 종합 평가)
## 합의 사항
## 주요 쟁점과 결론 (찬성 측·반대 측·판단 이유)
## 소수 의견 (생략 불가)
## 권장 액션 (우선순위 포함)
## 토론의 한계
이 플러그인은 다음 연구·이론을 참고하여 설계되었습니다:
버그 리포트나 개선 제안은 리포지토리의 Issues로 올려주세요.
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 gaebalai/cc-roundtable --plugin cc-roundtableMarkdown 기반 auto memory 시스템. 4가지 메모리 타입으로 프로젝트 지식을 세션 간 축적합니다.
Claude Code 중심의 로컬 전용 LLM Wiki — 3층 격리(raw/wiki/schema) + Neo4j GraphRAG + Obsidian. Karpathy LLM Wiki 원전부터 GraphRAG PoC까지 통합한 풀스택 환경.
This is a gaebalai's base tool set
Git safety hooks for Claude Code. Blocks force-push, protects main/master branch, prevents hard-reset, guards interactive rebase, and blocks git clean -fd.
5 essential safety hooks for Claude Code. Blocks rm -rf, force-push, hard-reset, .env overwrites, and package publish. The minimum viable safety net from 800+ hours of autonomous operation.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
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.