你原本只是来看看模型是不是又变强了,结果发现真正有戏的是没说出来的那部分取舍。

最容易做错的,是把 Claude Code 和 Claude 当成同一种工具,以为谁分高谁就适合自己。;代价往往是如果只看宣传,你会以为自己买到的是更强版本,实际却可能先撞到更严格的限制。;我先给一个保守判断:工作流不是聊天记录,是仓库资产。。

The easiest mistake is to treat Claude Code and Claude like the same tool and assume the one with the stronger headline is automatically better for you. That is how people misread this kind of update. If you only follow the promo layer, you think you bought a stronger version. In practice, the first thing you may feel is a stricter limit. My conservative read is this: 工作流程(工作流程(workflow)s) are not chat logs. They are repo assets.

Why I think that: Claude Code dropped /工作流程(工作流程(workflow)s). That looks small on the surface. But the docs point to a bigger shift. The old custom command file and the newer skill file both generate the same /deploy entry. That suggests Anthropic is collapsing commands into reusable skills rather than treating them as separate things.

The stronger clue is /run-skill-generator. It records install steps, environment setup, and launch recipes into a project-level skill under .claude/skills/run-<name>/. In plain English, a repeatable flow stops living in one person's chat thread and starts living in files a team can commit, review, and reuse. The plugins README points the same way by grouping commands, agents, and 工作流程(工作流程(workflow)s) in the same layer.

That is why I don't think the real story is a missing slash command. The most discussable part of a release is rarely that the model got stronger. It's why the strongest thing wasn't shipped in the most direct way. My read for now: Claude Code is better at helping you see the problem clearly first; Claude is better at carrying the rest of the work through to completion. This is based on the current slash-commands docs and the plugins README, not on a production migration test. If your team already uses Claude Code, ask one question: which 工作流程(工作流程(workflow)s) still live in private chat threads instead of reviewed repo files?

Share this with the teammate whose best 工作流程(workflow) still lives in a private thread.

真正该讨论的是:Claude Code 更适合先帮你看清问题,Claude 更适合把后面的活收完整。