一键导入
using-simplify
Use when a code task is being wrapped up or the agent is about to claim completion while task-related code changes still exist.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a code task is being wrapped up or the agent is about to claim completion while task-related code changes still exist.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | using-simplify |
| description | Use when a code task is being wrapped up or the agent is about to claim completion while task-related code changes still exist. |
If simplify concludes no cleanup needed, report the evidence in the final closure message.
You do not have the option to silently skip this.
using-simplify is the finish-line router for simplify.
It does not perform the cleanup protocol itself. Its job is to detect closure conditions, choose the right simplify mode, and route into the full simplify skill.
Current router/executor contract version: 0.2.1
Upgrade using-simplify, simplify, and any installed gate text together. Do not mix protocol versions across those layers.
In the current environment, invoke simplify means:
simplify skill immediatelysimplifyRequired handoff data:
Lite, Standard, or Strictfeature, refactor, or bugfixUse this skill when all of these are true:
Do not use it at task start.
Do not use it while requirements, root cause, or architecture are still unsettled.
You may skip simplify only when at least one of these is true:
If you skip, say so explicitly and give the reason.
If you are thinking "the diff is probably fine" or "I already looked once", that is not a skip condition. Continue to objective signal selection.
Do not decide mode from vague feelings alone. Use the current task scope and these signals.
Mode order is fixed:
skipStrictStrict, check LiteStandardYou may skip only when all meaningful changes are one of these:
Use Strict when any of these is true:
Use Lite only when all of these are true:
Typical Lite cases:
Use Standard for everything in between:
No cleanup needed is a valid simplify outcome.
It is not a skip reason. It is the outcome of a completed simplify pass.
You may conclude no cleanup needed only when you can point to concrete evidence such as:
A meaningful diff means task-related changes to behavior-affecting files such as:
It does not mean:
If the closure conditions are true:
Strict, Lite, or Standard using the objective signal ordersimplifysimplify exactly for that modeThis skill routes. simplify executes.
If you catch yourself thinking any of these, stop and invoke simplify:
| Excuse | Reality |
|---|---|
| "The implementation works already" | Working code can still accumulate maintenance debt. |
| "This task is too small for simplify" | Small tasks are where silent debt often slips through. |
| "I already reviewed the diff mentally" | Informal review is not the simplify protocol. |
| "I do not need to reroute into simplify" | This skill is only the router. simplify is the protocol. |
| "I'll just use the full protocol every time" | Wrong mode choice adds noise and encourages formalism. |