# Prd Builder

> PRD templates and structure for product requirements documents. Used by /majestic:prd command.

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

---


# PRD Builder Skill

Provides templates for creating comprehensive Product Requirements Documents.

## When to Use

Automatically invoked by `/majestic:prd` command. Provides:

- Standard PRD template structure
- Technical expansion sections
- Backlog item format

## Templates

- [resources/prd-template.md](resources/prd-template.md) - Core PRD structure (10 sections)
- [resources/technical-expansion.md](resources/technical-expansion.md) - API, Data Model, Security, Performance sections

## Best Practices

- **Clear, actionable language** - Specific requirements, not vague descriptions
- **User story IDs** - Traceable requirements (US-001, FR-001)
- **Testable acceptance criteria** - Measurable success conditions
- **Explicit scope boundaries** - Non-goals prevent scope creep
- **Developer-ready** - Empowers "how" decisions while defining "what"

