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
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
# Stage 4: Deliver — Hypothesis Validation + Product Spec Summary
|
|
2
|
+
|
|
3
|
+
## 4.5 Hypothesis Validation Plan
|
|
4
|
+
|
|
5
|
+
**Applicable: Medium/high completeness / audience is data scientists/self**
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
| Core Hypothesis | Validation Method | Validation Timing | Success Criteria | If hypothesis is wrong, we will... |
|
|
9
|
+
|----------------|-------------------|-------------------|-----------------|----------------------------------|
|
|
10
|
+
| | Alpha user interviews / data | | | |
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
Principles: Qualitative validation (user interviews, diary studies) + quantitative validation (data) carry equal weight; stay alert to your own confirmation bias.
|
|
14
|
+
|
|
15
|
+
## 4.6 Product Spec Summary
|
|
16
|
+
|
|
17
|
+
The Product Spec Summary is the final deliverable across all modes (Quick mode produces a one-page directional summary — different structure but same spirit).
|
|
18
|
+
The Product Spec Summary has three sections, corresponding to different reading depths:
|
|
19
|
+
|
|
20
|
+
### Section 1: Decision Summary (Readable in 30 seconds)
|
|
21
|
+
|
|
22
|
+
```
|
|
23
|
+
**Product One-liner**: [PR-FAQ headline]
|
|
24
|
+
**For Whom**: [Target Persona in one sentence]
|
|
25
|
+
**Core Value**: [JTBD functional job + emotional job, in one sentence]
|
|
26
|
+
**North Star Metric**: [Metric name + definition]
|
|
27
|
+
**Current PMF Level**: [Level 1-4 + one-sentence explanation]
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
### Section 2: Execution Boundaries (Readable in 2 minutes)
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
**Core JTBD Statement**: [Target Customer] + wants to [Job] + in the context of [Job Context]
|
|
34
|
+
**Aha Moment**: When the user completes [action], they experience the core value. Target: reach it within [X].
|
|
35
|
+
**MVP Must-Haves**: [3-5 most critical features/capabilities]
|
|
36
|
+
**Not Doing (Deliberately excluded from this version)**: [Explicit exclusions + reasons]
|
|
37
|
+
**Key Hypotheses**: [2-3 core hypotheses that need validation]
|
|
38
|
+
**Pre-mortem Top Risks**: [2-3 most likely causes of failure]
|
|
39
|
+
**Hero Metric**: [1-2 most important success metrics + target values]
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Section 3: Deep Reference (Consult when needed)
|
|
43
|
+
|
|
44
|
+
```
|
|
45
|
+
**JTBD Breakdown**:
|
|
46
|
+
- Functional Job:
|
|
47
|
+
- Emotional Job:
|
|
48
|
+
- Social Job:
|
|
49
|
+
**April Dunford Positioning**:
|
|
50
|
+
- Real competitive alternatives:
|
|
51
|
+
- Our unique attributes:
|
|
52
|
+
- Core value for target users:
|
|
53
|
+
- Target market characteristics:
|
|
54
|
+
- Market category:
|
|
55
|
+
**Core HMW Question**: [From the Define stage]
|
|
56
|
+
**Solution Description**: [From PR-FAQ summary]
|
|
57
|
+
**Business Model**: [Revenue model + pricing strategy, if completed]
|
|
58
|
+
**GTM Strategy**: [Initial acquisition channel + launch strategy, if completed]
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
After completing the three sections, Claude **must proactively add the following three sections** without waiting for the user to ask:
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
### ⚠️ Risk Register
|
|
66
|
+
|
|
67
|
+
Consolidate all risks identified throughout the planning process (sources: Pre-mortem + Opportunity Assessment + Hypothesis Validation):
|
|
68
|
+
|
|
69
|
+
```
|
|
70
|
+
| Risk Type | Risk Description | Severity (High/Med/Low) | Mitigation in Place? |
|
|
71
|
+
|-----------|-----------------|------------------------|---------------------|
|
|
72
|
+
| Market risk | | | |
|
|
73
|
+
| User assumption risk | | | |
|
|
74
|
+
| Technical risk | | | |
|
|
75
|
+
| Competitive risk | | | |
|
|
76
|
+
| Execution risk | | | |
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
### 🔍 Gaps & Blind Spots
|
|
82
|
+
|
|
83
|
+
Claude proactively identifies the following types of gaps based on the entire conversation flow:
|
|
84
|
+
|
|
85
|
+
```
|
|
86
|
+
| Type | Description | Recommended Next Step |
|
|
87
|
+
|------|------------|----------------------|
|
|
88
|
+
| Unexecuted steps | [Which frameworks were skipped and what blind spots this may cause] | |
|
|
89
|
+
| Insufficient data | [Which decisions are based on assumptions rather than real user data] | |
|
|
90
|
+
| Logical leaps | [Where the reasoning lacks intermediate evidence] | |
|
|
91
|
+
| Unvalidated hypotheses | [List all core hypotheses without a validation method yet] | |
|
|
92
|
+
| Unclear definitions | [Which concepts need more precise definition before execution] | |
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
### 💡 Additional Recommendations
|
|
98
|
+
|
|
99
|
+
Claude provides 3-5 specific, actionable recommendations based on the product's characteristics, stage, and known risks:
|
|
100
|
+
|
|
101
|
+
```
|
|
102
|
+
1. [Top priority]: [Specific action] — Rationale: [Why this matters most]
|
|
103
|
+
2. [Second priority]: [Specific action] — Rationale:
|
|
104
|
+
3. [Third priority]: [Specific action] — Rationale:
|
|
105
|
+
...
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
Recommendations may cover: user validation methods, MVP boundary adjustments, competitive strategy, metric design, team allocation, next milestone priorities.
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## 📎 File Integration Tips for This Stage
|
|
113
|
+
|
|
114
|
+
| Uploaded Content | Integrate Into | Integration Action |
|
|
115
|
+
|-----------------|----------------|-------------------|
|
|
116
|
+
| User behavior data (CSV / Excel) | 4.2 North Star + 4.3 PMF | Use real retention and engagement data to assess PMF level; calibrate North Star baseline |
|
|
117
|
+
| Sean Ellis survey results | 4.3 PMF + 4.2 Three-Layer Signals | Calculate Score directly, fill into Layer 3 |
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
# HTML Product Planning Report Output
|
|
2
|
+
|
|
3
|
+
Triggered when the user says "produce a report" or confirms the last stage content is correct.
|
|
4
|
+
|
|
5
|
+
## Design Specifications
|
|
6
|
+
|
|
7
|
+
Use a **modern design style** — a single HTML file (CSS and JS fully inlined), ensuring it's readable offline.
|
|
8
|
+
|
|
9
|
+
**Overall Style:**
|
|
10
|
+
- Gradient background Hero section (with mode, audience, date labels)
|
|
11
|
+
- Card-based layout (rounded corners + shadows), each section like an independent information card
|
|
12
|
+
- Clear typography hierarchy and comfortable reading spacing
|
|
13
|
+
- Responsive design, smooth reading on mobile
|
|
14
|
+
|
|
15
|
+
**Color Scheme:**
|
|
16
|
+
- Primary: Deep blue `#1a1a2e` → `#16213e` → `#0f3460`
|
|
17
|
+
- Accent: `#e94560` or `#533483`
|
|
18
|
+
- Content area background: `#f8f9fa`, cards: white with `box-shadow`
|
|
19
|
+
|
|
20
|
+
**Font:** Load Inter from Google Fonts CDN first, fall back to system fonts:
|
|
21
|
+
```css
|
|
22
|
+
/* In <head> */
|
|
23
|
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap" rel="stylesheet">
|
|
24
|
+
|
|
25
|
+
/* In CSS */
|
|
26
|
+
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
|
|
27
|
+
```
|
|
28
|
+
> This is the only permitted external CDN dependency. If Google Fonts is unavailable, the page will still render correctly.
|
|
29
|
+
|
|
30
|
+
## Page Structure (Dynamically rendered based on completed stages)
|
|
31
|
+
|
|
32
|
+
```
|
|
33
|
+
┌──────────────────────────────────────────────────────────────┐
|
|
34
|
+
│ Hero Section (Product name, one-liner, mode, audience, date)│
|
|
35
|
+
├──────────────────────────────────────────────────────────────┤
|
|
36
|
+
│ Table of Contents Navigation (Sticky, only shows completed) │
|
|
37
|
+
├──────────────────────────────────────────────────────────────┤
|
|
38
|
+
│ 🧭 Strategy Section (if completed) │
|
|
39
|
+
│ ├─ Strategy Blocks hierarchy diagram │
|
|
40
|
+
│ ├─ Rumelt's Kernel of Good Strategy (Diagnosis/Policy/ │
|
|
41
|
+
│ │ Actions) │
|
|
42
|
+
│ └─ Shreyas' Three Levels of Product Work │
|
|
43
|
+
│ ✅ Opportunity Check Section (if completed) │
|
|
44
|
+
│ 🔍 Discovery Section (if completed) │
|
|
45
|
+
│ ├─ Persona Table (card-style table) │
|
|
46
|
+
│ ├─ Persona Cards (one per persona) │
|
|
47
|
+
│ ├─ JTBD Analysis Table (four types) │
|
|
48
|
+
│ ├─ Opportunity Solution Tree (visual tree) │
|
|
49
|
+
│ └─ User Journey Map (overview + accordion detail) │
|
|
50
|
+
│ 🎯 Define Section (if completed) │
|
|
51
|
+
│ ├─ Pain Point Summary Table │
|
|
52
|
+
│ ├─ April Dunford Positioning Framework Card │
|
|
53
|
+
│ ├─ HMW Question Cards (with JTBD type tags) │
|
|
54
|
+
│ └─ Opportunity Assessment Table (opportunity cost view) │
|
|
55
|
+
│ 💡 Develop Section (if completed) │
|
|
56
|
+
│ ├─ PR-FAQ Card (simulated press release format) │
|
|
57
|
+
│ ├─ Solution Ideation (three-column parallel cards) │
|
|
58
|
+
│ ├─ Pre-mortem Risk Table (color-coded High/Med risk) │
|
|
59
|
+
│ ├─ GEM Matrix + Impact/Effort Quadrant Chart │
|
|
60
|
+
│ ├─ RICE Prioritization Table (if completed) │
|
|
61
|
+
│ ├─ User Story Table (if completed) │
|
|
62
|
+
│ └─ MVP Scope (three-column cards + Not Doing List) │
|
|
63
|
+
│ 🚀 Deliver Section (if completed) │
|
|
64
|
+
│ ├─ Aha Moment Definition Card (prominently displayed) │
|
|
65
|
+
│ ├─ North Star Metric Card │
|
|
66
|
+
│ ├─ Three-Layer Signal Metrics Table │
|
|
67
|
+
│ ├─ PMF Level Assessment (four-level visual + current │
|
|
68
|
+
│ │ position marker) │
|
|
69
|
+
│ ├─ GTM Strategy (channel selection + first 100 users │
|
|
70
|
+
│ │ plan, if completed) │
|
|
71
|
+
│ ├─ Business Model & Pricing (revenue model + pricing │
|
|
72
|
+
│ │ strategy, if completed) │
|
|
73
|
+
│ ├─ Hypothesis Validation Plan Table (if completed) │
|
|
74
|
+
│ └─ Product Spec Summary (three-section structure: │
|
|
75
|
+
│ Decision Summary / Execution Boundaries / Deep Ref) │
|
|
76
|
+
│ ⭐ Best Entry Point Analysis (full logic chain visual) │
|
|
77
|
+
├──────────────────────────────────────────────────────────────┤
|
|
78
|
+
│ Footer: Output date + mode + framework attribution │
|
|
79
|
+
└──────────────────────────────────────────────────────────────┘
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
## Section Design Details
|
|
83
|
+
|
|
84
|
+
**Table Styling:** Zebra stripes, dark header, rounded corners, hover highlight
|
|
85
|
+
|
|
86
|
+
**Persona Cards:** One card per Persona, pain points with red left border, JTBD emphasized with blue/purple color blocks
|
|
87
|
+
|
|
88
|
+
**Opportunity Solution Tree:** Use CSS or lightweight SVG to draw the tree structure, clearly showing the Goal → Opportunity → Solution hierarchy
|
|
89
|
+
|
|
90
|
+
**PMF Level Chart:** Use a progress bar or step diagram showing four levels, marking the user's current position
|
|
91
|
+
|
|
92
|
+
**PR-FAQ Card:** Simulated press release format with headline, subtitle, lead paragraph — visually resembling a real document
|
|
93
|
+
|
|
94
|
+
**Pre-mortem Risk Table:** High-risk items in red alert, medium-risk in yellow
|
|
95
|
+
|
|
96
|
+
**Best Entry Point Logic Chain:** Visualize the full reasoning chain, each node as a small card, connected by arrows
|
|
97
|
+
|
|
98
|
+
## Interactive Effects
|
|
99
|
+
|
|
100
|
+
- `scroll-behavior: smooth` — Smooth scrolling on TOC click
|
|
101
|
+
- Intersection Observer — Highlight current section in TOC while scrolling
|
|
102
|
+
- Card hover micro-lift (`transform: translateY(-2px)` + `transition`)
|
|
103
|
+
- Accordion expand/collapse (User Journey Map stages, `<details>/<summary>`)
|
|
104
|
+
- `@media print` — Hide interactive elements when printing, ensure tables aren't truncated
|
|
105
|
+
|
|
106
|
+
## Important Notes
|
|
107
|
+
|
|
108
|
+
- All CSS and JS inlined in HTML — no external dependencies except Google Fonts CDN for Inter
|
|
109
|
+
- If a stage was not completed, don't render an empty section — just skip it
|
|
110
|
+
- The Hero section displays the "Mode" and "Audience" so readers immediately understand the document's context
|
|
111
|
+
- The page can be very long — TOC navigation is critical for quick jumping
|
|
112
|
+
|
|
113
|
+
## Framework Attribution & Further Reading (in footer)
|
|
114
|
+
|
|
115
|
+
| Thinker | Key Contribution | Source |
|
|
116
|
+
|---------|-----------------|--------|
|
|
117
|
+
| Teresa Torres | Continuous Discovery, Opportunity Solution Tree | Lenny's Podcast + *Continuous Discovery Habits* |
|
|
118
|
+
| Shreyas Doshi | LNO Framework, Pre-mortem, Three Levels of Product Work, Opportunity Cost Thinking | Lenny's Podcast Ep.3 |
|
|
119
|
+
| Gibson Biddle | DHM Model, GEM Prioritization | Lenny's Podcast |
|
|
120
|
+
| April Dunford | Positioning Framework | Lenny's Podcast + *Obviously Awesome* |
|
|
121
|
+
| Todd Jackson | Four-Level PMF Framework, Four P's | Lenny's Podcast (First Round Capital) |
|
|
122
|
+
| Richard Rumelt | Good Strategy / Bad Strategy, Kernel of Good Strategy | Lenny's Podcast + *Good Strategy Bad Strategy* |
|
|
123
|
+
| Marty Cagan | Empowered Teams, Product Discovery | Lenny's Podcast + *Inspired*, *Empowered* |
|
|
124
|
+
| Chandra Janakiraman | Strategy Blocks | Lenny's Newsletter (Headspace / Meta) |
|
|
125
|
+
| Clayton Christensen | Jobs to Be Done | *Competing Against Luck* |
|
|
126
|
+
| Amazon | Working Backwards / PR-FAQ | *Working Backwards* |
|
|
127
|
+
| Sean Ellis | Sean Ellis Score, ICE Scoring | *Hacking Growth* |
|
|
128
|
+
| Lenny Rachitsky | Shape / Ship / Synchronize, North Star Thinking | Lenny's Newsletter + Podcast |
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
# Development Handoff — Core Handoff Package
|
|
2
|
+
|
|
3
|
+
> Triggered when the user says "start development," "produce a dev handoff package," "set up my project," or "connect to Claude Code."
|
|
4
|
+
> Read this file, consolidate the outputs from the entire product planning process, and generate a development handoff package that can be used directly in the Claude Code CLI.
|
|
5
|
+
|
|
6
|
+
## Environment Constraints & Handoff Strategy
|
|
7
|
+
|
|
8
|
+
**Key fact: Claude Chat / Cowork and Claude Code are separate runtime environments — you cannot launch Claude Code from within Chat.**
|
|
9
|
+
|
|
10
|
+
The handoff strategy is therefore: **Produce a structured development handoff package (a set of files)** that the user downloads, places in their project folder, and can kick off the entire development workflow with a single prompt in Claude Code.
|
|
11
|
+
|
|
12
|
+
The handoff method depends on the user's environment:
|
|
13
|
+
|
|
14
|
+
| User Environment | Handoff Method |
|
|
15
|
+
|-----------------|----------------|
|
|
16
|
+
| **Claude Chat (Web/App)** | Produce a zip file for download; user extracts to project directory then opens Claude Code |
|
|
17
|
+
| **Claude Cowork (Desktop)** | Same as above, but can write files directly to a user-specified local path |
|
|
18
|
+
| **Already in Claude Code** | Create all files directly in the project directory (in this scenario, this skill is likely referenced from CLAUDE.md) |
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## Development Handoff Package Contents
|
|
23
|
+
|
|
24
|
+
Produce the following file set, all placed in the project root:
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
[project-name]/
|
|
28
|
+
├── .gitignore # Version control exclusions (.env, secrets, progress files, etc. — template in references/07c-architecture-setup.md)
|
|
29
|
+
├── CLAUDE.md # Claude Code's project memory: product context + development guidelines
|
|
30
|
+
├── TASKS.md # Feature breakdown + Phase milestones + per-Task acceptance criteria
|
|
31
|
+
├── TICKETS.md # Ticket content: title, description, acceptance criteria per ticket — PM can create tickets directly
|
|
32
|
+
├── docs/
|
|
33
|
+
│ ├── PRD.md # Full PRD (consolidated from 04-develop.md output format)
|
|
34
|
+
│ ├── ARCHITECTURE.md # Technical architecture: directory structure + DB schema + API endpoints + security architecture
|
|
35
|
+
│ └── PRODUCT-SPEC.md # Product Spec Summary (consolidated from 05-deliver.md → 4.6)
|
|
36
|
+
└── scripts/
|
|
37
|
+
└── setup.sh # One-click initialization script (create directories + install dependencies)
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## 📄 CLAUDE.md Template
|
|
43
|
+
|
|
44
|
+
CLAUDE.md is Claude Code's project memory file — Claude Code automatically reads it on every startup. It must include:
|
|
45
|
+
|
|
46
|
+
```markdown
|
|
47
|
+
# [Product Name] — Project Guide
|
|
48
|
+
|
|
49
|
+
## Product Context
|
|
50
|
+
|
|
51
|
+
**One-liner**: [PR-FAQ headline]
|
|
52
|
+
**Target Users**: [Persona in one sentence]
|
|
53
|
+
**Core JTBD**: [Target Customer] wants to [Job] in the context of [Job Context]
|
|
54
|
+
**Aha Moment**: When the user completes [action], they experience the core value
|
|
55
|
+
**North Star Metric**: [Metric name + definition]
|
|
56
|
+
|
|
57
|
+
## Tech Stack
|
|
58
|
+
|
|
59
|
+
- **Frontend**: [Framework + version]
|
|
60
|
+
- **Backend**: [Framework + version]
|
|
61
|
+
- **Database**: [Type + version]
|
|
62
|
+
- **Deployment**: [Platform]
|
|
63
|
+
- **Package Manager**: [Tool]
|
|
64
|
+
|
|
65
|
+
## Development Guidelines
|
|
66
|
+
|
|
67
|
+
- Develop in [language]
|
|
68
|
+
- Follow [style guide / lint rules]
|
|
69
|
+
- Commit message format: `[type]: [description]` (type: feat / fix / refactor / docs / test)
|
|
70
|
+
- Branch strategy: [main / develop / feature-xxx]
|
|
71
|
+
- Every feature must reference its User Story number (see TASKS.md)
|
|
72
|
+
|
|
73
|
+
## MVP Boundaries
|
|
74
|
+
|
|
75
|
+
**Must-Have (P0)**:
|
|
76
|
+
- [Feature 1]
|
|
77
|
+
- [Feature 2]
|
|
78
|
+
- [Feature 3]
|
|
79
|
+
|
|
80
|
+
**Explicitly Not Doing**:
|
|
81
|
+
- [Exclusion 1] — Reason: [rationale]
|
|
82
|
+
- [Exclusion 2] — Reason: [rationale]
|
|
83
|
+
|
|
84
|
+
## Key Decision Log
|
|
85
|
+
|
|
86
|
+
| Decision | Choice | Rationale | Date |
|
|
87
|
+
|----------|--------|-----------|------|
|
|
88
|
+
| [e.g., Database selection] | [PostgreSQL] | [Needs relational queries + JSON support] | [Date] |
|
|
89
|
+
|
|
90
|
+
## Risk Alerts (from Pre-mortem)
|
|
91
|
+
|
|
92
|
+
- ⚠️ [Risk 1]: [Preventive measure]
|
|
93
|
+
- ⚠️ [Risk 2]: [Preventive measure]
|
|
94
|
+
|
|
95
|
+
## Security Notes
|
|
96
|
+
|
|
97
|
+
> Full security checklist at `references/08-security-checklist.md`. Below are this product's key security decisions:
|
|
98
|
+
|
|
99
|
+
- Authentication: [JWT / Session / OAuth]
|
|
100
|
+
- CORS policy: [Allowed origins]
|
|
101
|
+
- Rate Limiting: [Strategy summary]
|
|
102
|
+
- Sensitive data: [Handling approach]
|
|
103
|
+
|
|
104
|
+
## Development Workflow
|
|
105
|
+
|
|
106
|
+
Follow the Phase order in `TASKS.md`. After completing each Phase:
|
|
107
|
+
1. Verify all Task acceptance criteria pass
|
|
108
|
+
2. Ask the user whether to proceed to the next Phase
|
|
109
|
+
3. If architectural questions arise, refer to `docs/ARCHITECTURE.md`
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
## Tech Stack Confirmation Flow
|
|
115
|
+
|
|
116
|
+
Before producing the handoff package, the tech stack must be confirmed. If the user hasn't specified, ask in this order:
|
|
117
|
+
|
|
118
|
+
### Must-Ask (Affects all outputs)
|
|
119
|
+
|
|
120
|
+
```
|
|
121
|
+
1. What type of application is this?
|
|
122
|
+
□ Web App (browser)
|
|
123
|
+
□ Mobile App (iOS / Android / cross-platform)
|
|
124
|
+
□ Desktop App
|
|
125
|
+
□ API / Backend Service
|
|
126
|
+
□ CLI Tool
|
|
127
|
+
□ Other
|
|
128
|
+
|
|
129
|
+
2. Do you have a preferred tech stack?
|
|
130
|
+
(If not, I'll recommend one based on the product characteristics)
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
### Recommendation Logic (When user hasn't specified)
|
|
134
|
+
|
|
135
|
+
| Application Type | Recommended Stack | Rationale |
|
|
136
|
+
|-----------------|-------------------|-----------|
|
|
137
|
+
| Web App (fast MVP validation) | Next.js + Tailwind + Supabase | Full-stack in one, easy deployment, built-in Auth |
|
|
138
|
+
| Web App (complex backend logic) | React + Node.js/Express + PostgreSQL | High flexibility, mature ecosystem |
|
|
139
|
+
| Web App (Python team) | React + FastAPI/Django + PostgreSQL | Python ecosystem, Django has built-in Admin |
|
|
140
|
+
| Mobile App (cross-platform) | React Native / Flutter | Single codebase covers both platforms |
|
|
141
|
+
| API Service | FastAPI / Express / Go | Lightweight, high performance |
|
|
142
|
+
|
|
143
|
+
> Claude should explain the rationale when recommending and remind the user they can override the recommendation.
|
|
144
|
+
|
|
145
|
+
### Optional (Follow-up based on product needs)
|
|
146
|
+
|
|
147
|
+
```
|
|
148
|
+
3. Do you need user authentication? (Affects Auth approach selection)
|
|
149
|
+
4. Any real-time requirements? (WebSocket / SSE)
|
|
150
|
+
5. Need file upload/processing? (Affects storage choice)
|
|
151
|
+
6. Where do you plan to deploy? (Vercel / Railway / AWS / self-hosted)
|
|
152
|
+
```
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
# Development Handoff — TASKS.md + TICKETS.md
|
|
2
|
+
|
|
3
|
+
## 📄 TASKS.md Template
|
|
4
|
+
|
|
5
|
+
Core principles for feature breakdown:
|
|
6
|
+
- Start from the MVP must-haves (P0 features)
|
|
7
|
+
- Each Task maps to a User Story
|
|
8
|
+
- Phases have clear dependencies: Phase N+1 depends on Phase N outputs
|
|
9
|
+
- Each Task includes acceptance criteria that Claude Code can self-verify
|
|
10
|
+
|
|
11
|
+
```markdown
|
|
12
|
+
# [Product Name] — Development Task List
|
|
13
|
+
|
|
14
|
+
## Phase 0: Project Initialization
|
|
15
|
+
> Goal: Establish a runnable blank project skeleton
|
|
16
|
+
|
|
17
|
+
- [ ] **T0.1** Initialize project (`scripts/setup.sh` or manual)
|
|
18
|
+
- Acceptance:
|
|
19
|
+
- [ ] `npm run dev` / `python manage.py runserver` or equivalent command starts successfully
|
|
20
|
+
- [ ] `.gitignore` created, includes `.env`, `.env.local`, `node_modules/`, `.product-playbook-progress.md`, and other sensitive files
|
|
21
|
+
- [ ] `.env.example` created (key names only, no actual values)
|
|
22
|
+
- [ ] **T0.2** Set up linter + formatter
|
|
23
|
+
- Acceptance: lint passes with no errors
|
|
24
|
+
- [ ] **T0.3** Set up database + run initial migration
|
|
25
|
+
- Acceptance: Database is connectable, base tables are created
|
|
26
|
+
- [ ] **T0.4** Set up base routing structure
|
|
27
|
+
- Acceptance: All main page routes are accessible (returning blank pages is fine)
|
|
28
|
+
|
|
29
|
+
## Phase 1: Core Flow (Aha Moment Path)
|
|
30
|
+
> Goal: Let users complete the shortest path from entry to the Aha Moment
|
|
31
|
+
> Corresponds to User Stories: [US-001, US-002, ...]
|
|
32
|
+
|
|
33
|
+
- [ ] **T1.1** [Feature name]
|
|
34
|
+
- User Story: As a [Persona], I want to [action], so that [value]
|
|
35
|
+
- Acceptance Criteria:
|
|
36
|
+
- [ ] [Specific testable condition 1]
|
|
37
|
+
- [ ] [Specific testable condition 2]
|
|
38
|
+
- Technical Notes: [Required APIs / third-party services / special logic]
|
|
39
|
+
|
|
40
|
+
- [ ] **T1.2** [Feature name]
|
|
41
|
+
- User Story: ...
|
|
42
|
+
- Acceptance Criteria: ...
|
|
43
|
+
|
|
44
|
+
> **Phase 1 Completion Checkpoint**: User can complete [Aha Moment action]. If not, do not proceed to Phase 2.
|
|
45
|
+
|
|
46
|
+
## Phase 2: Complete MVP
|
|
47
|
+
> Goal: Fill in all remaining P0 features not covered in Phase 1
|
|
48
|
+
> Corresponds to User Stories: [US-003, US-004, ...]
|
|
49
|
+
|
|
50
|
+
- [ ] **T2.1** [Feature name]
|
|
51
|
+
- ...
|
|
52
|
+
|
|
53
|
+
> **Phase 2 Completion Checkpoint**: All P0 User Story acceptance criteria pass.
|
|
54
|
+
|
|
55
|
+
## Phase 3: Quality & Experience
|
|
56
|
+
> Goal: Error handling, edge cases, loading states, basic security
|
|
57
|
+
|
|
58
|
+
- [ ] **T3.1** Global error handling
|
|
59
|
+
- [ ] **T3.2** Form validation + edge cases
|
|
60
|
+
- [ ] **T3.3** Loading states + empty states
|
|
61
|
+
- [ ] **T3.4** Security check (verify each item per `references/08-security-checklist.md`)
|
|
62
|
+
- Acceptance:
|
|
63
|
+
- [ ] OWASP Top 10 related items addressed (input validation, authentication, XSS protection, CSRF protection)
|
|
64
|
+
- [ ] Security headers configured (CSP, X-Frame-Options, HSTS, etc.)
|
|
65
|
+
- [ ] CORS policy configured (no wildcard *)
|
|
66
|
+
- [ ] Sensitive API endpoints have rate limiting
|
|
67
|
+
- [ ] API error responses don't leak internal information
|
|
68
|
+
- [ ] **T3.5** Responsive design (if Web)
|
|
69
|
+
|
|
70
|
+
## Phase 4: Deployment
|
|
71
|
+
> Goal: Make the app accessible to external users
|
|
72
|
+
|
|
73
|
+
- [ ] **T4.1** Environment variable management
|
|
74
|
+
- [ ] **T4.2** Deployment configuration
|
|
75
|
+
- [ ] **T4.3** Basic monitoring + logging
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## 📄 TICKETS.md Template
|
|
81
|
+
|
|
82
|
+
TICKETS.md takes the feature breakdown from TASKS.md and produces structured content that can be directly used to create tickets in project management tools. Each ticket contains all the information a PM needs.
|
|
83
|
+
|
|
84
|
+
> **Design goal**: PMs can copy each ticket's content directly into Jira / Asana / Linear or other tools to create tickets. Future versions will support automatic ticket creation via API.
|
|
85
|
+
|
|
86
|
+
```markdown
|
|
87
|
+
# [Product Name] — Ticket List
|
|
88
|
+
|
|
89
|
+
> Generated: [timestamp]
|
|
90
|
+
> Corresponds to TASKS.md version: [version/timestamp]
|
|
91
|
+
> Total: [N] tickets
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## Ticket Overview
|
|
96
|
+
|
|
97
|
+
| Ticket # | Title | Phase | Priority | Estimated Hours | Dependencies |
|
|
98
|
+
|----------|-------|-------|----------|----------------|-------------|
|
|
99
|
+
| TKT-001 | [Title] | Phase 0 | P0 | [X]h | — |
|
|
100
|
+
| TKT-002 | [Title] | Phase 1 | P0 | [X]h | TKT-001 |
|
|
101
|
+
| ... | | | | | |
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## TKT-001: [Title]
|
|
106
|
+
|
|
107
|
+
**Phase**: Phase 0 — Project Initialization
|
|
108
|
+
**Corresponding Task**: T0.1
|
|
109
|
+
**Priority**: P0
|
|
110
|
+
**Estimated Hours**: [X] hours
|
|
111
|
+
**Dependencies**: None
|
|
112
|
+
**Assignee**: [Role/team, e.g., Backend Engineer]
|
|
113
|
+
|
|
114
|
+
### Description
|
|
115
|
+
|
|
116
|
+
[1-3 paragraphs describing what this ticket accomplishes, including business context and technical goals]
|
|
117
|
+
|
|
118
|
+
### User Story
|
|
119
|
+
|
|
120
|
+
As a [Persona], I want to [action], so that [value]
|
|
121
|
+
|
|
122
|
+
### Acceptance Criteria
|
|
123
|
+
|
|
124
|
+
- [ ] [Specific testable condition 1]
|
|
125
|
+
- [ ] [Specific testable condition 2]
|
|
126
|
+
- [ ] [Specific testable condition 3]
|
|
127
|
+
|
|
128
|
+
### Technical Notes
|
|
129
|
+
|
|
130
|
+
- [Implementation considerations]
|
|
131
|
+
- [Required APIs / third-party services]
|
|
132
|
+
- [Related file paths or modules]
|
|
133
|
+
|
|
134
|
+
### Suggested Labels
|
|
135
|
+
|
|
136
|
+
`[Phase 0]` `[backend]` `[setup]`
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## TKT-002: [Title]
|
|
141
|
+
|
|
142
|
+
[Same format, expanded for each ticket]
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
### Ticketing Rules
|
|
146
|
+
|
|
147
|
+
1. **Ticket-to-Task mapping**: Each Task in TASKS.md maps to one ticket (TKT-001 ↔ T0.1); overly large Tasks may be split into multiple tickets
|
|
148
|
+
2. **Priority inheritance**: Phase 0-1 default to P0, Phase 2 defaults to P1, Phase 3-4 default to P2 — adjustable based on RICE scores
|
|
149
|
+
3. **Dependencies**: Explicitly mark ticket-to-ticket dependencies to prevent engineers from skipping steps
|
|
150
|
+
4. **Estimated hours**: Based on the Task granularity principle (1-4 hours), provide reasonable estimates
|
|
151
|
+
5. **Suggested labels**: Include Phase, technical domain (frontend / backend / database / infra), feature module
|
|
152
|
+
|
|
153
|
+
### Project Management Tool Integration (Reserved)
|
|
154
|
+
|
|
155
|
+
> The following is a reserved interface design for future automatic ticketing. The current version only produces TICKETS.md for manual PM ticket creation.
|
|
156
|
+
|
|
157
|
+
TICKETS.md's structured format reserves the following fields for future API import:
|
|
158
|
+
|
|
159
|
+
| Field | Jira Mapping | Asana Mapping | Linear Mapping |
|
|
160
|
+
|-------|-------------|--------------|----------------|
|
|
161
|
+
| Ticket # | Issue Key | Task ID | Issue ID |
|
|
162
|
+
| Title | Summary | Task Name | Title |
|
|
163
|
+
| Description | Description | Description | Description |
|
|
164
|
+
| Priority | Priority | Custom Field | Priority |
|
|
165
|
+
| Estimated Hours | Story Points / Time Estimate | Custom Field | Estimate |
|
|
166
|
+
| Dependencies | Linked Issues | Dependencies | Relations |
|
|
167
|
+
| Labels | Labels + Components | Tags | Labels |
|
|
168
|
+
| Phase | Epic | Section | Project |
|
|
169
|
+
| Assignee | Assignee | Assignee | Assignee |
|
|
170
|
+
| Acceptance Criteria | Acceptance Criteria (Description) | Subtasks | Sub-issues |
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
## Feature Breakdown Logic
|
|
175
|
+
|
|
176
|
+
Rules for converting MVP features into Tasks:
|
|
177
|
+
|
|
178
|
+
### Phase Division Principles
|
|
179
|
+
|
|
180
|
+
```
|
|
181
|
+
Phase 0: Project skeleton (required for all modes)
|
|
182
|
+
→ Initialization, linter, DB, base routing
|
|
183
|
+
|
|
184
|
+
Phase 1: Shortest path to Aha Moment (most important)
|
|
185
|
+
→ Minimum features needed from user entry to Aha Moment
|
|
186
|
+
→ Only includes P0 features on this path
|
|
187
|
+
|
|
188
|
+
Phase 2: Complete MVP
|
|
189
|
+
→ Fill in remaining P0 features not covered in Phase 1
|
|
190
|
+
→ Secondary flows, supporting pages
|
|
191
|
+
|
|
192
|
+
Phase 3: Quality & Experience
|
|
193
|
+
→ Error handling, edge cases, loading/empty states
|
|
194
|
+
→ Basic security, responsive design
|
|
195
|
+
|
|
196
|
+
Phase 4: Deployment
|
|
197
|
+
→ Environment variables, deployment config, monitoring
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
### Task Granularity Principle
|
|
201
|
+
|
|
202
|
+
- Each Task should be completable in **1-4 hours**
|
|
203
|
+
- Too large → Split into sub-Tasks (T1.1a, T1.1b)
|
|
204
|
+
- Too small → Merge into a related Task
|
|
205
|
+
- Each Task must have at least one testable acceptance criterion
|
|
206
|
+
|
|
207
|
+
### User Story → Task Mapping
|
|
208
|
+
|
|
209
|
+
```
|
|
210
|
+
A single User Story may map to 1-3 Tasks:
|
|
211
|
+
US-001: As a new user, I want to register an account, so I can start using the product
|
|
212
|
+
→ T1.1: Registration page UI
|
|
213
|
+
→ T1.2: Registration API + data validation
|
|
214
|
+
→ T1.3: Email verification flow (if needed for MVP)
|
|
215
|
+
```
|