vibe-agents
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.
$ npx -y skills add KhazP/vibe-coding-prompt-template --skill vibe-build --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/vibe-buildContext preview
The summary Claude sees to decide when to auto-load this skill.
Implement a new-project slice through the relevant checks and working user journey.
name: vibe-build description: "Implement a new-project slice through the relevant checks and working user journey." allowed-tools: Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion
Establish the requested outcome and acceptance criteria from the user's brief and relevant project decisions. Read applicable repository instructions and only the documents needed for this slice. An absent or stale MEMORY.md does not require rebuilding the whole planning workflow.
Implement the intended behavior using the chosen stack. Preserve unrelated work and make a recovery checkpoint when the change warrants it. Add accounts, databases, infrastructure, paid services, and AI only when requirements justify them. Continue until the requested slice works, not merely until files exist.
Use the project's affected checks and exercise the relevant user journey when runtime access permits it. Fix failures caused by the change, distinguish pre-existing failures, and reuse results that remain valid. A setup validator or passing build alone is not evidence of interactive behavior.
Update project progress when the repository maintains it. Report the outcome, actual checks, unverified behavior, and any concrete blocker or recovery note. External sends, production changes, store submission, and deployment remain subject to authorization for their specific effect and target.
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.
Add one bounded feature to an existing app while preserving current behavior. Do not restart the full new-project workflow.
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.