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

prd-generation珠三角一代

Agent Skill

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

总安装

706

周安装

30

GitHub Stars

1

下载量

247
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/pixel-process-ug/superkit-agents --skill prd-generation

简介

prd-generation 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于产品需求文档相关的信息搜集与筛选,可结合来源仓库和原始 README 核验具体用法。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和维护状态。
  • 安装前建议确认是否会触发联网、命令执行或文件读写等操作边界。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

PRD Generation

Overview

Transform high-level ideas into structured Product Requirements Documents through guided discovery. This skill walks through problem/solution/constraint discovery, generates a professional PRD with measurable goals and user stories, and ensures stakeholder approval before saving.

Announce at start: "I'm using the prd-generation skill to create a Product Requirements Document."

Phase 1: Discovery

Ask these questions ONE AT A TIME (prefer multiple choice where possible).

Do NOT skip discovery. Even if the user provides a detailed brief, confirm understanding by asking at least 3 clarifying questions.

STOP after discovery — present a summary of collected answers and get confirmation before drafting.

Problem Space Questions

#QuestionWhy It Matters
1What problem does this solve?Anchors the entire PRD
2Who are the target users? (personas, roles)Shapes user stories
3How are users currently solving this?Identifies competitive landscape
4What is the impact of NOT solving this?Justifies priority

Solution Space Questions

#QuestionWhy It Matters
5What does success look like? (specific metrics)Defines success metrics
6What are must-have vs nice-to-have features?Sets priority tiers
7What are the explicit non-goals?Prevents scope creep
8Are there existing solutions to learn from?Informs design decisions

Constraint Questions

#QuestionWhy It Matters
9What is the timeline? Any hard deadlines?Scopes release plan
10What technical constraints exist?Narrows solution space
11What resources are available?Sets realistic expectations
12Are there compliance or regulatory requirements?Identifies non-functional reqs

Phase 2: Draft PRD

Generate the PRD using the template below. Dispatch the prd-writer agent with collected answers for heavy generation.

STOP after drafting — do NOT present as final until Phase 3 review is complete.

PRD Template

# [Product/Feature Name] — Product Requirements Document

## 1. Overview
One paragraph summarizing what this is and why it matters.

## 2. Problem Statement
- Current situation
- Pain points
- Impact of not solving

## 3. Goals & Non-Goals
### Goals
- [ ] Goal 1 (measurable)
- [ ] Goal 2 (measurable)

### Non-Goals
- Explicitly NOT doing X
- Explicitly NOT doing Y

## 4. User Stories
As a [persona], I want to [action], so that [benefit].

## 5. Functional Requirements
### FR-1: [Requirement Name]
- Description
- Acceptance criteria
- Priority (P0/P1/P2)

## 6. Non-Functional Requirements
- Performance: [specific targets]
- Security: [requirements]
- Accessibility: [standards]
- Scalability: [expectations]

## 7. Technical Constraints
- Platform/stack requirements
- Integration dependencies
- Data requirements

## 8. Success Metrics
| Metric | Current | Target | How to Measure |
|--------|---------|--------|----------------|

## 9. Timeline & Milestones
| Phase | Description | Target Date |
|-------|-------------|-------------|

## 10. Open Questions
- [ ] Question 1
- [ ] Question 2

## 11. Appendix
References, mockups, related documents

Priority Classification

PriorityMeaningRule
P0Must-have for launchWithout this, the product does not ship
P1Important, ship soon after launchSignificant value but not blocking
P2Nice-to-haveEnhances experience, can wait

Phase 3: Review

Present the PRD section by section:

  1. After each section, ask: "Does this capture your intent? Any changes?"
  2. Revise based on feedback before moving to next section
  3. Pay special attention to these high-signal sections:

- Goals & Non-Goals (scope alignment) - User Stories (persona accuracy) - Success Metrics (measurability) - Functional Requirements (acceptance criteria completeness)

STOP after review — get explicit "approved" confirmation before saving.

Phase 4: Save and Transition

After explicit approval:

  1. Save to docs/prds/YYYY-MM-DD-<feature>.md
  2. Commit the PRD with message: docs(prd): add PRD for <feature>
  3. If implementation follows, invoke the brainstorming skill
  4. If specs are needed, invoke the spec-writing skill

Transition Decision Table

User IntentNext SkillRationale
"Let's build this"brainstormingplanningExplore approaches then plan
"Write the specs"spec-writingBreak PRD into JTBD specs
"Just save it"NonePRD is the deliverable
"Get estimates"task-decompositionBreak into estimable tasks

Anti-Patterns / Common Mistakes

MistakeWhy It Is WrongWhat To Do Instead
Skipping discovery and jumping to draftProduces assumptions-based PRDAlways complete Phase 1 first
Goals without metricsCannot measure successEvery goal needs a number
Missing non-goalsScope creep guaranteedExplicitly list what is out of scope
User stories without acceptance criteriaUntestable requirementsAdd Given/When/Then to each story
Generic success metrics ("improve UX")UnmeasurableUse specific numbers: "reduce load time to <2s"
Presenting entire PRD at once for reviewUser overwhelmed, gives superficial approvalPresent section by section
Copying competitor features verbatimMisses actual user needsFocus on user problems, not solutions

Anti-Rationalization Guards

  • Do NOT skip discovery because "the user already described it well enough"
  • Do NOT leave placeholder text in any section — fill every section or mark as "TBD: [reason]"
  • Do NOT proceed to save without explicit user approval of each section
  • Do NOT invent success metrics — they must come from the user

Integration Points

SkillRelationship
brainstormingUpstream: explores ideas before PRD; downstream: explores implementation after PRD
spec-writingDownstream: PRD provides high-level requirements; specs detail them with JTBD
planningDownstream: plan references PRD requirements for task breakdown
task-decompositionDownstream: breaks PRD into estimable work items
tech-docs-generatorParallel: PRD informs what documentation is needed
acceptance-testingDownstream: acceptance criteria from PRD feed test definitions

Verification Gate

Before claiming the PRD is complete:

  1. VERIFY all 11 sections are filled (not placeholder text)
  2. VERIFY every goal has a measurable metric
  3. VERIFY non-goals are explicit and meaningful
  4. VERIFY user stories have acceptance criteria
  5. VERIFY user has approved each section individually
  6. VERIFY the file is saved and committed

Concrete Example: Discovery Summary

Problem: Users cannot find relevant search results in the dashboard.
Users: Data analysts (primary), team leads (secondary).
Current workaround: Export to Excel and use Ctrl+F.
Impact of not solving: 30min/day wasted per analyst (team of 12).
Success metric: Reduce average search time from 5min to <30s.
Must-have: Full-text search across all dashboard widgets.
Non-goal: Advanced boolean query syntax (P2, not launch).
Timeline: 6 weeks to MVP.
Constraint: Must work with existing Elasticsearch cluster.

This summary is presented to the user for confirmation before Phase 2 begins.

Skill Type

Flexible — Adapt discovery depth and PRD structure to project context while preserving the discovery-before-drafting principle and section-by-section review process.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.45%
按下载量换算88

Claude

34.53%
按下载量换算85

Cursor

17.67%
按下载量换算44

Gemini CLI

8.85%
按下载量换算22

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills