thread-master/docs/product/growth-loop/GAPS.md

37 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# growth-loop 缺口狀態
> Updated: 2026-07-20 · **P2 已落地**
## P0P2 交付對照
| 能力 | 狀態 | 入口 |
|------|------|------|
| 成果歸因 | ✅ | TodayUsage海巡回報成交 |
| 每週健檢 | ✅ | Today |
| 健康分 | ✅ | Crew + 送出閘 |
| 邀請贈點 | ✅ | Invite + purchase hook |
| Workspace | ✅ | 頂欄切換 |
| **Playbook 市集** | ✅ P2 | `/app/playbooks` |
| **免費破冰** | ✅ P2 | `/tools/style-quiz` · `/tools/pain-keywords` |
| **Benchmark** | ✅ P2 | `/app/benchmark`樣本≥5 |
| **UTM 點擊歸因** | ✅ P2 | `/app/utm` · `GET /api/v1/public/u/:code` → 302 |
| **Insights 真摘要** | ✅ P2 | `/app/insights` ← 同步貼文 |
| **PDF 月報** | ✅ P2 | export `format=pdf`Helvetica中文請用 md |
| **Workspace 協作** | ✅ P2 | members API + 審核可協作者決 |
| **白牌報表** | ✅ P2 | branding footer / hide powered-by |
## 已知限制(非未做)
- Threads **自動**對話/追蹤訊號仍 degraded手動成交 + UTM 點擊已補)
- PDF 標準字型對 CJK 顯示為 `?`,完整中文請 `format=md`
- Benchmark 需同利基累積 ≥5 匿名樣本
- 白牌是**報表文案**,不是自訂域名 DNS
## 驗證
```bash
curl -sS http://127.0.0.1:8888/api/v1/ping
curl -sS -X POST http://127.0.0.1:8888/api/v1/public/tools/style-quiz \
-H 'Content-Type: application/json' -d '{"samples":"測試貼文?"}'
```