Skip to content
Development
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.

From plugin
vibe-coding-prompt-template
2.8k6 skills6 commands
Install
$ npx -y skills add KhazP/vibe-coding-prompt-template --agent claude-code

How 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-workflow

Context 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.

Command definition

vibe-workflow.md

/vibe-workflow — the 5-stage router

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.)

Ships withvibe-coding-prompt-template

Templates and workflow for generating PRDs, Tech Designs, and MVP and more using LLMs for AI IDEs

Get the whole plugin, auto-invoked
Stats
2,822
Stars
0
Views
358
Forks
Active
Maintenance
Python
Language
MIT
License
20d ago
Last commit
1y ago
Created

Repo: KhazP/vibe-coding-prompt-template