| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606 |
- <!DOCTYPE html>
- <html lang="zh-CN" data-theme="pitch-deck-vc">
- <head>
- <meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
- <title>1.0 分阶段开发与运营 · 数字心理学AI智能体</title>
- <link rel="stylesheet" href="assets/fonts.css">
- <link rel="stylesheet" href="assets/base.css">
- <link rel="stylesheet" id="theme-link" href="assets/themes/pitch-deck-vc.css">
- <link rel="stylesheet" href="assets/animations/animations.css">
- <style>
- .badge{display:inline-block;padding:3px 12px;border-radius:20px;font-size:12px;font-weight:700}
- .badge-green{background:#d4edda;color:#155724}
- .badge-yellow{background:#fff3cd;color:#856404}
- .badge-gray{background:#e2e3e5;color:#6c757d}
- .badge-red{background:#f8d7da;color:#721c24}
- .diff-table{width:100%;border-collapse:collapse;font-size:14px}
- .diff-table th{background:var(--surface-2);padding:10px 12px;text-align:left;font-weight:600;font-size:13px}
- .diff-table td{padding:10px 12px;border-bottom:1px solid var(--border)}
- .diff-table tr:nth-child(even) td{background:var(--surface-2)}
- .stat-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
- .stat-card{padding:16px 20px;border-radius:14px;text-align:center}
- .stat-card .num{font-size:32px;font-weight:900;line-height:1}
- .stat-card .lbl{font-size:12px;color:var(--text-2);margin-top:4px}
- .phase-card{padding:14px 16px;border-radius:12px;text-align:center;border:1px solid var(--border);background:var(--surface);flex:1;min-width:80px}
- .phase-card .pnum{font-size:20px;font-weight:900;color:var(--brand);line-height:1}
- .phase-card .ptitle{font-size:11px;color:var(--text-2);margin-top:4px}
- .gate-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin:0 6px}
- .gate-dot.go{background:#2e7d32}
- .gate-dot.pause{background:#e65100}
- .price-big{font-size:30px;font-weight:900;color:var(--brand);line-height:1}
- .flow-card{padding:12px 14px;border-radius:10px;text-align:center;background:var(--surface);border:1px solid var(--brand);min-width:90px}
- .flow-card .ico{font-size:22px;margin-bottom:4px}
- .phase-detail{display:flex;gap:16px;margin-top:14px}
- .phase-col{flex:1;padding:14px 16px;border-radius:12px;min-width:0}
- .phase-col.dev{background:var(--surface-2);border:1px solid var(--border)}
- .phase-col.ops{background:#e8f5e9;border:1px solid #a5d6a7}
- .phase-col h4{font-size:14px;margin:0 0 8px}
- .phase-col ul{margin:0;padding-left:16px;font-size:13px;line-height:1.8}
- .phase-col.ops ul{list-style:none;padding-left:0}
- .phase-col.ops ul li:before{content:"▸ ";color:#2e7d32}
- .gate-box{margin-top:10px;padding:10px 14px;border-radius:8px;font-size:12px;text-align:center}
- .gate-box.pass{border:1px solid #ffc107;background:#fff8e1}
- .phase-strip{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;overflow-x:auto}
- .phase-strip .seg{flex:1;min-width:70px;padding:8px 6px;border-radius:6px;text-align:center;font-size:10px;font-weight:600;color:#fff}
- .revenue-row{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}
- @media (max-width:768px){
- .slide{padding:24px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch}
- .h1{font-size:28px!important;line-height:1.2!important}
- .h2{font-size:22px!important;line-height:1.25!important}
- .h3{font-size:18px!important}
- .lede{font-size:15px!important}
- .kicker{font-size:11px!important}
- .dim,.dim2{font-size:12px!important}
- .stat-card{min-width:100px!important;padding:10px!important}
- .stat-card .num{font-size:20px!important}
- .price-big{font-size:20px!important}
- .diff-table{font-size:11px!important}
- .diff-table th,.diff-table td{padding:6px 8px!important}
- .phase-detail{flex-direction:column!important;gap:10px!important}
- .phase-col{padding:10px 12px!important}
- .phase-col ul{font-size:12px!important;line-height:1.6!important}
- .flow-card{padding:8px 10px!important;min-width:60px!important}
- .phase-card{min-width:60px!important;padding:8px!important}
- .phase-card .pnum{font-size:14px!important}
- .phase-strip .seg{min-width:50px!important;padding:4px!important;font-size:8px!important}
- .grid.g2,.grid.g3{grid-template-columns:1fr!important}
- .revenue-row{font-size:11px!important}
- .revenue-row>div{min-width:70px!important;padding:8px 10px!important}
- .deck-footer{font-size:10px!important;bottom:10px!important;left:14px!important;right:14px!important}
- .gate-box{font-size:11px!important}
- }
- @media (max-width:480px){
- .slide{padding:16px 12px}
- .h1{font-size:22px!important}
- .h2{font-size:18px!important}
- .h3{font-size:14px!important}
- .h4{font-size:12px!important}
- .kicker{font-size:10px!important}
- .stat-card{min-width:70px!important;padding:6px!important}
- .stat-card .num{font-size:16px!important}
- .price-big{font-size:16px!important}
- .diff-table{font-size:10px!important}
- .diff-table th,.diff-table td{padding:4px 5px!important;word-break:break-all}
- .deck-footer{font-size:9px!important}
- .flower{margin:2px 0}}
- @media (max-width:420px){
- table.diff-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
- }
- .pos{color:#2e7d32}.neg{color:#c62828}
- .hint{font-size:11px;color:var(--text-2)}
- .mt-m{margin-top:12px}.mt-l{margin-top:18px}
- .tc{text-align:center}
- .flower{font-size:12px;color:var(--text-2);margin:6px 0}
- </style>
- </head>
- <body data-themes="pitch-deck-vc,corporate-clean,tokyo-night,editorial-serif,aurora" data-theme-base="assets/themes/">
- <div class="deck">
- <section class="slide center tc" data-title="封面">
- <p class="kicker">成本驱动 · 运营验证 · 分阶段投入</p>
- <h1 class="h1 anim-fade-up" data-anim="fade-up">1.0 分阶段开发与运营对齐方案</h1>
- <p class="lede" style="max-width:560px">数字心理学·全生命周期AI赋能系统<br>技术方 + 运营方 · 量入为出 · 数据决定节奏</p>
- <div class="phase-strip" style="max-width:520px;margin:16px auto 0">
- <div class="seg" style="background:#1565c0;flex:2">Phase 1<br>2个月 · 能量盘+解读基础</div>
- <span style="color:#999;font-size:10px">▶</span>
- <div class="seg" style="background:#1976d2">P2<br>⑤分销支付</div>
- <span style="color:#999;font-size:10px">▶</span>
- <div class="seg" style="background:#388e3c">P3<br>②成人五区</div>
- <span style="color:#999;font-size:10px">▶</span>
- <div class="seg" style="background:#f57c00">P4<br>③少儿完整</div>
- <span style="color:#999;font-size:10px">▶</span>
- <div class="seg" style="background:#e65100">P5<br>优化完善</div>
- <span style="color:#999;font-size:10px">▶</span>
- <div class="seg" style="background:#2e7d32">P6 M7 ✓<br>正式盈利</div>
- </div>
- <div class="flower">每个阶段尾评估运营数据 —— 不达标则暂停开发</div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="为什么分阶段">
- <p class="kicker">Why Phase-Gate</p>
- <h2 class="h2">不赚钱的开发就是成本黑洞</h2>
- <div class="grid g2 mt-m" style="gap:16px">
- <div class="stat-card" style="border:2px solid #c62828;background:#fce4ec">
- <div class="num" style="color:#c62828;font-size:28px">¥15.0万</div>
- <div class="lbl">5人技术团队 · 月成本</div>
- </div>
- <div class="stat-card" style="border:1px solid var(--border)">
- <div class="num" style="font-size:28px">300人</div>
- <div class="lbl">2个月覆盖成本所需种子量</div>
- </div>
- </div>
- <div style="margin-top:14px;padding:14px 18px;background:var(--surface-2);border-radius:10px;font-size:13px;line-height:1.7">
- <strong>核心矛盾</strong>:团队每天都在花钱(¥15万/月),但收入取决于运营方的推广能力。<br>
- 运营效果无法提前预知 —— 如果投入所有资源开发完才发现推不动,成本已经沉没了。<br><br>
- <strong>团队配置</strong>:后端1 + 前端2 + AI1 + 产品1 · <strong>后端压力最大</strong>(全栈+数据库+部署)<br><br>
- <strong>分阶段开发</strong>:把6个月的开发量拆成6个阶段,<strong style="color:#e65100">每个阶段结束后评估运营数据</strong>。<br>
- 数据达标 → 继续下一阶段;不达标 → 暂停,降低团队规模,等待运营跟上。
- </div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="1.0功能全景">
- <p class="kicker">6大模块 · 6个月研发量</p>
- <h2 class="h2">1.0 全功能全景</h2>
- <p class="hint" style="margin:2px 0 10px">每个模块涉及前端、后端、AI Prompt、数据库、测试</p>
- <table class="diff-table">
- <thead><tr><th style="width:40px">#</th><th>模块</th><th>核心功能</th><th>估工</th></tr></thead>
- <tbody>
- <tr><td><strong>1</strong></td><td><strong>三角形能量盘引擎</strong></td><td>姓名+生日 → 3秒出图,Canvas可视化,五区色块</td><td>3周</td></tr>
- <tr><td><strong>2</strong></td><td><strong>AI五区完整解读</strong></td><td>LLM自动生成主性格+父源+母源+左中右区,Prompt调优</td><td>4周</td></tr>
- <tr><td><strong>3</strong></td><td><strong>少儿板块</strong></td><td>核心性格+天赋潜能+学习判定(独立Prompt体系)</td><td>3周</td></tr>
- <tr><td><strong>4</strong></td><td><strong>能量师CRM</strong></td><td>客户绑定/互动记录/信息补充/客户列表/活跃度</td><td>4周</td></tr>
- <tr><td><strong>5</strong></td><td><strong>分销支付体系</strong></td><td>微信支付/C端裂变/分销面板/佣金提现/推广码</td><td>4周</td></tr>
- <tr><td><strong>6</strong></td><td><strong>分享导出+培训引流</strong></td><td>图片/PDF导出、培训嵌入、认证标识、数据统计</td><td>3周</td></tr>
- </tbody>
- </table>
- <div class="hint" style="margin-top:6px">合计约21周,部分可并行 → 压缩至6个月(含集成联调测试)</div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="免费vs付费">
- <p class="kicker">客户诉求 vs 商业现实</p>
- <h2 class="h2">免费引流 · 付费增值</h2>
- <p class="hint" style="margin:2px 0 10px">免费功能"足够体验",付费解锁深度使用</p>
- <table class="diff-table">
- <thead><tr><th>功能</th><th style="text-align:center">免费访客</th><th style="text-align:center">C端 ¥299/年</th><th style="text-align:center">能量师 ¥1,314+/年</th></tr></thead>
- <tbody>
- <tr><td>能量盘生成</td><td style="text-align:center">✅ 3次/日</td><td style="text-align:center">✅ 不限</td><td style="text-align:center">✅ 不限</td></tr>
- <tr><td>主性格概要</td><td style="text-align:center">✅ 文字概要</td><td style="text-align:center">✅ 完整</td><td style="text-align:center">✅ 完整</td></tr>
- <tr><td>AI五区完整解读</td><td style="text-align:center">❌ 仅预览</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr>
- <tr><td>少儿板块</td><td style="text-align:center">❌</td><td style="text-align:center">✅</td><td style="text-align:center">✅</td></tr>
- <tr><td>CRM客户管理</td><td style="text-align:center">—</td><td style="text-align:center">—</td><td style="text-align:center">✅</td></tr>
- <tr><td>分销佣金</td><td style="text-align:center">—</td><td style="text-align:center">—</td><td style="text-align:center">✅ 40%+推荐</td></tr>
- <tr><td>分享导出</td><td style="text-align:center">❌</td><td style="text-align:center">✅ 图片</td><td style="text-align:center">✅ 图片+PDF</td></tr>
- </tbody>
- </table>
- <div class="grid g3 mt-m" style="gap:10px;font-size:12px">
- <div style="padding:10px;background:#fce4ec;border-radius:8px;text-align:center"><strong>免费访客</strong><br><span class="hint">感知价值,引流入口</span></div>
- <div style="padding:10px;background:#e8f5e9;border-radius:8px;text-align:center"><strong>C端付费</strong><br><span class="hint">深度解读,持续使用</span></div>
- <div style="padding:10px;background:#fff3cd;border-radius:8px;text-align:center"><strong>能量师付费</strong><br><span class="hint">工具提效+分销收益</span></div>
- </div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="成本核算">
- <p class="kicker">量入为出</p>
- <h2 class="h2">7个月平台总投入 ≈ ¥109万</h2>
- <table class="diff-table mt-m">
- <thead><tr><th>成本项</th><th>月均</th><th>7个月</th><th>说明</th></tr></thead>
- <tbody>
- <tr><td><strong>技术团队</strong>(5人)</td><td>¥15.0万</td><td><strong>¥105.0万</strong></td><td>后端1+前端2+AI1+产品1</td></tr>
- <tr><td><strong>云服务器</strong></td><td>¥0.1万</td><td>¥0.7万</td><td>单机起步,按需扩容</td></tr>
- <tr><td><strong>AI Token</strong></td><td>¥0.3万</td><td>¥2.1万</td><td>国产模型,随用户增长递增</td></tr>
- <tr><td><strong>其他</strong></td><td>¥0.2万</td><td>¥1.4万</td><td>域名/短信/备用</td></tr>
- <tr style="background:#fff3cd"><td><strong>合计</strong></td><td><strong>¥15.6万</strong></td><td><strong>≈¥109万</strong></td><td>月均¥15.6万</td></tr>
- </tbody>
- </table>
- <div class="stat-row mt-m" style="gap:14px">
- <div class="stat-card" style="border:1px solid var(--border);padding:10px 16px">
- <div class="num" style="font-size:20px;color:#c62828">¥15.0万</div>
- <div class="lbl">最大成本 · 团队薪酬</div>
- </div>
- <div class="stat-card" style="border:1px solid var(--border);padding:10px 16px">
- <div class="num" style="font-size:20px;color:var(--brand)">¥0.6万</div>
- <div class="lbl">云+Token+其他</div>
- </div>
- <div class="stat-card" style="border:1px solid #2e7d32;padding:10px 16px">
- <div class="num" style="font-size:20px;color:#2e7d32">¥109万</div>
- <div class="lbl">7个月总投入</div>
- </div>
- </div>
- <div class="hint mt-m tc">若运营不达标 → 暂停开发,团队缩至1-2人 → 月成本降至¥4-6万</div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="收入模型">
- <p class="kicker">已有对齐共识</p>
- <h2 class="h2">收入分配与分账模型</h2>
- <div class="grid g2 mt-m" style="gap:14px;font-size:13px">
- <div style="padding:14px 16px;border-radius:10px;border:1px solid var(--brand);background:var(--surface)">
- <h4 style="margin:0 0 6px;font-size:14px">技术方收入</h4>
- <div class="price-big" style="font-size:22px">¥998<span class="hint" style="font-size:12px;font-weight:400"> / 能量师</span></div>
- <div class="hint">固定每名能量师 ¥998,不参与分销分润</div>
- <div class="hint" style="margin-top:4px">C端 40% = ¥119.6/人</div>
- </div>
- <div style="padding:14px 16px;border-radius:10px;border:1px solid #e65100;background:#fff3cd">
- <h4 style="margin:0 0 6px;font-size:14px">运营方收入</h4>
- <div class="price-big" style="font-size:22px;color:#e65100">¥916<span class="hint" style="font-size:12px;font-weight:400"> / 标准价</span></div>
- <div class="hint">剩余部分归运营,负责支付 ¥500+¥100 分销佣金</div>
- <div class="hint" style="margin-top:4px">C端 15% = ¥44.85/人 + 培训引流转化</div>
- </div>
- </div>
- <div class="revenue-row mt-l" style="font-size:12px;gap:10px">
- <div style="padding:12px 16px;background:var(--surface-2);border-radius:8px;min-width:160px;text-align:center">
- <strong>技术方年度收入</strong><br>1,200能量师×¥998 + 4,000C端×¥119.6<br>
- <span style="font-weight:900;color:var(--brand)">≈¥167.6万</span>
- </div>
- <div style="padding:12px 16px;background:#fff3cd;border-radius:8px;min-width:160px;text-align:center">
- <strong>运营方年度收入</strong><br>B端分润 + C端15% + 培训引流<br>
- <span style="font-weight:900;color:#e65100">≈¥466万</span>
- </div>
- </div>
- <p class="hint mt-m tc">运营方B端分润:标准价¥1,914-¥998=¥916/人(含佣金),种子价¥1,314-¥998=¥316/人;培训:60人×¥6万=¥360万(5%转化率)</p>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="6阶段路线总览">
- <p class="kicker">2 + 1 + 1 + 1 + 1 + 1 = 7个月</p>
- <h2 class="h2">分阶段路线总览</h2>
- <div style="display:flex;align-items:center;gap:4px;margin-top:14px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px">
- <div class="phase-card" style="flex:2;border-color:#1565c0;background:#e3f2fd">
- <div class="pnum" style="color:#1565c0">P1</div>
- <div class="ptitle" style="font-size:10px;color:#1565c0">2个月</div>
- <div style="font-size:9px;margin-top:4px">能量盘+解读基础</div>
- </div>
- <span style="color:#1565c0;font-size:10px">▶</span>
- <div class="phase-card" style="border-color:#1976d2">
- <div class="pnum" style="color:#1976d2">P2</div><div class="ptitle">M3</div>
- <div style="font-size:9px;margin-top:2px">⑤分销支付</div>
- </div>
- <span style="color:#999;font-size:10px">▶</span>
- <div class="phase-card" style="border-color:#388e3c">
- <div class="pnum" style="color:#388e3c">P3</div><div class="ptitle">M4</div>
- <div style="font-size:9px;margin-top:2px">②成人五区</div>
- </div>
- <span style="color:#999;font-size:10px">▶</span>
- <div class="phase-card" style="border-color:#f57c00">
- <div class="pnum" style="color:#f57c00">P4</div><div class="ptitle">M5</div>
- <div style="font-size:9px;margin-top:2px">③少儿完整</div>
- </div>
- <span style="color:#999;font-size:10px">▶</span>
- <div class="phase-card" style="border-color:#e65100">
- <div class="pnum" style="color:#e65100">P5</div><div class="ptitle">M6</div>
- <div style="font-size:9px;margin-top:2px">优化完善</div>
- </div>
- <span style="color:#999;font-size:10px">▶</span>
- <div class="phase-card" style="border-color:#2e7d32;background:#e8f5e9">
- <div class="pnum" style="color:#2e7d32">P6</div><div class="ptitle" style="color:#2e7d32">M7</div>
- <div style="font-size:9px;margin-top:2px">✓ 正式盈利</div>
- </div>
- </div>
- <div style="display:flex;gap:6px;margin-top:10px;font-size:11px;flex-wrap:wrap;justify-content:center">
- <span style="display:inline-flex;align-items:center;gap:4px"><span class="gate-dot go"></span> 运营达标 → 继续</span>
- <span style="display:inline-flex;align-items:center;gap:4px"><span class="gate-dot pause"></span> 不达标 → 暂停</span>
- </div>
- <table class="diff-table mt-m">
- <thead><tr><th>阶段</th><th>时间</th><th>开发完成目标</th><th>运营推广目标</th><th>技术方累计收入</th></tr></thead>
- <tbody>
- <tr><td><strong>P1</strong></td><td>M1-2</td><td>能量盘+AI初步+天赋解码+分销基础+支付+CRM</td><td><strong>300种子能量师</strong></td><td><strong>¥29.94万</strong></td></tr>
- <tr><td>P2</td><td>M3</td><td><strong>⑤分销支付板块</strong>(面板+C端支付+裂变)</td><td>+100能量师 +50C端</td><td>¥40.52万</td></tr>
- <tr><td>P3</td><td>M4</td><td><strong>②成人五区完整</strong>+CRM完善+分享导出</td><td>+100能量师 +150C端</td><td>¥52.29万</td></tr>
- <tr><td>P4</td><td>M5</td><td><strong>③少儿完整板块</strong>+培训引流+数据</td><td>+150能量师 +200C端</td><td>¥69.65万</td></tr>
- <tr><td>P5</td><td>M6</td><td>性能优化+推荐体系完善</td><td>+150能量师 +300C端</td><td>¥88.21万</td></tr>
- <tr style="background:#e8f5e9"><td><strong>P6</strong></td><td><strong>M7</strong></td><td><strong>1.0全功能收尾</strong></td><td><strong>+200能量师 +400C端</strong></td><td><strong>¥112.96万</strong></td></tr>
- </tbody>
- </table>
- <div class="hint tc mt-m" style="font-size:11px">技术方收入 = 能量师×¥998 + C端×¥119.6(40%)</div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="Phase 1">
- <p class="kicker">Phase 1 · 第1-2个月</p>
- <h2 class="h2">MVP基础 · 能量盘+主性格+天赋解码</h2>
- <div class="phase-detail">
- <div class="phase-col dev">
- <h4>🛠 开发完成目标</h4>
- <ul>
- <li><strong>① 三角形能量盘引擎</strong> — Canvas可视化,3秒出图,五区色块</li>
- <li><strong>② AI初步解读</strong> — 成人主性格深度分析(首发仅主性格,后续P3扩展五区)</li>
- <li><strong>③ 少儿天赋解码</strong> — 首发仅天赋潜能,后续P4扩展全板块</li>
- <li><strong>④ CRM基础</strong> — 客户绑定+客户列表</li>
- <li><strong>⑤ 分销基础</strong> — 推广码生成+佣金记录(完整面板在P2上线)</li>
- <li><strong>⑤ 微信支付</strong> — 能量师付费开通,渠道收款</li>
- <li>免费访客入口(限次体验,引流)</li>
- </ul>
- </div>
- <div class="phase-col ops">
- <h4>📊 运营推广目标</h4>
- <ul>
- <li><strong>招募300名种子能量师</strong></li>
- <li>技术方收入:300×¥998 = <strong>¥29.94万</strong></li>
- <li>运营方收入:300×¥316 = ¥9.48万</li>
- <li>建立种子群,收集反馈</li>
- </ul>
- </div>
- </div>
- <div class="gate-box pass">
- <strong>⚡ 决策节点</strong>:种子能量师 <strong>≥ 300人 → 进入Phase 2</strong>;≤ 200人 → 暂停开发,缩至1-2人维护
- </div>
- <p class="hint tc" style="margin-top:6px;font-size:11px">①~⑥编号对应1.0全景6大模块,下同。P1仅发布模块的子集,完整板块在P2-P4逐个上线</p>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="Phase 2">
- <p class="kicker">Phase 2 · 第3个月 · 上一个板块</p>
- <h2 class="h2">分销支付体系 · 收入引擎就位</h2>
- <div class="phase-detail">
- <div class="phase-col dev">
- <h4>🛠 开发完成目标</h4>
- <ul>
- <li><strong>⑤ 分销面板</strong> — 收益统计+佣金明细+团队树</li>
- <li><strong>⑤ C端支付</strong> — 客户自助订阅¥299</li>
- <li><strong>⑤ C端分销裂变</strong> — 推广码+邀请奖励</li>
- <li><strong>④ 互动查看</strong> — 能量师查看客户AI记录</li>
- <li>推广码生成与管理</li>
- </ul>
- <p class="hint" style="margin-top:6px;font-size:11px">本期板块:<strong>⑤ 分销支付体系</strong>(4周估工)</p>
- </div>
- <div class="phase-col ops">
- <h4>📊 运营推广目标</h4>
- <ul>
- <li>累计400能量师(+100新增)</li>
- <li>累计50C端用户</li>
- <li>技术方累计收入:<strong>¥40.52万</strong></li>
- <li>运营方开始获得B端分润+佣金</li>
- </ul>
- </div>
- </div>
- <div class="gate-box pass">
- <strong>⚡ 决策节点</strong>:能量师增长趋势良好 + C端转化率 > 5% → 继续;<strong>增长停滞 → 暂停</strong>
- </div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="Phase 3">
- <p class="kicker">Phase 3 · 第4个月 · 上一个板块</p>
- <h2 class="h2">成人AI完整解读 · 五区全量上线</h2>
- <div class="phase-detail">
- <div class="phase-col dev">
- <h4>🛠 开发完成目标</h4>
- <ul>
- <li><strong>② 成人AI完整解读</strong> — 父源+母源+左区+中区+右区,完整Prompt体系</li>
- <li><strong>④ CRM完善</strong> — 备注/标签/联系方式/活跃度统计</li>
- <li><strong>⑥ 分享导出</strong> — 图片分享,PDF报告</li>
- <li>免费访客升级(增加体验深度)</li>
- </ul>
- <p class="hint" style="margin-top:6px;font-size:11px">本期板块:<strong>② AI五区完整解读</strong>(4周估工)</p>
- </div>
- <div class="phase-col ops">
- <h4>📊 运营推广目标</h4>
- <ul>
- <li>累计500能量师(+100)</li>
- <li>累计200C端(+150)</li>
- <li>技术方累计收入:<strong>¥52.29万</strong></li>
- <li>C端分润+分享裂变带动传播</li>
- </ul>
- </div>
- </div>
- <div class="gate-box pass">
- <strong>⚡ 决策节点</strong>:累计能量师 ≥ 500且C端 ≥ 200 → 继续;<strong>任一滞后 → 暂停评估</strong>
- </div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="Phase 4">
- <p class="kicker">Phase 4 · 第5个月 · 上一个板块</p>
- <h2 class="h2">少儿完整板块 + 培训引流</h2>
- <div class="phase-detail">
- <div class="phase-col dev">
- <h4>🛠 开发完成目标</h4>
- <ul>
- <li><strong>③ 少儿完整板块</strong> — 核心性格+天赋潜能+学习判定,独立Prompt体系</li>
- <li><strong>⑥ 培训引流</strong> — 嵌入培训宣传入口,报名引导</li>
- <li><strong>⑥ 能量师认证标识</strong> — 认证徽章+等级</li>
- <li><strong>⑥ 数据统计后台</strong> — 用户/收入/裂变看板</li>
- </ul>
- <p class="hint" style="margin-top:6px;font-size:11px">本期板块:<strong>③ 少儿全生命周期板块</strong>(3周估工)</p>
- </div>
- <div class="phase-col ops">
- <h4>📊 运营推广目标</h4>
- <ul>
- <li>累计650能量师(+150)</li>
- <li>累计400C端(+200)</li>
- <li>技术方累计收入:<strong>¥69.65万</strong></li>
- <li>培训引流启动,能量师推荐网络成型</li>
- </ul>
- </div>
- </div>
- <div class="gate-box pass">
- <strong>⚡ 决策节点</strong>:培训转化率达标 + 能量师增长持续 → 继续;<strong>推广效率不足 → 暂停,聚焦运营</strong>
- </div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="Phase 5">
- <p class="kicker">Phase 5 · 第6个月</p>
- <h2 class="h2">性能优化 + 体系完善 · 为1.0收尾</h2>
- <div class="phase-detail">
- <div class="phase-col dev">
- <h4>🛠 开发完成目标</h4>
- <ul>
- <li>性能优化 + 安全审计</li>
- <li>推荐能量师体系完善</li>
- <li>C端裂变机制完善</li>
- <li>系统优化 + Bug修复</li>
- <li>为Phase 6 1.0收尾做准备</li>
- </ul>
- </div>
- <div class="phase-col ops">
- <h4>📊 运营推广目标</h4>
- <ul>
- <li>累计800能量师(+150)</li>
- <li>累计700C端(+300)</li>
- <li>技术方累计收入:<strong>¥88.21万</strong></li>
- <li>C端裂变加速,二级分销活跃</li>
- </ul>
- </div>
- </div>
- <div class="gate-box pass">
- <strong>⚡ 决策节点</strong>:累计收入 <strong>≥ ¥88万</strong> → 进入Phase 6;<strong>收入 < ¥70万 → 暂停</strong>
- </div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="Phase 6">
- <p class="kicker">Phase 6 · 第7个月</p>
- <h2 class="h2">1.0全功能达标 · 技术方正式盈利</h2>
- <div class="phase-detail">
- <div class="phase-col dev">
- <h4>🛠 开发完成目标</h4>
- <ul>
- <li>①②③④⑤⑥ 六大模块全部上线</li>
- <li>全链路稳定性提升</li>
- <li>技术债务清理,1.0正式发布</li>
- </ul>
- </div>
- <div class="phase-col ops">
- <h4>📊 运营推广目标</h4>
- <ul>
- <li>累计1,000能量师(+200)</li>
- <li>累计1,100C端(+400)</li>
- <li>技术方累计收入:<strong>¥112.96万</strong></li>
- <li>运营方B端+培训收入开始放量</li>
- </ul>
- </div>
- </div>
- <div class="stat-row mt-m" style="gap:14px">
- <div class="stat-card" style="border:2px solid #2e7d32;background:#e8f5e9;padding:12px 24px">
- <div class="num" style="font-size:24px;color:#2e7d32">+¥3.76万</div>
- <div class="lbl">累计净利(收入¥112.96万 - 成本¥109.2万)</div>
- </div>
- </div>
- <p class="hint tc mt-m" style="font-size:12px">开发阶段内实现盈利!P1已快速回笼¥29.94万,后续月收入持续超过月成本。开发结束后团队缩至维护规模,利润加速释放。</p>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="收支与决策总表">
- <p class="kicker">数据决定节奏</p>
- <h2 class="h2">累计收支 + 决策规则 + 运营方收入</h2>
- <table class="diff-table mt-m">
- <thead><tr><th>阶段</th><th>技术方收入</th><th>累计成本</th><th style="text-align:right">盈亏</th><th>决策</th></tr></thead>
- <tbody>
- <tr><td><strong>P1</strong> M1-2</td><td><strong>¥29.94万</strong></td><td>-¥31.2万</td><td class="neg" style="text-align:right">-¥1.26万</td><td><span class="badge badge-yellow">≥300种子?</span></td></tr>
- <tr><td><strong>P2</strong> M3</td><td>¥40.52万</td><td>-¥46.8万</td><td class="neg" style="text-align:right">-¥6.28万</td><td><span class="badge badge-yellow">增长趋势?</span></td></tr>
- <tr><td><strong>P3</strong> M4</td><td>¥52.29万</td><td>-¥62.4万</td><td class="neg" style="text-align:right">-¥10.11万</td><td><span class="badge badge-yellow">≥500/200?</span></td></tr>
- <tr><td><strong>P4</strong> M5</td><td>¥69.65万</td><td>-¥78.0万</td><td class="neg" style="text-align:right">-¥8.35万</td><td><span class="badge badge-yellow">培训达标?</span></td></tr>
- <tr><td><strong>P5</strong> M6</td><td>¥88.21万</td><td>-¥93.6万</td><td class="neg" style="text-align:right">-¥5.39万</td><td><span class="badge badge-yellow">≥¥88万?</span></td></tr>
- <tr style="background:#e8f5e9"><td><strong>P6</strong> <strong>M7</strong></td><td><strong>¥112.96万</strong></td><td><strong>-¥109.2万</strong></td><td class="pos" style="text-align:right"><strong>+¥3.76万</strong></td><td><span class="badge badge-green">✓ 转正</span></td></tr>
- </tbody>
- </table>
- <div class="grid g2 mt-m" style="gap:12px;font-size:12px">
- <div style="padding:12px 14px;background:#fff3cd;border-radius:8px">
- <strong>⚡ 决策规则</strong><br>每阶段结束评估运营数据 → 达标继续 → 不达标暂停开发,缩至1-2人维护
- </div>
- <div style="padding:12px 14px;background:#e8f5e9;border-radius:8px">
- <strong>📈 年度预期(达标后)</strong><br>1,200能量师+4,000C端 → 技术方年收入≈¥167.6万<br>7月满配+5月维护≈¥139万 → <strong>技术方净利≈¥28.4万</strong><br><span class="hint">累计在第7个月转正,后续利润加速释放</span>
- </div>
- </div>
- <div style="margin-top:14px;padding:14px 16px;background:#fff3cd;border-radius:10px;font-size:12px">
- <strong style="color:#e65100">📊 运营方年度收入测算</strong>
- <div class="revenue-row mt-m" style="font-size:12px;gap:8px">
- <div style="padding:8px 12px;background:var(--surface);border-radius:6px"><strong>B端分润</strong><br>≈¥88万</div>
- <div style="padding:8px 12px;background:var(--surface);border-radius:6px"><strong>C端15%</strong><br>≈¥17.9万</div>
- <div style="padding:8px 12px;background:var(--surface);border-radius:6px"><strong>培训引流</strong><br>60人×¥6万≈¥360万</div>
- <div style="padding:8px 14px;background:var(--brand);color:#fff;border-radius:6px"><strong>合计</strong><br><strong>≈¥466万</strong></div>
- </div>
- <div class="hint" style="margin-top:6px">B端:标准价¥1,914-¥998=¥916/人,种子价¥1,314-¥998=¥316/人(含佣金);培训:5%×1,200人×¥6万/人</div>
- </div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide" data-title="难点与风险">
- <p class="kicker">Known Unknowns</p>
- <h2 class="h2">项目难点与风险</h2>
- <div style="display:flex;flex-direction:column;gap:8px;margin-top:14px;font-size:13px">
- <div style="padding:11px 16px;background:var(--surface-2);border-radius:10px;border-left:4px solid #e65100">
- <strong style="color:#e65100">⚡ 运营驱动节奏的双刃剑</strong>
- <div class="hint" style="margin-top:3px">收入完全取决于运营推广能力。P1需300种子,2个月内达成压力很大。运营不达预期则项目暂停。双方需要建立高度透明的数据共享机制。</div>
- </div>
- <div style="padding:11px 16px;background:var(--surface-2);border-radius:10px;border-left:4px solid #7b1fa2">
- <strong style="color:#7b1fa2">🎯 AI解读质量与用户预期</strong>
- <div class="hint" style="margin-top:3px">天赋解码、五区解读等核心功能依赖Prompt调优质量。初期AI解读可能不够"惊艳",用户期望与实际体验之间的差距会导致口碑风险。需要上线后持续迭代Prompt。</div>
- </div>
- <div style="padding:11px 16px;background:var(--surface-2);border-radius:10px;border-left:4px solid #2e7d32">
- <strong style="color:#2e7d32">📉 市场不确定性</strong>
- <div class="hint" style="margin-top:3px">能量师年费¥1,314-¥1,914、C端¥299在目标市场的价格敏感度未知。竞品可能以更低价格或免费模式抢占市场。培训转化率5%的假设需要实际验证。</div>
- </div>
- <div style="padding:11px 16px;background:var(--surface-2);border-radius:10px;border-left:4px solid #c62828">
- <strong style="color:#c62828">🔐 数据隐私与安全</strong>
- <div class="hint" style="margin-top:3px">能量盘信息涉及姓名+生日等个人隐私数据。平台积累大量用户性格分析记录,一旦泄露影响面广。需从架构层设计数据脱敏与权限控制,避免合规风险。</div>
- </div>
- <div style="padding:11px 16px;background:var(--surface-2);border-radius:10px;border-left:4px solid #1565c0">
- <strong style="color:#1565c0">⏱ 进度超期风险</strong>
- <div class="hint" style="margin-top:3px">5人团队做6个月开发量,P1仅8周需交付能量盘+AI+CRM+支付+分销基础,排期紧凑。1人后端是最大瓶颈——API+数据库+部署全在他身上。任一环节延期将连锁影响后续所有阶段。</div>
- </div>
- <div style="padding:11px 16px;background:var(--surface-2);border-radius:10px;border-left:4px solid #f57c00">
- <strong style="color:#f57c00">🔗 能量师长期绑定</strong>
- <div class="hint" style="margin-top:3px">能量师是平台核心资产,但可能绕过平台直接服务客户,或担心平台"养肥了就踢开"(积累客户后取消分销)。需设计续费激励、等级特权、培训认证等长期绑定机制。</div>
- </div>
- <div style="padding:11px 16px;background:var(--surface-2);border-radius:10px;border-left:4px solid #c62828">
- <strong style="color:#c62828">📝 AI内容品控</strong>
- <div class="hint" style="margin-top:3px">AI自动生成的解读内容质量可能有波动。出现明显错误或有争议的描述会直接影响付费用户信任。需建立内容审核机制+用户反馈通道,保障输出质量稳定。</div>
- </div>
- </div>
- <div class="hint tc mt-m" style="font-size:11px">分阶段开发本身是核心风控手段 —— 不达标则停,不在错误方向上投入更多资源</div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- <section class="slide center tc" data-title="核心原则">
- <p class="kicker">Three Rules</p>
- <h2 class="h2">核心原则</h2>
- <div class="stat-row mt-l" style="gap:18px">
- <div class="stat-card" style="max-width:220px;border:2px solid var(--brand)">
- <div style="font-size:36px;margin-bottom:6px">📊</div>
- <div class="num" style="font-size:20px;color:var(--brand)">量入为出</div>
- <div class="lbl">开发投入不超前于收入验证<br>成本可控,进退自如</div>
- </div>
- <div class="stat-card" style="max-width:220px;border:2px solid #2e7d32">
- <div style="font-size:36px;margin-bottom:6px">📈</div>
- <div class="num" style="font-size:20px;color:#2e7d32">运营驱动节奏</div>
- <div class="lbl">开发速度与运营推广能力匹配<br>运营先行,验证后再投入</div>
- </div>
- <div class="stat-card" style="max-width:220px;border:2px solid #e65100">
- <div style="font-size:36px;margin-bottom:6px">🎯</div>
- <div class="num" style="font-size:20px;color:#e65100">数据决定</div>
- <div class="lbl">每个阶段尾用数据说话<br>不达标就停,不赌运气</div>
- </div>
- </div>
- <div style="margin-top:20px;padding:14px 20px;background:var(--surface-2);border-radius:10px;font-size:13px;max-width:480px;margin-left:auto;margin-right:auto">
- <strong>一句话</strong>:先活下来,再活得好。<br>运营证明增长能力 → 技术跟上投入;运营跟不上 → 暂停等待。
- </div>
- <div class="deck-footer"><span class="dim2">1.0 开发与运营对齐</span><span class="slide-number"></span></div>
- </section>
- </div>
- <script src="assets/runtime.js"></script>
- <script>
- (function(){
- var n=document.createElement('div');
- n.style.cssText='position:fixed;bottom:40px;right:16px;z-index:9999;display:flex;gap:8px';
- n.innerHTML='<button id="p" style="width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,0,0,.15);background:rgba(255,255,255,.9);cursor:pointer;font-size:20px;box-shadow:0 2px 8px rgba(0,0,0,.15);-webkit-tap-highlight-color:transparent">◀</button><button id="n" style="width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,0,0,.15);background:rgba(255,255,255,.9);cursor:pointer;font-size:20px;box-shadow:0 2px 8px rgba(0,0,0,.15);-webkit-tap-highlight-color:transparent">▶</button>';
- document.body.appendChild(n);
- document.getElementById('p').onclick=function(){document.dispatchEvent(new KeyboardEvent('keydown',{key:'ArrowLeft',bubbles:true}))};
- document.getElementById('n').onclick=function(){document.dispatchEvent(new KeyboardEvent('keydown',{key:'ArrowRight',bubbles:true}))};
- var sx=0,sy=0;
- document.addEventListener('touchstart',function(e){sx=e.touches[0].clientX;sy=e.touches[0].clientY},{passive:true});
- document.addEventListener('touchend',function(e){
- var dx=e.changedTouches[0].clientX-sx,dy=e.changedTouches[0].clientY-sy;
- if(Math.abs(dx)>50&&Math.abs(dx)>Math.abs(dy)) document.dispatchEvent(new KeyboardEvent('keydown',{key:dx>0?'ArrowLeft':'ArrowRight',bubbles:true}));
- else if(Math.abs(dy)>50&&Math.abs(dy)>Math.abs(dx)) document.dispatchEvent(new KeyboardEvent('keydown',{key:dy>0?'ArrowLeft':'ArrowRight',bubbles:true}));
- },{passive:true});
- })();
- </script>
- </body>
- </html>
|