solution-exploration
Explores the problem and the range of possible approaches before any code is written — clarifying what is actually being asked, surfacing options wi…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
Solution exploration
The most expensive bugs are decisions, not defects. This runs before implementation, not instead of
it.
Establish what is actually wanted
The stated request is a proposed solution wearing the clothes of a requirement. Get underneath it:
- What outcome does the person want? What breaks today without it?
- Who else touches this, and what do they assume about it now?
- What is explicitly not being asked for?
- How will we know it worked — the observable difference.
If the answers conflict, stop and resolve that first. Building the average of two requirements
satisfies neither.
Generate genuinely different options
Two variations of the same idea are one option. Force real range:
- The smallest thing that could work.
- The version that assumes this doubles in scope next quarter.
- The version that requires no new moving parts.
- Buy, borrow, or do nothing.
For each: what it costs, what it forecloses, and what has to be true for it to be right.
Converge
Recommend one and say why the others lost. A comparison that ends without a recommendation has
moved the work, not done it.
Name the assumption the recommendation rests on most heavily — that is where the plan will break if
it breaks.
Never
- Present options you would not accept as padding around the one you want.
- Skip this because the task "is simple." Simple tasks take five minutes here.
- Let a preference stand in for a reason.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/technology/skills/solution-exploration/SKILL.md