assistant-claw/atlas/client-deck/README.md
Vega (Atlas scaffolding) ce9f27320a Add Atlas profile under atlas/ — boss-perspective project execution radar
This adds the full Atlas (总助 Claw / 老板视角项目执行雷达) scaffolding as a
sibling profile to the existing Vega general-purpose assistant. All Atlas content
lives under atlas/ to keep the existing top-level skeleton intact.

What's included:

- atlas/IDENTITY.md, SOUL.md, USER.md, AGENTS.md, MEMORY.md, BOOTSTRAP.md,
  HEARTBEAT.md, TOOLS.md (+ zh-CN mirrors) — full OpenClaw 8-piece set
  matching the zero-cca convention
- atlas/skills/ — 6 sub-skills with frontmatter:
  claw-email-parser / claw-project-tracker / claw-people-observer /
  claw-customer-radar / claw-boss-distiller / claw-report-writer
- atlas/skills/claw-boss-distiller/ — adapter notes for nuwa-skill, 5-layer
  boss_skill seed template (23 rules across Expression DNA / Mental Models /
  Decision Heuristics / Anti-Patterns / Honest Boundaries), and a complete
  synthetic distillation demo (10 input emails -> validated 5-layer output)
- atlas/mcp-tools/email-extractor/ — Python implementation of stages 1-3
  (fetch + decode + dequote), 7 pytest tests passing, CLI: atlas-extract
- atlas/state-schemas/ — formal JSON schemas for project / person / customer
  cards with the no-employee-rating hard constraint baked in
- atlas/client-deck/ — 2-page client-facing pitch document
- autopilots/atlas-*.yaml — 5 autopilot configs (daily / weekly / monthly /
  quarterly + andon event-triggered) for a future Multica-side scheduler

Notes:

- nuwa-skill (MIT, https://github.com/alchaincyf/nuwa-skill) NOT vendored;
  fetch at deploy time via instructions in
  atlas/skills/claw-boss-distiller/upstream/README.md
- Vega-side prompts/skills/tools/autopilots/docs scaffold left untouched
- Top-level README.md updated with a brief Atlas pointer; rest preserved
2026-05-09 17:00:29 +08:00

36 lines
1.2 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.

# Client Deck
会议主材料,直接发给客户对接人或拿去过会。
| 文件 | 用途 |
|---|---|
| `总助Claw_客户演示_v1.md` | 2 页演示文档PDF / 邮件正文均可) |
## 渲染建议
```bash
# 转 PDF需要 pandoc + xelatex 或 weasyprint
pandoc 总助Claw_客户演示_v1.md \
-o 总助Claw_客户演示_v1.pdf \
--pdf-engine=xelatex \
-V CJKmainfont="PingFang SC"
# 或转 HTML
pandoc 总助Claw_客户演示_v1.md -o 总助Claw_客户演示_v1.html --standalone
```
## 内容结构10 章)
1. 您要什么 — 把客户的"太多事情不了了之"一句话回顾
2. 它怎么工作 — 一图流skill + autopilot + 三视角)
3. 第一周交付 — Day 0 ~ Week 2 时间轴
4. 为什么不是又一个 ERP — 学习成本 / 推动周期 / 立竿见影 对比
5. 三视角并行 — Project / People / Customer
6. AI 真能蒸馏老板 OS — 用 nuwa-skill demo 实证
7. 产品边界 — ✅ 做的 / ❌ 不做的
8. 商业 + 部署 — 报价 / 私有部署 / DPA
9. ROI 角度 — 4.2 万 vs 一个不干活的中层
10. 下一步 — 客户只需做 3 件事
跟客户开会时按章节顺序讲PDF 大概 2 页。