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

prd-creator珠三角创造者

Agent Skill

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

总安装

16,064

周安装

683

GitHub Stars

209

下载量

5,628
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/pageai-pro/ralph-loop --skill prd-creator

简介

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

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

SKILL.md

PRD Creation Assistant

Transform software ideas into comprehensive PRDs and actionable implementation tasks through a two-part process.

Overview

This skill helps beginner-level developers.

  1. Receive an implementation description from the user
  2. Create detailed PRD documents through structured questioning
  3. Generate implementation task lists in JSON format for developers
  4. Write an overall description of the project. An executive summary that gives a high level overview of the app and its main features.

Part 1: Implementation Description

You will receive a lacking implementation description from the user. The main goal is to comprehend the intent and think about the larger architecture and a robust way to implement it, filling in the gaps.

Part 2: PRD Creation

File: PRD.md

You will need to ask clarifying questions to get a clear understanding of the implementation.

When to use: User wants to document a software idea or create feature specifications

What it does:

  • Guides structured questioning to gather all requirements
  • Creates executive summary for validation
  • Researches competitive landscape
  • Generates comprehensive PRD.md with:

- App overview and objectives - Target audience - Success metrics and KPIs - Competitive analysis - Core features and user flows - Technical stack recommendations - Security considerations - Assumptions and dependencies

Process:

  1. Ask clarifying questions using AskUserQuestion tool
  2. Create executive summary for user approval
  3. Research competition via WebSearch
  4. Generate complete PRD
  5. Iterate based on feedback

Read PRD.md for complete instructions.


Part 3: Implementation Task Generation

File: JSON.md

You will need to analyze the completed PRD and generate a comprehensive task list in JSON format.

When to use: After PRD is complete and approved, or user requests task breakdown

What it does:

  • Analyzes the completed PRD
  • Generates a complete list of implementation tasks in JSON format, covering all features and requirements from the PRD
  • Keeps the tasks small and manageable
  • Categorizes tasks by type (functional, ui-ux, api-endpoint, security, etc.)
  • Defines verification ('pass') steps for each task
  • Creates developer-ready checklist

IMPORTANT:

  • Each task should be simple enough to be completed in maximum 10 minutes.
  • If a task is too complex, it should be split into smaller tasks.

Read JSON.md for complete instructions.

Part 4: Overall Description

You will need to read the completed PRD and generate an overall description of the project in PROJECT_ROOT/.agent/prd/SUMMARY.md.

The description should be short, concise and contain:

  • An overall description of the project
  • The main features of the app
  • Key user flows
  • A short list of key requirements

Quick Start

If user wants to create a PRD:

  1. Read PRD.md
  2. Follow the PRD creation workflow
  3. If needed, update the overall description SUMMARY.md
  4. After PRD completion, ask: "Would you like me to generate implementation tasks? See Part 2."

If user wants implementation tasks for an existing PRD:

  1. Read JSON.md
  2. Read the PRD file
  3. Generate comprehensive task list in JSON format
  4. Save as tasks.json

If user wants both:

  1. Complete PRD creation first PRD.md
  2. Get user approval on PRD
  3. If needed, update the overall description SUMMARY.md
  4. Proceed to generate implementation tasks JSON.md

If a user want to update the PRD:

  1. Read PRD.md
  2. Update the PRD
  3. Save as PRD.md
  4. If needed, update the overall description SUMMARY.md
  5. Ask user if they want to generate implementation tasks

If a user want to update the implementation tasks:

  1. Read JSON.md
  2. Update the implementation tasks
  3. Save as tasks.json
  4. Ask user if they want to update the PRD again

If user wants to update both the PRD and the implementation tasks:

  1. Update the PRD first PRD.md
  2. If needed, update the overall description SUMMARY.md
  3. Update the implementation tasks JSON.md
  4. Save as PRD.md and tasks.json

After completion

Ensure the required files are present:

  • PROJECT_ROOT/.agent/prd/PRD.md
  • PROJECT_ROOT/.agent/prd/SUMMARY.md
  • PROJECT_ROOT/.agent/tasks.json

If they are not present, warn the user and ask if they would like to create any of them.

Important Constraints

  • Do not generate code - focus on documentation and task specification
  • Use AskUserQuestion extensively in Part 1 to clarify requirements
  • In Part 2, generate comprehensive task lists (50-200+ tasks for typical projects)
  • Always initialize tasks with "passes": false - never mark tasks complete during generation
  • Use available tools: AskUserQuestion, WebSearch, Sequential Thinking, Read

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.79%
按下载量换算2,014

Claude

29.93%
按下载量换算1,684

Cursor

15.59%
按下载量换算877

Gemini CLI

9.47%
按下载量换算533

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills