# BOS v6.1 · Complete Architecture Summary

**Version:** v6.1 (LOCKED)
**Date:** 2026-04-16
**Supersedes:** v6

> 完整統整。需要找什麼、跑什麼、交付什麼、客戶拿什麼 — 一份看懂。

---

## 🎯 Tagline（官方）

> **主標：** 從 leads 到成交 · 每句話都有溫度。
> **副標：** 你知道要發、要追。BOS 讓你的文字有靈魂。

---

## 🧩 4-Layer Architecture

```
┌─────────────────────────────────────────────────────────┐
│ LAYER 1 · BOWIE IP VAULT（永不外流 · 未來課程素材）     │
│ 思維框架 · 分析方法論 · 客戶完整資料庫 · 交付工具        │
├─────────────────────────────────────────────────────────┤
│ LAYER 2 · 客戶執行系統（部署到客戶電腦）                │
│ _context × 7 · agents × 4 · skills × 14 · dashboard    │
│ + 客戶專屬 Hub（Netlify deployed）                      │
├─────────────────────────────────────────────────────────┤
│ LAYER 3 · 市場現成工具（BOS 整合，不自建）              │
│ Claude · Gemini · ManyChat · NotebookLM · Canva ...     │
├─────────────────────────────────────────────────────────┤
│ LAYER 4 · Partner 網絡（選配加購，額外報價）            │
│ 影片剪輯 · 攝影 · 進階設計                              │
└─────────────────────────────────────────────────────────┘
```

---

## 🛤️ 7-Stage Customer Journey

```
STRANGER → VIEWER → LEAD → PROSPECT → POOL → CUSTOMER → ADVOCATE
```

每階段都有：觸發條件 / 接觸點 / 對應 skill / 追蹤指標。

---

## 🤖 18 個 Skill 完整清單

### Layer 1 · Bowie Personal Content（9 個 · bowie-*）
*Bowie 自己的內容產出（dogfood）· 永不外流客戶*
`bowie-idea-capture` · `bowie-weekly-planner` · `bowie-script-generator` · `bowie-shoot-prep` · `bowie-video-to-captions` · `bowie-caption-generator` · `bowie-threads-formatter` · `bowie-content-review` · `bowie-competitor-research`

### Layer 2 · BOS Delivery（12 個 · bos-*）
*你交付客戶時用的引擎 — IP 保護*

| # | Skill | 用途 |
|---|---|---|
| 1 | `bos-new-client` | 建新客戶資料夾 + CLIENT_LIBRARY/PROSPECTS entry |
| 2 | `bos-discovery-call-prep` | 準備 Discovery meeting 資料 |
| 3 | `bos-meeting-capture` | Meeting transcript 結構化 |
| 4 | `bos-voice-extractor` ⭐⭐ | 從 transcript 抽客戶 voice DNA |
| 5 | `bos-client-analyzer` | Positioning + Voice + Pillars + LM |
| 6 | `bos-content-planner` | 12-post monthly calendar |
| 7 | `bos-leadmagnet-planner` | 3-month LM plan + PDF outline |
| 8 | `bos-positioning-doc-generator` | Positioning Doc 草稿 |
| 9 | `bos-client-intake` | 客戶 intake 文件 |
| 10 | `bos-skill-pack-builder` | 建完整 v6 pack（context+agents+skills+dashboard）|
| 11 | `bos-client-script-generator` | 客戶的腳本 + 4 平台 caption |
| 12 | `bos-monthly-review-generator` | 客戶月度 review |

### Layer 3 · Master Automation（6 個 · bos-*）
*你管理 BOS 業務本身的自動化*

| # | Skill | 用途 |
|---|---|---|
| 1 | `bos-bowie-master` ⭐⭐⭐ | **管理端 Team Leader** · 一句話 auto-chain 多 skill |
| 2 | `bos-client-progress` | 更新客戶月度進度 |
| 3 | `bos-log-objection` | 記客戶 push back pattern |
| 4 | `bos-log-insight` | 記市場觀察 |
| 5 | `bos-weekly-self-review` | 週日反思儀式 |
| 6 | `bos-metric-entry` | 客戶績效數據 |

---

## 🔗 Bowie Master Chain（你一句話 → 自動多 skill）

```
A. 「新客戶 [name]」        → 建 folder + CLIENT_LIBRARY + PROSPECTS
B. 「prep [name] discovery」→ Meeting card + 4-layer questions
C. 「capture [name] meeting」→ capture + voice extract + meetings-log
D. 「analyze [name]」       → analyzer + content planner + LM planner
E. 「build [name] pack」    → skill-pack-builder + push to GitHub
F. 「handover [name]」      → handover checklist + SSH + account setup
G. 「這週 pipeline」        → 跨客戶彙整
H. 「[name] 成交了」        → 更新 stage + 排 referral 提醒
I. 「[name] push back X」   → objection-reframe + log
```

---

## 📦 客戶完整交付清單

### A. 客戶的 GitHub Private Repo
```
bowiebos/[Firstname_LASTNAME]-bos-skills
├── _context/ (7)
│   ├── positioning.md
│   ├── voice.md
│   ├── pillars.md
│   ├── offer.md
│   ├── journey.md
│   ├── objection-library.md
│   └── visual-style.md
├── agents/ (4)
│   ├── bos-master.md
│   ├── lead-handler.md
│   ├── prospect-nurturer.md
│   └── customer-retainer.md
├── skills/ (14)
│   內容 (7): content-plan, caption-writer, carousel-builder, reel-script, lead-magnet-brief, client-response, script-generator
│   銷售 (7): lead-qualifier, lead-first-reply, followup-message, objection-reframe, proposal-draft, referral-ask, brand-visual-check
└── dashboard.html
```

### B. 客戶的 Hub（Netlify deployed）
```
[Firstname_LASTNAME] hub
├── 🌐 個人品牌頁 (public · 放 IG bio)
└── 🔒 後台 dashboard
    ├── Mini-Guidebook
    ├── My Dashboard
    ├── Content Calendar view
    ├── Lead tracker
    ├── Metrics
    └── Monthly review archive
```
> 資料存在 Google Drive + markdown files · Hub 是 read-only 視覺層

### C. 客戶的外部帳號（Bowie 設好）
- Claude Pro (USD 20/mo)
- Gemini Pro (USD 20/mo · 含 nano-banana)
- NotebookLM
- Canva (品牌模板 5-8)
- ManyChat (IG automation)
- Google Drive / Sheets（資料儲存主系統）

### D. 客戶拿到的成品
- 2 支短影片（他手機拍）
- 12-post 第一個月 calendar
- 1 個 Lead Magnet PDF
- Bio link hub 設定
- Positioning Doc / Voice Guide / Pillars

### E. 持續支援
- 1× Monthly Zoom 60min
- Weekly async（週日貼進度，次工作日回）
- 季度 skill update（auto-push）
- Bug fix ≤ 2hr/mo

---

## 💰 Pricing（2026 Edition）

### Pilot（前 3 個 · 2026 Apr-May 簽）
- Setup: RM 500
- M1-3 (Base): RM 650/mo × 3 = RM 1,950
- M4-6 (+Produce): RM 800/mo × 3 = RM 2,400
- **Total 6 個月: RM 4,850**
- 畢業 -10% lifetime = RM 1,350/mo
- 30 天 Kill Switch（沒 visible win → Setup 全退）

### Normal（2026 Q3+）
- Base Setup: RM 2,500 (含 LM)
- Add-on Module Setup: RM 500 each
- Full Suite Bundle: RM 3,500
- Monthly: RM 1,300-1,800

### Partner 加購
- 影片剪輯 / 攝影 / 進階設計 → 來談，個別報價

---

## 🌐 完整系統 URL 列表

### 內部檔案（GitHub BOS repo）
- `BOS_NORTH_STAR.md` — 指南針
- `BOS_V61_ARCHITECTURE.md` — 這份
- `SKILLS_INDEX.md` — 18 skill 清單
- `bos-vault/guidebook.html` — 交付 SOP
- `bos-vault/meeting-card.html` — Discovery meeting card ⭐新

### 客戶面對外（HTML）
- `sales-library/proposal.html` — 提案站
- `sales-library/pilot-agreement.html` — 簽約頁
- `sales-library/overview.html` — overview 帶回版
- `sales-library/present.html` — 簡報版

### 客戶 Repo 格式
`github.com/bowiebos/[Firstname_LASTNAME]-bos-skills`

---

## 📱 Bowie 日常 Workflow（3 個介面）

### 1. 手機（隨時）
- 打開 **Bowie Hub**（Netlify）看 guidebook / dashboard
- Apple Notes / Google Keep 隨手記 ideas
- Client snapshot 看 CLIENT_LIBRARY.md

### 2. 電腦 Deep Work
- 打開 **Claude Code** (in BOS repo)
- 跟 `bos-bowie-master` 說話 → auto chain
- 所有輸出自動寫進 `master/03-clients/[Firstname_LASTNAME]/`

### 3. Meeting 中
- 打開 **meeting-card.html**（平板 / 印出）
- 手機錄音 + 會後 transcribe
- 會後：「capture [name] meeting」

---

## ⚠️ 鐵律（不能違反）

1. **不建 CRM** — 用 Google Drive + markdown files + Hub dashboard
2. **不代寫代發代拍** — 客戶自己執行，AI 輔助
3. **不承諾 outcome** — 只承諾 inputs
4. **Layer 1 永不外流** — 思維框架 / 分析方法論是護城河
5. **Partner 層永遠額外收費** — Bowie 是顧問，不是勞工
6. **每週 KPI review** — 紅旗連續 2 週 = 停手診斷

---

## 🚀 當前狀態（2026-04-16）

### ✅ 已建成
- v6.1 完整架構
- 18 個 skill（12 delivery + 6 master + 9 personal dogfood 在 BowieCowork）
- 客戶 v6 template（_context + agents + skills + dashboard）
- Meeting card HTML
- Bowie Hub（待 deploy）
- Deploy SOP（Netlify / GitHub Pages 選擇）

### 🔜 待 Bowie 行動
1. 部署 Bowie Hub → Netlify
2. 跑第一個真實 pilot（Wynn_NG）全流程
3. Pilot 結束後 retro → v6.2

### 🎯 2026 Milestones
- Apr-May: 簽 3 個 pilots
- Apr-Sep: Pilot 6 個月 run
- Sep-Dec: Normal 開賣 + 10-12 個正常客戶
- End 2026: 12-15 active · MRR RM 10,500-13,000

---

## 一句話總結

> **BOS v6.1 = Bowie 的思維方法論 × AI 自動化層 × Hub 視覺層 × 市場現成工具。**
>
> 你負責 Brand 和 Thinking（看不見的護城河）。
> 系統負責 Automation（每句話都像客戶親口說的）。
> 客戶負責 Execution（他自己跑自己的系統）。
>
> 三層各司其職。不做 CRM，不做勞工，不做代操。
> 只做那一層：**讓他的文字有靈魂**。
