product-playbook 1.0.3 → 1.0.4

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.
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "product-playbook",
3
+ "owner": {
4
+ "name": "Charles Chen"
5
+ },
6
+ "plugins": [
7
+ {
8
+ "name": "product-playbook",
9
+ "description": "World-class product planning AI skill — 22 PM frameworks, 6 modes, multi-language, from idea to dev handoff",
10
+ "version": "1.0.4",
11
+ "source": "./."
12
+ }
13
+ ]
14
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "product-playbook",
3
3
  "description": "World-class product planning AI skill — 22 PM frameworks, 6 modes, multi-language, from idea to dev handoff",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "author": {
6
6
  "name": "Charles Chen"
7
7
  },
package/README.es.md CHANGED
@@ -54,18 +54,18 @@ Quiero construir un producto
54
54
  3. Sube toda la carpeta `product-playbook/`
55
55
  4. Di "Quiero construir un producto" en una conversación para activar el skill
56
56
 
57
- ### Opción 2: Claude Code Plugin (Recomendado)
57
+ ### Opción 2: Claude Code Plugin
58
58
 
59
59
  En Claude Code, ejecuta:
60
60
 
61
61
  ```
62
- /install marketplace kaminoikari/product-playbook
63
- /install product-playbook
62
+ /plugin marketplace add kaminoikari/product-playbook
63
+ /plugin install product-playbook@kaminoikari-product-playbook
64
64
  ```
65
65
 
66
- > El primer comando agrega el marketplace (solo una vez). El segundo instala el plugin.
66
+ > El primer comando añade el marketplace (solo una vez). El segundo instala el plugin.
67
67
 
68
- ### Opción 3: Skill de Claude Code
68
+ ### Opción 3: Skill de Claude Code (Recomendado)
69
69
 
70
70
  > 💡 Para actualizar: simplemente vuelve a ejecutar el comando de instalación para sobrescribir con la última versión.
71
71
 
package/README.ja.md CHANGED
@@ -54,18 +54,18 @@ The Product Playbookは、ゼロから一まで体系的にプロダクト企画
54
54
  3. `product-playbook/`フォルダ全体をアップロード
55
55
  4. 会話で「プロダクトを作りたい」と言ってスキルをトリガー
56
56
 
57
- ### 方法2:Claude Code Plugin(推奨)
57
+ ### 方法2:Claude Code Plugin
58
58
 
59
59
  Claude Code で以下を実行:
60
60
 
61
61
  ```
62
- /install marketplace kaminoikari/product-playbook
63
- /install product-playbook
62
+ /plugin marketplace add kaminoikari/product-playbook
63
+ /plugin install product-playbook@kaminoikari-product-playbook
64
64
  ```
65
65
 
66
- > 最初のコマンドでマーケットプレイスを追加(初回のみ)、2番目でプラグインをインストールします。
66
+ > 最初のコマンドで marketplace を追加(初回のみ)、2番目で plugin をインストールします。
67
67
 
68
- ### オプション3:Claude Codeスキル
68
+ ### オプション3:Claude Codeスキル(推奨)
69
69
 
70
70
  > 💡 更新するには:インストールコマンドを再実行するだけで最新バージョンに上書きされます。
71
71
 
package/README.ko.md CHANGED
@@ -54,18 +54,18 @@ The Product Playbook은 제로부터 원까지 제품 기획 전 과정을 체
54
54
  3. `product-playbook/` 전체 폴더 업로드
55
55
  4. 대화에서 "제품을 만들고 싶어요"라고 말하면 스킬이 트리거됩니다
56
56
 
57
- ### 옵션 2: Claude Code Plugin (권장)
57
+ ### 옵션 2: Claude Code Plugin
58
58
 
59
59
  Claude Code에서 실행:
60
60
 
61
61
  ```
62
- /install marketplace kaminoikari/product-playbook
63
- /install product-playbook
62
+ /plugin marketplace add kaminoikari/product-playbook
63
+ /plugin install product-playbook@kaminoikari-product-playbook
64
64
  ```
65
65
 
66
- > 첫 번째 명령어로 마켓플레이스를 추가하고(최초 1회), 두 번째로 플러그인을 설치합니다.
66
+ > 첫 번째 명령어로 marketplace를 추가하고(최초 1회), 두 번째로 plugin을 설치합니다.
67
67
 
68
- ### 옵션 3: Claude Code 스킬
68
+ ### 옵션 3: Claude Code 스킬 (권장)
69
69
 
70
70
  > 💡 업데이트하려면: 설치 명령을 다시 실행하면 최신 버전으로 덮어쓰기됩니다.
71
71
 
package/README.md CHANGED
@@ -54,18 +54,18 @@ I want to build a product
54
54
  3. Upload the entire `product-playbook/` folder
55
55
  4. Say "I want to build a product" in a conversation to trigger the skill
56
56
 
57
- ### Option 2: Claude Code Plugin (Recommended)
57
+ ### Option 2: Claude Code Plugin
58
58
 
59
59
  In Claude Code, run:
60
60
 
61
61
  ```
62
- /install marketplace kaminoikari/product-playbook
63
- /install product-playbook
62
+ /plugin marketplace add kaminoikari/product-playbook
63
+ /plugin install product-playbook@kaminoikari-product-playbook
64
64
  ```
65
65
 
66
66
  > The first command adds the marketplace (one-time setup). The second installs the plugin.
67
67
 
68
- ### Option 3: Claude Code Skill
68
+ ### Option 3: Claude Code Skill (Recommended)
69
69
 
70
70
  > 💡 To update: simply re-run the install command to overwrite with the latest version.
71
71
 
package/README.zh-CN.md CHANGED
@@ -54,18 +54,18 @@ The Product Playbook 是一个 **Claude AI Skill**,能够系统性地引导你
54
54
  3. 上传整个 `product-playbook/` 数据夹
55
55
  4. 在对话中说「我想做一个产品」即可触发
56
56
 
57
- ### 方法二:Claude Code Plugin(推荐)
57
+ ### 方法二:Claude Code Plugin
58
58
 
59
59
  在 Claude Code 中执行:
60
60
 
61
61
  ```
62
- /install marketplace kaminoikari/product-playbook
63
- /install product-playbook
62
+ /plugin marketplace add kaminoikari/product-playbook
63
+ /plugin install product-playbook@kaminoikari-product-playbook
64
64
  ```
65
65
 
66
66
  > 第一行命令添加 marketplace(只需执行一次),第二行安装 plugin。
67
67
 
68
- ### 方法三:Claude Code Skill
68
+ ### 方法三:Claude Code Skill(推荐)
69
69
 
70
70
  > 💡 更新方式:重新执行安装指令即可覆盖更新。
71
71
 
package/README.zh-TW.md CHANGED
@@ -54,18 +54,18 @@ The Product Playbook 是一個 **Claude AI Skill**,能夠系統性地引導你
54
54
  3. 上傳整個 `product-playbook/` 資料夾
55
55
  4. 在對話中說「我想做一個產品」即可觸發
56
56
 
57
- ### 方法二:Claude Code Plugin(推薦)
57
+ ### 方法二:Claude Code Plugin
58
58
 
59
59
  在 Claude Code 中執行:
60
60
 
61
61
  ```
62
- /install marketplace kaminoikari/product-playbook
63
- /install product-playbook
62
+ /plugin marketplace add kaminoikari/product-playbook
63
+ /plugin install product-playbook@kaminoikari-product-playbook
64
64
  ```
65
65
 
66
66
  > 第一行指令新增 marketplace(只需執行一次),第二行安裝 plugin。
67
67
 
68
- ### 方法三:Claude Code Skill
68
+ ### 方法三:Claude Code Skill(推薦)
69
69
 
70
70
  > 💡 更新方式:重新執行安裝指令即可覆蓋更新。
71
71
 
@@ -1,13 +1,13 @@
1
1
  ---
2
- description: 直接實作模式問題已知,跳過 Discovery,直接進入解法設計與 MVP 規劃
3
- argument-hint: <問題描述>
2
+ description: Build Mode Problem is known, skip Discovery, go straight to solution design and MVP planning
3
+ argument-hint: <problem description>
4
4
  ---
5
5
 
6
- 觸發 product-playbook skill
7
- 然後讀取 references/rules-build.md 取得步驟序列。
8
- 執行各步驟時,依 rules-build.md 中的 Reference 載入指示讀取對應的 reference 檔。
6
+ Invoke the product-playbook skill.
7
+ Then read references/rules-build.md for the step sequence.
8
+ When executing each step, load the corresponding reference files as indicated in rules-build.md.
9
9
 
10
- 執行模式:⚡ 直接實作模式
11
- 問題描述:$ARGUMENTS
10
+ Execution mode: ⚡ Build Mode
11
+ Problem description: $ARGUMENTS
12
12
 
13
- 依照 rules-build.md 的步驟序列(S1 → S7)執行。提醒使用者跳過用戶研究的風險。每步驟顯示進度指示器。
13
+ Follow the step sequence in rules-build.md (S1 → S7). Remind the user of the risks of skipping user research. Display a progress indicator at each step.
@@ -1,21 +1,21 @@
1
1
  ---
2
- description: 產出開發交接包生成 CLAUDE.md + TASKS.md + TICKETS.md + ARCHITECTURE.md + setup.sh,可直接在 Claude Code 中開始開發
2
+ description: Generate Dev Handoff Package Produces CLAUDE.md + TASKS.md + TICKETS.md + ARCHITECTURE.md + setup.sh, ready to start development in Claude Code
3
3
  ---
4
4
 
5
- 觸發 product-playbook skill
6
- 然後依序讀取以下 reference 檔:
7
- 1. `references/07a-handoff-core.md`(CLAUDE.md 模板 + 技術棧確認)
8
- 2. `references/07b-tasks-tickets.md`(TASKS.md + TICKETS.md 模板)
9
- 3. `references/07c-architecture-setup.md`(ARCHITECTURE.md + setup.sh + 使用者引導)
5
+ Invoke the product-playbook skill.
6
+ Then read the following reference files in order:
7
+ 1. `references/07a-handoff-core.md` (CLAUDE.md template + tech stack confirmation)
8
+ 2. `references/07b-tasks-tickets.md` (TASKS.md + TICKETS.md templates)
9
+ 3. `references/07c-architecture-setup.md` (ARCHITECTURE.md + setup.sh + user guidance)
10
10
 
11
- 根據目前對話中已完成的產品規劃內容,產出完整的開發交接包:
12
- 1. 確認技術棧(如使用者未指定,根據產品特性推薦)
13
- 2. 產出 CLAUDE.mdClaude Code 專案記憶)
14
- 3. 產出 TASKS.md(功能拆解 + Phase 分期 + 驗收標準)
15
- 4. 產出 TICKETS.md(開票清單)
16
- 5. 產出 docs/ARCHITECTURE.md(目錄結構 + DB Schema + API Endpoints
17
- 6. 產出 docs/PRD.md + docs/PRODUCT-SPEC.md
18
- 7. 產出 scripts/setup.sh(一鍵初始化)
19
- 8. 顯示 Claude Code 銜接引導
11
+ Based on the product planning content completed in the current conversation, generate the full dev handoff package:
12
+ 1. Confirm the tech stack (if not specified by the user, recommend one based on product characteristics)
13
+ 2. Generate CLAUDE.md (Claude Code project memory)
14
+ 3. Generate TASKS.md (feature breakdown + phased releases + acceptance criteria)
15
+ 4. Generate TICKETS.md (ticket list)
16
+ 5. Generate docs/ARCHITECTURE.md (directory structure + DB Schema + API Endpoints)
17
+ 6. Generate docs/PRD.md + docs/PRODUCT-SPEC.md
18
+ 7. Generate scripts/setup.sh (one-click initialization)
19
+ 8. Display Claude Code transition guide
20
20
 
21
- 如果對話中尚無產品規劃內容,提示使用者先執行產品規劃流程。
21
+ If no product planning content exists in the conversation, prompt the user to run a product planning flow first.
@@ -1,13 +1,13 @@
1
1
  ---
2
- description: 功能擴充模式在既有產品上新增單一功能,4 步精簡流程
3
- argument-hint: <功能描述>
2
+ description: Feature Extension Mode Add a single feature to an existing product in 4 streamlined steps
3
+ argument-hint: <feature description>
4
4
  ---
5
5
 
6
- 觸發 product-playbook skill
7
- 然後讀取 references/rules-build.md,直接跳到「🔧 Feature Extension Quick Path」段落。
8
- 執行各步驟時,依該段落中的 Reference 載入指示讀取對應的 reference 檔。
6
+ Invoke the product-playbook skill.
7
+ Then read references/rules-build.md and jump directly to the "🔧 Feature Extension Quick Path" section.
8
+ When executing each step, load the corresponding reference files as indicated.
9
9
 
10
- 執行模式:🔧 功能擴充模式
11
- 功能描述:$ARGUMENTS
10
+ Execution mode: 🔧 Feature Extension Mode
11
+ Feature description: $ARGUMENTS
12
12
 
13
- 依照 Feature Extension 步驟序列(S1 → S4)執行。先依 rules-context.md 載入產品上下文。每步驟顯示進度指示器。
13
+ Follow the Feature Extension step sequence (S1 → S4). Load product context first per rules-context.md. Display a progress indicator at each step.
@@ -1,13 +1,13 @@
1
1
  ---
2
- description: 完整模式產品規劃 — 20 步完整跑過所有框架,產出可交付企劃文件
3
- argument-hint: <產品描述>
2
+ description: Full Mode Product Planning Run through all 20 steps across every framework, producing deliverable planning documents
3
+ argument-hint: <product description>
4
4
  ---
5
5
 
6
- 觸發 product-playbook skill
7
- 然後讀取 references/rules-full.md 取得步驟序列。
8
- 執行各步驟時,依 rules-full.md 中的 Reference 載入指示讀取對應的 reference 檔。
6
+ Invoke the product-playbook skill.
7
+ Then read references/rules-full.md for the step sequence.
8
+ When executing each step, load the corresponding reference files as indicated in rules-full.md.
9
9
 
10
- 執行模式:📦 完整模式
11
- 產品描述:$ARGUMENTS
10
+ Execution mode: Full Mode
11
+ Product description: $ARGUMENTS
12
12
 
13
- 依照 rules-full.md 的步驟序列(S1 → S20)執行。先確認產品類型(B2B/B2C)和產出對象,然後開始第一步。每步驟顯示進度指示器。
13
+ Follow the step sequence in rules-full.md (S1 → S20). First confirm the product type (B2B/B2C) and target audience, then begin the first step. Display a progress indicator at each step.
@@ -1,14 +1,14 @@
1
1
  ---
2
- description: 產出 PRD 工程師交付包整合 PR-FAQ + MVP + User Story + Pre-mortem,含流程圖、DB SchemaUI Wireframe
2
+ description: Generate PRD Engineering Package Integrates PR-FAQ + MVP + User Story + Pre-mortem, including flowcharts, DB Schema, and UI Wireframes
3
3
  ---
4
4
 
5
- 觸發 product-playbook skill
6
- 然後讀取 references/04b-solutions.md(含 PRD 模板 + 流程圖/DB Schema/UI Wireframe 規格)。
5
+ Invoke the product-playbook skill.
6
+ Then read references/04b-solutions.md (contains PRD template + flowchart/DB Schema/UI Wireframe specs).
7
7
 
8
- 根據目前對話中已完成的產品規劃內容,產出完整的 PRD 工程師交付包:
9
- 1. PRD 文件(背景目標 + 功能範圍 + User Story + 功能規格 + 技術考量 + 風險 + 里程碑)
10
- 2. 流程圖(Mermaid flowchart
11
- 3. DB SchemaMermaid erDiagram
12
- 4. UI WireframeHTML 低保真線框圖)
8
+ Based on the product planning content completed in the current conversation, generate the full PRD engineering package:
9
+ 1. PRD document (background & goals + feature scope + User Stories + feature specs + technical considerations + risks + milestones)
10
+ 2. Flowchart (Mermaid flowchart)
11
+ 3. DB Schema (Mermaid erDiagram)
12
+ 4. UI Wireframe (HTML low-fidelity wireframe)
13
13
 
14
- 如果對話中尚無產品規劃內容,提示使用者先執行產品規劃流程。
14
+ If no product planning content exists in the conversation, prompt the user to run a product planning flow first.
@@ -1,13 +1,13 @@
1
1
  ---
2
- description: 快速模式產品規劃30 分鐘內跑完 JTBD → PR-FAQ → North Star,產出一頁式方向摘要
3
- argument-hint: <產品描述>
2
+ description: Quick Mode Product Planning Run through JTBD → PR-FAQ → North Star in under 30 minutes, producing a one-page direction summary
3
+ argument-hint: <product description>
4
4
  ---
5
5
 
6
- 觸發 product-playbook skill
7
- 然後讀取 references/rules-quick.md 取得步驟序列。
8
- 執行各步驟時,依 rules-quick.md 中的 Reference 載入指示讀取對應的 reference 檔。
6
+ Invoke the product-playbook skill.
7
+ Then read references/rules-quick.md for the step sequence.
8
+ When executing each step, load the corresponding reference files as indicated in rules-quick.md.
9
9
 
10
- 執行模式:🚀 快速模式
11
- 產品描述:$ARGUMENTS
10
+ Execution mode: Quick Mode
11
+ Product description: $ARGUMENTS
12
12
 
13
- 直接開始,不需要再確認模式。依照 rules-quick.md 的步驟序列(S1 → S2 → S3)執行,每步驟顯示進度指示器。
13
+ Start immediately without confirming the mode. Follow the step sequence in rules-quick.md (S1 → S2 → S3), displaying a progress indicator at each step.
@@ -1,12 +1,12 @@
1
1
  ---
2
- description: 產出 HTML 企劃報告將所有產品規劃內容整合為單一可離線閱讀的 HTML 報告
2
+ description: Generate HTML Planning Report Compile all product planning content into a single offline-readable HTML report
3
3
  ---
4
4
 
5
- 觸發 product-playbook skill 及讀取 references/06-html-report.md
5
+ Invoke the product-playbook skill. Then read references/06-html-report.md.
6
6
 
7
- 根據目前對話中已完成的產品規劃內容,依照 06-html-report.md 的設計規範產出完整的 HTML 企劃報告:
8
- - 單一 HTML 檔案(CSS + JS 內嵌,Google Fonts CDN 載入 Noto Sans TC
9
- - 依已完成的階段動態呈現,未完成的階段直接跳過
10
- - 包含 Sticky 目錄導航、卡片式排版、互動效果
7
+ Based on the product planning content completed in the current conversation, generate a full HTML planning report following the design specs in 06-html-report.md:
8
+ - Single HTML file (CSS + JS inline, Google Fonts CDN loading Noto Sans TC)
9
+ - Dynamically render completed stages; skip any stages not yet completed
10
+ - Include sticky table-of-contents navigation, card-based layout, and interactive effects
11
11
 
12
- 如果對話中尚無產品規劃內容,提示使用者先執行產品規劃流程。
12
+ If no product planning content exists in the conversation, prompt the user to run a product planning flow first.
@@ -1,13 +1,13 @@
1
1
  ---
2
- description: 改版模式產品規劃針對既有產品改版優化,有用戶數據和功能基礎
3
- argument-hint: <產品名稱與改版目標>
2
+ description: Revision Mode Product Planning Optimize and iterate on an existing product, leveraging user data and feature foundations
3
+ argument-hint: <product name and revision goals>
4
4
  ---
5
5
 
6
- 觸發 product-playbook skill
7
- 然後讀取 references/rules-revision.md 取得步驟序列。
8
- 執行各步驟時,依 rules-revision.md 中的 Reference 載入指示讀取對應的 reference 檔。
6
+ Invoke the product-playbook skill.
7
+ Then read references/rules-revision.md for the step sequence.
8
+ When executing each step, load the corresponding reference files as indicated in rules-revision.md.
9
9
 
10
- 執行模式:🔄 改版模式
11
- 產品描述:$ARGUMENTS
10
+ Execution mode: Revision Mode
11
+ Product description: $ARGUMENTS
12
12
 
13
- 依照 rules-revision.md 的步驟序列(S1 → S12)執行。S1 會主動詢問既有產品數據(DAU/MAU、留存率、主要用戶反饋等)。每步驟顯示進度指示器。
13
+ Follow the step sequence in rules-revision.md (S1 → S12). S1 will proactively ask about existing product metrics (DAU/MAU, retention rate, key user feedback, etc.). Display a progress indicator at each step.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "product-playbook",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "World-class product planning AI skill for Claude Code — 22 PM frameworks, 6 modes, from idea to dev handoff",
5
5
  "bin": {
6
6
  "product-playbook": "./install.sh"