# 03 Prd

> Generate a structured Product Requirements Document from a need, idea, or brainstorm, confirmed before save. Use when the user wants to draft or generate a PRD or product requirements. Not for user stories or a technical plan.

- Skill: `ai-driven-dev/03-prd` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add ai-driven-dev/03-prd`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ai-driven-dev/03-prd/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: ai-driven-dev (https://skillmd.com/u/ai-driven-dev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ai-driven-dev/03-prd

---


# PRD

```mermaid
flowchart LR
  source([feature description, optionally with user stories]) --> draft --> finalize --> done([saved PRD])
```

## Actions

Run the flow above. Read only the next action file.

| Action   | Does                                 |
| -------- | -------------------------------------- |
| draft    | draft per template, iterate to approval |
| finalize | save the approved draft                |

## Transversal rules

- Keep product and lifecycle decisions with the user.
- Separate evidence, decisions, and assumptions.
- Preserve source links and existing edits.
- Ask natural questions; never expose actions, references, or unchanged state.
- Require explicit approval or caller-provided bounded authority before any write.
- State what and why; never a technical plan or user stories.

