Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

prd-templates项目模板

Agent Skill

prd-templates 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

582

周安装

25

GitHub Stars

80

下载量

204
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/slgoodrich/agents --skill prd-templates

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词、任务场景或来源线索进行信息检索的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 建议确认权限范围和维护状态,注意是否触发联网或文件读写操作。
  • prd-templates 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

PRD Templates

Comprehensive PRD (Product Requirements Document) templates and frameworks for documenting product requirements and driving successful execution.

When to Use This Skill

Auto-loaded by agents:

  • requirements-engineer - For Amazon PR/FAQ, comprehensive PRD, and lean PRD templates

Use when you need:

  • Writing product requirements documents
  • Documenting feature specifications
  • Aligning cross-functional teams
  • Communicating product decisions
  • Creating feature briefs
  • Defining project scope
  • Establishing success metrics

When to Use Which Template

We provide 4 ready-to-use PRD templates for different contexts:

Lean PRD

Use for: Small features, enhancements, bug fixes Effort: 1-2 hours to write Length: 1-2 pages Audience: Engineering team

Best for:

  • Features requiring < 1 week of development
  • Well-understood problems with clear solutions
  • Internal tools or quick experiments
  • Low cross-functional complexity

Template: assets/lean-prd-template.md


Comprehensive PRD (Standard)

Use for: Most features, new capabilities, significant enhancements Effort: 4-8 hours to write Length: 3-5 pages Audience: Cross-functional team

Best for:

  • Standard features (1-4 weeks of development)
  • Customer-facing changes
  • Features requiring cross-functional alignment
  • New capabilities or platform features

Template: assets/comprehensive-prd-template.md


Amazon PR/FAQ

Use for: New products, major bets, working backwards from customer Effort: 8-16 hours to write Length: 3-6 pages (1-2 page PR + 2-4 pages FAQ) Audience: Solo dev or small team (customer-first thinking)

Best for:

  • New products or product lines
  • Major strategic initiatives
  • Customer-facing launches
  • Working backwards from customer experience
  • Pitching to executives or board

Unique approach: Start with the press release announcing the finished product, then answer hard questions. Forces customer-first thinking and addresses risks early.

Template: assets/amazon-pr-faq-template.md


Google PRD

Use for: Data-driven products, cross-team initiatives, scale-focused Effort: 8-12 hours to write Length: 5-10 pages Audience: Cross-functional teams, leadership

Best for:

  • Products where metrics and scale matter from day one
  • Cross-team initiatives requiring tight coordination
  • Features with significant technical complexity
  • Initiatives requiring executive approval

Unique approach: Emphasizes objectives (goals and non-goals), user benefits, and clear success criteria with measurable targets.

Template: assets/google-prd-template.md


Core PRD Components

Regardless of template, great PRDs include these key elements:

1. Problem Statement

Purpose: Validate this is worth solving

Include:

  • User pain point (describe from their perspective)
  • Who experiences it (user segment, % affected)
  • Impact if not solved (business + customer cost)
  • Evidence (research, data, quotes)

Template:

## Problem Statement

**Who**: [user segment, % affected]
**Pain**: [describe from their perspective]
**Impact**: [business + customer cost if unsolved]
**Evidence**: [research, data, quotes]

Good example: "Small business owners spend 5+ hours per week manually creating invoices, leading to delayed payments and cash flow issues. 68% of survey respondents cited invoicing as their #1 time sink. Current tools require accounting expertise most small business owners lack."

Bad example: "We need an invoicing feature because competitors have one."


2. Goals & Success Criteria

Purpose: Define what winning looks like

Include:

  • Business goals (revenue, efficiency, market position)
  • User goals (what users can newly accomplish)
  • Success metrics with baselines and targets
  • Timeline for measurement (30/60/90 days)
## Success Criteria

| Metric | Baseline | Target | Timeline |
|--------|----------|--------|----------|
| [metric] | [current] | [goal] | [30/60/90d] |

Make metrics SMART:

  • Specific: "Increase DAU" not "grow users"
  • Measurable: Quantifiable number
  • Achievable: Stretch but realistic
  • Relevant: Ties to business goals
  • Time-bound: Clear deadline

Track both:

  • Leading metrics: Predict success (activation, engagement)
  • Lagging metrics: Measure outcome (revenue, retention)

2.5. Evidence (Optional Section)

Purpose: Validate the problem with data

CRITICAL - Never Fabricate Evidence:

PRDs are specifications Claude Code uses to build features. Fabricated evidence leads to wrong implementations. All included evidence MUST be from real sources.

Include Evidence section ONLY when you have:

  • Real user research (synthesized by research-ops or user-provided)
  • Competitive analysis (from competitive-landscape.md or market-analyst)
  • Support data (ticket volumes, customer quotes from user)
  • Analytics data (user-provided metrics and usage patterns)

If no evidence exists: Omit the Evidence section entirely. Do not use placeholders or template examples as if they were real data.

Valid evidence sources:

  • Context files: competitive-landscape.md (Stage 1), customer-segments.md (Stage 2)
  • Specialist agents: research-ops synthesis, market-analyst competitive research
  • User-provided: Support tickets, analytics, surveys, interview transcripts
  • WebSearch: Current market data, competitor information

Attribution required - All evidence must cite source:

  • "Synthesized from 6 interviews (research-ops, Oct 2025)"
  • "From competitive-landscape.md (created Stage 1, validated Oct 2025)"
  • "User-provided: 12 support tickets over 3 months"
  • "WebSearch: Current competitor analysis (Oct 2025)"

Template examples show FORMAT only:

  • Examples in templates demonstrate structure, not content to copy
  • Never copy example numbers, quotes, or data as if they were real
  • Replace with actual data or omit section

Check context first:

  • Before asking user, check if competitive-landscape.md or customer-segments.md contain feature-relevant data
  • If context files exist but don't cover this feature, ask user if new research is needed
  • Route to specialist agents (market-analyst, research-ops) when beneficial

3. Proposed Solution

Purpose: Paint picture of what we're building

Include:

  • High-level description (what and why)
  • Key capabilities (what it can do)
  • User experience (how users interact)
  • Value proposition (why users care)

Show, don't just tell:

  • User scenarios (storytelling)
  • User flows (step-by-step)
  • Mockups (visual representation)
  • Concrete examples

4. Requirements

Purpose: Define what to build

Functional requirements:

  • Number them (REQ-001, REQ-002)
  • Use active voice ("System shall...")
  • Be specific and testable
  • Include acceptance criteria

Non-functional requirements:

  • Performance (speed, latency, throughput)
  • Security (authentication, authorization, encryption)
  • Scalability (load handling, growth capacity)
  • Accessibility (WCAG compliance)
  • Reliability (uptime, error rates)

Prioritize ruthlessly:

  • P0/Must: Required for launch
  • P1/Should: Important, can defer if needed
  • P2/Nice-to-have: Future consideration

5. Out of Scope

Purpose: Prevent scope creep and maintain focus

Why it matters:

  • Explicitly stating what we're NOT doing prevents scope creep mid-development
  • Helps prioritization discussions
  • Maintains focus on core value

Include:

  • Features/capabilities explicitly excluded
  • Brief rationale for each
  • Note if it's "never" or "not now"

6. Launch Plan

Purpose: Define rollout strategy

Include:

  • Rollout approach (phased, beta, full launch)
  • Target segments or cohorts
  • Success validation approach
  • Go/No-Go criteria

PRD Writing Best Practices

Start with Why

Most PRDs start with "what". Great PRDs start with "why".

Poor order: "We're building guest checkout. Users will be able to..." Good order: "Users abandon checkout because account creation adds friction (45% rate). To solve this, we're building..."


Be Specific and Measurable

Vague language kills PRDs.

Vague → Specific:

  • "Fast" → "Page load < 2 seconds (p95)"
  • "Many users" → "35% of daily active users"
  • "Improve engagement" → "Increase session length from 3min to 5min"
  • "Easy to use" → "New users complete key task in < 5 minutes without help"

Write for Clarity

Clear documentation serves multiple purposes:

For implementation: Clear requirements, acceptance criteria, non-functional requirements For yourself: User scenarios, flows, edge cases, decisions and rationale For users: Target audience, value proposition, differentiation


Document Decisions and Rationale

Future you needs to know why decisions were made.

Example: "We're starting with web only (no mobile app) because:

  1. 80% of current usage is web
  2. Mobile requires 3x development time
  3. We can validate core value on web first
  4. Mobile can launch in Q2 based on learnings"

Use Visuals

Tables for comparisons, diagrams for flows, mockups for UI, charts for data.

A picture is worth a thousand words of requirements.


Common PRD Mistakes to Avoid

Solutionizing too early: Start with problem, not "we need to build..." ❌ Vague requirements: "Fast" instead of "< 2 seconds" ❌ Missing acceptance criteria: No clear definition of "done" ❌ No prioritization: Everything is P0 ❌ Scope creep: Adding "just one more thing" repeatedly ❌ Missing success metrics: No way to measure if it worked ❌ No evidence: "I think users want..." instead of data ❌ Too long: 20-page PRDs nobody reads


Writing Clear PRDs for Solo Builders

For solo developers and small teams, PRDs serve as thinking documents and future reference.

Start with a Brief

Before writing full PRD:

  1. Draft 1-page overview (problem, solution, metrics, scope)
  2. Validate direction with quick user feedback or research
  3. Refine based on insights
  4. Then write full PRD

Why this works:

  • Low time investment if direction is wrong
  • Easier to course-correct early
  • Validates problem before deep specification
  • Prevents over-planning before validation

Self-Review Process

Before finalizing:

  1. Step away for 24 hours
  2. Re-read with fresh eyes
  3. Ask: Would Claude Code understand this?
  4. Ask: Would a new teammate understand this?
  5. Update for clarity

Review checklist:

  • Problem clearly stated with evidence
  • Success metrics specific and measurable
  • Requirements testable and complete
  • Out of scope explicitly documented
  • Decisions and rationale captured

PRD Review Checklist

Before submitting your PRD, verify:

Content Completeness:

  • Problem clearly defined with evidence
  • Goals and success metrics specified
  • Solution described with user flows
  • Requirements listed with acceptance criteria
  • Out of scope explicitly stated
  • Launch plan defined

Quality:

  • Well-structured and easy to navigate
  • Clear, concise language
  • Specific and measurable requirements
  • Technical feasibility considered
  • Risks identified with mitigation

For full checklist: See assets/prd-review-checklist.md


Ready-to-Use Templates

We provide complete, copy-paste-ready templates:

In assets/:

  • lean-prd-template.md: Quick 1-2 page format for small features
  • comprehensive-prd-template.md: Standard 3-5 page format for most features
  • amazon-pr-faq-template.md: Working backwards from customer experience
  • google-prd-template.md: Data-driven, objectives-focused format
  • prd-review-checklist.md: Quality checklist before submission

In references/:

  • prd-writing-guide.md: Deep dive on writing techniques, section-by-section guidance, common mistakes

When NOT to Write a PRD

PRDs aren't always needed:

Skip for:

  • Trivial changes (copy tweaks, simple bug fixes)
  • Well-understood maintenance work
  • One-person side projects
  • Throwaway prototypes

Use instead:

  • Quick Slack/email for trivial changes
  • GitHub issue for bug fixes
  • Lightweight spec for small projects

PRDs make sense when:

  • Significant time investment (>1 week)
  • Complex feature requiring clear specification
  • Need documentation for future reference
  • Building with AI coding tools like Claude Code

Adapting Templates

Templates are starting points, not rigid structures.

Adapt based on:

  • Company culture (startup vs enterprise)
  • Product maturity (new product vs established)
  • Team size (2 people vs 20)
  • Audience (internal tool vs customer-facing)

Good adaptation:

  • Removing sections that don't apply
  • Adding sections for specific context
  • Adjusting level of detail
  • Changing format/structure

Bad adaptation:

  • Removing problem statement (always needed)
  • Skipping success metrics (always needed)
  • No out-of-scope (always needed)
  • Ignoring audience needs

Troubleshooting

"My PRD is 20 pages and nobody reads it": You're writing a comprehensive PRD when you need a lean one. Match template to context: lean PRD for small features, comprehensive for cross-team initiatives. If in doubt, start lean and expand only the sections that need depth.

"Stakeholders keep adding scope after the PRD is approved": Your Out of Scope section is either missing or too vague. List specific things you are NOT building. Scope changes after approval require a PRD amendment with re-approval.

"I don't have data for the Evidence section": Skip it. The Evidence section is optional. A clear problem statement from user perspective is more valuable than fabricated metrics. Flag unknowns as assumptions to validate post-launch.


Related Skills

  • user-story-templates: For user story format and acceptance criteria
  • specification-techniques: General spec writing best practices
  • go-to-market-playbooks: For launch planning

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.54%
按下载量换算70

Claude

32.97%
按下载量换算67

Cursor

18.67%
按下载量换算38

Gemini CLI

9.95%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills