Agent Skills
› ruvnet/RuView
› plan-change
plan-change
GitHub将功能需求转化为最小化的文件级实现计划,明确涉及文件、接口及影响范围,为后续编码提供指导。
Trigger Scenarios
需要制定代码变更计划时
需求分析阶段
Install
npx skills add ruvnet/RuView --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
- a3b6e1d Current 2026-08-20 13:11


