create-prd
Installation
SKILL.md
PRD Creator
Goal: produce a PRD that is precise, self-contained, and unambiguous. A reader should know exactly what to build and why without asking follow-up questions.
Routing
- Understand the problem space first →
/research - Decision still needs alignment →
/create-rfc - Record a finalized decision →
/create-adr - Document architecture →
/create-technical-design - Plan execution →
/create-implementation-plan
Process
Step 1 — Check for upstream research
Before gathering context, check for an existing research document at .specs/[feature-slug]/RESEARCH.md. If the feature slug is not yet known, ask for the feature name first and derive the slug.
- RESEARCH.md found: Read it. Use it as the starting point for the interview — skip asking for anything already answered by the research (problem framing, stakeholders, constraints, open questions). Note which open questions from the research remain unresolved and address them during the interview.
Related skills