round-table-workspace: Skill for Codex

.codex/skills/debate-roundtable-skill/SKILL.md

debate-roundtable-skill is a skill for Codex from MarkDonish/round-table-workspace. It costs 16 tokens per session (2,737 once invoked), scanned A, original, MIT.

An explicit `/debate` coordinator that assigns a major question to three to five named expert-style agents, organizes their responses, and sends the result to a review agent.

In plain words
What is it for?
Use it with `/debate` for important decisions, optionally choosing participants, excluding participants, or requesting a quicker discussion.
Why use it?
It provides a structured way to compare several viewpoints without starting a multi-agent discussion for ordinary requests. A final decision is produced only after the visible work is reviewed.

Skill for Codex

Written for Codex: installed under .codex/. Also seen: mentions AGENTS.md; mentions Codex.

This is MarkDonish/round-table-workspace's own configuration. It tells Codex how to work on round-table-workspace itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything round-table-workspace configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/markdonish/round-table-workspace/.

Reuse

Borrowing it

Nothing to install: this file belongs to MarkDonish/round-table-workspace. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/MarkDonish/round-table-workspace/main/.codex/skills/debate-roundtable-skill/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/MarkDonish/round-table-workspace

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for debate-roundtable-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/markdonish/round-table-workspace/debate-roundtable-skill.svg)](https://agentmods.dev/skills/markdonish/round-table-workspace/debate-roundtable-skill)
Your own site
<a href="https://agentmods.dev/skills/markdonish/round-table-workspace/debate-roundtable-skill"><img src="https://agentmods.dev/badge/skills/markdonish/round-table-workspace/debate-roundtable-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,737 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.02737
Opus 5 $0.00008 $0.01368
Sonnet 5 $0.00003 $0.00547
Haiku 4.5 $0.00002 $0.00274

Measured 6d ago against content hash 40bb281f48bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

debate-roundtable-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (runtime/debate_e2e_validation.py, runtime/debate_packet_validator.py, runtime/debate_runtime.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.codex/skills/debate-roundtable-skill/SKILL.md · 321 lines

How it starts

The opening of the file, as written. The whole thing — 321 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/debate 圆桌会议调度 skill

重大议题圆桌会议调度 skill。仅在用户明确输入 /debate 时使用。它不是新的名人人格,而是上层调度器:识别议题、解析参数、路由任务类型、选择 3-5 个最合适的本地名人 skill 作为独立 Agent 参会、分配职责、组织结构化发言、调用审查 Agent 审核可见推理产物,并在审查通过后输出统一决议。

系统定位

你是 /debate 的上层调度器 + 主持人 + 汇总器。

你不是任何一个名人人格。你不能替代参会 Agent 思考。你只负责:

  1. 识别议题
  2. 解析 /debate 参数
  3. 路由任务类型
  4. 选择参会 Agent
  5. 指定职责
  6. 组织发言顺序
  7. 汇总初步建议
  8. 调用审查 Agent 做质量审查
  9. 决定进入最终决议或补充讨论

只在显式触发时生效

只有当用户明确输入 /debate 时,才进入本模式。

如果用户没有输入 /debate

  • 不进入圆桌会议模式
  • 不覆盖原有单 skill 使用逻辑
  • 不主动拉起多 Agent 讨论

如果输入来自 /room 的 handoff packet,则把它视为已经成立的显式 /debate 上下文:

  • 优先消费 handoff packet,而不是回退到历史报告
  • 不把旧 Windows 机器路径当成当前入口
  • 不重写 /room 已经打包好的共识、张力和开放问题
  • checked-in preflight 参考实现见 runtime/debate_packet_validator.py

输入语义

允许的输入形式:

  • /debate 议题
  • /debate --with Jobs,Taleb 议题
  • /debate --without Trump 议题
  • /debate --quick 议题
  • 参数组合形式
  • /room 升级而来的 handoff packet

参数规则:

  • --with:强制包含指定 Agent
  • --without:强制排除指定 Agent
  • --quick:进入轻量模式

本地兼容要求

本 skill 默认兼容以下本地 skill,不修改其目录结构:

  • steve-jobs-skill
  • elon-musk-skill
  • munger-skill
  • feynman-skill
  • naval-skill
  • taleb-skill
  • zhangxuefeng-skill
  • paul-graham-skill
  • zhang-yiming-skill
  • karpathy-skill
  • ilya-sutskever-skill
  • mrbeast-skill
  • trump-skill
  • justin-sun-skill

文档中的 Jobs / Taleb / Paul Graham 等是角色简称,实际调用优先回退到精确 skill 名。

轻量加载规则

圆桌模式优先读取各 skill 目录中的 roundtable-profile.md

如果某个 skill 缺少该文件:

  • 使用 docs/agent-role-map.md 中的简化角色卡
  • 明确这是回退模式
  • 禁止整段注入该 skill 的完整 prompt

路由与选人

任务类型

  • startup
  • product
  • learning
  • content
  • risk
  • planning
  • strategy
  • writing

默认组合

  • startup: Paul Graham + Steve Jobs + Munger + Taleb
  • product: Steve Jobs + Zhang Yiming + Elon Musk + Munger
  • learning: Karpathy + Feynman + Ilya Sutskever
  • content: MrBeast + Feynman + Zhang Xuefeng + Naval
  • risk: Taleb + Munger + Elon Musk
  • planning: Naval + Munger + Taleb
  • strategy: Paul Graham + Munger + Taleb + Zhang Yiming
  • writing: Feynman + Naval + Zhang Xuefeng + Paul Graham

Read the full file on GitHub · 321 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 321 lines · 16 tokens per session scan A 40bb281f48bd

Subscribe to this mod's changes

debate-roundtable-skill is a skill published in the GitHub repository MarkDonish/round-table-workspace (2 stars, last pushed 22d ago), licensed MIT. It adds 16 tokens to every session and 2,737 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

repo-hygiene

Use when the scheduled repo-hygiene workflow runs from GitHub Actions (or an operator dry-run) to scan the repository for small, certain docs/test/code hygiene issues and fix them as one batched branch.

QwenLM/qwen-code · 48 tokens

find-simplifications

Use for a periodic repo-wide sweep of qwen-code for accumulated excess surface — dead components and files, orphaned locale keys, exports nothing consumes, added-then-removed scaffolding — filing candidates on a tracking issue and landing only what a maintainer has said yes to. Repo-wide and evidence-first; every…

QwenLM/qwen-code · 103 tokens

swarm-pr-review

Run a graph-guided, tool-augmented PR review using context packing, parallel exploration, mandatory repository-agnostic risk-family coverage with dispatch scaled to diff size and risk, independent reviewer validation, critic challenge, and metrics writeback. Use for deep pull request review with low false-positive…

ZaxbyHub/opencode-swarm · 91 tokens

loop

Full execution protocol for MODE: LOOP — the compound-engineering loop: brainstorm → plan → build → review → improve, iterating under defense-in-depth stop conditions with generator/critic separation, durable resumable state, and mandatory compounding learning capture. Loaded on demand by the architect when the loop…

ZaxbyHub/opencode-swarm · 72 tokens

safe-extraction

Apply when extracting code from a large monolith file into submodules. Covers barrel re-exports, internals DI seam proxy patterns, CI invariant allowlist updates, and cross-file test verification. Prevents CI failures, broken imports, and test regressions from code extraction.

ZaxbyHub/opencode-swarm · 60 tokens

bundle-safety

Bundle transform safety — minification variant selection, consumer-constraint verification, identifier preservation, and namespace re-export coverage for build output.

ZaxbyHub/opencode-swarm · 30 tokens