byted-util-prd-developer

byted-util-prd-developer is a skill for Claude Code, Codex from bytedance/agentkit-samples. It costs 74 tokens per session (897 once invoked), scanned A, original, Apache-2.0.

A product requirements document writer that turns product ideas into structured specifications, user stories, interaction requirements, mock API definitions, and acceptance criteria.

In plain words
What is it for?
Use it to analyze requirements, define pages and features, describe user flows, plan milestones, and save the result as PRD.md.
Why use it?
It helps teams turn loosely described needs into a document that designers and developers can use to build and check a product.

Skill for Claude CodeCodex ✓ vendor

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

Good fit Use it to analyze requirements, define pages and features, describe user flows, plan milestones, and save the result as PRD.md.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bytedance/agentkit-samples/byted-util-prd-developer
About the project

bytedance/agentkit-samples is a collection of examples and tutorials for Volcengine AgentKit, an AI-agent development platform for building, deploying, and operating agent applications. Developers use the samples to learn agent creation, multi-agent collaboration, memory, retrieval, MCP integrations, media generation, customer service, and other workflows. The catalogue skills provide agent workflows based on these examples.

bytedance/agentkit-samples · 449 stars · on GitHub

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 bytedance/agentkit-samples --skill byted-util-prd-developer
Clone the repo
git clone --depth 1 https://github.com/bytedance/agentkit-samples

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 byted-util-prd-developer

README.md
[![agentmods](https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-util-prd-developer.svg)](https://agentmods.dev/skills/bytedance/agentkit-samples/byted-util-prd-developer)
Your own site
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-util-prd-developer"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-util-prd-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 897 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.00074 $0.00897
Opus 5 $0.00037 $0.00449
Sonnet 5 $0.00015 $0.00179
Haiku 4.5 $0.00007 $0.00090

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

Security

Grade A, and why

byted-util-prd-developer 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 3d 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/byted-util-prd-developer/SKILL.md · 95 lines

What it actually says

PRD Developer Skill

专业的产品需求文档(PRD)开发技能,帮助产品经理系统化地输出高质量的产品需求文档。

核心功能

  1. 需求分析:从用户描述中提取核心需求,进行优先级排序
  2. PRD 文档撰写:输出结构化的产品需求文档
  3. 用户故事编写:按照标准格式编写用户故事和验收标准
  4. 页面/功能规格:定义页面结构、交互流程、状态管理

PRD 文档模板

标准前端项目 PRD 结构

# [项目名称] 产品需求文档

## 1. 项目概述
### 1.1 项目背景
### 1.2 项目目标
### 1.3 目标用户
### 1.4 成功指标

## 2. 功能需求
### 2.1 功能列表(按优先级排列)
| 功能模块 | 优先级 | 描述 | 状态 |
|----------|--------|------|------|
| ... | P0/P1/P2 | ... | 待开发 |

### 2.2 用户故事
- 作为[用户角色],我希望[功能描述],以便[用户价值]

### 2.3 页面结构
- 页面列表与层级关系
- 路由设计

## 3. 交互设计要求
### 3.1 页面流程图
### 3.2 关键交互说明
### 3.3 响应式设计要求
### 3.4 动效要求

## 4. 数据要求
### 4.1 数据模型
### 4.2 API 接口定义(Mock)
### 4.3 状态管理设计

## 5. 非功能性需求
### 5.1 性能要求
### 5.2 浏览器兼容性
### 5.3 可访问性(a11y)

## 6. 验收标准
### 6.1 功能验收清单
### 6.2 视觉验收标准
### 6.3 性能验收标准

## 7. 里程碑与排期

工作流程

  1. 接收需求:收集用户/老板的需求描述
  2. 需求分析:拆解需求,识别核心功能和扩展功能
  3. 撰写 PRD:按照上述模板结构化输出 PRD 文档
  4. 定义 Mock 数据:为前端开发提供 Mock API 定义
  5. 制定验收标准:明确功能和视觉的验收条件
  6. 输出产物:将 PRD 保存为 PRD.md 文件

最佳实践

  • 用户视角优先:所有功能描述从用户价值出发
  • 明确边界:清晰定义"做什么"和"不做什么"
  • 可量化指标:验收标准必须可测量、可验证
  • Mock 数据先行:定义好数据结构后再开始开发
  • 渐进式细化:先定义核心流程,再补充边缘场景

输出规范

  • PRD 文档保存为 PRD.md
  • Mock API 定义保存为 mock-api.mdmock-api.json
  • 设计规范整合到 DESIGN.md(配合 getdesign-md 技能下载的设计系统)
Files

What ships with it

2 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. 3d ago First seen · 95 lines · 74 tokens per session scan A d8ab5d6a1691

Subscribe to this mod's changes

byted-util-prd-developer is a skill published in the GitHub repository bytedance/agentkit-samples (449 stars, last pushed 3d ago), licensed Apache-2.0. It adds 74 tokens to every session and 897 once invoked, about $0.0004 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-09-03.