← 返回 Skills 市场
417
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jz-roundtable
功能描述
Multi-perspective decision analysis. Use when the user asks for roundtable, or when facing important decisions that need multiple viewpoints. Dynamically sel...
使用说明 (SKILL.md)
Roundtable: Multi-Perspective Decision Analysis
⚠️ 执行方式
直接在主 session 执行,不要用 sessions_spawn。
原因:
- Roundtable 是 prompt 技巧,不是长任务
- 主 Agent 需要保持对话控制
- 避免 subagent announce 路由问题
- 更快(省去 spawn 开销)
When to Use
触发词(任一):
- roundtable / roundtable this
- 圆桌 / 圆桌会议 / 圆桌讨论
- 帮我跑一个 roundtable
场景:
- Important decisions that benefit from multiple viewpoints
- Before high-risk operations (trading, public posts, major changes)
Default Prompt (动态选角)
针对以下决策进行 roundtable 讨论:
[决策描述]
请:
1. 评估决策风险级别,选择合适人数(3-8人)
2. 选择最相关的视角/角色
3. 每个角色进行两轮讨论(每轮 2-3 句话)
4. 给出 Consensus(最终建议 + action items)
输出格式:
## 🗣️ 第一轮
### [角色1 emoji] [角色名]
> "观点..."
### [角色2 emoji] [角色名]
> "观点..."
## 🗣️ 第二轮
...
## 📊 Consensus
- 最终建议
### Action Items (checkbox 格式,便于追踪)
- [ ] 第一个行动项
- [ ] 第二个行动项
- [ ] 第三个行动项
角色参考池
根据任务类型,从以下角色中选择:
| 角色 | Emoji | 擅长领域 |
|---|---|---|
| GrowthStrategist | 📈 | 增长、scale、ROI、机会 |
| RiskGuardian | ⚠️ | 风险、downside、防御 |
| SkepticalOperator | 🤔 | 执行现实、过度工程检测 |
| QualityArchitect | 🏛️ | 质量、可维护性、长期影响 |
| FinanceAnalyst | 💰 | 成本、现金流、ROI 计算 |
| TechEngineer | 🔧 | 技术可行性、架构、实现 |
| ProductManager | 🎯 | 用户价值、优先级、MVP |
| DataScientist | 📊 | 数据验证、A/B测试、统计 |
| SecurityAuditor | 🛡️ | 安全、合规、隐私 |
| CreativeDirector | 🎨 | 创意、差异化、品牌 |
| MarketAnalyst | 📉 | 市场情绪、趋势、交易时机 |
| DevilsAdvocate | 😈 | 专门唱反调、找漏洞、压力测试 |
| UserAdvocate | 👤 | 用户视角、体验优先、同理心 |
| LegalCounsel | ⚖️ | 合规、法律风险、条款细节 |
| HistorianAnalyst | 📚 | 历史类比、"上次怎样"、模式识别 |
不需要背这个列表 — 根据任务自然选择合适视角即可。
参与人数指南
| 决策类型 | 人数 | 说明 |
|---|---|---|
| 快速判断 | 3 | 日常决策,不需要太多视角 |
| 标准决策 | 4-5 | 默认配置,平衡深度和效率 |
| 高风险决策 | 6-7 | 真钱交易、公开发布、不可逆操作 |
| 战略级决策 | 8+ | 重大方向调整、年度规划 |
判断标准:
- 涉及金额 >$500 → 至少 5 人
- 不可逆操作 → 至少 6 人
- 公开发布 → 至少 5 人(含 DevilsAdvocate)
- 有历史教训的领域 → 必须含 HistorianAnalyst
特殊格式
pre_trade (真钱交易前)
必须包含:
- ⚠️ RiskGuardian — 风险评估
- 💰 FinanceAnalyst — 成本/收益
- 🤔 SkepticalOperator — 质疑假设
think_tank_review (高风险操作前)
用于:真钱交易、对外发消息、删除重要文件、修改系统配置
智库只提问题,不做最终决策。
优先级评分(可选)
如果需要对建议排序:
priority = (impact × 0.4) + (confidence × 0.35) + ((100 - effort) × 0.25)
- impact: 预期影响 0-100
- confidence: 把握程度 0-100
- effort: 工作量 0-100
示例任务 → 角色选择
| 任务 | 推荐角色 | 人数 |
|---|---|---|
| 交易决策 | RiskGuardian, FinanceAnalyst, MarketAnalyst, SkepticalOperator, HistorianAnalyst | 5 |
| X 帖子内容 | GrowthStrategist, CreativeDirector, DevilsAdvocate, UserAdvocate | 4 |
| 系统架构 | TechEngineer, SecurityAuditor, SkepticalOperator, QualityArchitect | 4 |
| 产品定价 | FinanceAnalyst, GrowthStrategist, ProductManager, UserAdvocate | 4 |
| 内容发布 | GrowthStrategist, QualityArchitect, RiskGuardian, DevilsAdvocate | 4 |
| 合同/协议 | LegalCounsel, RiskGuardian, FinanceAnalyst, SkepticalOperator | 4 |
| 大额交易 (>$1k) | RiskGuardian, FinanceAnalyst, MarketAnalyst, HistorianAnalyst, DevilsAdvocate, SkepticalOperator | 6 |
注意事项
- 每个角色 2-3 句话,不要长篇大论
- 角色之间要有真正的分歧,不是和稀泥
- Consensus 要有明确的行动建议
- 如果所有角色都同意,可能说明问题太简单不需要 roundtable
何时用 Subagent(不是 Roundtable)
以下场景应该用 sessions_spawn:
| 场景 | 原因 |
|---|---|
| 长任务 (>3min) | 不阻塞主对话 |
| 并行研究多个目标 | 同时跑,结果汇总 |
| 代码重构/大改动 | 隔离环境 |
| 批量处理 | 比如扫描 20 个市场 |
Roundtable 不属于以上任何一种 — 它只是一个 prompt 技巧。
安全使用建议
This skill is a prompt/template for simulating multiple perspectives and is internally coherent and low-risk: it doesn't ask for secrets or install code. Still, treat any actionable recommendations (especially for trading, deleting files, or system changes) as advisory only — always review and verify before taking irreversible or high-risk actions. If you plan to use it for real-money or destructive operations, consider requiring human sign-off or using an isolated review workflow rather than automated execution.
功能分析
Type: OpenClaw Skill
Name: jz-roundtable
Version: 1.0.0
This skill bundle is classified as benign. It is a prompt-based skill designed for multi-perspective decision analysis, with no executable code files. The `SKILL.md` contains detailed instructions for the AI agent on how to structure the discussion, select roles, and format the output. These instructions are entirely focused on the stated purpose of the skill and do not contain any directives for data exfiltration, unauthorized access, malicious execution, persistence, or any other harmful behavior. The instructions to the agent regarding session management (e.g., '直接在主 session 执行,不要 spawn subagent') are control flow directives for the skill's intended operation, not malicious prompt injection.
能力评估
Purpose & Capability
The name/description (multi-perspective decision analysis) matches the SKILL.md: it is a prompt-template that selects roles and structures a two-round discussion. It does not request unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md contains only prompt engineering and role/formatting rules to run inside the main session. It does not instruct the agent to read files, access environment variables, contact external endpoints, or perform system-level actions. It explicitly disallows spawning subagents for this technique.
Install Mechanism
No install spec or code is included (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. The required privileges are proportionate to a prompt-only facilitation tool.
Persistence & Privilege
always:false and normal invocation settings; the skill does not request permanent presence or elevated privileges. It does not modify other skills or system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jz-roundtable - 安装完成后,直接呼叫该 Skill 的名称或使用
/jz-roundtable触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Multi-perspective decision analysis. Simulates expert discussion with dynamic role selection.
元数据
常见问题
Roundtable by JZ 是什么?
Multi-perspective decision analysis. Use when the user asks for roundtable, or when facing important decisions that need multiple viewpoints. Dynamically sel... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 417 次。
如何安装 Roundtable by JZ?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jz-roundtable」即可一键安装,无需额外配置。
Roundtable by JZ 是免费的吗?
是的,Roundtable by JZ 完全免费(开源免费),可自由下载、安装和使用。
Roundtable by JZ 支持哪些平台?
Roundtable by JZ 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Roundtable by JZ?
由 jzOcb(@jzocb)开发并维护,当前版本 v1.0.0。
推荐 Skills