product-playbook 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.es.md +518 -0
- package/README.ja.md +519 -0
- package/README.ko.md +518 -0
- package/README.md +520 -0
- package/README.zh-CN.md +518 -0
- package/README.zh-TW.md +518 -0
- package/SKILL.md +244 -0
- package/commands/product-build.md +13 -0
- package/commands/product-dev.md +21 -0
- package/commands/product-full.md +13 -0
- package/commands/product-prd.md +14 -0
- package/commands/product-quick.md +13 -0
- package/commands/product-report.md +12 -0
- package/commands/product-revision.md +13 -0
- package/i18n/en/SKILL.md +245 -0
- package/i18n/en/commands/product-build.md +13 -0
- package/i18n/en/commands/product-dev.md +21 -0
- package/i18n/en/commands/product-full.md +13 -0
- package/i18n/en/commands/product-prd.md +14 -0
- package/i18n/en/commands/product-quick.md +13 -0
- package/i18n/en/commands/product-report.md +12 -0
- package/i18n/en/commands/product-revision.md +13 -0
- package/i18n/en/references/00-opportunity-check.md +44 -0
- package/i18n/en/references/01-strategy.md +90 -0
- package/i18n/en/references/02a-persona.md +57 -0
- package/i18n/en/references/02b-jtbd.md +125 -0
- package/i18n/en/references/02c-ost-journey.md +65 -0
- package/i18n/en/references/03-define.md +118 -0
- package/i18n/en/references/04a-prfaq.md +112 -0
- package/i18n/en/references/04b-solutions.md +269 -0
- package/i18n/en/references/04c-mvp.md +21 -0
- package/i18n/en/references/05a-northstar-aha.md +93 -0
- package/i18n/en/references/05b-pmf-gtm.md +102 -0
- package/i18n/en/references/05c-validation-spec.md +117 -0
- package/i18n/en/references/06-html-report.md +128 -0
- package/i18n/en/references/07a-handoff-core.md +152 -0
- package/i18n/en/references/07b-tasks-tickets.md +215 -0
- package/i18n/en/references/07c-architecture-setup.md +197 -0
- package/i18n/en/references/08-security-checklist.md +221 -0
- package/i18n/en/references/rules-build.md +152 -0
- package/i18n/en/references/rules-change-propagation.md +74 -0
- package/i18n/en/references/rules-commands.md +98 -0
- package/i18n/en/references/rules-context.md +291 -0
- package/i18n/en/references/rules-custom.md +63 -0
- package/i18n/en/references/rules-document-tools.md +126 -0
- package/i18n/en/references/rules-end-of-flow.md +150 -0
- package/i18n/en/references/rules-export-document.md +346 -0
- package/i18n/en/references/rules-file-integration.md +65 -0
- package/i18n/en/references/rules-full.md +66 -0
- package/i18n/en/references/rules-import-document.md +261 -0
- package/i18n/en/references/rules-product-type.md +14 -0
- package/i18n/en/references/rules-progress.md +60 -0
- package/i18n/en/references/rules-quick.md +29 -0
- package/i18n/en/references/rules-revision.md +64 -0
- package/i18n/es/SKILL.md +245 -0
- package/i18n/es/commands/product-build.md +13 -0
- package/i18n/es/commands/product-dev.md +21 -0
- package/i18n/es/commands/product-full.md +13 -0
- package/i18n/es/commands/product-prd.md +14 -0
- package/i18n/es/commands/product-quick.md +13 -0
- package/i18n/es/commands/product-report.md +12 -0
- package/i18n/es/commands/product-revision.md +13 -0
- package/i18n/es/references/00-opportunity-check.md +44 -0
- package/i18n/es/references/01-strategy.md +90 -0
- package/i18n/es/references/02a-persona.md +57 -0
- package/i18n/es/references/02b-jtbd.md +125 -0
- package/i18n/es/references/02c-ost-journey.md +65 -0
- package/i18n/es/references/03-define.md +118 -0
- package/i18n/es/references/04a-prfaq.md +114 -0
- package/i18n/es/references/04b-solutions.md +269 -0
- package/i18n/es/references/04c-mvp.md +21 -0
- package/i18n/es/references/05a-northstar-aha.md +93 -0
- package/i18n/es/references/05b-pmf-gtm.md +102 -0
- package/i18n/es/references/05c-validation-spec.md +117 -0
- package/i18n/es/references/06-html-report.md +138 -0
- package/i18n/es/references/07a-handoff-core.md +152 -0
- package/i18n/es/references/07b-tasks-tickets.md +215 -0
- package/i18n/es/references/07c-architecture-setup.md +197 -0
- package/i18n/es/references/08-security-checklist.md +221 -0
- package/i18n/es/references/rules-build.md +152 -0
- package/i18n/es/references/rules-change-propagation.md +74 -0
- package/i18n/es/references/rules-commands.md +98 -0
- package/i18n/es/references/rules-context.md +291 -0
- package/i18n/es/references/rules-custom.md +63 -0
- package/i18n/es/references/rules-document-tools.md +126 -0
- package/i18n/es/references/rules-end-of-flow.md +150 -0
- package/i18n/es/references/rules-export-document.md +346 -0
- package/i18n/es/references/rules-file-integration.md +65 -0
- package/i18n/es/references/rules-full.md +66 -0
- package/i18n/es/references/rules-import-document.md +261 -0
- package/i18n/es/references/rules-product-type.md +14 -0
- package/i18n/es/references/rules-progress.md +60 -0
- package/i18n/es/references/rules-quick.md +29 -0
- package/i18n/es/references/rules-revision.md +64 -0
- package/i18n/ja/SKILL.md +245 -0
- package/i18n/ja/commands/product-build.md +13 -0
- package/i18n/ja/commands/product-dev.md +21 -0
- package/i18n/ja/commands/product-full.md +13 -0
- package/i18n/ja/commands/product-prd.md +14 -0
- package/i18n/ja/commands/product-quick.md +13 -0
- package/i18n/ja/commands/product-report.md +12 -0
- package/i18n/ja/commands/product-revision.md +13 -0
- package/i18n/ja/references/00-opportunity-check.md +44 -0
- package/i18n/ja/references/01-strategy.md +90 -0
- package/i18n/ja/references/02a-persona.md +57 -0
- package/i18n/ja/references/02b-jtbd.md +125 -0
- package/i18n/ja/references/02c-ost-journey.md +65 -0
- package/i18n/ja/references/03-define.md +118 -0
- package/i18n/ja/references/04a-prfaq.md +111 -0
- package/i18n/ja/references/04b-solutions.md +269 -0
- package/i18n/ja/references/04c-mvp.md +21 -0
- package/i18n/ja/references/05a-northstar-aha.md +93 -0
- package/i18n/ja/references/05b-pmf-gtm.md +102 -0
- package/i18n/ja/references/05c-validation-spec.md +117 -0
- package/i18n/ja/references/06-html-report.md +126 -0
- package/i18n/ja/references/07a-handoff-core.md +152 -0
- package/i18n/ja/references/07b-tasks-tickets.md +215 -0
- package/i18n/ja/references/07c-architecture-setup.md +197 -0
- package/i18n/ja/references/08-security-checklist.md +221 -0
- package/i18n/ja/references/rules-build.md +152 -0
- package/i18n/ja/references/rules-change-propagation.md +74 -0
- package/i18n/ja/references/rules-commands.md +98 -0
- package/i18n/ja/references/rules-context.md +291 -0
- package/i18n/ja/references/rules-custom.md +63 -0
- package/i18n/ja/references/rules-document-tools.md +126 -0
- package/i18n/ja/references/rules-end-of-flow.md +150 -0
- package/i18n/ja/references/rules-export-document.md +346 -0
- package/i18n/ja/references/rules-file-integration.md +65 -0
- package/i18n/ja/references/rules-full.md +66 -0
- package/i18n/ja/references/rules-import-document.md +261 -0
- package/i18n/ja/references/rules-product-type.md +14 -0
- package/i18n/ja/references/rules-progress.md +60 -0
- package/i18n/ja/references/rules-quick.md +29 -0
- package/i18n/ja/references/rules-revision.md +64 -0
- package/i18n/ko/SKILL.md +245 -0
- package/i18n/ko/commands/product-build.md +13 -0
- package/i18n/ko/commands/product-dev.md +21 -0
- package/i18n/ko/commands/product-full.md +13 -0
- package/i18n/ko/commands/product-prd.md +14 -0
- package/i18n/ko/commands/product-quick.md +13 -0
- package/i18n/ko/commands/product-report.md +12 -0
- package/i18n/ko/commands/product-revision.md +13 -0
- package/i18n/ko/references/00-opportunity-check.md +44 -0
- package/i18n/ko/references/01-strategy.md +90 -0
- package/i18n/ko/references/02a-persona.md +57 -0
- package/i18n/ko/references/02b-jtbd.md +125 -0
- package/i18n/ko/references/02c-ost-journey.md +65 -0
- package/i18n/ko/references/03-define.md +118 -0
- package/i18n/ko/references/04a-prfaq.md +112 -0
- package/i18n/ko/references/04b-solutions.md +269 -0
- package/i18n/ko/references/04c-mvp.md +21 -0
- package/i18n/ko/references/05a-northstar-aha.md +93 -0
- package/i18n/ko/references/05b-pmf-gtm.md +102 -0
- package/i18n/ko/references/05c-validation-spec.md +117 -0
- package/i18n/ko/references/06-html-report.md +126 -0
- package/i18n/ko/references/07a-handoff-core.md +152 -0
- package/i18n/ko/references/07b-tasks-tickets.md +215 -0
- package/i18n/ko/references/07c-architecture-setup.md +197 -0
- package/i18n/ko/references/08-security-checklist.md +221 -0
- package/i18n/ko/references/rules-build.md +152 -0
- package/i18n/ko/references/rules-change-propagation.md +74 -0
- package/i18n/ko/references/rules-commands.md +98 -0
- package/i18n/ko/references/rules-context.md +291 -0
- package/i18n/ko/references/rules-custom.md +63 -0
- package/i18n/ko/references/rules-document-tools.md +126 -0
- package/i18n/ko/references/rules-end-of-flow.md +150 -0
- package/i18n/ko/references/rules-export-document.md +346 -0
- package/i18n/ko/references/rules-file-integration.md +65 -0
- package/i18n/ko/references/rules-full.md +66 -0
- package/i18n/ko/references/rules-import-document.md +261 -0
- package/i18n/ko/references/rules-product-type.md +14 -0
- package/i18n/ko/references/rules-progress.md +60 -0
- package/i18n/ko/references/rules-quick.md +29 -0
- package/i18n/ko/references/rules-revision.md +64 -0
- package/i18n/zh-CN/SKILL.md +245 -0
- package/i18n/zh-CN/commands/product-build.md +13 -0
- package/i18n/zh-CN/commands/product-dev.md +21 -0
- package/i18n/zh-CN/commands/product-full.md +13 -0
- package/i18n/zh-CN/commands/product-prd.md +14 -0
- package/i18n/zh-CN/commands/product-quick.md +13 -0
- package/i18n/zh-CN/commands/product-report.md +12 -0
- package/i18n/zh-CN/commands/product-revision.md +13 -0
- package/i18n/zh-CN/references/00-opportunity-check.md +44 -0
- package/i18n/zh-CN/references/01-strategy.md +90 -0
- package/i18n/zh-CN/references/02a-persona.md +57 -0
- package/i18n/zh-CN/references/02b-jtbd.md +125 -0
- package/i18n/zh-CN/references/02c-ost-journey.md +65 -0
- package/i18n/zh-CN/references/03-define.md +118 -0
- package/i18n/zh-CN/references/04a-prfaq.md +106 -0
- package/i18n/zh-CN/references/04b-solutions.md +269 -0
- package/i18n/zh-CN/references/04c-mvp.md +21 -0
- package/i18n/zh-CN/references/05a-northstar-aha.md +93 -0
- package/i18n/zh-CN/references/05b-pmf-gtm.md +102 -0
- package/i18n/zh-CN/references/05c-validation-spec.md +117 -0
- package/i18n/zh-CN/references/06-html-report.md +123 -0
- package/i18n/zh-CN/references/07a-handoff-core.md +152 -0
- package/i18n/zh-CN/references/07b-tasks-tickets.md +215 -0
- package/i18n/zh-CN/references/07c-architecture-setup.md +197 -0
- package/i18n/zh-CN/references/08-security-checklist.md +221 -0
- package/i18n/zh-CN/references/rules-build.md +152 -0
- package/i18n/zh-CN/references/rules-change-propagation.md +74 -0
- package/i18n/zh-CN/references/rules-commands.md +98 -0
- package/i18n/zh-CN/references/rules-context.md +291 -0
- package/i18n/zh-CN/references/rules-custom.md +63 -0
- package/i18n/zh-CN/references/rules-document-tools.md +126 -0
- package/i18n/zh-CN/references/rules-end-of-flow.md +150 -0
- package/i18n/zh-CN/references/rules-export-document.md +346 -0
- package/i18n/zh-CN/references/rules-file-integration.md +65 -0
- package/i18n/zh-CN/references/rules-full.md +66 -0
- package/i18n/zh-CN/references/rules-import-document.md +261 -0
- package/i18n/zh-CN/references/rules-product-type.md +14 -0
- package/i18n/zh-CN/references/rules-progress.md +60 -0
- package/i18n/zh-CN/references/rules-quick.md +29 -0
- package/i18n/zh-CN/references/rules-revision.md +64 -0
- package/i18n/zh-TW/SKILL.md +244 -0
- package/i18n/zh-TW/commands/product-build.md +13 -0
- package/i18n/zh-TW/commands/product-dev.md +21 -0
- package/i18n/zh-TW/commands/product-full.md +13 -0
- package/i18n/zh-TW/commands/product-prd.md +14 -0
- package/i18n/zh-TW/commands/product-quick.md +13 -0
- package/i18n/zh-TW/commands/product-report.md +12 -0
- package/i18n/zh-TW/commands/product-revision.md +13 -0
- package/i18n/zh-TW/references/00-opportunity-check.md +44 -0
- package/i18n/zh-TW/references/01-strategy.md +90 -0
- package/i18n/zh-TW/references/02a-persona.md +57 -0
- package/i18n/zh-TW/references/02b-jtbd.md +125 -0
- package/i18n/zh-TW/references/02c-ost-journey.md +65 -0
- package/i18n/zh-TW/references/03-define.md +118 -0
- package/i18n/zh-TW/references/04a-prfaq.md +106 -0
- package/i18n/zh-TW/references/04b-solutions.md +269 -0
- package/i18n/zh-TW/references/04c-mvp.md +21 -0
- package/i18n/zh-TW/references/05a-northstar-aha.md +93 -0
- package/i18n/zh-TW/references/05b-pmf-gtm.md +102 -0
- package/i18n/zh-TW/references/05c-validation-spec.md +117 -0
- package/i18n/zh-TW/references/06-html-report.md +123 -0
- package/i18n/zh-TW/references/07a-handoff-core.md +152 -0
- package/i18n/zh-TW/references/07b-tasks-tickets.md +215 -0
- package/i18n/zh-TW/references/07c-architecture-setup.md +197 -0
- package/i18n/zh-TW/references/08-security-checklist.md +221 -0
- package/i18n/zh-TW/references/rules-build.md +152 -0
- package/i18n/zh-TW/references/rules-change-propagation.md +74 -0
- package/i18n/zh-TW/references/rules-commands.md +98 -0
- package/i18n/zh-TW/references/rules-context.md +291 -0
- package/i18n/zh-TW/references/rules-custom.md +63 -0
- package/i18n/zh-TW/references/rules-document-tools.md +126 -0
- package/i18n/zh-TW/references/rules-end-of-flow.md +150 -0
- package/i18n/zh-TW/references/rules-export-document.md +346 -0
- package/i18n/zh-TW/references/rules-file-integration.md +65 -0
- package/i18n/zh-TW/references/rules-full.md +66 -0
- package/i18n/zh-TW/references/rules-import-document.md +261 -0
- package/i18n/zh-TW/references/rules-product-type.md +14 -0
- package/i18n/zh-TW/references/rules-progress.md +60 -0
- package/i18n/zh-TW/references/rules-quick.md +29 -0
- package/i18n/zh-TW/references/rules-revision.md +64 -0
- package/install.sh +418 -0
- package/package.json +41 -0
- package/references/00-opportunity-check.md +44 -0
- package/references/01-strategy.md +90 -0
- package/references/02a-persona.md +57 -0
- package/references/02b-jtbd.md +125 -0
- package/references/02c-ost-journey.md +65 -0
- package/references/03-define.md +118 -0
- package/references/04a-prfaq.md +106 -0
- package/references/04b-solutions.md +269 -0
- package/references/04c-mvp.md +21 -0
- package/references/05a-northstar-aha.md +93 -0
- package/references/05b-pmf-gtm.md +102 -0
- package/references/05c-validation-spec.md +117 -0
- package/references/06-html-report.md +123 -0
- package/references/07a-handoff-core.md +152 -0
- package/references/07b-tasks-tickets.md +215 -0
- package/references/07c-architecture-setup.md +197 -0
- package/references/08-security-checklist.md +221 -0
- package/references/rules-build.md +152 -0
- package/references/rules-change-propagation.md +74 -0
- package/references/rules-commands.md +98 -0
- package/references/rules-context.md +291 -0
- package/references/rules-custom.md +63 -0
- package/references/rules-document-tools.md +126 -0
- package/references/rules-end-of-flow.md +150 -0
- package/references/rules-export-document.md +346 -0
- package/references/rules-file-integration.md +65 -0
- package/references/rules-full.md +66 -0
- package/references/rules-import-document.md +261 -0
- package/references/rules-product-type.md +14 -0
- package/references/rules-progress.md +60 -0
- package/references/rules-quick.md +29 -0
- package/references/rules-revision.md +64 -0
- package/references/templates/prd-style.css +464 -0
- package/references/templates/report-style.css +114 -0
package/README.ko.md
ADDED
|
@@ -0,0 +1,518 @@
|
|
|
1
|
+
[English](README.md) | [繁體中文](README.zh-TW.md) | [日本語](README.ja.md) | [简体中文](README.zh-CN.md) | [Español](README.es.md) | [한국어](README.ko.md)
|
|
2
|
+
|
|
3
|
+
# 🎯 The Product Playbook
|
|
4
|
+
|
|
5
|
+
**세계 수준의 제품 기획 AI 스킬 — 아이디어에서 개발까지, 하나의 프레임워크로 모든 것을**
|
|
6
|
+
|
|
7
|
+
[](https://www.npmjs.com/package/product-playbook)
|
|
8
|
+
[](https://opensource.org/licenses/MIT)
|
|
9
|
+
[](https://code.claude.com)
|
|
10
|
+
[](https://claude.ai)
|
|
11
|
+
[](http://makeapullrequest.com)
|
|
12
|
+
[](README.md)
|
|
13
|
+
|
|
14
|
+
> Lenny's Podcast에서 소개된 가장 영향력 있는 PM 프레임워크(Teresa Torres, Shreyas Doshi, Gibson Biddle, April Dunford, Todd Jackson, Marty Cagan, Richard Rumelt 등)를 통합하여 — AI를 당신의 시니어 프로덕트 매니저 코치로 변환합니다.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## ✨ 이것은 무엇인가요?
|
|
19
|
+
|
|
20
|
+
The Product Playbook은 제로부터 원까지 제품 기획 전 과정을 체계적으로 안내하는 **Claude AI 스킬**입니다. 단순한 프롬프트가 아니라 다음을 포함하는 완전한 대화형 프레임워크 가이드 시스템입니다:
|
|
21
|
+
|
|
22
|
+
- 🧭 **6가지 실행 모드** — 30분 빠른 검증부터 전체 제품 기획까지 (기능 확장 빠른 트랙 포함)
|
|
23
|
+
- 📐 **22개 제품 프레임워크** — Discovery → Define → Develop → Deliver 전체 파이프라인 커버
|
|
24
|
+
- 🔄 **변경 전파 엔진** — 어떤 단계든 수정하면 모든 하위 산출물이 자동 업데이트
|
|
25
|
+
- 📎 **스마트 파일 통합** — 데이터, 스크린샷, 문서를 업로드하면 AI가 해당 단계에 자동 통합
|
|
26
|
+
- 🔗 **개발 핸드오프** — CLAUDE.md + TASKS.md + TICKETS.md를 생성하여 Claude Code 개발로 원활하게 연결
|
|
27
|
+
- 📊 **다중 형식 출력** — PDF(북마크 포함), HTML 보고서, Word 문서, PowerPoint 덱, 개발 핸드오프 패키지
|
|
28
|
+
- 📄 **스마트 문서 가져오기** — 3단계 PDF 파싱(텍스트 추출 → Claude Vision → OCR 폴백), DOCX/PPTX 지원
|
|
29
|
+
|
|
30
|
+
**한 문장으로 전체 플로우를 트리거하세요:**
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
제품을 만들고 싶어요
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
## 🎬 데모
|
|
39
|
+
|
|
40
|
+
<p align="center">
|
|
41
|
+
<img src="assets/demo-build-ko.gif" alt="The Product Playbook 데모 — 빌드 모드" width="800">
|
|
42
|
+
</p>
|
|
43
|
+
|
|
44
|
+
> 위 데모는 **빌드 모드**를 보여줍니다: 요구사항 설명 → 코드베이스 스캔 → 기술 스택 감지 → 프레임워크를 적용하여 문제 명확화, 그 후 솔루션 설계로 바로 진행.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## 🚀 빠른 시작
|
|
49
|
+
|
|
50
|
+
### 옵션 1: Claude.ai 커스텀 스킬
|
|
51
|
+
|
|
52
|
+
1. 이 레포를 zip 파일로 다운로드
|
|
53
|
+
2. [Claude.ai](https://claude.ai) → 설정 → 커스텀 스킬로 이동
|
|
54
|
+
3. `product-playbook/` 전체 폴더 업로드
|
|
55
|
+
4. 대화에서 "제품을 만들고 싶어요"라고 말하면 스킬이 트리거됩니다
|
|
56
|
+
|
|
57
|
+
### 옵션 2: Claude Code 스킬 (권장)
|
|
58
|
+
|
|
59
|
+
> 💡 업데이트하려면: 설치 명령을 다시 실행하면 최신 버전으로 덮어쓰기됩니다.
|
|
60
|
+
|
|
61
|
+
| 방법 | 적합한 사용자 | 필요사항 |
|
|
62
|
+
|------|------------|---------|
|
|
63
|
+
| ① 복사 & 붙여넣기 | 초보자 | Claude Code만 열면 됨 |
|
|
64
|
+
| ② 원라인 설치 | 개발자 | 터미널 |
|
|
65
|
+
| ③ 수동 설치 | 맞춤 경로 | 터미널 + git |
|
|
66
|
+
|
|
67
|
+
#### ① 복사 & 붙여넣기 설치 (가장 쉬움)
|
|
68
|
+
|
|
69
|
+
Claude Code를 실행한 후 다음을 붙여넣으면 Claude가 자동으로 설치를 처리합니다:
|
|
70
|
+
|
|
71
|
+
```
|
|
72
|
+
다음 명령을 실행하여 product-playbook 스킬을 설치(또는 업데이트)하고,
|
|
73
|
+
완료되면 결과를 알려주세요:
|
|
74
|
+
|
|
75
|
+
git clone https://github.com/kaminoikari/product-playbook.git /tmp/product-playbook
|
|
76
|
+
mkdir -p ~/.claude/skills ~/.claude/commands
|
|
77
|
+
cp -r /tmp/product-playbook ~/.claude/skills/product-playbook
|
|
78
|
+
cp /tmp/product-playbook/commands/* ~/.claude/commands/
|
|
79
|
+
rm -rf /tmp/product-playbook
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
#### ② 원라인 설치 (터미널)
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
# curl
|
|
86
|
+
curl -fsSL https://raw.githubusercontent.com/kaminoikari/product-playbook/main/install.sh | bash
|
|
87
|
+
|
|
88
|
+
# npx (Node.js 필요)
|
|
89
|
+
npx product-playbook
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
제거:
|
|
93
|
+
|
|
94
|
+
```bash
|
|
95
|
+
curl -fsSL https://raw.githubusercontent.com/kaminoikari/product-playbook/main/install.sh | bash -s -- --uninstall
|
|
96
|
+
# 또는
|
|
97
|
+
npx product-playbook --uninstall
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
#### ③ 수동 설치
|
|
101
|
+
|
|
102
|
+
```bash
|
|
103
|
+
git clone https://github.com/kaminoikari/product-playbook.git
|
|
104
|
+
mkdir -p ~/.claude/skills ~/.claude/commands
|
|
105
|
+
cp -r product-playbook ~/.claude/skills/product-playbook
|
|
106
|
+
cp product-playbook/commands/* ~/.claude/commands/
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
설치 후, Claude Code에서 트리거:
|
|
110
|
+
|
|
111
|
+
```bash
|
|
112
|
+
# 메인 스킬 명령
|
|
113
|
+
> /product-playbook
|
|
114
|
+
|
|
115
|
+
# 슬래시 명령 (설치 후 사용 가능)
|
|
116
|
+
> /product-quick 가계부 앱을 만들고 싶어요
|
|
117
|
+
> /product-full 반려동물 소셜 플랫폼
|
|
118
|
+
> /product-revision 이커머스 결제 플로우 재설계
|
|
119
|
+
|
|
120
|
+
# 또는 자연어
|
|
121
|
+
> 제품을 기획하고 싶어요
|
|
122
|
+
> JTBD로 내 제품을 분석해 주세요
|
|
123
|
+
> MVP 기획을 도와주세요
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
## 📦 파일 구조
|
|
129
|
+
|
|
130
|
+
```
|
|
131
|
+
product-playbook/
|
|
132
|
+
├── SKILL.md # 코어 엔진: 모드 정의, 단계 시퀀스, 명령 시스템
|
|
133
|
+
├── LICENSE # MIT 라이선스
|
|
134
|
+
├── README.md # 영문 README
|
|
135
|
+
├── README.zh-TW.md # 중국어 번체 README
|
|
136
|
+
├── assets/
|
|
137
|
+
│ └── demo.gif # README 데모 애니메이션
|
|
138
|
+
├── commands/ # Claude Code CLI 슬래시 명령 (선택적 설치)
|
|
139
|
+
│ ├── product-quick.md # /product-quick — 퀵 모드
|
|
140
|
+
│ ├── product-full.md # /product-full — 풀 모드
|
|
141
|
+
│ ├── product-revision.md # /product-revision — 리비전 모드
|
|
142
|
+
│ ├── product-build.md # /product-build — 빌드 모드
|
|
143
|
+
│ ├── product-prd.md # /product-prd — PRD 생성
|
|
144
|
+
│ ├── product-report.md # /product-report — HTML 보고서 생성
|
|
145
|
+
│ └── product-dev.md # /product-dev — 개발 핸드오프 패키지 생성
|
|
146
|
+
└── references/
|
|
147
|
+
├── 00-opportunity-check.md # 기회 평가 + DHM Model
|
|
148
|
+
├── 01-strategy.md # Strategy Blocks + Rumelt + OKR
|
|
149
|
+
├── 02-discovery.md # Persona + JTBD + OST + Journey Map
|
|
150
|
+
├── 03-define.md # 페인포인트 + 포지셔닝 + HMW + 기회 평가
|
|
151
|
+
├── 04-develop.md # PR-FAQ + Pre-mortem + RICE + MVP + PRD
|
|
152
|
+
├── 05-deliver.md # North Star + PMF + GTM + 비즈니스 모델 + 제품 스펙
|
|
153
|
+
├── 06-html-report.md # HTML 기획 보고서 출력 사양
|
|
154
|
+
├── 07-dev-handoff.md # 개발 핸드오프: CLAUDE.md + TASKS.md + Architecture
|
|
155
|
+
├── 08-security-checklist.md # OWASP Top 10 + CORS + CSP + 보안 아키텍처
|
|
156
|
+
├── rules-context.md # 세션 간 제품 컨텍스트 축적 규칙
|
|
157
|
+
├── rules-document-tools.md # 문서 변환 도구 의존성 관리
|
|
158
|
+
├── rules-import-document.md # 3단계 PDF 파싱 + DOCX/PPTX 가져오기
|
|
159
|
+
├── rules-export-document.md # 다중 형식 내보내기(PDF/DOCX/PPTX)
|
|
160
|
+
├── rules-*.md # 모드 단계 규칙 + 진행/변경/파일 통합 규칙
|
|
161
|
+
└── templates/
|
|
162
|
+
├── prd-style.css # 전문 인쇄 등급 CSS(PDF 내보내기용)
|
|
163
|
+
└── report-style.css # 인쇄 최적화 CSS(HTML 보고서 → PDF)
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
---
|
|
167
|
+
|
|
168
|
+
## 🧭 6가지 실행 모드
|
|
169
|
+
|
|
170
|
+
| 모드 | 단계 | 소요 시간 | 적합한 경우 |
|
|
171
|
+
|------|------|---------|-----------|
|
|
172
|
+
| 🚀 **퀵 모드** | 3단계 | ~30분 | 빠른 아이디어 검증, 피칭 준비 |
|
|
173
|
+
| 📦 **풀 모드** | 20단계 | 수 시간 | 신규 제품 기획, 대규모 개편 |
|
|
174
|
+
| 🔄 **리비전 모드** | 12단계 | 1-2시간 | 기존 제품 반복 개선 |
|
|
175
|
+
| ✏️ **커스텀 모드** | 4-16단계 | 다양 | 특정 부분 보완 |
|
|
176
|
+
| ⚡ **빌드 모드** | 7단계 | ~1시간 | 문제가 명확한 경우, 솔루션으로 바로 |
|
|
177
|
+
| 🔧 **기능 확장** | 4단계 | ~30분 | 기존 제품에 단일 기능 추가 |
|
|
178
|
+
|
|
179
|
+
---
|
|
180
|
+
|
|
181
|
+
## 📐 포함된 프레임워크
|
|
182
|
+
|
|
183
|
+
### 사용자 이해
|
|
184
|
+
| 프레임워크 | 창시자 | 목적 |
|
|
185
|
+
|-----------|--------|------|
|
|
186
|
+
| JTBD (Jobs to Be Done) | Clayton Christensen | 사용자가 정말로 완수하려는 과업 발견 |
|
|
187
|
+
| Persona | — | 과업/동기 기반 사용자 아키타입 |
|
|
188
|
+
| User Journey Map | — | 엔드투엔드 사용자 경험 매핑 |
|
|
189
|
+
| Continuous Discovery | Teresa Torres | 매주 사용자와 대화하는 습관 |
|
|
190
|
+
| OST (Opportunity Solution Tree) | Teresa Torres | 기회와 솔루션을 체계적으로 연결 |
|
|
191
|
+
|
|
192
|
+
### 문제 정의
|
|
193
|
+
| 프레임워크 | 창시자 | 목적 |
|
|
194
|
+
|-----------|--------|------|
|
|
195
|
+
| 포지셔닝 | April Dunford | 경쟁 맥락과 차별화 |
|
|
196
|
+
| HMW (How Might We) | — | 페인포인트를 디자인 과제로 변환 |
|
|
197
|
+
|
|
198
|
+
### 솔루션 설계
|
|
199
|
+
| 프레임워크 | 창시자 | 목적 |
|
|
200
|
+
|-----------|--------|------|
|
|
201
|
+
| Working Backwards / PR-FAQ | Amazon | 고객 성과에서 시작하여 역으로 작업 |
|
|
202
|
+
| Pre-mortem | Shreyas Doshi | 실패가 발생하기 전에 예측하고 방지 |
|
|
203
|
+
| GEM Model | Gibson Biddle | Growth / Engagement / Monetization 우선순위 |
|
|
204
|
+
| RICE Scoring | Intercom | 정량적 기능 우선순위 결정 |
|
|
205
|
+
| MVP 정의 | — | 최소 실행 가능한 제품 범위 |
|
|
206
|
+
|
|
207
|
+
### 전략
|
|
208
|
+
| 프레임워크 | 창시자 | 목적 |
|
|
209
|
+
|-----------|--------|------|
|
|
210
|
+
| Strategy Blocks | Chandra Janakiraman | Mission → Vision → Strategy 계층 |
|
|
211
|
+
| 좋은 전략의 핵심 | Richard Rumelt | 진단 → 방침 → 일관된 행동 |
|
|
212
|
+
| DHM Model | Gibson Biddle | Delight / Hard to copy / Margin-enhancing |
|
|
213
|
+
| Empowered Teams | Marty Cagan | 임파워드 팀 vs. 기능 팀 |
|
|
214
|
+
|
|
215
|
+
### 측정 & 딜리버리
|
|
216
|
+
| 프레임워크 | 창시자 | 목적 |
|
|
217
|
+
|-----------|--------|------|
|
|
218
|
+
| North Star Metric | Sean Ellis / Amplitude | 핵심 사용자 가치를 대표하는 단일 지표 |
|
|
219
|
+
| 4단계 PMF 프레임워크 | Todd Jackson | Product-Market Fit 평가 |
|
|
220
|
+
| Sean Ellis Score | Sean Ellis | PMF 열정 정량화 |
|
|
221
|
+
| GTM 전략 | — | Go-to-Market 출시 및 획득 |
|
|
222
|
+
| 비즈니스 모델 & 프라이싱 | — | 수익 모델 선택 및 가치 기반 가격 |
|
|
223
|
+
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
## 🔑 핵심 기능
|
|
227
|
+
|
|
228
|
+
### 📎 스마트 파일 통합
|
|
229
|
+
|
|
230
|
+
어떤 단계에서든 보충 파일을 업로드하면 — AI가 자동으로 식별하고 통합합니다:
|
|
231
|
+
|
|
232
|
+
| 업로드 | 자동 통합 대상 |
|
|
233
|
+
|--------|-------------|
|
|
234
|
+
| 경쟁사 스크린샷 | 포지셔닝 분석 |
|
|
235
|
+
| 인터뷰 녹취록 | Persona + JTBD |
|
|
236
|
+
| 사용자 데이터 CSV | 기회 평가 + PMF 평가 |
|
|
237
|
+
| 시장 보고서 PDF | 기회 평가 + 전략 |
|
|
238
|
+
| 기존 PRD | 리비전 모드 + MVP |
|
|
239
|
+
|
|
240
|
+
### 🔄 변경 전파 엔진
|
|
241
|
+
|
|
242
|
+
상위 단계를 수정하면 하위 산출물이 자동 업데이트:
|
|
243
|
+
|
|
244
|
+
```
|
|
245
|
+
JTBD 수정 → HMW, 포지셔닝, PR-FAQ, North Star, 제품 스펙 요약 자동 업데이트
|
|
246
|
+
MVP 수정 → User Stories, DB Schema, 제품 스펙 요약 자동 업데이트
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
### 🔗 개발 핸드오프
|
|
250
|
+
|
|
251
|
+
완전한 개발 핸드오프 패키지를 생성하고 단일 명령으로 Claude Code 개발을 시작하세요:
|
|
252
|
+
|
|
253
|
+
```
|
|
254
|
+
📦 개발 핸드오프 패키지
|
|
255
|
+
├── CLAUDE.md → Claude Code 프로젝트 메모리
|
|
256
|
+
├── TASKS.md → 기능 분해 + 단계별 딜리버리
|
|
257
|
+
├── TICKETS.md → 티켓 목록 (Jira/Asana/Linear 바로 사용 가능)
|
|
258
|
+
├── docs/
|
|
259
|
+
│ ├── PRD.md → 전체 PRD
|
|
260
|
+
│ ├── ARCHITECTURE.md → DB Schema + API + 디렉토리 구조
|
|
261
|
+
│ └── PRODUCT-SPEC.md → 제품 스펙 요약
|
|
262
|
+
└── scripts/
|
|
263
|
+
└── setup.sh → 원클릭 초기화 스크립트
|
|
264
|
+
```
|
|
265
|
+
|
|
266
|
+
```bash
|
|
267
|
+
# Claude Code에서 단일 명령으로 개발 시작
|
|
268
|
+
> CLAUDE.md와 TASKS.md를 읽고, Phase 0 실행 시작
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
### 📄 문서 가져오기 및 내보내기
|
|
272
|
+
|
|
273
|
+
**가져오기** — 기존 문서를 기획 플로우에 직접 투입, 수동 복사 붙여넣기 불필요:
|
|
274
|
+
|
|
275
|
+
```
|
|
276
|
+
PDF (디지털) → pymupdf 텍스트 추출 (즉시, 무료)
|
|
277
|
+
PDF (벡터/스캔) → Claude Vision 시맨틱 파싱 (최고 품질)
|
|
278
|
+
PDF (폴백) → Tesseract OCR (오프라인 가능)
|
|
279
|
+
DOCX / PPTX → Pandoc 변환
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
**내보내기** — 기획 산출물을 전문적 형식으로:
|
|
283
|
+
|
|
284
|
+
```
|
|
285
|
+
/export pdf → Playwright 렌더링 + pikepdf 북마크 (CJK 완벽 지원)
|
|
286
|
+
/export docx → Pandoc + 참조 템플릿
|
|
287
|
+
/export pptx → Pandoc 슬라이드 생성
|
|
288
|
+
/export html → 인터랙티브 HTML 보고서 (기존)
|
|
289
|
+
```
|
|
290
|
+
|
|
291
|
+
> **왜 Playwright로 PDF를?** WeasyPrint은 CJK 텍스트가 깨집니다. Playwright(Chromium)는 완벽하게 렌더링됩니다 — 번체 중국어 문서로 프로덕션 환경에서 검증 완료.
|
|
292
|
+
|
|
293
|
+
### 🔥 기존 시스템 위에서 바로 기획 (빌드 모드 킬러 피처)
|
|
294
|
+
|
|
295
|
+
기존 프로젝트 디렉토리에서 **빌드 모드**를 실행하면 — Claude Code가 코드베이스를 읽으면서 제품 기획을 수행하여, **제품 기획**과 **기술 실현 가능성 평가**를 단일 플로우로 병합합니다:
|
|
296
|
+
|
|
297
|
+
```
|
|
298
|
+
기존 프로젝트 Product Playbook
|
|
299
|
+
┌─────────────────┐ ┌─────────────────────┐
|
|
300
|
+
│ src/ │ ← 자동 스캔 → │ Pre-mortem 리스크 │
|
|
301
|
+
│ db/schema.sql │ ← 자동 스캔 → │ MVP 범위 결정 │
|
|
302
|
+
│ api/routes/ │ ← 자동 스캔 → │ RICE 우선순위 │
|
|
303
|
+
│ package.json │ ← 자동 스캔 → │ User Story 분해 │
|
|
304
|
+
│ CLAUDE.md │ ← 자동 스캔 → │ 개발 핸드오프 (델타) │
|
|
305
|
+
└─────────────────┘ └─────────────────────┘
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
**사용 예시:**
|
|
309
|
+
|
|
310
|
+
```bash
|
|
311
|
+
# 1. 기존 프로젝트로 이동
|
|
312
|
+
cd /path/to/your-existing-project
|
|
313
|
+
|
|
314
|
+
# 2. Claude Code 실행
|
|
315
|
+
claude
|
|
316
|
+
|
|
317
|
+
# 3. 빌드 모드를 사용하여 추가할 기능 설명
|
|
318
|
+
> /product-build 기존 시스템에 실시간 알림 기능을 추가하고 싶어요
|
|
319
|
+
```
|
|
320
|
+
|
|
321
|
+
Claude Code가 자동으로:
|
|
322
|
+
- 디렉토리 구조, 기술 스택, DB 스키마를 스캔
|
|
323
|
+
- **실제 아키텍처**를 기반으로 Pre-mortem 실행 (가상의 리스크가 아닌)
|
|
324
|
+
- 기존 모듈에 직접 연결되는 MVP와 User Stories 생성
|
|
325
|
+
- **증분 계획**으로 개발 핸드오프 패키지 생성, 그린필드 빌드가 아닌
|
|
326
|
+
|
|
327
|
+
> 💡 **왜 이것이 강력한가요?** 전통적으로 제품 기획과 기술 평가는 별도의 프로세스입니다 — PM이 스펙을 작성하고 엔지니어에게 넘기면 엔지니어가 "이건 안 됩니다"라고 말합니다. 빌드 모드는 기획 프로세스를 실제 시스템 제약에 기반하게 하여 이런 왕복을 제거합니다.
|
|
328
|
+
|
|
329
|
+
### 🔒 보안 기본 탑재
|
|
330
|
+
|
|
331
|
+
개발 핸드오프 패키지에 보안 아키텍처가 자동으로 포함됩니다 — 사후 패치가 아닙니다:
|
|
332
|
+
|
|
333
|
+
- **OWASP Top 10 체크리스트** — 입력 유효성 검증, 인증/인가, XSS/CSRF 방어
|
|
334
|
+
- **보안 아키텍처 섹션** — CORS 정책, CSP 헤더, rate limiting, API 보안 미들웨어
|
|
335
|
+
- **.gitignore 템플릿** — `.env`, 크리덴셜, 진행 파일 자동 제외
|
|
336
|
+
- **Pre-mortem 보안 시나리오** — 데이터 유출, 계정 탈취, API 남용을 필수 고려사항으로
|
|
337
|
+
|
|
338
|
+
### 📦 세션 간 제품 컨텍스트 축적
|
|
339
|
+
|
|
340
|
+
기획 산출물이 `.product-context.md`에 자동 저장되고 다음 세션에서 로드됩니다:
|
|
341
|
+
|
|
342
|
+
```
|
|
343
|
+
1차 세션 (풀 모드) → Identity + Core Strategy + Architecture 저장
|
|
344
|
+
2차 세션 (기능 확장) → 기술 스택과 모듈 자동 로드, 중복 수집 건너뛰기
|
|
345
|
+
3차 세션 (리비전 모드) → 과거 결정과 알려진 페인포인트 이어서, 델타에 집중
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
### 🏢 자동 B2B / B2C 적응
|
|
349
|
+
|
|
350
|
+
제품 유형이 확인되면 프레임워크가 자동 적응합니다:
|
|
351
|
+
|
|
352
|
+
| 측면 | B2C | B2B |
|
|
353
|
+
|------|-----|-----|
|
|
354
|
+
| Persona | 개인 동기 세분화 | 구매자 + 사용자 이중 Persona |
|
|
355
|
+
| PMF | DAU / 리텐션 / Sean Ellis | 유료 고객 / NRR / NPS |
|
|
356
|
+
| North Star | 핵심 행동 완료 수 | ARR / Net Revenue Retention |
|
|
357
|
+
| Aha Moment | 첫 사용 내 | 온보딩 / Time-to-Value |
|
|
358
|
+
|
|
359
|
+
---
|
|
360
|
+
|
|
361
|
+
## 📊 품질 벤치마크 결과
|
|
362
|
+
|
|
363
|
+
"스킬 가이드 있음"과 "스킬 가이드 없음" 간의 응답 품질을 자동화된 AI 채점으로 비교하여, 스킬의 실제 효과를 정량화했습니다.
|
|
364
|
+
|
|
365
|
+
### 4차 반복 비교
|
|
366
|
+
|
|
367
|
+
| 반복 | 테스트 항목 | 스킬 있음 통과율 | 스킬 없음 통과율 | 차이 |
|
|
368
|
+
|------|:--------:|:-----------:|:-----------:|:---:|
|
|
369
|
+
| 반복 1 (베이스라인) | 6 | 100% | 57.4% | +42.6% |
|
|
370
|
+
| 반복 2 | 6 | 100% | 63.3% | +36.7% |
|
|
371
|
+
| 반복 3 | 6 | 94.1% | 38.2% | +55.9% |
|
|
372
|
+
| **반복 4 (최신)** | **9** | **100%** | **31%** | **+69% ✅** |
|
|
373
|
+
|
|
374
|
+
### 반복 4 상세 결과 (9 테스트 x 49 기대값)
|
|
375
|
+
|
|
376
|
+
| 테스트 항목 | 스킬 있음 | 스킬 없음 | 차이 |
|
|
377
|
+
|-----------|:-------:|:-------:|:---:|
|
|
378
|
+
| 모드 선택 (3단계 점진적) | 100% | 0% | +100% |
|
|
379
|
+
| 퀵 모드 JTBD 분석 | 100% | 43% | +57% |
|
|
380
|
+
| JTBD 깊이 (B2B 조직 수준) | 100% | 57% | +43% |
|
|
381
|
+
| PR-FAQ 작성 | 100% | 33% | +67% |
|
|
382
|
+
| 리비전 모드 | 100% | 67% | +33% |
|
|
383
|
+
| 품질 자체 점검 하드 게이트 | 100% | 0% | +100% |
|
|
384
|
+
| **기능 확장 모드 (신규)** | **100%** | **17%** | **+83%** |
|
|
385
|
+
| **보안 통합 (신규)** | **100%** | **25%** | **+75%** |
|
|
386
|
+
| **Context Bootstrap (신규)** | **100%** | **0%** | **+100%** |
|
|
387
|
+
|
|
388
|
+
### 핵심 발견
|
|
389
|
+
|
|
390
|
+
- **품질 자체 점검 하드 게이트** (+100%): AI가 납품물 완성 후 엄격한 기준으로 자체 산출물을 비판하고, 갭을 지적하며, 개선을 요구하는지 여부 — 스킬 없이는 0% 통과율
|
|
391
|
+
- **Context Bootstrap** (+100%): AI가 기획을 시작하기 전에 기초 제품 정보를 수집하는지, 기술 구현으로 바로 뛰어들지 않는지 — 스킬 없이는 완전히 건너뜀
|
|
392
|
+
- **기능 확장 모드** (+83%): AI가 "기존 제품에 기능 추가" 시나리오를 인식하고 전체 7-12단계 대신 간소화된 4단계 플로우를 활성화하는지 — 스킬 없이는 기술 솔루션으로 바로 점프
|
|
393
|
+
- **보안 통합** (+75%): 개발 핸드오프에 보안 아키텍처, .gitignore 템플릿, 플랫폼별 보안 조치가 포함되는지 — 스킬 없이는 보안이 단일 요약 테이블로 축소
|
|
394
|
+
|
|
395
|
+
> 상세한 방법론과 데이터는 [`evals/`](./evals/)를 참조하세요.
|
|
396
|
+
|
|
397
|
+
---
|
|
398
|
+
|
|
399
|
+
## 💬 사용 가능한 명령
|
|
400
|
+
|
|
401
|
+
### ⌨️ Claude Code CLI 슬래시 명령
|
|
402
|
+
|
|
403
|
+
스킬 설치 후 사용 가능한 메인 명령:
|
|
404
|
+
|
|
405
|
+
| 명령 | 설명 |
|
|
406
|
+
|------|------|
|
|
407
|
+
| `/product-playbook` | 전체 제품 기획 가이드 플로우 시작 |
|
|
408
|
+
|
|
409
|
+
더 세밀한 단축키는 `commands/` 폴더의 사전 빌드된 슬래시 명령을 설치하세요:
|
|
410
|
+
|
|
411
|
+
```bash
|
|
412
|
+
# 모든 슬래시 명령 설치
|
|
413
|
+
cp -r product-playbook/commands/* ~/.claude/commands/
|
|
414
|
+
```
|
|
415
|
+
|
|
416
|
+
| 명령 | 설명 |
|
|
417
|
+
|------|------|
|
|
418
|
+
| `/product-quick <설명>` | 퀵 모드 — JTBD → PR-FAQ → North Star를 30분 이내 실행 |
|
|
419
|
+
| `/product-full <설명>` | 풀 모드 — 완전한 20단계 제품 기획 |
|
|
420
|
+
| `/product-revision <설명>` | 리비전 모드 — 기존 제품 반복 최적화 |
|
|
421
|
+
| `/product-build <설명>` | 빌드 모드 — 디스커버리 건너뛰고 솔루션으로 바로 |
|
|
422
|
+
| `/product-prd` | PRD 엔지니어링 핸드오프 패키지 생성 |
|
|
423
|
+
| `/product-report` | HTML 기획 보고서 생성 |
|
|
424
|
+
| `/product-dev` | 개발 핸드오프 패키지 생성 (CLAUDE.md + TASKS.md + TICKETS.md) |
|
|
425
|
+
|
|
426
|
+
### 💬 대화 중 자연어 명령
|
|
427
|
+
|
|
428
|
+
#### 플로우 제어
|
|
429
|
+
- `[프레임워크]로 전환` — 즉시 프레임워크 전환
|
|
430
|
+
- `이 단계 건너뛰기` — 현재 단계 건너뛰기
|
|
431
|
+
- `[단계명]으로 돌아가기` — 어떤 단계로든 돌아가서 수정
|
|
432
|
+
- `간소화` / `확장` — 깊이 조정
|
|
433
|
+
|
|
434
|
+
#### 산출물 명령
|
|
435
|
+
- `보고서 생성` — HTML 기획 보고서
|
|
436
|
+
- `PRD 생성` — 엔지니어링 핸드오프 (플로우차트 + DB Schema + 와이어프레임 포함)
|
|
437
|
+
- `덱 생성` — PowerPoint 프레젠테이션
|
|
438
|
+
- `개발 시작` — 개발 핸드오프 패키지 (CLAUDE.md + TASKS.md)
|
|
439
|
+
- `/export pdf` — 전문 타이포그래피, 표지, 목차 및 북마크가 포함된 PDF로 내보내기
|
|
440
|
+
- `/export docx` — Word 문서로 내보내기
|
|
441
|
+
- `/export pptx` — PowerPoint 슬라이드로 내보내기
|
|
442
|
+
- `/parse [file]` — PDF/DOCX/PPTX를 Markdown으로 파싱하여 기획에 활용
|
|
443
|
+
|
|
444
|
+
#### 분석 명령
|
|
445
|
+
- `완성도 점검 해 주세요` — 기획 커버리지 평가
|
|
446
|
+
- `가정을 찾아주세요` — 미검증 가정 나열
|
|
447
|
+
- `Pre-mortem 실행` — Pre-mortem 분석
|
|
448
|
+
- `이 제품의 PMF 수준은?` — PMF 평가
|
|
449
|
+
- `병목을 찾아주세요` — Aha Moment 장애물 분석
|
|
450
|
+
|
|
451
|
+
---
|
|
452
|
+
|
|
453
|
+
## 🤝 기여하기
|
|
454
|
+
|
|
455
|
+
기여를 환영합니다! 특히 도움이 필요한 영역:
|
|
456
|
+
|
|
457
|
+
- 🌍 **다국어 지원** — 다른 언어로 프레임워크 번역
|
|
458
|
+
- 📐 **새로운 프레임워크** — 더 많은 제품 관리 프레임워크 추가
|
|
459
|
+
- 📝 **예시** — 각 프레임워크에 더 많은 실제 예시 추가
|
|
460
|
+
- 🐛 **버그 리포트** — 사용 중 발견된 로직 이슈나 갭
|
|
461
|
+
- 💡 **UX 개선** — 상호작용 플로우 및 명령 설계 제안
|
|
462
|
+
|
|
463
|
+
### 기여 방법
|
|
464
|
+
|
|
465
|
+
1. 이 레포를 포크
|
|
466
|
+
2. 피처 브랜치 생성 (`git checkout -b feature/amazing-framework`)
|
|
467
|
+
3. 변경사항 커밋 (`git commit -m 'feat: add amazing framework'`)
|
|
468
|
+
4. 브랜치에 푸시 (`git push origin feature/amazing-framework`)
|
|
469
|
+
5. Pull Request 열기
|
|
470
|
+
|
|
471
|
+
### 기여 가이드라인
|
|
472
|
+
|
|
473
|
+
- 레퍼런스 파일의 프레임워크 내용은 출처를 인용해야 합니다
|
|
474
|
+
- 새 프레임워크는 SKILL.md의 프레임워크 인덱스와 단계 시퀀스 업데이트를 포함해야 합니다
|
|
475
|
+
- 품질 자체 점검 목록은 ✅ / ❌ 형식 사용
|
|
476
|
+
- 다국어 지원: 영어와 해당 언어 버전을 모두 유지
|
|
477
|
+
|
|
478
|
+
---
|
|
479
|
+
|
|
480
|
+
## 📚 프레임워크 출처 및 추가 참고자료
|
|
481
|
+
|
|
482
|
+
이 프로젝트의 프레임워크는 다음 사상가들의 공개된 저작물에서 종합했습니다:
|
|
483
|
+
|
|
484
|
+
| 사상가 | 핵심 기여 | 추천 도서 |
|
|
485
|
+
|--------|---------|----------|
|
|
486
|
+
| Teresa Torres | Continuous Discovery, OST | *Continuous Discovery Habits* |
|
|
487
|
+
| Shreyas Doshi | LNO, Pre-mortem, 제품 업무 3단계 | Lenny's Podcast Ep.3 |
|
|
488
|
+
| Gibson Biddle | DHM Model, GEM | Lenny's Podcast |
|
|
489
|
+
| April Dunford | 포지셔닝 프레임워크 | *Obviously Awesome* |
|
|
490
|
+
| Todd Jackson | 4단계 PMF, Four P's | Lenny's Podcast |
|
|
491
|
+
| Richard Rumelt | 좋은 전략 / 나쁜 전략 | *Good Strategy Bad Strategy* |
|
|
492
|
+
| Marty Cagan | Empowered Teams | *Inspired*, *Empowered* |
|
|
493
|
+
| Clayton Christensen | Jobs to Be Done | *Competing Against Luck* |
|
|
494
|
+
| Amazon | Working Backwards / PR-FAQ | *Working Backwards* |
|
|
495
|
+
| Sean Ellis | Sean Ellis Score, Growth | *Hacking Growth* |
|
|
496
|
+
| Lenny Rachitsky | Shape / Ship / Synchronize | Lenny's Newsletter + Podcast |
|
|
497
|
+
|
|
498
|
+
---
|
|
499
|
+
|
|
500
|
+
## 📄 라이선스
|
|
501
|
+
|
|
502
|
+
이 프로젝트는 [MIT 라이선스](LICENSE)에 따라 라이선스되었습니다 — 제한 없이 자유롭게 사용, 수정, 배포할 수 있습니다.
|
|
503
|
+
|
|
504
|
+
---
|
|
505
|
+
|
|
506
|
+
## ⭐ Star History
|
|
507
|
+
|
|
508
|
+
이 프로젝트가 도움이 되었다면, ⭐를 눌러 더 많은 사람들이 찾을 수 있게 해주세요!
|
|
509
|
+
|
|
510
|
+
---
|
|
511
|
+
|
|
512
|
+
<p align="center">
|
|
513
|
+
<strong>중요한 것을 만들고자 하는 프로덕트 매니저를 위해 ❤️로 제작되었습니다.</strong>
|
|
514
|
+
</p>
|
|
515
|
+
|
|
516
|
+
---
|
|
517
|
+
|
|
518
|
+
Copyright (c) 2026 Charles Chen.
|