vibe-agents
Create project agent instructions and tool configuration from agreed product and technical decisions.
Select the appropriate planning, implementation, or debugging workflow for an app project.
$ npx -y skills add KhazP/vibe-coding-prompt-template --skill vibe-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/vibe-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Select the appropriate planning, implementation, or debugging workflow for an app project.
name: vibe-workflow description: "Select the appropriate planning, implementation, or debugging workflow for an app project." allowed-tools: Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion
Use the request and existing project state to choose the next useful action. Load only the context needed to identify the outcome, constraints, and current implementation. An existing file does not prove that a stage is complete.
Quick mode needs a clear outcome, constraints, and acceptance journey; deeper planning is useful for unresolved integrations or consequential decisions.
Use a change skill if available; missing planning documents do not require restarting discovery.
debugging skill if available, without redoing the new-product interview.
their limits; do not begin an unrequested implementation or deployment.
Use `vibe-agents` when creating project instructions, `vibe-build` for a new implementation, and an available verification skill for a relevant user journey. Only invoke skills actually present in the target environment. The five stages are a useful route, not five approval gates or a mandatory document set for every edit.
Reuse answered questions and Handoff Context. Ask for missing consequential decisions; otherwise proceed with clearly stated assumptions. Keep stable constraints in AGENTS.md, decisions in product documents, and current progress in MEMORY.md where the project uses it. One builder is sufficient unless independent work and available tools justify delegation.
Complete the scope the user requested, including relevant checks and fixes. When reporting, distinguish actual results from unperformed checks and name any concrete blocker. Do not stop at the first implementation if a working product was requested; do not publish merely because local work is complete.
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.
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.