product-playbook 1.0.1 → 1.0.2
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/README.es.md +3 -1
- package/README.ja.md +3 -1
- package/README.ko.md +3 -1
- package/README.md +3 -1
- package/README.zh-CN.md +3 -1
- package/README.zh-TW.md +3 -1
- package/commands/product-feature.md +13 -0
- package/i18n/en/commands/product-feature.md +13 -0
- package/i18n/es/commands/product-feature.md +13 -0
- package/i18n/ja/commands/product-feature.md +13 -0
- package/i18n/ko/commands/product-feature.md +13 -0
- package/i18n/zh-CN/commands/product-feature.md +13 -0
- package/i18n/zh-TW/commands/product-feature.md +13 -0
- package/package.json +1 -1
package/README.es.md
CHANGED
|
@@ -140,6 +140,7 @@ product-playbook/
|
|
|
140
140
|
│ ├── product-full.md # /product-full — Modo completo
|
|
141
141
|
│ ├── product-revision.md # /product-revision — Modo revisión
|
|
142
142
|
│ ├── product-build.md # /product-build — Modo build
|
|
143
|
+
│ ├── product-feature.md # /product-feature — Modo extensión de funcionalidad
|
|
143
144
|
│ ├── product-prd.md # /product-prd — Generar PRD
|
|
144
145
|
│ ├── product-report.md # /product-report — Generar reporte HTML
|
|
145
146
|
│ └── product-dev.md # /product-dev — Generar paquete de handoff de desarrollo
|
|
@@ -315,7 +316,7 @@ cd /ruta/a/tu-proyecto-existente
|
|
|
315
316
|
claude
|
|
316
317
|
|
|
317
318
|
# 3. Usa el Modo Build y describe la funcionalidad que quieres agregar
|
|
318
|
-
> /product-
|
|
319
|
+
> /product-feature Quiero agregar notificaciones en tiempo real a mi sistema existente
|
|
319
320
|
```
|
|
320
321
|
|
|
321
322
|
Claude Code automáticamente:
|
|
@@ -419,6 +420,7 @@ cp -r product-playbook/commands/* ~/.claude/commands/
|
|
|
419
420
|
| `/product-full <descripción>` | Modo Completo — plan de producto completo de 20 pasos |
|
|
420
421
|
| `/product-revision <descripción>` | Modo Revisión — iterar y optimizar un producto existente |
|
|
421
422
|
| `/product-build <descripción>` | Modo Build — omitir Discovery, ir directo a soluciones |
|
|
423
|
+
| `/product-feature <descripción>` | Modo Extensión — añade una funcionalidad a un producto existente (4 pasos) |
|
|
422
424
|
| `/product-prd` | Generar paquete de entrega de ingeniería PRD |
|
|
423
425
|
| `/product-report` | Generar reporte de planificación HTML |
|
|
424
426
|
| `/product-dev` | Generar paquete de handoff de desarrollo (CLAUDE.md + TASKS.md + TICKETS.md) |
|
package/README.ja.md
CHANGED
|
@@ -141,6 +141,7 @@ product-playbook/
|
|
|
141
141
|
│ ├── product-full.md # /product-full — フルモード
|
|
142
142
|
│ ├── product-revision.md # /product-revision — リビジョンモード
|
|
143
143
|
│ ├── product-build.md # /product-build — ビルドモード
|
|
144
|
+
│ ├── product-feature.md # /product-feature — 機能拡張モード
|
|
144
145
|
│ ├── product-prd.md # /product-prd — PRD生成
|
|
145
146
|
│ ├── product-report.md # /product-report — HTMLレポート生成
|
|
146
147
|
│ └── product-dev.md # /product-dev — 開発ハンドオフパッケージ生成
|
|
@@ -316,7 +317,7 @@ cd /path/to/your-existing-project
|
|
|
316
317
|
claude
|
|
317
318
|
|
|
318
319
|
# 3. ビルドモードを使用して追加したい機能を説明
|
|
319
|
-
> /product-
|
|
320
|
+
> /product-feature 既存システムにリアルタイム通知を追加したい
|
|
320
321
|
```
|
|
321
322
|
|
|
322
323
|
Claude Codeは自動的に:
|
|
@@ -420,6 +421,7 @@ cp -r product-playbook/commands/* ~/.claude/commands/
|
|
|
420
421
|
| `/product-full <説明>` | フルモード — 20ステップの完全なプロダクト企画 |
|
|
421
422
|
| `/product-revision <説明>` | リビジョンモード — 既存プロダクトの改善と最適化 |
|
|
422
423
|
| `/product-build <説明>` | ビルドモード — ディスカバリーをスキップ、ソリューションに直行 |
|
|
424
|
+
| `/product-feature <説明>` | 機能拡張モード — 既存プロダクトに単一機能を追加(4ステップ) |
|
|
423
425
|
| `/product-prd` | PRDエンジニアリングハンドオフパッケージを生成 |
|
|
424
426
|
| `/product-report` | HTML企画レポートを生成 |
|
|
425
427
|
| `/product-dev` | 開発ハンドオフパッケージを生成(CLAUDE.md + TASKS.md + TICKETS.md) |
|
package/README.ko.md
CHANGED
|
@@ -140,6 +140,7 @@ product-playbook/
|
|
|
140
140
|
│ ├── product-full.md # /product-full — 풀 모드
|
|
141
141
|
│ ├── product-revision.md # /product-revision — 리비전 모드
|
|
142
142
|
│ ├── product-build.md # /product-build — 빌드 모드
|
|
143
|
+
│ ├── product-feature.md # /product-feature — 기능 확장 모드
|
|
143
144
|
│ ├── product-prd.md # /product-prd — PRD 생성
|
|
144
145
|
│ ├── product-report.md # /product-report — HTML 보고서 생성
|
|
145
146
|
│ └── product-dev.md # /product-dev — 개발 핸드오프 패키지 생성
|
|
@@ -315,7 +316,7 @@ cd /path/to/your-existing-project
|
|
|
315
316
|
claude
|
|
316
317
|
|
|
317
318
|
# 3. 빌드 모드를 사용하여 추가할 기능 설명
|
|
318
|
-
> /product-
|
|
319
|
+
> /product-feature 기존 시스템에 실시간 알림 기능을 추가하고 싶어요
|
|
319
320
|
```
|
|
320
321
|
|
|
321
322
|
Claude Code가 자동으로:
|
|
@@ -419,6 +420,7 @@ cp -r product-playbook/commands/* ~/.claude/commands/
|
|
|
419
420
|
| `/product-full <설명>` | 풀 모드 — 완전한 20단계 제품 기획 |
|
|
420
421
|
| `/product-revision <설명>` | 리비전 모드 — 기존 제품 반복 최적화 |
|
|
421
422
|
| `/product-build <설명>` | 빌드 모드 — 디스커버리 건너뛰고 솔루션으로 바로 |
|
|
423
|
+
| `/product-feature <설명>` | 기능 확장 모드 — 기존 제품에 단일 기능 추가 (4단계) |
|
|
422
424
|
| `/product-prd` | PRD 엔지니어링 핸드오프 패키지 생성 |
|
|
423
425
|
| `/product-report` | HTML 기획 보고서 생성 |
|
|
424
426
|
| `/product-dev` | 개발 핸드오프 패키지 생성 (CLAUDE.md + TASKS.md + TICKETS.md) |
|
package/README.md
CHANGED
|
@@ -140,6 +140,7 @@ product-playbook/
|
|
|
140
140
|
│ ├── product-full.md # /product-full — Full mode
|
|
141
141
|
│ ├── product-revision.md # /product-revision — Revision mode
|
|
142
142
|
│ ├── product-build.md # /product-build — Build mode
|
|
143
|
+
│ ├── product-feature.md # /product-feature — Feature Extension mode
|
|
143
144
|
│ ├── product-prd.md # /product-prd — Generate PRD
|
|
144
145
|
│ ├── product-report.md # /product-report — Generate HTML report
|
|
145
146
|
│ └── product-dev.md # /product-dev — Generate dev handoff package
|
|
@@ -315,7 +316,7 @@ cd /path/to/your-existing-project
|
|
|
315
316
|
claude
|
|
316
317
|
|
|
317
318
|
# 3. Use Build Mode and describe the feature you want to add
|
|
318
|
-
> /product-
|
|
319
|
+
> /product-feature I want to add real-time notifications to my existing system
|
|
319
320
|
```
|
|
320
321
|
|
|
321
322
|
Claude Code will automatically:
|
|
@@ -419,6 +420,7 @@ cp -r product-playbook/commands/* ~/.claude/commands/
|
|
|
419
420
|
| `/product-full <description>` | Full Mode — complete 20-step product plan |
|
|
420
421
|
| `/product-revision <description>` | Revision Mode — iterate and optimize an existing product |
|
|
421
422
|
| `/product-build <description>` | Build Mode — skip Discovery, jump straight to solutions |
|
|
423
|
+
| `/product-feature <description>` | Feature Extension — add a single feature to an existing product (4 steps) |
|
|
422
424
|
| `/product-prd` | Generate PRD engineering handoff package |
|
|
423
425
|
| `/product-report` | Generate HTML planning report |
|
|
424
426
|
| `/product-dev` | Generate dev handoff package (CLAUDE.md + TASKS.md + TICKETS.md) |
|
package/README.zh-CN.md
CHANGED
|
@@ -140,6 +140,7 @@ product-playbook/
|
|
|
140
140
|
│ ├── product-full.md # /product-full — 完整模式
|
|
141
141
|
│ ├── product-revision.md # /product-revision — 改版模式
|
|
142
142
|
│ ├── product-build.md # /product-build — 直接实作模式
|
|
143
|
+
│ ├── product-feature.md # /product-feature — 功能扩展模式
|
|
143
144
|
│ ├── product-prd.md # /product-prd — 产出 PRD
|
|
144
145
|
│ ├── product-report.md # /product-report — 产出 HTML 报告
|
|
145
146
|
│ └── product-dev.md # /product-dev — 产出开发交接包
|
|
@@ -315,7 +316,7 @@ cd /path/to/your-existing-project
|
|
|
315
316
|
claude
|
|
316
317
|
|
|
317
318
|
# 3. 使用直接实作模式,描述你要加的功能
|
|
318
|
-
> /product-
|
|
319
|
+
> /product-feature 我想在现有系统加上即时通知功能
|
|
319
320
|
```
|
|
320
321
|
|
|
321
322
|
Claude Code 会自动:
|
|
@@ -419,6 +420,7 @@ cp -r product-playbook/commands/* ~/.claude/commands/
|
|
|
419
420
|
| `/product-full <描述>` | 完整模式 — 完整 20 步产品企划 |
|
|
420
421
|
| `/product-revision <描述>` | 改版模式 — 既有产品改版优化 |
|
|
421
422
|
| `/product-build <描述>` | 直接实作模式 — 跳过 Discovery,直接进解法 |
|
|
423
|
+
| `/product-feature <描述>` | 功能扩展模式 — 在现有产品新增单一功能(4 步) |
|
|
422
424
|
| `/product-prd` | 产出 PRD 工程师交付包 |
|
|
423
425
|
| `/product-report` | 产出 HTML 企划报告 |
|
|
424
426
|
| `/product-dev` | 产出开发交接包(CLAUDE.md + TASKS.md + TICKETS.md) |
|
package/README.zh-TW.md
CHANGED
|
@@ -140,6 +140,7 @@ product-playbook/
|
|
|
140
140
|
│ ├── product-full.md # /product-full — 完整模式
|
|
141
141
|
│ ├── product-revision.md # /product-revision — 改版模式
|
|
142
142
|
│ ├── product-build.md # /product-build — 直接實作模式
|
|
143
|
+
│ ├── product-feature.md # /product-feature — 功能擴充模式
|
|
143
144
|
│ ├── product-prd.md # /product-prd — 產出 PRD
|
|
144
145
|
│ ├── product-report.md # /product-report — 產出 HTML 報告
|
|
145
146
|
│ └── product-dev.md # /product-dev — 產出開發交接包
|
|
@@ -315,7 +316,7 @@ cd /path/to/your-existing-project
|
|
|
315
316
|
claude
|
|
316
317
|
|
|
317
318
|
# 3. 使用直接實作模式,描述你要加的功能
|
|
318
|
-
> /product-
|
|
319
|
+
> /product-feature 我想在現有系統加上即時通知功能
|
|
319
320
|
```
|
|
320
321
|
|
|
321
322
|
Claude Code 會自動:
|
|
@@ -419,6 +420,7 @@ cp -r product-playbook/commands/* ~/.claude/commands/
|
|
|
419
420
|
| `/product-full <描述>` | 完整模式 — 完整 20 步產品企劃 |
|
|
420
421
|
| `/product-revision <描述>` | 改版模式 — 既有產品改版優化 |
|
|
421
422
|
| `/product-build <描述>` | 直接實作模式 — 跳過 Discovery,直接進解法 |
|
|
423
|
+
| `/product-feature <描述>` | 功能擴充模式 — 在既有產品新增單一功能(4 步) |
|
|
422
424
|
| `/product-prd` | 產出 PRD 工程師交付包 |
|
|
423
425
|
| `/product-report` | 產出 HTML 企劃報告 |
|
|
424
426
|
| `/product-dev` | 產出開發交接包(CLAUDE.md + TASKS.md + TICKETS.md) |
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 功能擴充模式 — 在既有產品上新增單一功能,4 步精簡流程
|
|
3
|
+
argument-hint: <功能描述>
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
請讀取 ~/.claude/skills/product-playbook/SKILL.md。
|
|
7
|
+
然後讀取 ~/.claude/skills/product-playbook/references/rules-build.md,直接跳到「🔧 Feature Extension Quick Path」段落。
|
|
8
|
+
執行各步驟時,依該段落中的 Reference 載入指示讀取對應的 reference 檔。
|
|
9
|
+
|
|
10
|
+
執行模式:🔧 功能擴充模式
|
|
11
|
+
功能描述:$ARGUMENTS
|
|
12
|
+
|
|
13
|
+
依照 Feature Extension 步驟序列(S1 → S4)執行。先依 rules-context.md 載入產品上下文。每步驟顯示進度指示器。
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Feature Extension Mode — Add a single feature to an existing product in 4 streamlined steps
|
|
3
|
+
argument-hint: <feature description>
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Please read ~/.claude/skills/product-playbook/SKILL.md.
|
|
7
|
+
Then read ~/.claude/skills/product-playbook/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
|
+
|
|
10
|
+
Execution mode: 🔧 Feature Extension Mode
|
|
11
|
+
Feature description: $ARGUMENTS
|
|
12
|
+
|
|
13
|
+
Follow the Feature Extension step sequence (S1 → S4). Load product context first per rules-context.md. Display a progress indicator at each step.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Modo Extensión de Funcionalidad — Añade una funcionalidad a un producto existente en 4 pasos simplificados
|
|
3
|
+
argument-hint: <descripción de la funcionalidad>
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Por favor lee ~/.claude/skills/product-playbook/SKILL.md.
|
|
7
|
+
Luego lee ~/.claude/skills/product-playbook/references/rules-build.md y salta directamente a la sección "🔧 Feature Extension Quick Path".
|
|
8
|
+
Al ejecutar cada paso, carga los archivos de referencia correspondientes según se indica.
|
|
9
|
+
|
|
10
|
+
Modo de ejecución: 🔧 Modo Extensión de Funcionalidad
|
|
11
|
+
Descripción de la funcionalidad: $ARGUMENTS
|
|
12
|
+
|
|
13
|
+
Sigue la secuencia de pasos de Feature Extension (S1 → S4). Primero carga el contexto del producto según rules-context.md. Muestra un indicador de progreso en cada paso.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 機能拡張モード — 既存プロダクトに単一機能を追加、4ステップの効率的フロー
|
|
3
|
+
argument-hint: <機能の説明>
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
~/.claude/skills/product-playbook/SKILL.md を読み込んでください。
|
|
7
|
+
次に ~/.claude/skills/product-playbook/references/rules-build.md を読み、「🔧 Feature Extension Quick Path」セクションに直接ジャンプしてください。
|
|
8
|
+
各ステップ実行時に、該当セクションで指定されたリファレンスファイルを読み込んでください。
|
|
9
|
+
|
|
10
|
+
実行モード:🔧 機能拡張モード
|
|
11
|
+
機能の説明:$ARGUMENTS
|
|
12
|
+
|
|
13
|
+
Feature Extension のステップ順序(S1 → S4)に従ってください。まず rules-context.md に従ってプロダクトコンテキストを読み込んでください。各ステップで進捗インジケーターを表示してください。
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 기능 확장 모드 — 기존 제품에 단일 기능 추가, 4단계 간소화 프로세스
|
|
3
|
+
argument-hint: <기능 설명>
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
~/.claude/skills/product-playbook/SKILL.md를 읽어 주세요.
|
|
7
|
+
그 다음 ~/.claude/skills/product-playbook/references/rules-build.md를 읽고 "🔧 Feature Extension Quick Path" 섹션으로 직접 이동하세요.
|
|
8
|
+
각 단계를 실행할 때, 해당 섹션에 명시된 대로 레퍼런스 파일을 로드하세요.
|
|
9
|
+
|
|
10
|
+
실행 모드: 🔧 기능 확장 모드
|
|
11
|
+
기능 설명: $ARGUMENTS
|
|
12
|
+
|
|
13
|
+
Feature Extension 단계 시퀀스(S1 → S4)를 따르세요. 먼저 rules-context.md에 따라 제품 컨텍스트를 로드하세요. 각 단계에서 진행 표시기를 표시하세요.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 功能扩展模式 — 在现有产品上新增单一功能,4 步精简流程
|
|
3
|
+
argument-hint: <功能描述>
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
请读取 ~/.claude/skills/product-playbook/SKILL.md。
|
|
7
|
+
然后读取 ~/.claude/skills/product-playbook/references/rules-build.md,直接跳到「🔧 Feature Extension Quick Path」段落。
|
|
8
|
+
执行各步骤时,依该段落中的 Reference 载入指示读取对应的 reference 档。
|
|
9
|
+
|
|
10
|
+
执行模式:🔧 功能扩展模式
|
|
11
|
+
功能描述:$ARGUMENTS
|
|
12
|
+
|
|
13
|
+
依照 Feature Extension 步骤序列(S1 → S4)执行。先依 rules-context.md 载入产品上下文。每步骤显示进度指示器。
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: 功能擴充模式 — 在既有產品上新增單一功能,4 步精簡流程
|
|
3
|
+
argument-hint: <功能描述>
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
請讀取 ~/.claude/skills/product-playbook/SKILL.md。
|
|
7
|
+
然後讀取 ~/.claude/skills/product-playbook/references/rules-build.md,直接跳到「🔧 Feature Extension Quick Path」段落。
|
|
8
|
+
執行各步驟時,依該段落中的 Reference 載入指示讀取對應的 reference 檔。
|
|
9
|
+
|
|
10
|
+
執行模式:🔧 功能擴充模式
|
|
11
|
+
功能描述:$ARGUMENTS
|
|
12
|
+
|
|
13
|
+
依照 Feature Extension 步驟序列(S1 → S4)執行。先依 rules-context.md 載入產品上下文。每步驟顯示進度指示器。
|
package/package.json
CHANGED