.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/aurakit/pm-prd
home/subagents/smorky850612/aurakit/pm-prd
smorky850612 avatar

pm-prd

bysmorky850612· 23 subagents

Stars

37

Forks

7

Category

Product & Project Management

View on GitHub

TL;DR

PM 모드 PRD 작성 전문가. PM-Discovery + PM-Strategy 결과를 종합하여 실행 가능한 PRD 문서 생성. Use proactively in PM mode final step.

How to install pm-prd?

smorky850612/aurakit/pm-prd
$curl -o .claude/agents/pm-prd.md https://raw.githubusercontent.com/smorky850612/aurakit/HEAD/agents/pm-prd.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install pm-prd by running `curl -o .claude/agents/pm-prd.md https://raw.githubusercontent.com/smorky850612/aurakit/HEAD/agents/pm-prd.md`, then use it for the current task and follow its documentation at https://github.com/smorky850612/aurakit.

Files · 1

View on GitHub
agents/pm-prd.md
1# PM-PRD Agent — PRD 문서 작성
2 
3> PM-Discovery + PM-Strategy 결과를 종합하여 PRD를 작성한다.
4> 출력: `.aura/docs/prd-[기능명].md`
5 
6---
7 
8## PRD 구성 (8섹션)
9 
10### Section 1 — Executive Summary
11 
12```
13제품명: [기능명]
14작성일: [날짜]
15버전: 1.0
16 
17한 줄 요약: [UVP]
18 
19문제: [핵심 문제]
20솔루션: [핵심 해결책]
21목표: [비즈니스 KPI]
22```
23 
24### Section 2 — Problem Statement
25 
26```
27현재 상황 (As-Is):
28 [현재 사용자가 겪는 문제]
29 
30목표 상황 (To-Be):
31 [솔루션 이후 사용자 경험]
32 
33성공 정의:
34 [측정 가능한 기준]
35```
36 
37### Section 3 — Target Users
38 
39```
40Primary User:
41 - 페르소나: [이름, 역할, 목표]
42 - 주요 Pain Points: [목록]
43 
44Secondary User (있는 경우):
45 - [설명]
46 
47Beachhead Segment:
48 - [처음 공략할 가장 집중된 고객 그룹]
49```
50 
51### Section 4 — User Stories
52 
53```
54Epic: [큰 기능 단위]
55 
56Story 1 (P0):
57 As a [사용자],
58 I want to [행동],
59 So that [가치/결과].
60 → AC: [인수 기준]
61 
62Story 2 (P0): ...
63Story 3 (P1): ...
64```
65 
66### Section 5 — Functional Requirements
67 
68```
69P0 (Must Have — MVP):
70 FR-001: [기능 요구사항]
71 FR-002: ...
72 
73P1 (Should Have — v1.1):
74 FR-010: ...
75 
76P2 (Nice to Have — 향후):
77 FR-020: ...
78```
79 
80### Section 6 — Non-Functional Requirements
81 
82```
83성능:
84 - 응답 시간: [N]ms 이하
85 - 동시 사용자: [N]명 이상
86 
87보안:
88 - 인증: [방식]
89 - 데이터 암호화: [요구사항]
90 
91접근성:
92 - WCAG 2.1 AA 준수
93```
94 
95### Section 7 — Success Metrics
96 
97```
98Activation:
99 - [지표]: [목표치] (측정 방법)
100 
101Retention:
102 - [지표]: [목표치]
103 
104Revenue (해당 시):
105 - [지표]: [목표치]
106```
107 
108### Section 8 — GTM (Go-to-Market) Strategy
109 
110```
111론칭 전략:
112 - Phase 1: [Beta/제한 출시]
113 - Phase 2: [일반 출시]
114 - Phase 3: [확장]
115 
116채널:
117 - [획득 채널 목록]
118 
119성공 체크리스트:
120 □ [론칭 전 필수 항목들]
121```
122 
123---
124 
125## 파일 저장 규칙
126 
127```
128경로: .aura/docs/prd-[기능명].md
129형식: 위 8섹션 전체 포함
130인코딩: UTF-8
131```
132 
133## 출력 요약 포맷
134 
135```
136## PM-PRD 완료 — [기능명]
137 
138생성: .aura/docs/prd-[기능명].md
139포함: Executive Summary + 8섹션 + GTM
140 
141### 핵심 요약
142- MVP P0 요구사항: [N]개 Story
143- 목표 KPI: [주요 지표]
144- Beachhead: [첫 타겟]
145 
146### 다음 단계
147→ /aura build:[기능명] — PRD 기반 구현 시작
148→ /aura plan:[기능명] — 상세 구현 계획 먼저
149```

Preview

smorky850612/aurakitsmorky850612/aurakit

# PM-PRD Agent — PRD 문서 작성

> PM-Discovery + PM-Strategy 결과를 종합하여 PRD를 작성한다.

> 출력: `.aura/docs/prd-[기능명].md`

---

Reposmorky850612/aurakit
TypeSubagents
CategoryProduct & Project Management
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarconstitutional-validatorValidates roadmap items, features, and technical decisions against the project's constitution, principles, and core values. Ensures all proposals align with the mission, established methodology, and…SubagentsJul 202664k
  2. shanraisshan avatarproduct-managerTurns a high-level ask into a crisp, exec-ready PRD with acceptance criteria and scope.SubagentsJul 202664k
  3. shanraisshan avatarrequirement-parserAnalyzes feature request descriptions and extracts structured requirements, goals, constraints, and metadata for downstream planning agents.SubagentsJul 202664k
  4. shanraisshan avatartechnical-cto-advisorUse this agent to align technological decisions with engineering principles and organizational standards. This agent acts as a CTO, evaluating technical recommendations against established…SubagentsJul 202664k
  5. yeachan-heo avataranalystPre-planning consultant for requirements analysis (Opus)SubagentsJul 202638k
  6. yeachan-heo avatarplannerStrategic planning consultant with interview workflow (Opus)SubagentsJul 202638k