prd-writer-zh

prd-writer-zh is a skill for Claude Code, Codex from AgiWish/hermes-skills-zh. It costs 48 tokens per session (743 once invoked), scanned A, original, MIT.

A Chinese-language skill for writing a product requirements document, or PRD—a structured plan describing a feature, its users, behavior, constraints, and acceptance checks.

In plain words
What is it for?
Use it to draft new-feature, iteration, or MVP PRDs with user stories, requirements, edge cases, acceptance criteria, tracking events, and rollout plans.
Why use it?
It turns a loose feature idea into a document that developers and reviewers can use to agree on what must be built and tested.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to draft new-feature, iteration, or MVP PRDs with user stories, requirements, edge cases, acceptance criteria, tracking events, and rollout plans.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agiwish/hermes-skills-zh/prd-writer-zh
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 AgiWish/hermes-skills-zh --skill prd-writer-zh
Clone the repo
git clone --depth 1 https://github.com/AgiWish/hermes-skills-zh

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/prd-writer-zh/github.svg)](https://agentmods.dev/skills/agiwish/hermes-skills-zh/prd-writer-zh)
Your own site
<a href="https://agentmods.dev/skills/agiwish/hermes-skills-zh/prd-writer-zh"><img src="https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/prd-writer-zh/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 prd-writer-zh

Your own site · 80×15
<a href="https://agentmods.dev/skills/agiwish/hermes-skills-zh/prd-writer-zh"><img src="https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/prd-writer-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 743 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 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.00048 $0.00743
Opus 5 $0.00024 $0.00371
Sonnet 5 $0.00010 $0.00149
Haiku 4.5 $0.00005 $0.00074

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

Security

Grade A, and why

prd-writer-zh 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 12d 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/prd-writer-zh/SKILL.md · 94 lines

What it actually says

PRD 文档生成 (prd-writer-zh)

When to Use

  • "帮我写 PRD"、"写一下产品需求文档"
  • "这个功能需要出个需求文档"
  • 提供了功能描述但缺少结构化文档
  • /prd-writer-zh [需求描述]

Quick Reference

/prd-writer-zh [需求背景 + 核心功能点]

可选参数:
  --type=新功能     # 全新功能 PRD(默认)
  --type=迭代       # 现有功能迭代,只写变更部分
  --type=MVP        # 精简版,只保留核心验收标准

Procedure

  1. 需求澄清(如信息不足,先追问)

    • 目标用户是谁?核心痛点是什么?
    • 期望上线时间和优先级?
    • 有无设计稿 / 竞品参考?
  2. 输出 PRD 结构

## 一、背景与目标
- 业务背景:[为什么做这个]
- 目标用户:[用户画像]
- 核心目标:[解决什么问题,预期效果]

## 二、用户故事
- 作为 [用户类型],我希望 [完成某件事],以便 [获得某个价值]

## 三、功能需求
### 3.1 [功能模块名]
- 功能描述:
- 交互逻辑:
- 边界条件:
- 异常处理:

## 四、非功能需求
- 性能:[响应时间 / 并发量]
- 兼容性:[平台 / 版本]
- 安全:[权限 / 数据]

## 五、验收标准
- [ ] [可测试的验收条件1]
- [ ] [可测试的验收条件2]

## 六、数据埋点
| 事件名 | 触发时机 | 关键属性 |
|--------|----------|----------|
| [event_name] | [何时触发] | [字段] |

## 七、上线计划
- 研发排期:
- 灰度策略:
- 回滚方案:
  1. 质量检查
    • 功能点是否有明确的验收标准?
    • 边界条件和异常流程是否覆盖?

Pitfalls

  • 不要凭空填写数字(性能指标 / 用户量),用 [待确认] 占位
  • 验收标准必须可测试,不能写"功能正常"这类模糊表述
  • 埋点设计要和开发对齐,不要过度设计

Verification

  • 背景说清楚为什么做、不做的代价
  • 每个功能点都有验收标准
  • 边界条件和异常处理已列出
  • 埋点覆盖核心用户行为路径
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. 12d ago First seen · 94 lines · 48 tokens per session scan A 93cdb52c7ac7

Subscribe to this mod's changes

prd-writer-zh is a skill published in the GitHub repository AgiWish/hermes-skills-zh (5 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 743 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

hermespace

Full Hermespace pocket workbench for Hermes Agent (v0.18+): concept, dual decode, workbench I/O, fabric skills+MEMORY, FOA desk, Pulse, viewport app-shell, Tailscale serve, pocket boundary, autonomy grid, Desktop plugin, ops boot/doctor/smoke. Use for hermespace, pocket, workbench, FOA, pulse, viewport, access…

PabloTheThinker/hermespace · 100 tokens

21-day-self-interview

A 21-night guided self-reflection routine in which an agent asks three questions each night, remembers the answers, and reflects on them at key points.

Forlives/21-day-self-interview · 68 tokens

awesome-literature-review

A Chinese-language workflow for writing narrative academic literature reviews, which summarize and assess existing research on a topic.

yzbbds520/awesome-literature-review · 312 tokens

persona-compass

Build personality models of colleagues, clients, friends, or family members and get AI-powered communication strategies. Use this skill whenever the user wants to: understand someone's personality, predict how someone will react, get advice on communicating with a difficult person, prepare for a tough conversation…

snowyowlmia/persona-compass · 172 tokens

ai-tips-tricks

An automated workflow for searching the web for practical AI tips, techniques, and workflows, then writing tutorial-style Chinese posts and sending them to Telegram.

0xMulight/human-social-copy · 53 tokens

pingpong

Spontaneous local leisure meetups via a shared agent board: publish, discover and match offers, then negotiate place & time agent-to-agent. ALWAYS use this skill when the user spontaneously wants to do something or says: "publish an offer", "I want to play table tennis / X", "fancy a ...", "who's free for ...", "find…

0xAaronx0/pingpong · 121 tokens