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 --scanMVP 后增强:分析当前仓库并生成上下文包
/roundtable --drawMVP 后增强:生成 diagrams/*.mmd Mermaid 源文件
/roundtable --implementMVP 后增强:在用户确认后进入实施
/roundtable --reviewMVP 后增强:复盘预期与实际差异
/roundtable --historyMVP 后增强:查看历史归档
/roundtable --trackMVP 后增强:查看当前任务状态
MVP Implementation Notes

第一版先保证静态产物稳定

  1. 1命令解析:支持核心 MVP 参数
  2. 225 分制复杂度评分
  3. 3创建 docs/roundtable/YYYY-MM-DD_topic-slug/ 归档目录
  4. 4生成 context-pack.json、report.json、decisions.json、tasks.json
  5. 5写入 generated_at、last_updated_at、decided_at 等审计时间戳
  6. 6生成 report.md 与 prototype-handoff.md
  7. 7Acceptance Criteria 使用 AC-xxx 稳定编号,tasks.acceptance_refs 引用具体 AC
  8. 8生成 pencil-* 或 lovable-* 静态适配产物
  9. 9按需生成 design-* / ui-ux-* 设计增强产物
  10. 10按复杂度执行 execution_method_selection,并在 standard/full 实施流默认启用 Superpowers
  11. 11生成 execution-context.json、execution-plan.md、execution-log.md,并用 execution_result_state 区分 not_executed、executed_unverified、executed_reviewed
  12. 12仅在 execution_result_state = executed_reviewed 时生成 execution-review.md
  13. 13可用 new-archive.mjs 初始化归档骨架,用 validate-json.mjs 做跨文件校验
  14. 14无可验证输出时生成 validation-plan.md,不伪造 passed
Can Skip In MVP

不要被外部自动化阻塞

  • 自动调用 Pencil CLI / MCP
  • 自动创建 GitLab Issue 或 MR
  • 自动执行外部设计工具
  • 真实 Superpowers runtime 或真实子 Agent 编排
  • 长期记忆写入
  • 同轮多目标导出