🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?
Claim this page →
vibe-coding-prd-skill
Codex skill that turns rough requirements into Vibe coding PRDs for Claude Code and Codex.
git clone https://github.com/yangjinmin666/vibe-coding-prd-skill
Vibe Coding PRD Skill
把需求、原始 PRD、竞品分析、飞书文档或模糊想法,提炼成可以直接交给 Claude Code / Codex 的编码 Agent PRD。
What It Does
This skill turns messy product input into a concise, implementation-ready Markdown PRD for coding agents.
| Input | What the skill does | Output |
|---|---|---|
| Clear requirement | Confirms scope, priority, stack, and UI | Coding-ready PRD |
| Raw PRD | Removes business noise and keeps engineering signals | Implementation PRD |
| Feishu/Lark doc | Reads source through Lark tools when available | Extracted PRD |
| Competitor analysis | Converts observations into product decisions | Feature scope |
| Fuzzy idea | Uses choice questions to clarify real demand | Confirmed product brief |
Key Upgrades
- Four confirmation gates: demand, feature priority, technical stack, wireframe
- Option-based clarification for non-technical users
- Raw PRD / competitor analysis / mixed material routing
- MVP discipline with P0/P1/P2/Later/Not-doing rules
- Technical stack recommendations in plain language
- ASCII wireframes for coding agents
- AI and traditional product branches
- Product Engineer lens: data, state, API/event, rollback, observability
- Agent workflow, prompt, tool, memory, evaluation, and fallback design
- Testable acceptance criteria
- Final coding-agent kickoff prompt
Trigger
帮我写一个用来vibe coding的PRD
Or:
Use $vibe-coding-prd to turn this rough product idea into a coding-agent-ready PRD.
Workflow
flowchart TD
A["Requirement / PRD / Competitor Analysis / Idea"] --> B{"Classify Input"}
B -->|"Clear Requirement"| C["Gate 1: Demand Definition"]
B -->|"Raw PRD / Feishu"| D["Extract Implementation Signals"]
B -->|"Competitor Analysis"| E["Convert To Candidate Features"]
B -->|"Unclear"| F["Option-Based Clarification"]
D --> C
E --> C
F --> C
C --> G["Gate 2: Feature & MVP Priority"]
G --> H["Gate 3: Technical Stack"]
H --> I["Gate 4: Core Wireframe"]
I --> J{"AI Product?"}
J -->|"Yes"| K["Agent / Prompt / Tool / Memory Design"]
J -->|"No"| L["Data / API / State / Permission Design"]
K --> M["Acceptance Criteria"]
L --> M
M --> N["Final Markdown PRD"]
Skill Structure
vibe-coding-prd/
├── SKILL.md
├── agents/
│ └── openai.yaml
└── references/
├── 01-input-routing.md
├── 02-confirmation-gates.md
├── 03-feature-mvp.md
├── 04-tech-stack.md
├── 05-wireframe.md
├── 06-detailed-modules.md
├── 07-ai-pe-agent-design.md
├── 08-acceptance-criteria.md
└── 09-final-prd-template.md
Install
mkdir -p ~/.codex/skills
cp -R vibe-coding-prd ~/.codex/skills/
Restart or refresh Codex, then use the trigger phrase.
Output Philosophy
The final PRD should help Claude Code, Codex, or another coding agent know:
- what to build
- what not to build
- what to build first
- what pages, states, data, APIs, and workflows are needed
- how AI agents, prompts, tools, and memory should work
- how each feature can be tested or manually accepted
License
MIT
// compatibility
| Platforms | api |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | — |
// faq
What is vibe-coding-prd-skill?
Codex skill that turns rough requirements into Vibe coding PRDs for Claude Code and Codex.. It is open-source on GitHub.
Is vibe-coding-prd-skill free to use?
vibe-coding-prd-skill is open-source under the MIT license, so it is free to use.
What category does vibe-coding-prd-skill belong to?
vibe-coding-prd-skill is listed under other in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/vibe-coding-prd-skill)
// retro hit counter
[](https://claudeers.com/vibe-coding-prd-skill)
// reviews
// guestbook
// related in Other
Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.
Huashu Design · HTML-native design skill for Claude Code · Claude Code 里 HTML 原生的设计 skill · 高保真原型 / 幻灯片 / 动画 + 20 设计哲学 + 5 维评审 + MP4 导出 · Agent-agnostic
一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄