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

prd-generation珠三角一代

Agent Skill

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

总安装

618

周安装

25

GitHub Stars

4

下载量

194
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/abhsin/designskills --skill prd-generation

简介

用于查找、检索和筛选相关信息,适合快速定位候选结果。

  • 适用于需要根据关键词或任务场景进行信息搜集的研究检索场景。
  • 可通过来源仓库和 README 进一步核验具体用法和功能边界。
  • 安装方式:通过 npx skills add 命令从 GitHub 仓库添加,支持 Codex、Claude、Cursor 和 Gemini CLI。
  • 安装前建议确认权限范围和维护状态,避免触发不必要的联网或文件操作。

SKILL.md

PRD Generator

Create right-sized Product Requirements Documents that solo devs and small teams can actually use.

Why This Exists

Generates lean PRDs with enough structure to guide development without enterprise bloat.

Input Requirements

This skill works best with upstream context from:

  • problem-framing output (problem statement, target user, JTBD, assumptions)
  • user-modeling output (personas, scenarios)
  • solution-scoping output (feature priorities, MVP boundaries)

Can also work from scratch if user provides enough context about their idea.

Workflow

Step 1: Gather Context

If upstream artifacts exist, ingest them. If not, ask for:

  • What are you building?
  • Who is it for?
  • What problem does it solve?
  • What's the MVP scope?

Step 2: Fill Gaps

Check for missing elements and ask targeted questions:

Missing ElementQuestion
Success metrics"How will you know this worked? What would you measure?"
Feature priorities"If you could only ship one thing, what would it be?"
Constraints"Any technical constraints? Timeline? Budget?"
Non-goals"What are you explicitly NOT building?"

Keep it conversational—don't interrogate.

Step 3: Generate PRD

Use the output format below. Adapt sections based on project complexity.

Output Format

Automatically save the output to design/05-prd.md using the Write tool while presenting it to the user.

# PRD: [Project Name]

## Overview
[2-3 sentences: what this is and why it matters]

## Problem Statement
[One clear sentence: WHO has WHAT problem WHEN]

## Target User
[Specific description of primary user]

**Characteristics:**
- [Key trait 1]
- [Key trait 2]
- [Key trait 3]

## Goals & Success Metrics

| Goal | Metric | Target |
|------|--------|--------|
| [Goal 1] | [How measured] | [Success threshold] |
| [Goal 2] | [How measured] | [Success threshold] |

## User Stories

### Must Have (MVP)
- As a [user], I want to [action] so that [outcome]
- As a [user], I want to [action] so that [outcome]
- As a [user], I want to [action] so that [outcome]

### Should Have (v1.1)
- As a [user], I want to [action] so that [outcome]
- As a [user], I want to [action] so that [outcome]

### Could Have (Future)
- As a [user], I want to [action] so that [outcome]

## Features

### [Feature 1 Name]
**Priority:** Must Have
**Description:** [What it does]
**User value:** [Why it matters]
**Acceptance criteria:**
- [ ] [Criterion 1]
- [ ] [Criterion 2]
- [ ] [Criterion 3]

### [Feature 2 Name]
**Priority:** Must Have
**Description:** [What it does]
**User value:** [Why it matters]
**Acceptance criteria:**
- [ ] [Criterion 1]
- [ ] [Criterion 2]

### [Feature 3 Name]
**Priority:** Should Have
[Same structure]

## Scope

### In Scope (MVP)
- [What you're building]
- [What you're building]

### Out of Scope
- [What you're NOT building]
- [What you're NOT building]

### Future Considerations
- [What might come later]

## Assumptions & Risks

### Assumptions
- [Assumption 1]
- [Assumption 2]

### Risks
| Risk | Impact | Mitigation |
|------|--------|------------|
| [Risk 1] | [High/Med/Low] | [How to address] |
| [Risk 2] | [High/Med/Low] | [How to address] |

## Technical Considerations
[Optional — include only if relevant]
- **Platform:** [Web/mobile/desktop]
- **Key integrations:** [APIs, services]
- **Data:** [Storage, persistence needs]
- **Constraints:** [Performance, security, compliance]

## Open Questions
- [Anything still unresolved]
- [Decisions needed before development]

## Appendix
[Optional — link to research, competitive analysis, wireframes]

Adaptation Guidelines

For simple projects (weekend build):

  • Skip Technical Considerations
  • Collapse User Stories into Features
  • Minimal Risks section
  • 1-2 pages total

For medium projects (side project, MVP):

  • Full structure as shown
  • 2-4 pages total

For complex projects (startup MVP, team project):

  • Add more detail to Features
  • Expand Technical Considerations
  • Include Appendix with research
  • 4-6 pages total

Writing Guidelines

  • Be specific, not generic — "Users can filter tasks by due date" not "Users can filter tasks"
  • Acceptance criteria are testable — Can you verify yes/no if it's done?
  • Priorities are honest — If everything is "Must Have," nothing is
  • Out of Scope is explicit — Prevents scope creep later

Handoff

After presenting the PRD, ask:

"Want to move to /ux-specification for detailed flows and screens, or go straight to /prompt-export?"

Note: File is automatically saved to design/05-prd.md for context preservation.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

30.56%
按下载量换算59

Antigravity

23.43%
按下载量换算45

Gemini CLI

15.73%
按下载量换算31

Codex

13.21%
按下载量换算26

OpenCode

8.32%
按下载量换算16

windsurf

3.81%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills