app-prd

app-prd is a skill for Claude Code from richkuo/rk-skills. It costs 98 tokens per session (1,417 once invoked), scanned A, original, MIT.

A product-requirements document writer that turns a rough app idea into a detailed PRD. A PRD is a document describing what a product should do and how it should be built.

In plain words
What is it for?
Use it to create a numbered PRD.md and commit it to a repository through a pull request.
Why use it?
It turns scattered ideas, features, pricing, and constraints into one implementation reference for later development work.

Skill for Claude Code

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

Part of the rk-skills plugin — 37 skills, 1 command shipped together

Good fit Use it to create a numbered PRD.md and commit it to a repository through a pull request.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/richkuo/rk-skills/app-prd
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.

Any agent
npx skills add richkuo/rk-skills --skill app-prd
Clone the repo
git clone --depth 1 https://github.com/richkuo/rk-skills

Made for: Claude Code.

Or install rk-skills, the plugin that ships this one along with the rest of its 37 skills, 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 app-prd

README.md
[![agentmods](https://agentmods.dev/badge/skills/richkuo/rk-skills/app-prd/github.svg)](https://agentmods.dev/skills/richkuo/rk-skills/app-prd)
Your own site
<a href="https://agentmods.dev/skills/richkuo/rk-skills/app-prd"><img src="https://agentmods.dev/badge/skills/richkuo/rk-skills/app-prd/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for app-prd

Your own site · 80×15
<a href="https://agentmods.dev/skills/richkuo/rk-skills/app-prd"><img src="https://agentmods.dev/badge/skills/richkuo/rk-skills/app-prd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,417 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00098 $0.01417
Opus 5 $0.00049 $0.00709
Sonnet 5 $0.00020 $0.00283
Haiku 4.5 $0.00010 $0.00142

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

Security

Grade A, and why

app-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 6d 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.

skills/app-prd/SKILL.md · 82 lines

How it starts

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

app-prd

Turn a raw idea dump into a complete, implementable PRD committed to the target repo. The PRD is the single source of truth every later stage (question refinement, issue filing, workflow execution) builds on — write it so a cold agent could implement from it plus nothing else.

Input

  • An idea dump: features, pricing, constraints, platform choices — usually messy prose. Optionally a target repo (defaults to the current checkout).
  • If no repo exists yet and the user named one, offer gh repo create <name> --private before proceeding.

Steps

1. Check repo state

git status, git log --oneline -3, git remote -v, git ls-remote origin. Three cases:

  • Normal repo: proceed with the standard worktree + PR flow.
  • Empty repo with remote (no commits anywhere): bootstrap first — create main, one empty initial commit (git commit --allow-empty -m "Initial commit" + attribution footer), push. A PR needs a base branch to exist; never put the PRD itself in the bootstrap commit.
  • No repo/remote: confirm repo creation with the user.

2. Draft PRD.md

Structure (adapt section names to the product, keep the skeleton):

  1. Header table — product name, repo, platforms, status (mark the MVP scope explicitly, e.g. "Draft v0.1 — MVP scope"), last-updated date.
  2. Product Overview — what it does, for whom, the emotional/business core in plain language.
  3. Goals — 3-5 bullets.
  4. Platforms & Technology — a table: each app surface, domains, payments, database, storage, email, auth. Record deferred infrastructure explicitly ("to be provisioned later; design compatible from day one").
  5. Feature sections — accounts, core domain objects, creation flows, privacy rules. Number every section (§4.2 style); later stages and issues cite these numbers.
  6. Pricing — exact rates in tables, worked examples labeled illustrative, discount rules with the user's own example numbers preserved.
  7. Lifecycle/operations sections — storage tiers, scheduling windows with computed buffers (show the arithmetic: base time + buffer = trigger point).
  8. Notifications — every trigger, plus the implied supporting set (invites, receipts, warnings) marked as implied.
  9. Per-platform parity section when there are multiple surfaces.
  10. Open Questions — numbered; see rule below.
  11. Out of Scope (MVP).
  12. Post-MVP Roadmap — everything the user flagged as later.

Read the full file on GitHub · 82 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. 6d ago Changed · +9 lines e57c592e1a77
  2. 10d ago First seen · 73 lines · 98 tokens per session scan A 85f11b4c66c4

Subscribe to this mod's changes

app-prd is a skill published in the GitHub repository richkuo/rk-skills (49 stars, last pushed today), licensed MIT. It adds 98 tokens to every session and 1,417 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.