create-prd

create-prd is a command for coding agents from dredozubov/prd-generator. It costs 17 tokens per session (1,009 once invoked), scanned A, original, MIT.

A command that creates a Product Requirements Document, or PRD, from the current conversation. A PRD is a written plan describing a product, its users, requirements, user stories, and what belongs in the first version.

In plain words
What is it for?
Use it to document a new product or feature. It can lay out the mission, target users, scope, technical work, integrations, deployment plans, and example user stories.
Why use it?
It turns scattered decisions and requirements into a structured document. This gives developers and other project contributors a shared reference for what to build.

Command

Part of the prd-generator plugin — 1 command 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/dredozubov/prd-generator/create-prd
Clone the repo
git clone --depth 1 https://github.com/dredozubov/prd-generator

Or install prd-generator, the plugin that ships this one along with the rest of its 1 command.

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 create-prd

README.md
[![agentmods](https://agentmods.dev/badge/commands/dredozubov/prd-generator/create-prd.svg)](https://agentmods.dev/commands/dredozubov/prd-generator/create-prd)
Your own site
<a href="https://agentmods.dev/commands/dredozubov/prd-generator/create-prd"><img src="https://agentmods.dev/badge/commands/dredozubov/prd-generator/create-prd.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 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,009 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.00017 $0.01009
Opus 5 $0.00009 $0.00504
Sonnet 5 $0.00003 $0.00202
Haiku 4.5 $0.00002 $0.00101

Measured 3d ago against content hash df47716aba6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

create-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 3d ago.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

commands/create-prd.md · 153 lines

How it starts

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

Create PRD: Generate Product Requirements Document

Overview

Generate a comprehensive Product Requirements Document (PRD) based on the current conversation context and requirements discussed. Use the structure and sections defined below to create a thorough, professional PRD.

Output File

Write the PRD to: $ARGUMENTS (default: PRD.md)

PRD Structure

Create a well-structured PRD with the following sections. Adapt depth and detail based on available information:

Required Sections

1. Executive Summary

  • Concise product overview (2-3 paragraphs)
  • Core value proposition
  • MVP goal statement

2. Mission

  • Product mission statement
  • Core principles (3-5 key principles)

3. Target Users

  • Primary user personas
  • Technical comfort level
  • Key user needs and pain points

4. MVP Scope

  • In Scope: Core functionality for MVP (use checkboxes)
  • Out of Scope: Features deferred to future phases (use checkboxes)
  • Group by categories (Core Functionality, Technical, Integration, Deployment)

5. User Stories

  • Primary user stories (5-8 stories) in format: "As a [user], I want to [action], so that [benefit]"
  • Include concrete examples for each story
  • Add technical user stories if relevant

6. Core Architecture & Patterns

  • High-level architecture approach
  • Directory structure (if applicable)
  • Key design patterns and principles
  • Technology-specific patterns

7. Tools/Features

  • Detailed feature specifications
  • If building an agent: Tool designs with purpose, operations, and key features
  • If building an app: Core feature breakdown

8. Technology Stack

  • Backend/Frontend technologies with versions
  • Dependencies and libraries
  • Optional dependencies
  • Third-party integrations

9. Security & Configuration

  • Authentication/authorization approach
  • Configuration management (environment variables, settings)
  • Security scope (in-scope and out-of-scope)
  • Deployment considerations

10. API Specification (if applicable)

  • Endpoint definitions
  • Request/response formats
  • Authentication requirements
  • Example payloads

Read the full file on GitHub · 153 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. 3d ago First seen · 153 lines · 17 tokens per session scan A df47716aba6f

Subscribe to this mod's changes

create-prd is a command published in the GitHub repository dredozubov/prd-generator (52 stars, last pushed 7mo ago), licensed MIT. It adds 17 tokens to every session and 1,009 once invoked, about $0.0001 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-08-30.