claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Other

vibe-coding-prd-skill

Codex skill that turns rough requirements into Vibe coding PRDs for Claude Code and Codex.

// Other[ api ][ claude ]#claude#otherMIT$open-sourceupdated 5 days ago
// install
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.

InputWhat the skill doesOutput
Clear requirementConfirms scope, priority, stack, and UICoding-ready PRD
Raw PRDRemoves business noise and keeps engineering signalsImplementation PRD
Feishu/Lark docReads source through Lark tools when availableExtracted PRD
Competitor analysisConverts observations into product decisionsFeature scope
Fuzzy ideaUses choice questions to clarify real demandConfirmed 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

Platformsapi
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-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.

0 views
12 stars
unclaimed
updated 5 days ago

// embed badge

vibe-coding-prd-skill on Claudeers
[![Claudeers](https://claudeers.com/api/badge/vibe-coding-prd-skill.svg)](https://claudeers.com/vibe-coding-prd-skill)

// retro hit counter

vibe-coding-prd-skill hit counter
[![Hits](https://claudeers.com/api/counter/vibe-coding-prd-skill.svg)](https://claudeers.com/vibe-coding-prd-skill)

// reviews

// guestbook

0/500

// related in Other

🔓

符合nature论文学术表达和科研绘图的Skill

// otherYuan1z0825/Python27,143Apache-2.0[ claude ]
🔓

Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.

// othermanaflow-ai/Swift23,559NOASSERTION[ claude ]
🔓

Huashu Design · HTML-native design skill for Claude Code · Claude Code 里 HTML 原生的设计 skill · 高保真原型 / 幻灯片 / 动画 + 20 设计哲学 + 5 维评审 + MP4 导出 · Agent-agnostic

// otheralchaincyf/HTML20,855MIT[ claude ]
🔓

一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄

// otheritwanger/Java17,140[ claude ]
→ see how vibe-coding-prd-skill connects across the ecosystem