/vibe-agents
Step 4 of the vibe-coding workflow: generate `AGENTS.md` + tool configs so the AI builder stays on track.
$ npx -y skills add KhazP/vibe-coding-prompt-template --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/vibe-agents
Context preview
What this command does when you run it.
Step 4 of the vibe-coding workflow: generate `AGENTS.md` + tool configs so the AI builder stays on track.
Command definition
vibe-agents.md/vibe-agents — Step 4: Agent-file setup
Step 4 of the vibe-coding workflow: generate `AGENTS.md` + tool configs so the AI builder stays on track.
**Read `part4-notes-for-agent.md` at the repository root and follow it as the single source of truth.** (If it isn't in this project, ask the user to paste it.)
The essentials:
- Requires `docs/PRD-*.md` and `docs/TechDesign-*.md` — if either is missing, route the user back a stage.
- Instantiate the files in `templates/` (`AGENTS.md`, `MEMORY.md`, `REVIEW-CHECKLIST.md`, `agent_docs/`) — fill every `[REPLACE:]` / `[CHOOSE:]` placeholder from the PRD and Tech Design; never rewrite the templates.
- Add the thin tool adapter from `templates/tool-adapters/` for the user's tool.
Done? Point the user to the final stage: `/vibe-build`.
Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs
Repo: KhazP/vibe-coding-prompt-template
Other commands on vibe-coding-prompt-template.
- /vibe-build
Step 5 of the vibe-coding workflow: build the MVP one verified feature at a time.
Open command - /vibe-prd
Step 2 of the vibe-coding workflow: define WHAT to build, WHO it's for, and WHY it matters.
Open command - /vibe-research
Step 1 of the vibe-coding workflow: validate the app idea with deep research before anything gets built.
Open command - /vibe-techdesign
Step 3 of the vibe-coding workflow: plan HOW to build it — stack, architecture, costs, deployment.
Open command - /vibe-workflow
The vibe-coding workflow turns an app idea into a working MVP in 5 stages. Your job: figure out where the user is and route them to the right stage.
Open command

