prd
Product requirements document for larger features — user-facing behavior, options, decisions, screen layouts, and open questions. Precedes the technical plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Product requirements document for larger features — user-facing behavior, options, decisions, screen layouts, and open questions. Precedes the technical plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Android/Kotlin/Compose coding rules — modular architecture, ViewModel scope, Material 3, Compose pitfalls, strings, navigation, network safety, and build hygiene. Extends `coding` + `coding-agent-guardrails`.
Universal code quality guardrails — file size limits, code structure, VCS discipline, and build behavior for any project
Universal coding rules for any project type — error handling, testing, API design, dependency hygiene, config/secrets, logging. Extends `coding-agent-guardrails`.
Structured technical feature plan with bullet-point format, file/line references, phased implementation checklists, and per-phase test verification
One-shot investigation → findings document. No state, no checklist, no phases — investigate, write the answer, stop.
Orchestrates the full agentic SDLC — PRD → Plan → Review → Implement → Verify → Review — with pluggable reviewer model, feature/sub-feature decomposition, and resumable state.
| name | prd |
| description | Product requirements document for larger features — user-facing behavior, options, decisions, screen layouts, and open questions. Precedes the technical plan. |
| version | 0.1.0 |
| triggers | ["write a PRD","write a product requirements doc","/prd"] |
| globs | [".vibekit/feature-plans/**"] |
Use this skill before writing a technical plan when a feature is large enough to warrant capturing what and why before jumping into how.
PRD → Technical Plan → Implementation
.vibekit/feature-plans/pending/<feature>/prd-<feature>.md (this skill) — directory mode, primary
<feature>/NN-<sub>/prd-<NN>-<feature>-<sub>.md.vibekit/feature-plans/pending/prd-<slug>.md (flat file) still works for existing projects.vibekit/feature-plans/pending/<feature>/plan-<feature>.md (planning skill)prd: and plan: fields)Read FORMAT.md before writing — it has the requirement-writing rules and header block.
_prd_sample_format.md for the template