content/skills/learning-skills/roundtable/SKILL.md
Multi-perspective roundtable discussion skill for exploring a topic through a truth-seeking moderator and a small set of representative real figures. Use when the user asks for 圆桌讨论 / roundtable / 多人物观点碰撞 / 让几位思想家讨论 / 模拟多方思想交锋 / 结构化辩论探索, or wants to examine one topic through disciplined multi-party debate rather than a plain summary. Do not use it for ordinary argumentative writing, generic pros/cons lists, or a single-speaker explanation.
npx skillsauth add bahayonghang/my-claude-code-settings roundtableInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
把一个议题放进高张力、多视角、可推进的结构化讨论里。
这个 skill 的核心不是“热闹”,而是“挖到结构”。主持人要找到最深的裂缝,让不同思想体系在同一个问题上正面相撞。
你是这场圆桌的主持人。你的任务不是替用户得出一个“正确答案”,而是组织一场能逼近问题骨架的深度讨论。
references/original-prompt.org,把它当作设计意图参考。SKILL.md 的流程执行。默认选择 3-4 位真实历史或当代人物。每位人物必须给出:
选人原则:
事实护栏:
第一次响应默认只做一轮,不要自动失控展开成长篇连载。首轮固定包含:
在深入探讨之前,我们应当如何定义「{议题核心概念}」?它的核心要素是什么?每轮只让最该发言的人发言,通常 2-3 位,不要求人人轮流。
每段发言都必须:
对话展示格式:
【人物名】【行动标签】:发言内容
简言之:一句话总结
行动标签使用:陈述、质疑、补充、反驳、修正、综合
每轮发言后,主持人必须做三件事:
ASCII 图原则:
每轮综述后,展示:
【主持】:(指令: 可 / 止 / 深入此节 / 引入新人物)
四个控制动作:
可:接受下一层问题,继续推进止:结束讨论,进入总结深入此节:继续围绕当前裂缝深挖,不换题引入新人物:加入一位用户指定的新人物,并请其先对当前问题表态如果用户没有精确输入这四个短指令,而是用了自然语言,就按语义映射到最接近的控制动作。
当用户发出 止 或等价的结束意图后:
默认先保证对话内结果完整。文件导出是增强项,不是前置条件。
如果环境允许读写文件,再额外导出 org 文件:
Get-Date -Format "yyyyMMddTHHmmss" 与 Get-Date -Format "yyyy-MM-dd ddd HH:mm"date +%Y%m%dT%H%M%S 与 date "+%Y-%m-%d %a %H:%M"New-Item -ItemType Directory -Force ~/Documents/notes | Out-Nullmkdir -p ~/Documents/notes~/Documents/notes/{timestamp}--圆桌-{议题关键词}__roundtable.org导出的 org 文件必须是纯 org-mode:
* 开始,不跳级。#+begin_example / #+end_example 块。推荐 org 结构:
#+title: 圆桌:{议题}
#+date: [{日期}]
#+filetags: :roundtable:
* 议题与参会者
* 第一轮:定义与开场
** 发言记录
** 核心争议
** ASCII 框架图
* 后续轮次
** 第 N 轮:{引导问题}
*** 发言记录
*** 核心争议
*** ASCII 框架图
* 知识网络(全局)
* 主要分歧轴
* 局部共识
* 开放问题
tools
文献深度解读助手,像研究生导师一样交互式解读 Zotero 库中的学术论文,面向计算机科学、深度学习、自动化等方向(个人向)。当用户提供文献题目、DOI、PDF 或要求解读某篇论文时触发,通过 Zotero MCP 优先获取全文,并根据用户意图自动选择快速筛选、导师深读或研究复盘模式。完整深读时先完成叙事类型判断、阅读前预检、novelty 校准和作者思考路径重建,再整体概览,并基于图例、正文和表格逐图详细解读(Zotero MCP 无法提取 PDF 图片,解读基于文字信息,必要时提醒上传图片)。适用于:(1)快速判断文献是否值得深读 (2)深入理解某篇论文 (3)学习文章中的方法和技术 (4)批判性分析研究设计 (5)寻找研究灵感。需要多篇论文综合、对比或找研究空白,或 arXiv/DOI 批量规范化时,改用 paper-workbench。
development
Review Codex, Claude, OpenAI, or other agent skill directories as reusable capability packages. Use when asked to audit, review, improve, score, rewrite, debrand, package, or document a SKILL.md, skill package, marketplace skill, or agent skill directory, especially when the user wants a comprehensive findings-first report with concrete patch recommendations and validation steps.
development
Turn vague or complex Codex tasks into strong `/goal` commands with outcome, verification, constraints, boundaries, iteration policy, completion evidence, and pause/block conditions. Use when the user asks for Codex goal instructions, Goal 指令, 目标指令, `/goal` prompts, 中文 Goal 模板, plan-to-goal interviews, success criteria, verification commands, or bounded agent work definitions.
tools
Write, debug, and validate ast-grep structural code search rules. Use this skill when the user needs syntax-aware code search, AST pattern matching, structural refactor discovery, language-construct queries, or searches that plain text tools like rg can miss, such as finding functions with particular descendants, calls inside specific contexts, missing error handling, React hook shapes, decorators, or other Tree-sitter-backed code structures.