Command Matrix
命令参考
| 命令 | 说明 |
|---|---|
/roundtable | 自动准入,按复杂度选择会议类型 |
/roundtable --simple | 强制轻量评审 |
/roundtable --mini | 强制 Mini Roundtable |
/roundtable --standard | 强制 Standard Roundtable |
/roundtable --full | 强制全员圆桌 |
/roundtable --roles product,qa | 指定专家参与 |
/roundtable --agent-discovery auto | 按复杂度从 agency-agents 动态补充专门专家 |
/roundtable --agent-discovery off | 禁用 Agent Discovery Pool,只使用核心专家注册表 |
/roundtable --agents testing-api-tester | 显式指定本地 Agent 进入专家候选或参会 |
/roundtable --prototype pencil | 生成默认 Pencil Prototype Handoff 与静态适配产物 |
/roundtable --prototype lovable | 生成 Lovable 兼容适配产物 |
/roundtable --lovable | 兼容旧入口,等价于 --prototype lovable |
/roundtable --gitlab | 生成静态 GitLab Issue/MR 描述 |
/roundtable --implement --execute-with superpowers | 进入实施流并显式启用 Superpowers Execution Adapter |
/roundtable --no-superpowers | 禁用 Superpowers Execution Adapter,并在执行方法选择中记录原因 |
/roundtable --full --no-superpowers | 执行 Full Roundtable,但不进入 Superpowers 执行层 |
/roundtable --validate | 基于 prototype-handoff.md 生成或更新 prototype-review.* |
/roundtable --output | 指定归档输出目录 |
node roundtable/scripts/new-archive.mjs --topic feedback-platform --prototype pencil | 初始化标准 Roundtable 归档骨架 |
node roundtable/scripts/validate-json.mjs <archive-dir> | 校验核心 JSON、artifact_refs、acceptance_refs 和 execution-review 状态约束 |
/roundtable --scan | MVP 后增强:分析当前仓库并生成上下文包 |
/roundtable --draw | MVP 后增强:生成 diagrams/*.mmd Mermaid 源文件 |
/roundtable --implement | MVP 后增强:在用户确认后进入实施 |
/roundtable --review | MVP 后增强:复盘预期与实际差异 |
/roundtable --history | MVP 后增强:查看历史归档 |
/roundtable --track | MVP 后增强:查看当前任务状态 |
MVP Implementation Notes
第一版先保证静态产物稳定
- 1命令解析:支持核心 MVP 参数
- 225 分制复杂度评分
- 3创建 docs/roundtable/YYYY-MM-DD_topic-slug/ 归档目录
- 4生成 context-pack.json、report.json、decisions.json、tasks.json
- 5写入 generated_at、last_updated_at、decided_at 等审计时间戳
- 6生成 report.md 与 prototype-handoff.md
- 7Acceptance Criteria 使用 AC-xxx 稳定编号,tasks.acceptance_refs 引用具体 AC
- 8生成 pencil-* 或 lovable-* 静态适配产物
- 9按需生成 design-* / ui-ux-* 设计增强产物
- 10按复杂度执行 execution_method_selection,并在 standard/full 实施流默认启用 Superpowers
- 11生成 execution-context.json、execution-plan.md、execution-log.md,并用 execution_result_state 区分 not_executed、executed_unverified、executed_reviewed
- 12仅在 execution_result_state = executed_reviewed 时生成 execution-review.md
- 13可用 new-archive.mjs 初始化归档骨架,用 validate-json.mjs 做跨文件校验
- 14无可验证输出时生成 validation-plan.md,不伪造 passed
Can Skip In MVP
不要被外部自动化阻塞
- 自动调用 Pencil CLI / MCP
- 自动创建 GitLab Issue 或 MR
- 自动执行外部设计工具
- 真实 Superpowers runtime 或真实子 Agent 编排
- 长期记忆写入
- 同轮多目标导出