From oh-my-agent
Generates and evaluates architecture and delivery options via structured multi-agent comparison, scores on speed, risk, maintainability, reversibility, selects the best, and provides execution handoff.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:consensusThe summary Claude sees in its command listing — used to decide when to auto-load this command
运行 oma `consensus` 模式。 决策主题: $ARGUMENTS 协议: 1. 将标准定义委派给 `oma-consensus`。 2. 从 `oma-architect` 和 `oma-planner` 收集架构和交付选项。 3. 使用 `oma-reviewer` 对每个选项进行风险压力测试。 4. 根据标准对选项评分(交付速度、正确性风险、可维护性、可逆性)。 5. 选择一个选项并提供执行交接。 输出格式: ## 决策标准 - ... ## 选项比较 | 选项 | 速度 | 风险 | 可维护性 | 可逆性 | 说明 | | --- | --- | --- | --- | --- | --- | ## 已选选项 - ... ## 执行交接 1. ... 2. ... 3. ...
运行 oma consensus 模式。
决策主题: $ARGUMENTS
协议:
oma-consensus。oma-architect 和 oma-planner 收集架构和交付选项。oma-reviewer 对每个选项进行风险压力测试。输出格式:
| 选项 | 速度 | 风险 | 可维护性 | 可逆性 | 说明 |
|---|
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent/tot-decideEvaluates architectural decisions by generating and scoring multiple alternatives using the Tree of Thoughts methodology. Produces a scoring matrix and saves an Architecture Decision Record.
/discussDebates implementation approaches by presenting structured arguments for at least 3 options, then recommends one with clear reasoning.
/make-decisionDocument and justify architectural decision using ADR format and trade-off analysis.
/discussFacilitates technical discussions and decision-making by guiding structured analysis, trade-off evaluation, and consensus building, producing documented decision rationale.
/trade-off-matrixCompare design options systematically using weighted decision matrix.
/newStarts ADR workflow: gathers context on problem/constraints/stakeholders, recommends framework, generates assessment criteria, saves YAML state.