forge-prd

forge-prd is a skill for Claude Code, Codex from yike-gunshi/forge-skills. It costs 97 tokens per session (4,403 once invoked), scanned A, original, MIT.

A Chinese-language process for diagnosing product problems and updating a PRD, a document that describes what a product should do. It traces root causes, challenges the request when needed, and produces a feature specification with checks for unusual states.

In plain words
What is it for?
Finding relevant product documents, reviewing the current state, analyzing the cause of a problem, revising requirements, recording changes, and creating a feature specification.
Why use it?
It helps distinguish a design flaw from an implementation mismatch or missing requirement. It also makes the resulting product documentation and edge-case expectations explicit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions CLAUDE.md; names the AskUserQuestion tool.

Good fit Finding relevant product documents, reviewing the current state, analyzing the cause of a problem, revising requirements, recording changes, and creating a feature specification.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yike-gunshi/forge-skills/forge-prd"><img src="https://agentmods.dev/badge/skills/yike-gunshi/forge-skills/forge-prd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,403 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.00097 $0.04403
Opus 5 $0.00048 $0.02201
Sonnet 5 $0.00019 $0.00881
Haiku 4.5 $0.00010 $0.00440

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

Security

Grade A, and why

forge-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 11d 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/forge-prd/SKILL.md · 333 lines

How it starts

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

文档落地路径:遵循 forge-doc-policy 规范。完整白名单 + frontmatter schema 见 ~/.claude/skills/forge-doc-policy/doc-paths.md当前文档加载契约:先读项目 CLAUDE.mddocs/README.mddocs/INDEX.md 和根级当前真相源;长 changelog 和 raw archive 只在追溯历史原因时加载。详见 ~/.claude/skills/_shared/current-doc-loading.md

/forge-prd:产品诊断与 PRD 迭代管理器

流程总览

全程中文。每个步骤结束后暂停等待用户反馈。

用户描述问题/需求
       │
       ▼
┌─ 第0步:定位 ──────────────────────────┐
│  Glob 搜索 PRD / CHANGELOG              │
│  ├─ 找到 PRD → 迭代模式                 │
│  ├─ 没找到 → [询问用户] 是否创建模式     │
│  └─ 没找到 CHANGELOG → 标记第4步新建     │
└──────────────────────────────────────────┘
       │
       ▼
┌─ 第1步:理解现状 ─────────────────────────┐
│  读 PRD + CHANGELOG + Agent(Explore)源码   │
│  热点分析(模块修改频次)                   │
│  → [询问用户] 总结现状,确认理解是否正确    │
│  → [询问用户] 本次迭代需求是什么?          │
└─────────────────────────────────────────────┘
       │
       ▼
┌─ 第2步:诊断与审查 ──────────────────────────┐
│  自动判定层级:轻量 / 标准 / 深度             │
│  ┌─ 所有层级 ─────────────────────────┐      │
│  │  ① 问题归因(设计缺陷/偏离/遗漏)  │      │
│  │  ② 10星挑战(当前几星→10星差距)    │      │
│  └─────────────────────────────────────┘      │
│  ┌─ 标准+深度 ─────────────────────────┐     │
│  │  ③ 模块健康度检查                   │      │
│  └─────────────────────────────────────┘      │
│  ┌─ 仅深度 ───────────────────────────┐      │
│  │  ④ 假设审查  ⑤ 反驳机制            │      │
│  └─────────────────────────────────────┘      │
│  → [询问用户] 展示诊断结果,确认方向         │
└───────────────────────────────────────────────┘
       │
       ▼
┌─ 第3步:方案确认 ─────────────────────────────┐
│  逐项讨论变更点(当前→目标→推荐→可选)        │
│  → [多轮询问用户] 每个变更点确认               │
│  → [询问用户] 汇总变更清单,最终确认           │
│  ⚠️ 门禁:确认前不写任何文件                   │
└────────────────────────────────────────────────┘
       │ 用户确认 ✓
       ▼
┌─ 第4步:写入文档 ─────────────────────────────┐
│  A. 更新/新建 Feature Spec(.features)        │
│  B. 将最终有效结论回写 PRD 当前事实             │
│  C. 更新 CHANGELOG 历史账本                    │
│  → 输出最终总结                                │
└────────────────────────────────────────────────┘

Read the full file on GitHub · 333 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 333 lines · 97 tokens per session scan A 40a39dfd8447

Subscribe to this mod's changes

forge-prd is a skill published in the GitHub repository yike-gunshi/forge-skills (13 stars, last pushed 1mo ago), licensed MIT. It adds 97 tokens to every session and 4,403 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 skills, from other repositories