Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

writing-prds写 prd

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

774

周安装

31

GitHub Stars

3

下载量

250
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:writing-prds(写 prd)
来源仓库:https://github.com/oldwinter/skills
仓库路径:skills/writing-prds
安装命令:
npx skills add https://github.com/oldwinter/skills --skill writing-prds
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/oldwinter/skills --skill writing-prds

简介

用于辅助文档、README 和内容稿件的整理与改写。

  • 适合提炼结构、补齐章节、统一术语或检查链接有效性。
  • 通过 GitHub 安装并使用 npx skills add 命令集成到文档编写流程。
  • 应保留项目已有事实,避免把未确认信息写成确定结论。
  • writing-prds 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Writing PRDs

Scope

Covers

  • Turning a product idea into a decision-ready PRD with unambiguous scope, requirements, and success metrics
  • Optionally producing a PR/FAQ (press release + FAQ) to force customer-centric narrative first
  • For AI features: adding a Prompt Set + Eval Spec so “requirements” are testable and continuously checkable

When to use

  • “Write a PRD / product spec / requirements doc for this feature.”
  • “Turn these messy notes into a PRD we can align on.”
  • “Create a PR/FAQ and then a PRD.”
  • “This is an AI feature; I need evals + prompts to define behavior.”

When NOT to use

  • You’re still choosing *what strategy/market to pursue* (do product vision / strategy first)
  • You need discovery from scratch (research plan, problem validation) more than requirements
  • You need a detailed engineering design doc (APIs, schemas, low-level architecture)
  • You’re prioritizing among many initiatives (do roadmap prioritization first)

Inputs

Minimum required

  • Product + target user/customer segment
  • Problem statement + why now (what changed, what’s broken, or what opportunity exists)
  • Goal(s) + non-goal(s) + key constraints (timeline, policy/legal, platform, dependencies)
  • Success metric(s) + 2–5 guardrails (quality, safety, cost, latency, trust)

If it’s an AI feature (additionally)

  • What the model/system should do vs must never do (policy + safety)
  • Concrete examples of desired and undesired outputs
  • How correctness will be evaluated (offline tests, human review, online metrics)

Missing-info strategy

  • Ask up to 5 questions from references/INTAKE.md.
  • If answers are still missing, proceed with clearly labeled assumptions and provide 2–3 options (scope, metric, rollout).

Outputs (deliverables)

Produce a PRD Pack in Markdown (in-chat; or as files if the user requests):

  1. Context snapshot (what decision we’re making, constraints, stakeholders)
  2. Artifact selection (PR/FAQ vs PRD vs AI add-ons)
  3. PR/FAQ (optional) — customer narrative + FAQs
  4. PRD — goals/non-goals, requirements (R1…Rn), UX flows, metrics, rollout
  5. AI Prompt Set (if AI) — versioned prompts + examples + guardrails
  6. AI Eval Spec (if AI) — acceptance tests + judge prompts + pass/fail criteria
  7. Risks / Open questions / Next steps (always included)

Templates: references/TEMPLATES.md

Workflow (8 steps)

1) Decide the artifact set (don’t over-document)

  • Inputs: User request + constraints.
  • Actions: Choose: PR/FAQ only, PRD only, PR/FAQ → PRD, or PRD + AI add-ons (Prompt Set + Eval Spec).
  • Outputs: Artifact selection + rationale.
  • Checks: The artifacts match the decision being made and the audience.

2) Intake + clarify decision and success

  • Inputs: references/INTAKE.md.
  • Actions: Ask up to 5 questions; confirm decision owner, timeline, constraints, and success metrics/guardrails.
  • Outputs: Context snapshot.
  • Checks: You can state “what we’re deciding” and “how we’ll measure success” in 1–2 sentences.

3) Write the customer narrative first (PR/FAQ or PRD narrative)

  • Inputs: Context snapshot.
  • Actions: Draft a customer-centric narrative (problem → solution → why now). If using PR/FAQ, draft the press release headline/summary and top FAQs.
  • Outputs: Narrative section (and PR/FAQ if selected).
  • Checks: A stakeholder can restate the customer benefit and urgency without jargon.

4) Lock scope boundaries (goals, non-goals, out of scope)

  • Inputs: Narrative + constraints.
  • Actions: Define goals, non-goals, and explicit exclusions; call out dependencies and assumptions.
  • Outputs: Scope section(s) in the PRD.
  • Checks: “What we are NOT doing” is as clear as what we are doing.

5) Convert scope into testable requirements (R1…Rn)

  • Inputs: Goals + user journeys.
  • Actions: Write numbered requirements with acceptance criteria, edge cases, and non-functional needs (privacy, latency, reliability). Mark “must/should/could”.
  • Outputs: Requirements table/list.
  • Checks: An engineer or QA can turn requirements into test cases without asking you to interpret intent.

6) Define UX flows + instrumentation plan

  • Inputs: Requirements + current product surfaces/events.
  • Actions: Describe key user flows/states; specify success metrics, guardrails, and event/data needs (what to log, where, who owns).
  • Outputs: UX/flows section + metrics & instrumentation section.
  • Checks: Every goal has at least one measurable metric and a realistic data source.

7) If AI feature: ship prompts + evals as “living requirements”

  • Inputs: Requirements + examples.
  • Actions: Create a versioned Prompt Set and an Eval Spec (judge prompts + test set + pass thresholds). Include red-team/failure modes.
  • Outputs: Prompt Set + Eval Spec drafts.
  • Checks: The eval suite can fail when behavior regresses and pass when requirements are met.

8) Quality gate + finalize for circulation

  • Inputs: Full draft pack.
  • Actions: Run references/CHECKLISTS.md and score with references/RUBRIC.md. Add Risks/Open questions/Next steps.
  • Outputs: Final PRD Pack (shareable as-is).
  • Checks: Decisions, owners, metrics, and open questions are explicit.

Quality gate (required)

Examples

Example 1 (B2B SaaS feature): “Write a PR/FAQ + PRD for ‘Saved views’ in our analytics dashboard for admins.” Expected: PR/FAQ narrative, a scoped PRD with R1…Rn, metrics/guardrails, and a rollout plan.

Example 2 (AI feature): “Write a PRD + Prompt Set + Eval Spec for an ‘AI email reply’ assistant with brand tone constraints.” Expected: requirements that include safety/brand constraints, a prompt set with examples, and an eval spec with judge prompts + pass/fail thresholds.

Boundary example: “Write a PRD for ‘make onboarding better’ (no product context).” Response: ask the minimum intake questions; if context remains missing, produce 2–3 scoped options + assumptions and recommend discovery before committing to requirements.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.25%
按下载量换算86

Claude

29.89%
按下载量换算75

Cursor

20.75%
按下载量换算52

Gemini CLI

9.15%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills