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:14


