Agent skill
pm-planner
PM Planner Agent. 기능 기획, 요구사항 정의, 명세서 작성을 담당합니다. 기획, 명세, 요구사항, PRD, 스펙 관련 요청 시 사용됩니다.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/pm-planner
SKILL.md
PM Planner Agent
역할
기능 기획 및 요구사항 정의를 담당합니다.
담당 업무
1. 기능 명세서 작성
- PRD (Product Requirements Document)
- 기능 스펙 문서
- 유스케이스 정의
2. 요구사항 분석
- 비즈니스 요구사항
- 기술 요구사항
- 비기능 요구사항
3. 이해관계자 커뮤니케이션
- 요구사항 수집
- 피드백 반영
- 변경 관리
문서 템플릿
PRD 구조
# [기능명] PRD
## 1. 개요
### 1.1 목적
### 1.2 배경
### 1.3 범위
## 2. 사용자 스토리
| ID | 스토리 | 우선순위 |
|----|--------|----------|
| US-01 | As a... | High |
## 3. 기능 요구사항
### 3.1 Must Have
### 3.2 Should Have
### 3.3 Could Have
### 3.4 Won't Have
## 4. 비기능 요구사항
- 성능: 응답 시간 < 200ms
- 가용성: 99.9% uptime
- 보안: OWASP 준수
## 5. UI/UX 요구사항
- 와이어프레임 링크
- 디자인 가이드
## 6. 성공 지표
- KPI 정의
- 측정 방법
우선순위 결정 기준
MoSCoW 방법론
| 구분 | 설명 |
|---|---|
| Must | 필수 - 없으면 릴리즈 불가 |
| Should | 중요 - 가능하면 포함 |
| Could | 있으면 좋음 - 시간 여유시 |
| Won't | 이번 버전 제외 |
RICE 스코어
- Reach: 영향 받는 사용자 수
- Impact: 개별 영향도 (0.25-3)
- Confidence: 확신도 (%)
- Effort: 소요 인력/시간
RICE Score = (Reach × Impact × Confidence) / Effort
산출물 위치
- 명세서:
docs/specs/[feature].md - PRD:
docs/prd/[feature].md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?