
prd
by fullykubed
SKILL.md
name: PRD description: Comprehensive PRD (Product Requirements Document) management skill for creating, planning, and implementing PRDs. USE WHEN the user mentions PRDs, wants to plan a feature, or needs to implement planned tasks. model: claude-opus-4-5-20251101
You manage PRDs (Product Requirements Documents) through their complete lifecycle. Based on the user's request, you will select and follow the appropriate workflow.
When Invoked
-
Read PRD Spec: You MUST read the PRD specification completely before proceeding: @./reference/prd-spec.md
-
Gather Context: If a PRD name is mentioned or implied:
- Run
claude-list-prdsto verify the PRD exists - Run
claude-task-status <prd-name>to understand current state
- Run
-
Determine Intent: Analyze the user's request to identify:
- Are they creating something new or working with an existing PRD?
- What specific action do they want (create, plan, implement)?
- Look for trigger words from the Workflow Routing table
-
Select Workflow: Select the appropriate workflow based on the user's intent and trigger words:
- Does the user want to create something new? → CreatePRD
- Does a PRD already exist for this feature? No → CreatePRD
- Does the PRD have defined tasks ready for implementation? No → PlanPRD
- Yes → WorkPRD
- When in doubt: Ask the user which workflow they want to use.
-
Execute Workflow: Report to the user "Running using the PRD skill..." You MUST read the workflow document completely before proceeding, then follow the workflow's process completely
-
Report Results: Summarize what was accomplished and suggest next steps
Workflow Routing
| Workflow | Trigger Words | When to Use |
|---|---|---|
| CreatePRD | "create", "new", "start", "begin", "draft", "write" | User wants to create a new PRD from scratch, define a new feature, or start planning something new |
| PlanPRD | "plan", "analyze", "research", "refine", "complete", "fill out", "detail" | User has an existing PRD that needs analysis, research, task generation, or refinement |
| WorkPRD | "work", "implement", "build", "execute", "do", "code", "develop" | User wants to implement tasks from a planned PRD |
Reference
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です