Claude Code

기획자가 바로 써먹는 Claude Code Skill 10개

tami_nanda 2026. 3. 13. 12:30

 

지난 글에서 Claude Code의 Skill 개념을 정리했다.

https://tamisandbox.tistory.com/9

간단히 말하면 Skill은 "AI에게 특정 작업을 맡기는 작업 매뉴얼"이다.

프롬프트가 일회성 질문이라면
Skill은 재사용 가능한 업무 자동화 도구에 가깝다.

그럼 실제로 기획자는 어떤 Skill을 만들면 좋을까?

오늘은 서비스 기획자(PM)가 실제로 활용할 수 있는

Claude Code Skill 10가지를 예시와 함께 정리해보려고 한다.

 

 

 


1. PRD 생성 Skill

기획자에게 가장 많이 반복되는 작업은
바로 PRD(Product Requirement Document) 작성이다.

이 작업은 Skill로 만들어 두면 매우 강력하다.

사용 상황

  • 기능 기획 시작할 때
  • 아이디어 정리할 때
  • MVP 기능 정의할 때

Skill 예시

# Skill: Generate PRD

## Description
Generate a structured Product Requirement Document based on a feature idea.

## When to use
Use when the user asks to create a PRD for a product feature.

## Steps
1. Identify the feature goal
2. Define the target user
3. Describe user problems
4. Propose solution
5. Define key features
6. Suggest success metrics

## Output format
- Overview
- User problem
- Proposed solution
- Key features
- Metrics

 

이 Skill을 만들어 두면

"이 기능 PRD 만들어줘"라고만 말해도 구조화된 기획 문서가 생성된다.

 

 

 


2. 사용자 스토리 생성 Skill

개발 협업에서는 User Story가 중요하다.

하지만 매번 작성하는 건 꽤 번거롭다.

Skill 예시

# Skill: Generate User Stories

## Description
Generate user stories for product features.

## Steps
1. Identify user role
2. Define user goal
3. Define expected value

## Output format
As a [user], I want [goal] so that [value]
 

[예시 결과]

As a user,
I want to upload my referral letter
so that the doctor can review it before the appointment.

 
 
 

3. UX 개선 분석 Skill

서비스 기획자는 종종 이런 요청을 한다.

"이 화면 UX 문제 뭐 같아?"

이걸 Skill로 만들면 UX 리뷰 자동화가 가능하다.

Skill 예시

# Skill: UX Review

## Description
Analyze UI/UX and identify usability issues.

## Steps
1. Identify user flow
2. Detect friction points
3. Suggest improvements
4. Provide UX recommendations

## Output format
- UX Issues
- Impact
- Improvement suggestions
 

이 Skill은

  • 화면 설계 검토
  • QA 단계
  • UX 개선

에서 매우 유용하다.

 

 

 


4. API 문서 분석 Skill

기획자가 API 문서를 읽어야 하는 경우도 많다.

특히

  • 병원 API
  • 결제 API
  • 외부 서비스 연동

같은 경우.

Skill 예시

# Skill: API Doc Analyzer

## Description
Analyze API documentation and summarize endpoints.

## Steps
1. Identify endpoints
2. Extract request parameters
3. Extract response structure
4. Explain API purpose

## Output format
- Endpoint
- Request
- Response
- Use case
 

API 문서를 Claude에게 넣으면

기획자가 이해하기 쉬운 구조로 정리

된다.

 

 

 


5. 데이터 인사이트 분석 Skill

기획자에게 중요한 질문 하나.

"이 데이터에서 인사이트 뭐야?"

Skill 예시

# Skill: Data Insight Analyzer

## Description
Analyze product metrics and extract insights.

## Steps
1. Identify trends
2. Detect anomalies
3. Suggest possible causes
4. Recommend actions

## Output format
- Key insights
- Possible causes
- Suggested actions
 

이 Skill은

  • WAU 분석
  • 전환율 분석
  • 사용자 행동 분석

같은 곳에서 사용할 수 있다.

 

 

 


6. 경쟁 서비스 분석 Skill

시장 조사할 때도 Skill이 매우 유용하다.

Skill 예시

# Skill: Competitor Analysis

## Description
Analyze competitor products and extract strategic insights.

## Steps
1. Identify core features
2. Compare strengths
3. Compare weaknesses
4. Suggest differentiation opportunities

## Output format
- Product overview
- Strengths
- Weaknesses
- Opportunities

이 Skill은

  • 서비스 기획 초기
  • 전략 기획
  • 기능 벤치마킹

에서 많이 사용된다.

 

 

 


7. 기능 명세서 생성 Skill

개발자 협업에서는 기능 명세서도 필요하다.

Skill 예시

# Skill: Feature Specification

## Description
Create detailed feature specifications for development.

## Steps
1. Define feature goal
2. Define user flow
3. Define system behavior
4. Define edge cases

## Output format
- Feature overview
- User flow
- System logic
- Edge cases
 

이 Skill은

개발자 커뮤니케이션 품질을 크게 높인다.

 

 

 


8. 로그 분석 Skill

서비스 운영 단계에서는 로그 분석이 필요하다.

Skill 예시

# Skill: Log Analyzer

## Description
Analyze system logs and identify potential issues.

## Steps
1. Detect error patterns
2. Identify failure points
3. Suggest root cause
4. Recommend fixes

## Output format
- Error summary
- Possible cause
- Suggested solution
 

운영 PM에게 특히 유용하다.

 

 

 


9. 회의록 정리 Skill

회의 끝나면 항상 이런 일이 생긴다.

"회의록 누가 정리하지?"

Skill로 만들면 해결된다.

Skill 예시

# Skill: Meeting Notes Summarizer

## Description
Summarize meeting notes and extract action items.

## Steps
1. Identify main topics
2. Extract decisions
3. Extract action items
4. Assign owners if possible

## Output format
- Summary
- Key decisions
- Action items
 
 
 
 

 

10. 아이디어 확장 Skill

기획자의 핵심 업무 중 하나는 아이디어 확장이다.

Skill 예시

# Skill: Idea Expander

## Description
Expand a product idea into multiple feature possibilities.

## Steps
1. Understand the core idea
2. Generate feature variations
3. Suggest potential use cases
4. Identify possible risks

## Output format
- Feature ideas
- Use cases
- Risks
 

이 Skill은

  • 서비스 초기 기획
  • 스타트업 아이디어
  • 기능 확장

에서 매우 유용하다.