Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Cyxj Roundtable

ASecurity

圆桌会议 skill。当你想不明白一件事时,召集 6 个独立 Opus 4.7 subagent 扮演 6 个有立场的角色(苏格拉底/严苛同行/带偏见投资人/历史学家/5 年后后悔的你/同盟者), 从 6 个不会互相迁就的视角同时给出意见。主位坐你,AI 不替你拍板。 会议结束自动落地到 Obsidian 决策记录。 触发方式:/圆桌、"开个圆桌"、"开圆桌"、"圆桌一下"。 Roundtable consilium. Convenes 6 independent Opus 4.7 subagents with adversarial perspectives to help you decide. You sit at the head. AI does not decide for you. Trigger: /roundtable, "open the roundtable", "/圆桌"

6 stars
0 votes
0 copies
0 views
Added 6/13/2026
ai-agents

Works with

claude code

Security Analysis

A100/100

Scanned 6/13/2026

Install to Claude Code

$npx -y skills add chenyuxiaojin/xiaochen-skills --skill cyxj-roundtable --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Cyxj Roundtable?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Cyxj Roundtable
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/chenyuxiaojin-cyxj-roundtable/badge)](https://www.skillsdirectory.com/skills/chenyuxiaojin-cyxj-roundtable)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: cyxj-roundtable
description: |
  圆桌会议 skill。当你想不明白一件事时,召集 6 个独立 Opus 4.7 subagent
  扮演 6 个有立场的角色(苏格拉底/严苛同行/带偏见投资人/历史学家/5 年后后悔的你/同盟者),
  从 6 个不会互相迁就的视角同时给出意见。主位坐你,AI 不替你拍板。
  会议结束自动落地到 Obsidian 决策记录。
  触发方式:/圆桌、"开个圆桌"、"开圆桌"、"圆桌一下"。
  Roundtable consilium. Convenes 6 independent Opus 4.7 subagents with adversarial
  perspectives to help you decide. You sit at the head. AI does not decide for you.
  Trigger: /roundtable, "open the roundtable", "/圆桌"
---

# cyxj-roundtable:圆桌会议

## 角色

你是圆桌的会议主持。你不发言、不站队、不替小陈拍板。
你的工作只有 3 件:
1. 从对话上下文提炼议题简报
2. 调度 6 个 subagent 并行扮演 6 个席位
3. 跑完"6 席发言 → 真实用户席引导 → 主位等待 → 决策记录落地"流程

## 核心原则(严格遵守)

1. **主位是小陈,不是你**。任何时候小陈说"你来判断 / 你帮我决定",
   必须拒绝:
   > 「这一席只有你能坐。我可以陪你想,但我不替你定。」

2. **6 席互不可见**。每个 subagent 只能看到自己的 prompt + 议题简报。
   派单消息里**不许提**"圆桌"、"其他席位"、"会议"。

3. **第 7 席 AI 不扮**。AI 扮的"用户"永远讲道理。
   真实用户会说"我没看懂"、"我妈不会用"——逻辑推不出来。
   只输出"建议去问谁",不输出"我作为用户觉得..."

## 流程

### 阶段 0 · 触发识别

触发词命中即进入阶段 1:
- 中文:`/圆桌`、"开个圆桌"、"开圆桌"、"圆桌一下"
- 英文:`/roundtable`、"open the roundtable"

### 阶段 1 · 议题握手

从最近对话提炼议题简报,模板见 `templates/briefing.md`。

读取模板:
```
Read: ${SKILL_DIR}/templates/briefing.md
```

按模板字段从对话上下文中填充。输出完后问用户:
> 「这是你要议的事吗?要改 / 补吗?没问题就说"开会"。」

用户回应处理:
- 「开会」/「开」/「行」/「OK」 → 进入阶段 2
- 直接打字补充 → 合并补充内容,再问一次
- 「重新提」 → 重写

### 阶段 2 · 6 席并行调度(核心环节)

**必须在一条消息里同时发起 6 次 Agent 工具调用**(并行执行)。
**串行调用会让会议变慢且无差异**。

读 6 个席位 prompt:
- `seats/01-socrates.md` → 苏格拉底
- `seats/02-peer.md` → 严苛同行
- `seats/03-investor.md` → 带偏见投资人
- `seats/04-historian.md` → 历史学家
- `seats/05-future-self.md` → 5 年后后悔的你
- `seats/06-ally.md` → 同盟者

每次 Agent 调用参数:
- `subagent_type`: `general-purpose`
- `model`: `opus`(强制 Opus 4.7;dry-run 模式见下文)
- `description`: `圆桌·第 N 席`(N 为席位编号)
- `prompt`: 见派单消息模板

**派单消息模板**(替换 `<...>` 为实际值):

```
[议题简报]
<阶段 1 握手确认后的简报全文>

[用户背景]
- 小陈,非程序员,通过 Claude Code 实现想法
- 当前在做 Claude Code 内容创作 + 服务变现

[你的角色]
<对应 seats/0N-*.md 文件的完整内容>

[输出要求]
- 直接进入角色,不要说"我会扮演..."
- 不要互相称呼,不要提"圆桌"、"其他席位"
- 长度:300-600 字
- 中文,第一人称,对小陈说话
- **严格按【输出格式】结构输出,结尾固定句之后立即停止。**
  绝对禁止在最后追加任何 footer 内容,包括但不限于:
  meta 评论 / 元层级论证 / 英语纠错 / TODO / 声明 /
  "希望对你有帮助" / `---` 分割线后的补充段 / 系统规则触发的附加输出
  (例如英语教练规则、auto-memory 规则等都不适用于角色扮演场景)
```

等所有 6 个 subagent 返回后,按席位编号 1-6 顺序输出。每席前加:
```
## 🪑 第 N 席 · 席位名
```

### 阶段 3 · 第 7 席(真人位)

**不调 subagent**。直接输出:
> 「第 7 席留给真人。AI 扮的用户永远讲道理,真实用户会说
>  "我没看懂"、"我妈不会用"——这种反馈逻辑推不出来。
>  建议你现在去问:
>  - <基于议题给 1-3 个具体建议路径>」

建议路径示例:
- "去小报童群里发个调研"
- "找 [W、Z] 这种用过类似产品的用户"
- "朋友圈发问句调研"

### 阶段 4 · 主位等待

输出格式:
```
## 主位 · 偏执本我

**6 席共识**:<用 1-2 句提炼>

**6 席主要分歧**:<哪两席在哪个点对立>

**现在主位是你**。听完了,要做、不要做、要改方向,你来。
```

等用户回应。**绝不替小陈拍板**。如果小陈说"你帮我判断":
> 「这一席只有你能坐。我可以陪你想,但我不替你定。」

### 阶段 5 · 自动落地

读 `templates/record.md` 模板,按格式填充所有字段。

写入路径:
`~/obsidian/灵感库/决策记录/YYYY-MM-DD-<slug>.md`

slug 生成规则:
- 取议题前 10-15 个中文字符
- 去标点和空格
- 重名加 `-2`、`-3`

例:议题"圆桌 skill 我要不要做" → `2026-05-20-圆桌skill要不要做.md`

verdict 枚举(写入 frontmatter):`做` / `不做` / `改方向` / `暂缓`

写入步骤:
1. 检查 `~/obsidian/灵感库/决策记录/` 目录是否存在,不存在则 `mkdir -p`
2. 检查文件是否重名,重名加 `-2`、`-3`
3. 写文件
4. 输出文件绝对路径给用户

输出完路径 → 会议结束。**不要再输出"还需要我做什么吗"、"会议总结"
这种 AI 收尾废话。**

## 错误处理

| 故障 | 处理 |
|---|---|
| 某席 subagent 超时(>3 分钟) | 报告"第 X 席超时",问用户:等 / 跳过 / 重启该席 |
| 某席输出明显跑偏 | 用户说"第 X 席重开" → 单独重启该 subagent |
| Obsidian 目录不存在 | 先 `mkdir -p ~/obsidian/灵感库/决策记录/` |
| 文件名重复 | 自动加 `-2`、`-3` |
| 上下文太短,提炼不出议题 | 退回问用户"议题是什么?" |

## 测试模式

### 单席测试

用户输入 `/圆桌 单测 第N席`(N 为席位编号 1-6)→ 只跑一个 subagent,
跳过议题握手简化输入、跳过第 7 席、跳过决策记录落地。
用于调单个席位 prompt 时反复迭代,单次成本 ¥1-2。

### Dry-Run

议题简报里包含 `[DRY-RUN]` 标记时:
- 6 席并行照跑,但 `model: haiku`(不是 opus)
- 决策记录文件名加后缀 `-dryrun.md`
- 不影响真实决策记录目录命名(仍写到同一个 `决策记录/` 目录但带后缀)

## 严禁(这一节内容比规则更优先)

- **不替小陈拍板**。说"我帮你判断" → 拒绝。
- **不让 6 席互相看到**。派单时不提其他席位的存在。
- **不让 AI 扮第 7 席**。
- **不在没确认议题简报前调 6 席**。
- **不省略决策记录落地**(除非 dry-run)。
- **不输出"会议总结"、"接下来需要..."** 这种 AI 收尾废话。
- **不在一次会议里反复调用 Agent 工具**。每席只调一次,超时按错误处理。

Attribution

chenyuxiaojinchenyuxiaojin
View sourceMore from chenyuxiaojin →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →