---
name: PRD
slug: prd-2
category: Writing
description: PRD locks scope before implementation by defining the problem, in-scope work, non-goals, constraints, and acceptance criteria. Use it when requirements are vague or scope creep is a risk.
github: "https://github.com/Joonghyun-Lee-Frieren/oh-my-antigravity/tree/main/skills/prd"
language: JavaScript
stars: 210
forks: 27
install: "npx degit https://github.com/Joonghyun-Lee-Frieren/oh-my-antigravity/tree/main/skills/prd ~/.claude/skills/prd"
installs_to: ~/.claude/skills/prd
source_path: skills/prd/SKILL.md
collection_size: 11
category_size: 1144
collection_url: "https://dirskills.com/collections/Joonghyun-Lee-Frieren/oh-my-antigravity"
added: 2026-09-04T05:26:22.127Z
last_synced: 2026-09-04T05:26:22.127Z
canonical_url: "https://dirskills.com/skills/prd-2"
---

# PRD

PRD locks scope before implementation by defining the problem, in-scope work, non-goals, constraints, and acceptance criteria. Use it when requirements are vague or scope creep is a risk.

**Install:**

```bash
npx degit https://github.com/Joonghyun-Lee-Frieren/oh-my-antigravity/tree/main/skills/prd ~/.claude/skills/prd
```

## README

## Purpose

Use this skill to lock scope before implementation starts.

## Trigger

- Requirements are ambiguous or too broad
- Team needs measurable done criteria
- Scope creep risk is high

## Workflow

1. Write a concise problem statement.
2. Define in-scope and explicit non-goals.
3. Define acceptance criteria with evidence requirements.
4. Capture constraints and dependencies.
5. Produce handoff notes for execution and verification.

## Output Template

```markdown
## Problem Statement
- ...

## Scope / Non-goals
- ...

## Acceptance Criteria
| Criterion | Evidence Needed | Owner |
| --- | --- | --- |

## Constraints
- ...

## Handoff
- ...
```
