Agent Skills
› ruvnet/metaharness
› plan-change
plan-change
GitHub将功能需求转化为最小化、文件级的实施计划,明确涉及文件、接口及潜在影响范围,指导后续编码实现。
触发场景
收到新功能或修改需求
需要制定代码实施策略
安装
npx skills add ruvnet/metaharness --skill plan-change -g -y
SKILL.md
Frontmatter
{
"name": "plan-change",
"description": "Turn a feature request into a minimal, file-level implementation plan before any code."
}
plan-change
Produce an implementation plan for a requested change.
- Restate the goal in one sentence.
- List the files to touch and why.
- Name the smallest interface that satisfies it.
- Flag anything that ripples beyond three files or widens a permission.
Hand the plan to the implementer; do not write code in this step.
版本历史
- 6840275 当前 2026-08-12 13:13


