Agent Skills
› ruvnet/RuVector
› plan-change
plan-change
GitHub将功能需求转化为最小化的文件级实现计划,明确涉及文件、接口及潜在影响范围,指导实施者执行,此阶段不编写代码。
Trigger Scenarios
收到新功能或修改需求
需要在编码前制定详细实施步骤
Install
npx skills add ruvnet/RuVector --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
- 74d2a60 Current 2026-08-20 07:51


