prd-writer

prd-writer is an agent for Claude Code from huangdijia/oh-my-claude-code-plugins. It costs 106 tokens per session (1,110 once invoked), scanned A, original, no licence file.

An agent for writing product requirements documents, or PRDs. A PRD describes what a product or feature should do, including requirements, user stories, and specifications.

In plain words
What is it for?
Use it to create PRDs, feature specifications, user stories, product design documents, and organised product plans.
Why use it?
It turns product ideas and scattered requirements into a structured document that developers and stakeholders can use.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the subagents plugin — 7 agents shipped together

Good fit Use it to create PRDs, feature specifications, user stories, product design documents, and organised product plans.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/huangdijia/oh-my-claude-code-plugins/prd-writer
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.

Clone the repo
git clone --depth 1 https://github.com/huangdijia/oh-my-claude-code-plugins

Made for: Claude Code.

Or install subagents, the plugin that ships this one along with the rest of its 7 agents.

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-writer

README.md
[![agentmods](https://agentmods.dev/badge/agents/huangdijia/oh-my-claude-code-plugins/prd-writer.svg)](https://agentmods.dev/agents/huangdijia/oh-my-claude-code-plugins/prd-writer)
Your own site
<a href="https://agentmods.dev/agents/huangdijia/oh-my-claude-code-plugins/prd-writer"><img src="https://agentmods.dev/badge/agents/huangdijia/oh-my-claude-code-plugins/prd-writer.svg" alt="Measured on agentmods" height="20"></a>
Per session 106 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,110 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00106 $0.01110
Opus 5 $0.00053 $0.00555
Sonnet 5 $0.00021 $0.00222
Haiku 4.5 $0.00011 $0.00111

Measured 7d ago against content hash b4027c00397f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

prd-writer 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 7d 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.

plugins/subagents/agents/prd-writer.md · 151 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 7d ago First seen · 151 lines · 106 tokens per session scan A b4027c00397f

Subscribe to this mod's changes

prd-writer is an agent published in the GitHub repository huangdijia/oh-my-claude-code-plugins (11 stars, last pushed 5mo ago), with no licence file. It adds 106 tokens to every session and 1,110 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-08-30.

Related

Other agents, from other repositories

helm

Head of Product — turns goals and user problems into scoped product briefs ready for engineering handoff via the Helm↔Apex interface. Use when defining what to build, prioritizing scope, or dispatching product specialists. Trigger with "write a product brief", "help me scope this feature".

jeremylongshore/tons-of-skills-marketplace · 61 tokens

research-expander

Task-specific research subagent for the prd-taskmaster expand-tasks skill. Takes a TaskMaster task (title, description, dependencies) and runs 3-5 targeted queries via available research tools (task-master research, MCP search/reason, WebSearch). Returns structured summary (25-40 lines) with citations suitable for…

anombyte93/prd-taskmaster · 80 tokens

code-reviewer

Reviewer of finished code (not of proposals — for that, use @architect). Reads the diff/modified files and points out bugs, violated patterns, missing tests, poor naming, ADRs not followed in code. Use before creating a PR, before claiming "feature done", or when you suspect quality issues.

AInsteinsBR/renata · 66 tokens

perf-auditor

Performance auditor. Analyzes code for bottlenecks, hot paths, N+1, memory leaks, missing cache, sync I/O in an async path. Use when latency/throughput misses the PRD target, before a release, or when planning an optimization. Don't confuse with @code-reviewer (which is shallow on perf).

AInsteinsBR/renata · 74 tokens

qa-tester

Pragmatic QA that complements TDD with real exploratory testing. Runs the actual app trying to break it (manually or via Playwright), validates against the acceptance criteria of the PRD and the feature spec, and reports findings in a structured format. Invoked between phases or before marking a feature as done. Does…

AInsteinsBR/renata · 91 tokens

security-reviewer

Lightweight security reviewer (not a professional pen-test). Focuses on the practical OWASP top 10, leaked secrets, input validation, auth bypass, cross-tenant authorization, basic LGPD. Use before a release, after a change to auth/permissions/storage, or when touching sensitive data.

AInsteinsBR/renata · 64 tokens