用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Undermybelt/hermes-skills --skill decision-surface-layer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use when retiring old logic, collapsing duplicate owners, removing fallbacks, or touching schema, persistence, or source-of-truth boundaries while deciding whether to delete old paths, retain compatibility, or stop for confirmation.
Use when defining new features, product behavior, UI/component design, architecture choices, contract changes, or ambiguous medium/high-complexity work before implementation.
Use when the user asks for caveman mode, fewer tokens, brief responses, compressed communication, or otherwise explicitly requests a much shorter answer.
基于 SOC 职业分类
| name | decision-surface-layer |
| description | Hermes 中文优先的决策面技能:把“主目标、偏好权重、硬约束、取舍规则”单独落成用户可改文件, 不再埋在提示词里。适用于方案很多、取舍复杂、用户偏好稳定、执行前必须先定方向的任务。 |
| tags | ["决策层","决策面","约束","权重","取舍规则","spice"] |
| version | 1 |
Goal
Use this when
Do not use this when
Core idea
Recommended artifact
decision.md or project-local equivalent.Suggested structure
# Decision Surface
## Primary Objective
- <dominant optimization direction>
## Preferences / Weights
- speed: 0.4
- simplicity: 0.3
- maintainability: 0.2
- novelty: 0.1
## Hard Constraints
- no new dependencies
- do not modify public API
- must pass existing tests
## Tradeoff Rules
- if gains are small, prefer simpler diff
- if performance and readability conflict, keep readability unless >15% speedup
## Out of Scope
- <areas not to optimize>
How to use it
Hermes adaptation
fres-cont-loop-runn and auto-research.Good uses
Pitfalls