Agent Skills
› ruvnet/metaharness
› plan-change
plan-change
GitHub将功能需求转化为最小化的文件级实施计划,明确目标、涉及文件、接口设计及潜在风险,供执行者参考,不直接编写代码。
Trigger Scenarios
收到新功能需求
需要制定代码变更方案
Install
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.
Version History
- 6840275 Current 2026-08-12 13:13


