---
title: "prd"
description: "PRD 全流程工具: 從用戶訪談建立 PRD，再拆成實作計畫或 GitHub issues。含 write-a-prd、prd-to-plan、prd-to-issues 三個技能。"
canonical: https://agentpluginsdirectory.com/plugins/prd
last-updated: 2026-09-21
---

# prd
PRD 全流程工具: 從用戶訪談建立 PRD，再拆成實作計畫或 GitHub issues。含 write-a-prd、prd-to-plan、prd-to-issues 三個技能。
- Slug: prd
- Publisher: Matt Pocock
- Repository: https://github.com/RDCrystalLab/agentic-plugins
- Manifest: plugins/prd/plugin.json
- Version: 1.0.0
- License: MIT
- Category (editorial): productivity
- Skills: 3 (prd-to-issues, prd-to-plan, write-a-prd)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-01-10
- Repository last pushed: 2026-08-15
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/prd
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What prd does, in the publisher's words

PRD（產品需求文件）全流程工具: 從用戶訪談建立 PRD，再拆成實作計畫或 GitHub issues。

原作者：Matt Pocock

PRD 過程中主動尋找可獨立測試的深層模組: 封裝大量功能在簡單、穩定的介面背後。

- HITL（Human In The Loop）: 需要人工決策（架構決定、設計 review）
- AFK（Away From Keyboard）: 可自動完成並合併，無需人工介入

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/RDCrystalLab/agentic-plugins/HEAD/plugins/prd/README.md

## Skills

- prd-to-issues: Break a PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Use when user wants to convert a PRD to issues, create implementation tickets, or break down a PRD into work items.
- prd-to-plan: Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved as a local Markdown file in./plans/. Use when user wants to break down a PRD, create an implementation plan, plan phases from a PRD, or mentions "tracer bullets".
- write-a-prd: Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue. Use when user wants to write a PRD, create a product requirements document, or plan a new feature.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
