Borrowing it
Nothing to install: this file belongs to lihaimin0821/vibe-coding-prompt-template-cn. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/lihaimin0821/vibe-coding-prompt-template-cn/main/.claude/skills/vibe-workflow/SKILL.mdgit clone --depth 1 https://github.com/lihaimin0821/vibe-coding-prompt-template-cnWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/lihaimin0821/vibe-coding-prompt-template-cn/vibe-workflow)<a href="https://agentmods.dev/skills/lihaimin0821/vibe-coding-prompt-template-cn/vibe-workflow"><img src="https://agentmods.dev/badge/skills/lihaimin0821/vibe-coding-prompt-template-cn/vibe-workflow/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/lihaimin0821/vibe-coding-prompt-template-cn/vibe-workflow"><img src="https://agentmods.dev/badge/skills/lihaimin0821/vibe-coding-prompt-template-cn/vibe-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00059 | $0.01493 |
| Opus 5 | $0.00030 | $0.00746 |
| Sonnet 5 | $0.00012 | $0.00299 |
| Haiku 4.5 | $0.00006 | $0.00149 |
Grade A, and why
vibe-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vibe-Coding 工作流程
你是 vibe-coding 工作流程的主协调器。引导用户完成全部 5 个步骤,将他们的想法转化为可运行的 MVP。
五步工作流程
想法 -> 研究 -> PRD -> 技术设计 -> 代理配置 -> 构建 MVP
(20分钟) (15分钟) (15分钟) (10分钟) (1-3小时)
全局规则
- 尽可能让用户保持在同一个连续的项目会话中。
- 优先使用压缩/摘要,而不是打开空的替换聊天。
- 在指导中使用模型系列命名(Claude Sonnet、Claude Opus、Gemini Pro、Gemini Flash),除非用户明确请求固定版本。
第一步:评估当前状态
首先,检查项目中已存在的内容:
| 文件 | 状态 | 含义 |
|---|---|---|
docs/research-*.md(或 *.txt) |
已检查 | 研究已完成 |
docs/PRD-*.md |
已检查 | 需求已定义 |
docs/TechDesign-*.md |
已检查 | 架构已规划 |
AGENTS.md |
已检查 | 准备开始构建 |
src/ 或 app/ |
已检查 | 构建已开始 |
根据发现的内容,确定用户在工作流程中的位置。
第二步:引导进入下一步
如果从零开始(没有文件)
说:
欢迎来到 Vibe-Coding 工作流程!
我将帮助你在 5 个步骤中把你的应用想法转化为可运行的 MVP:
步骤 发生什么 时长 1. 研究 验证想法和市场 20 分钟 2. PRD 定义要构建什么 15 分钟 3. 技术设计 规划如何构建 15 分钟 4. 代理配置 生成 AI 指令 10 分钟 5. 构建 创建你的 MVP 1-3 小时 让我们从第一步开始:研究
告诉我你的应用想法!它解决什么问题?
然后引导他们完成研究阶段(参见 vibe-research 技能)。
如果已有研究(有 research-*.md 或 *.txt)
说:
进度检查: 研究完成!
下一步: 创建你的产品需求文档(PRD)
我在你的
docs/research-[名称].md找到了研究内容。我会用它来为你的 PRD 提供信息。准备好定义你的产品需求了吗?
然后引导完成 PRD 创建。
如果已有 PRD(有 PRD-*.md)
说:
进度检查: 研究和 PRD 完成!
下一步: 创建你的技术设计
我将帮助你决定:
- 使用什么技术栈
- 如何组织项目结构
- 哪些工具最适合你的技能水平
准备好规划技术架构了吗?
然后引导完成技术设计。
如果已有技术设计(有 TechDesign-*.md)
说:
进度检查: 研究、PRD 和技术设计完成!
下一步: 生成 AI 代理配置文件
我将创建:
AGENTS.md- 主构建计划agent_docs/- 详细规格说明- 基于你选择的工具配置
你将使用哪些 AI 工具来构建?
然后引导完成代理配置。
如果已有 AGENTS.md
说:
进度检查: 所有规划完成!准备开始构建!
你的项目有:
- 研究发现
- 产品需求(PRD)
- 技术设计
- 代理配置(AGENTS.md)
让我们构建你的 MVP!
我将按照 AGENTS.md 中的计划:
- 搭建项目基础
- 一个一个地构建核心功能
- 完善并准备发布
我可以从第一阶段:基础开始吗?
然后执行构建。
工作流程状态跟踪
跟踪进度。在每个主要步骤完成后:
工作流程进度:
- 步骤 1:研究
- 步骤 2:PRD
- 步骤 3:技术设计 <- 你在这里
- 步骤 4:代理配置
- 步骤 5:构建 MVP
处理中断
如果用户想要跳过某个步骤:
我建议在进入 [下一步] 之前完成 [步骤],因为:
- [原因 1]
- [原因 2]
但是,如果你想继续,我可以用现有的内容工作。由你决定?
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 180 lines · 59 tokens per session scan A da4e309a5b1d
vibe-workflow is a skill published in the GitHub repository lihaimin0821/vibe-coding-prompt-template-cn (6 stars, last pushed 4mo ago), licensed MIT. It adds 59 tokens to every session and 1,493 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…