Loading...
Loading...
Compare original and translation side by side
DEPRECATED — Sonnet 4 and Opus 4 handle structured chain-of-thought natively, including revision, branching, and scope adjustment. This skill no longer provides meaningful uplift over the base model. Retained for reference only.
已弃用 — Sonnet 4和Opus 4原生支持结构化思维链功能,包括修订、分支和范围调整。该技能相比基础模型已无法提供实质性提升,仅保留作为参考。
sequentialthinking@modelcontextprotocol/server-sequential-thinkingsequentialthinking@modelcontextprotocol/server-sequential-thinking| Capability | Old MCP Tool | New Approach |
|---|---|---|
| Step-by-step reasoning | | Follow methodology below |
| Thought revision | | Inline revision protocol |
| Branch exploration | | Branch labeling protocol |
| Dynamic scope adjustment | | Scope reassessment checkpoints |
| Hypothesis verification | | Verify-before-conclude protocol |
| 能力项 | 旧MCP工具实现方式 | 新实现方式 |
|---|---|---|
| 逐步推理 | | 遵循下方方法论 |
| 思维修订 | | 内联修订协议 |
| 分支探索 | | 分支标记协议 |
| 动态范围调整 | | 范围重新评估检查点 |
| 假设验证 | | 验证后再结论协议 |
"This requires approximately N steps. Here's my decomposition: ..."
"该问题大约需要N个步骤。我的分解如下:..."
Checkpoint: Am I still on the right track?
- Do earlier conclusions still hold given what I've learned?
- Has the problem scope changed?
- Are my assumptions still valid?
Revising Step N: My earlier conclusion that [X] was wrong because [Y]. The corrected conclusion is [Z]. This affects steps [list downstream impacts].
isRevisionrevisesThought检查点: 我是否仍在正确的轨道上?
- 结合当前所学,之前的结论是否仍然成立?
- 问题范围是否发生变化?
- 我的假设是否仍然有效?
修订第N步: 我之前关于[X]的结论是错误的,原因是[Y]。修正后的结论是[Z]。这会影响以下后续步骤[列出受影响步骤]。
isRevisionrevisesThoughtBranch Point (from Step N):Approach A — [Label]: [Brief description and likely outcome] Approach B — [Label]: [Brief description and likely outcome]Evaluating: [1–2 sentence comparison on key trade-off] Committing to Approach [X] because [rationale].
branchFromThoughtbranchId分支点(来自第N步):方案A — [标签]: [简要描述及可能结果] 方案B — [标签]: [简要描述及可能结果]评估:[1-2句话对比关键权衡点] 选择方案[X],原因是[理由]。
branchFromThoughtbranchIdScope Update: Originally estimated N steps, now estimating M because [reason].
needsMoreThoughtstotalThoughts范围更新: 最初估计需要N步,现在调整为M步,原因是[理由]。
needsMoreThoughtstotalThoughtsVerification: Does this solution satisfy all requirements?
- [Requirement 1]: ✓ Satisfied by [step reference]
- [Requirement 2]: ✓ Satisfied by [step reference]
- [Requirement 3]: ⚠ Partially — [explain gap and mitigation]
nextThoughtNeeded=false验证: 该解决方案是否满足所有要求?
- [要求1]:✓ 由[步骤引用]满足
- [要求2]:✓ 由[步骤引用]满足
- [要求3]:⚠ 部分满足——[说明差距及缓解措施]
nextThoughtNeeded=falseStep N of MRevising Step N:Branch Point (from Step N):Scope Update:第N步/共M步修订第N步:分支点(来自第N步):范围更新:| Problem | Cause | Fix |
|---|---|---|
| Reasoning goes in circles | Missing revision checkpoint | Force a checkpoint: restate goal, check if any step repeated prior conclusions |
| Scope keeps expanding | Problem underspecified | Pause and decompose into independent sub-problems; solve smallest first |
| Can't choose between branches | Evaluation criteria unclear | Make criteria explicit and weighted before comparing options |
| Conclusion doesn't satisfy constraints | Skipped verification step | Run full verification checklist before presenting answer |
| Earlier step invalidated | New information contradicts assumption | Explicit revision: name the step, the error, and all downstream impacts |
| 问题现象 | 原因 | 解决方案 |
|---|---|---|
| 推理陷入循环 | 遗漏修订检查点 | 强制触发检查点:重述目标,检查是否有步骤重复之前的结论 |
| 范围持续扩大 | 问题定义不明确 | 暂停并分解为独立子问题;先解决最小的子问题 |
| 无法在分支间选择 | 评估标准不明确 | 在比较选项前,先明确带权重的评估标准 |
| 结论不符合约束条件 | 跳过了验证步骤 | 在给出答案前运行完整的验证检查清单 |
| 之前的步骤被推翻 | 新信息与假设矛盾 | 明确修订:指出步骤、错误内容及所有下游影响 |
| Metric | MCP (per turn) | Skill (per turn) | Savings |
|---|---|---|---|
| Schema overhead | ~1,800 tokens | 0 tokens (loaded on demand) | ~1,800 tokens/turn |
| 20-turn conversation | ~36,000 tokens | ~300 tokens (one-time load) | ~35,700 tokens |
| Tool call overhead | ~200 tokens/invocation | 0 (native reasoning) | ~200 tokens/call |
| 指标 | MCP(每轮) | 本技能(每轮) | 节省量 |
|---|---|---|---|
| 架构开销 | ~1800个token | 0个token(按需加载) | 每轮约1800个token |
| 20轮对话 | ~36000个token | ~300个token(一次性加载) | 约35700个token |
| 工具调用开销 | ~200个token/调用 | 0(原生推理) | 每次调用约200个token |