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


