vibe-agents
Step 4 of the vibe-coding workflow: generate `AGENTS.md` + tool configs so the AI builder stays on track.
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.
$ 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.
/vibe-workflowContext preview
What this command does when you run it.
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.
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.
1. Check which of these exist: `docs/research-*.md`, `docs/PRD-*.md`, `docs/TechDesign-*.md`, `AGENTS.md` + `agent_docs/`. 2. The first missing piece is the next stage:
| Stage | Command | Source of truth | |---|---|---| | 1. Research | `/vibe-research` | `part1-deepresearch.md` | | 2. PRD | `/vibe-prd` | `part2-prd-mvp.md` | | 3. Tech design | `/vibe-techdesign` | `part3-tech-design-mvp.md` | | 4. Agent setup | `/vibe-agents` | `part4-notes-for-agent.md` | | 5. Build | `/vibe-build` | `AGENTS.md` |
Nothing exists yet? Welcome the user and start at stage 1. Everything exists? Go straight to stage 5.
The part files at the repository root are the single source of truth — never re-ask what a doc in `docs/` already answers. (If a part file isn't in this project, ask the user to paste it.)
Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs
Repo: KhazP/vibe-coding-prompt-template
Step 4 of the vibe-coding workflow: generate `AGENTS.md` + tool configs so the AI builder stays on track.
Step 5 of the vibe-coding workflow: build the MVP one verified feature at a time.
Step 2 of the vibe-coding workflow: define WHAT to build, WHO it's for, and WHY it matters.
Step 1 of the vibe-coding workflow: validate the app idea with deep research before anything gets built.
Step 3 of the vibe-coding workflow: plan HOW to build it — stack, architecture, costs, deployment.