create-prd

A workflow guide for turning a spoken or written product request into a structured product requirements document, or PRD.

In plain words
What is it for?
Use it during a requirements phase to write a PRD with an overview, user stories, acceptance criteria, non-functional requirements, dependencies, risks, and priority.
Why use it?
It gives the process, required inputs, document sections, and validation expectations for recording what should be built and how it will be accepted.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/forthends/clockwork/create-prd
Any agent
npx skills add forthends/clockwork --skill create-prd
Clone the repo
git clone --depth 1 https://github.com/forthends/clockwork

Made for: Claude Code, Codex.

Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 759 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00759
Opus 5 $0.00000 $0.00380
Sonnet 5 $0.00000 $0.00152
Haiku 4.5 $0.00000 $0.00076

Measured 2d ago against content hash e23c417657d5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

create-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 2d 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/create-prd/SKILL.md · 89 lines

What it actually says

创建产品需求文档(PRD)


技能信息

  • 技能名称:创建 PRD
  • 技能标识create-prd
  • 一句话说明:基于模板和用户需求描述,创建结构化的产品需求文档
  • 适用角色:PM

触发条件

当以下条件满足时,应调用本技能:

  • 用户要求创建新的产品需求
  • 工作流进入 requirements 阶段
  • 需要将口头需求转化为正式的 PRD 文档

前置条件

调用本技能前,必须确保:

  1. 已创建需求实例目录 workflow/features/FEAT-<id>-<name>/
  2. 已初始化 manifest.yamlrequirements 阶段状态为 in_progress
  3. 已读取工作流定义 workflow/_definitions/feature.yaml 了解输出要求

执行步骤

  1. 读取模板:读取 workflow/_templates/prd.md 获取文档结构
  2. 收集信息:与用户充分沟通,了解需求背景、目标用户和期望功能
  3. 填写概述(overview 章节):
    • 描述需求背景和业务场景
    • 明确核心目标,尽量量化
    • 界定需求范围(包含/不包含)
  4. 编写用户故事(user_stories 章节):
    • 遵循 "作为[角色],我想要[功能],以便[价值]" 格式
    • 每个独立的用户行为路径对应一个故事
    • 补充必要的上下文和约束说明
  5. 定义验收标准(acceptance_criteria 章节):
    • 每个用户故事至少一条验收标准
    • 包含前置条件、操作步骤和预期结果
    • 确保可量化、可验证
  6. 补充信息
    • 非功能性需求(性能、安全、兼容性)
    • 依赖与风险分析
    • 优先级评估
  7. 保存文件:将完成的 PRD 保存到 workflow/features/FEAT-<id>-<name>/prd.md

输入

输入 来源 说明
需求描述 用户口述 用户对需求的自然语言描述
PRD 模板 workflow/_templates/prd.md 文档结构模板
工作流定义 workflow/_definitions/feature.yaml 了解 validation 校验规则

输出

输出 路径 说明
PRD 文档 workflow/features/FEAT-<id>-<name>/prd.md 完整的产品需求文档

质量检查

完成 PRD 后,对照以下清单自检:

  • overview 章节是否完整(背景、目标、范围)
  • 用户故事是否覆盖所有功能点
  • 用户故事格式是否规范(角色、功能、价值)
  • 每个用户故事是否有对应的验收标准
  • 验收标准是否可量化、可验证
  • 非功能性需求是否有考虑
  • 依赖和风险是否有识别

完成自检后,调用 validate-artifact 技能进行正式校验。

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. 2d ago First seen · 89 lines · 0 tokens per session scan A e23c417657d5

Subscribe to this mod's changes

create-prd is a skill published in the GitHub repository forthends/clockwork (8 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 759 tokens. 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

babysit-pr

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

openai/codex · 114 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens