create-prd

create-prd is a command for Claude Code from Yassinello/claude-plugin-prd-workflow. It costs 14 tokens per session (2,401 once invoked), scanned A, original, MIT.

A command for creating a Product Requirements Document (PRD), which explains what a feature should do and how it should be built. It asks clarifying questions and can fill in a standard structure or one of several project templates.

In plain words
What is it for?
Use it to write requirements for features such as an online store, SaaS application, mobile app, API, admin panel, analytics dashboard, or third-party integration.
Why use it?
It helps turn a rough feature idea into a reviewed, consistently structured plan before development begins. This can expose missing details and unclear scope early.

Command for Claude Code

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/yassinello/claude-plugin-prd-workflow/create-prd
Clone the repo
git clone --depth 1 https://github.com/Yassinello/claude-plugin-prd-workflow

Made for: Claude Code.

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/yassinello/claude-plugin-prd-workflow/create-prd.svg)](https://agentmods.dev/commands/yassinello/claude-plugin-prd-workflow/create-prd)
Your own site
<a href="https://agentmods.dev/commands/yassinello/claude-plugin-prd-workflow/create-prd"><img src="https://agentmods.dev/badge/commands/yassinello/claude-plugin-prd-workflow/create-prd.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,401 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.00014 $0.02401
Opus 5 $0.00007 $0.01201
Sonnet 5 $0.00003 $0.00480
Haiku 4.5 $0.00001 $0.00240

Measured 4d ago against content hash a2b4a0a26593, 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 4d 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.

.claude/commands/create-prd.md · 351 lines

How it starts

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

Create PRD Command

Create a new Product Requirements Document with interactive questions to refine scope before generation.

Purpose

Generate well-scoped PRDs through:

  • Interactive clarifying questions
  • AI-assisted content generation
  • Standardized structure
  • Automatic ID assignment
  • Draft mode by default (review later on feature branch)

Workflow

Step 0: Check for Template Usage (NEW in v2.6)

Check for --template flag:

/create-prd --template=ecommerce "Add shopping cart feature"

If template specified:

  1. List available templates if --list-templates
  2. Load template YAML file
  3. Pre-fill PRD sections from template
  4. Skip to Step 3 (generation)

Available Templates (7 total):

  • 🛒 ecommerce - Online store with cart, checkout, payments
  • 💼 saas - SaaS app with auth, billing, dashboard
  • 📱 mobile-app - Cross-platform mobile with offline support
  • 🔌 api-service - REST/GraphQL API with documentation
  • ⚙️ admin-panel - Admin dashboard with CRUD operations
  • 📊 analytics-dashboard - Real-time analytics and reporting
  • 🔗 integration - Third-party API integration with webhooks

List templates:

/create-prd --list-templates

📋 Available PRD Templates:

1. 🛒 ecommerce - E-Commerce Store
   Online store with product catalog, cart, checkout, and payments

2. 💼 saas - SaaS Application
   SaaS app with authentication, billing, and user dashboard

3. 📱 mobile-app - Mobile Application
   Cross-platform mobile app for iOS and Android

4. 🔌 api-service - API Service
   RESTful API or GraphQL service with documentation

5. ⚙️ admin-panel - Admin Dashboard
   Internal admin panel with CRUD and user management

6. 📊 analytics-dashboard - Analytics Dashboard
   Real-time analytics and reporting dashboard

7. 🔗 integration - Third-Party Integration
   Integration with third-party API and webhooks

Usage: /create-prd --template=<name> "Your feature description"
Example: /create-prd --template=ecommerce "Add shopping cart"

Read the full file on GitHub · 351 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. 4d ago First seen · 351 lines · 14 tokens per session scan A a2b4a0a26593

Subscribe to this mod's changes

create-prd is a command published in the GitHub repository Yassinello/claude-plugin-prd-workflow (12 stars, last pushed 9mo ago), licensed MIT. It adds 14 tokens to every session and 2,401 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.