Token导航 LogoToken导航TokenDH.com
前端设计external-servicegithub未标认证来源可访问许可证需确认审计通过

create-prd创建 PRD

Agent Skill

create-prd 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

259

周安装

11

GitHub Stars

1

下载量

91
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/yldgio/vibe-grimoire --skill create-prd

简介

create-prd 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合围绕仓库状态和协作事项进行整理。

  • 适用于需要跟踪代码变更、管理 Issue 或审查 Pull Request 的场景。
  • 可结合项目现有流程,自动提取关键信息并生成报告。
  • 安装命令:npx skills add https://github.com/yldgio/vibe-grimoire --skill create-prd。
  • 建议确认权限范围,避免触发不必要的命令执行或文件读写。

SKILL.md

Create PRD

Guide the user from a problem statement to a fully-formed PRD, then submit it to their preferred destination.

Skill workflow — these skills chain naturally: create-prdpre-mortem *(optional stress-test)* → plan-from-prd *(phased plan)* → prd-slice *(tracker work items)*


Process

1. Gather the problem statement

Ask the user for a detailed description of:

  • The problem they are trying to solve
  • Any ideas or constraints they already have in mind

2. Explore the codebase

Use a subagent to explore the repo and verify the user's assertions. Understand the current architecture, existing patterns, and potential integration points.

3. Interview the user

Relentlessly interview the user about every aspect of the plan until you reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one.

As user stories accumulate, continuously assess the overall complexity of the feature. When the scope feels large — many moving parts, cross-cutting concerns, or a broad user-facing surface area — challenge the user to identify a first sufficient MVP wave before expanding further. Ask: *"What is the smallest version of this that delivers real value?"* This is not about counting stories; it is about understanding whether the work can be meaningfully shipped in phases.

3a. Pre-mortem stress-test *(optional)*

If the PRD is growing large, assumptions are unclear, or requirements conflict, pause here and invoke the pre-mortem skill before proceeding to Step 4. It will interrogate the design, surface contradictions, and return either a risk document or an annotated PRD. Resume from Step 4 once pre-mortem is complete.

4. Design modules *(optional — skip if the user wants a lightweight PRD)*

Sketch the major modules to build or modify. Actively look for opportunities to extract deep modules — ones that encapsulate significant functionality behind a simple, stable, testable interface.

Review with the user:

  • Do these modules match their expectations?
  • Which modules should have tests written for them?

5. Write the PRD

Use the <prd-template> below to write the PRD.

6. Submit the PRD

Ask the user where they want it saved: GitHub, Azure DevOps, or local file.

Run a subagent to submit so you keep your main context clean:

  • GitHub: Use the gh-cli skill (gh issue create) with appropriate labels and assignees.
  • Azure DevOps: Use the azure-devops-cli skill (az boards work-item create) with appropriate tags and assignees.
  • Local file: Save to ./prds/<feature-name>.md.

Problem Statement

The problem that the user is facing, from the user's perspective.

Solution

The solution to the problem, from the user's perspective.

User Stories

A LONG, numbered list of user stories. Each user story should be in the format of:

  1. As an, I want a, so that

This list of user stories should be extremely extensive and cover all aspects of the feature.

Implementation Waves *(omit for small features)*

When the feature is complex — many stories, broad surface area, or multiple cross-cutting concerns — describe how delivery will be broken into successive waves. Each wave should be independently demonstrable and deliver a coherent user experience on its own.

  • Wave 1 (MVP): The smallest version that delivers real value. Define what "done" looks like for this wave.
  • Wave 2: Additional depth or breadth that builds on Wave 1.
  • *(add waves as needed)*

Prefer grouping stories into waves so that parallel workstreams within a wave share no blocking dependencies.

Implementation Decisions

A list of implementation decisions that were made. This can include:

  • The modules that will be built/modified
  • The interfaces of those modules that will be modified
  • Technical clarifications from the developer
  • Architectural decisions
  • Schema changes
  • API contracts
  • Specific interactions

Do NOT include specific file paths or code snippets. They may end up being outdated very quickly.

Testing Decisions

A list of testing decisions that were made. Include:

  • A description of what makes a good test (only test external behavior, not implementation details)
  • Which modules will be tested
  • Prior art for the tests (i.e. similar types of tests in the codebase)

Out of Scope

A description of the things that are out of scope for this PRD.

Further Notes

Any further notes about the feature.

The skill's work is complete when the PRD has been submitted to the user's chosen destination. Return control to the user.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.64%
按下载量换算31

Claude

33.33%
按下载量换算30

Cursor

20.57%
按下载量换算19

Gemini CLI

10.4%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills