prd

prd is a command for Claude Code from doncheli/don-cheli-sdd. It costs 99 tokens per session (1,386 once invoked), scanned A, original, Apache-2.0.

A Product Requirements Document (PRD) generator that turns product descriptions, design files, briefs, documentation, research, conversations, or existing code into a structured plan. A PRD explains what should be built and why.

In plain words
What is it for?
Use it to prepare requirements for software products such as SaaS tools, mobile apps, e-commerce sites, APIs, or landing pages, including user stories and a delivery timeline.
Why use it?
It brings scattered product information into one document before development starts, making scope, risks, priorities, and expected user behavior clearer.

Command for Claude Code

Part of the don-cheli-sdd plugin — 28 skills, 115 commands, 1 agent shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/doncheli/don-cheli-sdd/prd
Clone the repo
git clone --depth 1 https://github.com/doncheli/don-cheli-sdd

Made for: Claude Code.

Or install don-cheli-sdd, the plugin that ships this one along with the rest of its 28 skills, 115 commands, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for prd

README.md
[![agentmods](https://agentmods.dev/badge/commands/doncheli/don-cheli-sdd/prd.svg)](https://agentmods.dev/commands/doncheli/don-cheli-sdd/prd)
Your own site
<a href="https://agentmods.dev/commands/doncheli/don-cheli-sdd/prd"><img src="https://agentmods.dev/badge/commands/doncheli/don-cheli-sdd/prd.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,386 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00099 $0.01386
Opus 5 $0.00049 $0.00693
Sonnet 5 $0.00020 $0.00277
Haiku 4.5 $0.00010 $0.00139

Measured yesterday against content hash 4a1024656569, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

prd scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

scripts/.claude/commands/dc/prd.md · 149 lines

How it starts

The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/dc:prd — Generador de PRD

Objetivo

Generar un Product Requirement Document profesional desde múltiples fuentes de input, listo para alimentar el pipeline SDD.

Uso

/dc:prd                                    # Modo interactivo — pregunta fuentes
/dc:prd "Descripción del producto"         # Desde descripción en lenguaje natural
/dc:prd --figma <link>                     # Desde diseño en Figma
/dc:prd --brief docs/brief.md              # Desde brief de producto
/dc:prd --figma <link> --brief brief.md    # Múltiples fuentes combinadas
/dc:prd --template saas                    # Usar template específico (saas, mobile, ecommerce, api, internal, landing)
/dc:prd --version 1.1                      # Crear nueva versión de PRD existente

Comportamiento

Lee la habilidad habilidades/generador-prd/HABILIDAD.md para el proceso completo.

Proceso resumido:

1. DESCUBRIR — Leer todas las fuentes (Figma, docs, conversación, codebase)
2. ESTRUCTURAR — Organizar en 13 secciones con priorización MoSCoW + RICE
3. ANALIZAR — Riesgos (7 categorías), dependencias, estimación de esfuerzo
4. REDACTAR — PRD completo con user stories Gherkin, diagramas Mermaid, timeline
5. VALIDAR — ¿Requirements verificables? ¿Métricas definidas? ¿Scope claro?
6. ENTREGAR — Markdown + Gherkin + diagrama + matriz de riesgos

Análisis de Figma

Cuando se proporciona un link de Figma:

  1. Reconocer — Identificar pantallas, flujos, componentes
  2. Extraer — Textos, formularios, interacciones, estados
  3. Analizar gaps — Estados faltantes (loading, error, empty, offline)
  4. Convertir — Cada pantalla → user stories → criterios de aceptación

Análisis de riesgos

Para cada feature evalúa automáticamente:

Categoría Qué evalúa
Técnico Complejidad, integraciones, deuda técnica
Producto Market fit, adopción, competencia
UX Usabilidad, accesibilidad, learning curve
Negocio Revenue, costo, time-to-market
Legal GDPR, compliance, términos
Seguridad OWASP, datos sensibles, auth
Operacional Soporte, escalabilidad, monitoring

Read the full file on GitHub · 149 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 149 lines · 99 tokens per session scan A 4a1024656569

Subscribe to this mod's changes

prd is a command published in the GitHub repository doncheli/don-cheli-sdd (57 stars, last pushed 25d ago), licensed Apache-2.0. It adds 99 tokens to every session and 1,386 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.