Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计异常

prd-generator脉冲发生器

Agent Skill

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

总安装

4,746

周安装

192

GitHub Stars

141

下载量

1,490
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/ognjengt/founder-skills --skill prd-generator

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 信息。

  • 适合围绕代码变更或协作事项进行整理。
  • 可结合来源仓库 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否会触发联网或文件操作。
  • prd-generator 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

PRD Generator

Purpose

Transform a rough product idea into a comprehensive, AI-ready Product Requirements Document (PDF) through targeted questions and structured output.


Execution Logic

Check $ARGUMENTS first to determine execution mode:

If $ARGUMENTS is empty or not provided:

Respond with: "prd-generator loaded, describe your product idea"

Then wait for the user to provide their product concept in the next message.

If $ARGUMENTS contains content:

Proceed immediately to Task Execution (skip the "loaded" message).


Task Execution

1. MANDATORY: Read Reference Files FIRST

BLOCKING REQUIREMENT — DO NOT SKIP THIS STEP

Before doing ANYTHING else, use the Read tool to read:

  • ./references/prd_template.md

This template defines the exact structure your PRD must follow. DO NOT PROCEED to Step 2 until you have read this file.

2. Skip Business Context

This skill intentionally DOES NOT read FOUNDER_CONTEXT.md. PRDs are standalone documents that should contain all necessary context within them.

3. Analyze Initial Input

From the user's initial description, extract what's available:

  • Product name or working title
  • Core problem being solved
  • Target users/audience
  • Key features mentioned
  • Technical preferences (if any)
  • Constraints or requirements (if any)

4. Ask Clarifying Questions

Use AskUserQuestion tool to gather missing information. Ask up to 7 questions maximum, but fewer is better — stop as soon as you have enough to build a comprehensive PRD.

Question Bank (priority order):

#QuestionWhy it mattersSkip if...
1Who is the primary user? What's their role and technical level?Shapes all UX decisions and feature complexityUser persona is clearly described
2What's the core problem this solves? What happens if users don't have this?Defines the value proposition and success metricsProblem statement is explicit
3What are the 3-5 must-have features for launch (P0)?Prevents scope creep, focuses MVPFeatures are already listed with clear priority
4What technology preferences or constraints exist? (Language, framework, hosting)Determines technical architecture sectionTech stack is specified
5Are there any integrations required? (Auth providers, APIs, third-party services)Identifies dependencies and integration complexityNo external services mentioned or user says standalone
6What does success look like? Any specific metrics to track?Defines goals and success metrics sectionMetrics or goals are already stated
7Any design preferences or existing brand guidelines to follow?Shapes UI/UX requirements sectionDesign is flexible or already described

Question strategy:

  • Ask 2-4 questions per batch using AskUserQuestion
  • If the first batch answers provide enough detail, stop asking
  • Never ask more than 7 questions total
  • Group related questions when possible

5. Generate the PRD

Using the template structure from ./references/prd_template.md, create a complete PRD:

  1. Fill every applicable section from the template
  2. Be specific — vague requirements produce vague code
  3. Write acceptance criteria for every feature — make them testable
  4. Prioritize ruthlessly — P0 should be 30-40% of features
  5. The "Implementation Notes for AI" section is mandatory — this is what makes it AI-ready

6. Save and Convert to PDF

Step 6a: Create output folder

mkdir -p ./prd_outputs/[Project Name]/

Use the product name with spaces, e.g., ./prd_outputs/Churn Prevention Tool/

Step 6b: Save markdown file Write the PRD content to:

./prd_outputs/[Project Name]/[project_name]_PRD.md

Use snake_case for the filename, e.g., churn_prevention_tool_PRD.md

Step 6c: Convert to PDF Run:

npx md-to-pdf "./prd_outputs/[Project Name]/[project_name]_PRD.md"

This creates [project_name]_PRD.pdf in the same folder.

7. Confirm Output

Tell the user:

  • Where the PDF is saved (full path)
  • Where the markdown source is saved
  • Brief summary of what's in the PRD

Writing Rules

Core Rules

  • Every feature MUST have testable acceptance criteria
  • Use specific numbers, not vague terms ("loads in <2s" not "loads quickly")
  • P0 features should be 30-40% of total features — if everything is P0, nothing is
  • Data models must include field types and relationships
  • API specs must include request/response examples

PRD-Specific Rules

  • Executive summary: 3-5 sentences maximum
  • Problem statement: Must include current state, pain points, and business impact
  • User personas: Maximum 3 primary personas — more creates confusion
  • Tech architecture: Describe data flow in plain English — AI tools interpret this better than complex diagrams
  • Implementation Notes for AI section: This is mandatory, never skip it

Format Rules

  • Use markdown headers consistently (# for title, ## for sections, ### for subsections)
  • Use tables for structured data (metrics, data models, API specs)
  • Use code blocks for JSON examples and technical specs
  • Use checkboxes for acceptance criteria

Output Format

The PRD follows the structure in ./references/prd_template.md. Here's a condensed example:

# TaskFlow — Product Requirements Document

**Version:** 1.0
**Date:** 2024-01-15
**Author:** PRD Generator
**Status:** Draft

## Executive Summary
TaskFlow is a task management tool for remote engineering teams...

## Problem Statement
**Current state:** Teams use disconnected tools...
**Pain points:**
1. Context switching between tools
2. No visibility into team workload
3. Async communication gaps

**Impact:** 5+ hours/week lost per engineer...

## Goals & Success Metrics
| Goal | Metric | Target | Measurement |
|------|--------|--------|-------------|
| Reduce context switching | Tool switches/day | < 10 | Analytics |

## User Personas
### Engineering Manager
- **Role:** Manages 5-10 engineers
- **Goals:** Visibility into sprint progress...

## Functional Requirements

### FR-001: Task Creation
**Description:** Users can create tasks with title, description, assignee, and due date.

**User story:** As an engineer, I want to create tasks quickly so that I capture work items without friction.

**Acceptance criteria:**
- [ ] Task creation completes in < 500ms
- [ ] Title field is required, minimum 3 characters
- [ ] Due date defaults to end of current sprint

**Priority:** P0

...

## Implementation Notes for AI

### Build Order
1. Database schema (PostgreSQL)
2. API endpoints (Express.js)
3. Frontend components (React)
4. Auth integration (Clerk)

### Libraries to Use
- Prisma for ORM — type-safe, great DX
- TanStack Query for data fetching — handles caching
- Tailwind CSS for styling — utility-first, fast iteration

### Critical Implementation Details
- All dates stored as UTC, converted to user timezone on display
- Use optimistic updates for task status changes
- Implement soft deletes for all user-generated content

References

This file MUST be read using the Read tool before task execution (see Step 1):

FilePurpose
./references/prd_template.mdComplete PRD structure with all 15 sections, format examples, and usage notes

Why this matters: The template ensures every PRD follows a consistent, comprehensive structure that AI coding tools can parse and implement. Skipping the template results in incomplete PRDs that miss critical sections.


Quality Checklist (Self-Verification)

Pre-Execution Check

  • I read ./references/prd_template.md before starting
  • I have the template structure in context

Question Check

  • I asked 7 or fewer questions total
  • I only asked questions where information was genuinely missing
  • Questions were batched (2-4 per AskUserQuestion call)

PRD Content Check

  • Executive summary is 3-5 sentences
  • Every feature has acceptance criteria (checkboxes)
  • P0 features are ~30-40% of total (not everything)
  • Data models include field types
  • API specs include request/response examples
  • "Implementation Notes for AI" section is complete

Output Check

  • Markdown file saved to ./prd_outputs/[Project Name]/
  • PDF generated via npx md-to-pdf
  • User informed of file locations

If ANY check fails → fix before completing.


Defaults & Assumptions

Use these unless the user specifies otherwise:

  • Document version: 1.0
  • Status: Draft
  • Author: PRD Generator
  • Tech stack: Modern web (React + Node.js + PostgreSQL) unless specified
  • Hosting: Cloud-native (Vercel/Railway/AWS) unless specified
  • Auth: Third-party (Clerk/Auth0) unless building custom
  • Priority split: ~35% P0, ~40% P1, ~25% P2
  • User personas: Maximum 3 unless complexity demands more
  • API style: REST unless GraphQL is specified

Document any assumptions made in the PRD output.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.56%
按下载量换算575

Claude

29.6%
按下载量换算441

Cursor

19.08%
按下载量换算284

Gemini CLI

10.63%
按下载量换算158

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills