vibe-agents
Create project agent instructions and tool configuration from agreed product and technical decisions.
Add one bounded feature to an existing app while preserving current behavior. Do not restart the full new-project workflow.
$ npx -y skills add KhazP/vibe-coding-prompt-template --skill vibe-change --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/vibe-changeContext preview
The summary Claude sees to decide when to auto-load this skill.
Add one bounded feature to an existing app while preserving current behavior. Do not restart the full new-project workflow.
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
Inspect the affected source, applicable repository instructions, current diff, and relevant checks. Consult product documents when scope or acceptance criteria are unclear. Confirm only missing acceptance criteria, constraints, and scope. An absent PRD or AGENTS.md does not require starting research again.
Establish the relevant baseline with checks appropriate to the change; use an existing user journey when behavior is affected. 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.
Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs
Repo: KhazP/vibe-coding-prompt-template
Create project agent instructions and tool configuration from agreed product and technical decisions.
Implement a new-project slice through the relevant checks and working user journey.
Diagnose and fix a reproducible failure in an existing project. Use for crashes, broken behavior, or failing checks, not greenfield planning.
Prepare compact factual project context for another session or coding tool without copying transcripts or secrets.
Write or revise an MVP product requirements document with scope and observable acceptance criteria.
Research an app idea or resolve product and technical uncertainties before committing to a design.