vibe-change
GitHub在保留现有行为的前提下,向应用添加单个受限功能。通过检查源码、文档和差异确定范围,实施最小化变更并添加回归测试,避免重启完整项目流程或进行无关重写。
Trigger Scenarios
Install
npx skills add KhazP/vibe-coding-prompt-template --skill vibe-change -g -y
SKILL.md
Frontmatter
{
"name": "vibe-change",
"description": "Add one bounded feature to an existing app while preserving current behavior. Do not restart the full new-project workflow.",
"allowed-tools": "Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion"
}
Vibe Change
Inspect source, repository instructions, current diff, product documents, and existing checks before asking questions. Confirm only missing acceptance criteria, constraints, and scope. An absent PRD or AGENTS.md does not require starting research again.
Establish the baseline with appropriate approved commands and one existing user journey. Preserve current work; record a real recovery checkpoint for risky changes. Identify the smallest affected area and implement one feature without unrelated rewrites. Add regression checks where they demonstrate behavior, and rerun the affected checks.
Use ../vibe-verify/SKILL.md for the changed journey and relevant existing behavior. Update product decisions only where requirements changed, and progress in MEMORY.md. Report Changed, Checked, Not checked, Next decision, Recovery. Escalate to deeper planning only for an actual architecture, security, cost, or data-migration decision.
Version History
- b00eb84 Current 2026-09-08 23:12


