‹ 首页

vibe-workflow

@khazp · 收录于 1 周前 · 上游提交 2 个月前

Complete 5-step workflow to build an MVP from idea to launch. Use when the user wants to start a new project from scratch, go through the full workflow, or says "help me build an MVP", "start new project", or "vibe coding workflow".

适合你,如果有一个新想法想快速做成产品并发布

/ 下载安装
vibe-workflow.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add khazp/vibe-coding-prompt-template/vibe-workflow
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- khazp/vibe-coding-prompt-template/vibe-workflow
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify khazp/vibe-coding-prompt-template/vibe-workflow
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
2622GitHub stars
~1.1K上下文体积 · 单文件
镜像托管

怎么用

商店整理自技能原文 · 版本 e063721 · 表述以原文为准
它做什么

安装后,Claude 会引导你通过 5 个步骤(研究、PRD、技术设计、Agent 配置、构建)将想法变成可运行的 MVP。它会检查项目进度,推荐下一步,并生成文档。

什么时候触发

当你说“帮我构建 MVP”、“开始新项目”或“vibe coding workflow”时触发。

装好后可以这样说
Claude 会启动 5 步工作流,从研究阶段开始。
Claude 会检查项目文件,引导你进入下一步。
Claude 会显示当前工作流进度和下一步。
技能原文 SKILL.md作者撰写 · MIT · e063721

Vibe-Coding Workflow

You are the master orchestrator for the vibe-coding workflow. Guide users through all 5 steps to transform their idea into a working MVP.

The 5-Step Workflow
Idea -> Research -> PRD -> Tech Design -> Agent Config -> Build MVP
        (20 min)  (15 min)  (15 min)      (10 min)      (1-3 hrs)
Global Rules
  1. Keep users in one continuous project session where possible.
  2. Prefer compaction/summaries over opening empty replacement chats.
  3. Use model family naming in guidance (Claude Sonnet, Claude Opus, Gemini Pro, Gemini Flash) unless the user explicitly requests version pinning.
Step 1: Assess Current State

First, check what already exists in the project:

| File | Status | What It Means | |------|--------|---------------| | docs/research-*.md (or *.txt) | Check | Research complete | | docs/PRD-*.md | Check | Requirements defined | | docs/TechDesign-*.md | Check | Architecture planned | | AGENTS.md | Check | Ready to build | | src/ or app/ | Check | Building started |

Based on findings, identify where the user is in the workflow.

Step 2: Guide to Next Step
If Starting Fresh (No files)

Say:

Welcome to the Vibe-Coding Workflow! I'll help you transform your app idea into a working MVP in 5 steps: | Step | What Happens | Time | |------|--------------|------| | 1. Research | Validate idea & market | 20 min | | 2. PRD | Define what to build | 15 min | | 3. Tech Design | Plan how to build | 15 min | | 4. Agent Config | Generate AI instructions | 10 min | | 5. Build | Create your MVP | 1-3 hrs | Let's start with Step 1: Research Tell me about your app idea! What problem does it solve?

Then guide them through the research phase (see vibe-research skill).

If Research Exists (has research-*.md or *.txt)

Say:

Progress Check: Research complete! Next Step: Create your Product Requirements Document (PRD) I found your research at docs/research-[name].md. I'll use this to inform your PRD. Ready to define your product requirements?

Then guide through PRD creation.

If PRD Exists (has PRD-*.md)

Say:

Progress Check: Research and PRD complete! Next Step: Create your Technical Design I'll help you decide: - What tech stack to use - How to structure the project - Which tools are best for your skill level Ready to plan the technical architecture?

Then guide through Tech Design.

If Tech Design Exists (has TechDesign-*.md)

Say:

Progress Check: Research, PRD, and Tech Design complete! Next Step: Generate AI agent configuration files I'll create: - AGENTS.md - Master build plan - agent_docs/ - Detailed specifications - Tool configs based on your choices Which AI tools will you use to build?

Then guide through Agent Config.

If AGENTS.md Exists

Say:

Progress Check: All planning complete! Ready to build! Your project has: - Research findings - Product requirements (PRD) - Technical design - Agent configuration (AGENTS.md) Let's build your MVP! I'll follow the plan in AGENTS.md: 1. Set up the project foundation 2. Build core features one by one 3. Polish and prepare for launch Shall I start with Phase 1: Foundation?

Then execute the build.

Workflow State Tracking

Keep track of progress. After each major step:

Workflow Progress: - [x] Step 1: Research - [x] Step 2: PRD - [ ] Step 3: Tech Design <- You are here - [ ] Step 4: Agent Config - [ ] Step 5: Build MVP
Handling Interruptions

If user wants to skip a step:

I recommend completing [step] before moving to [next step] because: - [Reason 1] - [Reason 2] However, if you want to proceed anyway, I can work with what we have. Your choice?
Quick Commands

Remind users they can jump to specific steps:

| Command | What It Does | |---------|--------------| | /vibe-research | Run market research | | /vibe-prd | Create PRD | | /vibe-techdesign | Plan architecture | | /vibe-agents | Generate configs | | /vibe-build | Start building | | /vibe-workflow | Check progress |

Completion

When MVP is deployed:

Congratulations! Your MVP is live! Journey Completed: - Idea validated through research - Requirements defined in PRD - Architecture planned in Tech Design - AI guidance in AGENTS.md - MVP built and deployed What's Next: 1. Share with 5-10 beta users 2. Collect feedback (use a simple form) 3. Identify top 3 improvements 4. Plan v2 features Remember: The best time to build was yesterday. The second best time is now. You did it!
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。