|
<!doctype html> |
|
<html lang="zh-Hant"> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<title>AI 預測驗證 50 筆 Seed Queue Builder</title> |
|
<style> |
|
:root { |
|
--bg: #f4f1ea; |
|
--panel: #fffdf7; |
|
--ink: #202420; |
|
--muted: #656a61; |
|
--line: #d7cfc1; |
|
--blue: #235f8f; |
|
--green: #14705c; |
|
--gold: #ad7415; |
|
--red: #a74c42; |
|
} |
|
* { box-sizing: border-box; } |
|
body { |
|
margin: 0; |
|
background: var(--bg); |
|
color: var(--ink); |
|
font-family: "PingFang TC", "Noto Sans TC", ui-sans-serif, system-ui, sans-serif; |
|
line-height: 1.55; |
|
} |
|
header { |
|
padding: 42px 6vw 30px; |
|
background: #fff8e8; |
|
border-bottom: 1px solid var(--line); |
|
} |
|
.eyebrow { |
|
color: var(--blue); |
|
font-weight: 800; |
|
letter-spacing: .05em; |
|
text-transform: uppercase; |
|
font-size: 12px; |
|
} |
|
h1 { |
|
margin: 10px 0; |
|
max-width: 1080px; |
|
font-size: clamp(34px, 5vw, 70px); |
|
line-height: 1.04; |
|
letter-spacing: 0; |
|
} |
|
.lede { |
|
max-width: 940px; |
|
color: var(--muted); |
|
font-size: 19px; |
|
} |
|
main { |
|
padding: 28px 6vw 58px; |
|
display: grid; |
|
gap: 18px; |
|
} |
|
section { |
|
background: var(--panel); |
|
border: 1px solid var(--line); |
|
border-radius: 8px; |
|
padding: 22px; |
|
box-shadow: 0 12px 30px rgba(40, 34, 24, .08); |
|
} |
|
h2 { margin: 0 0 14px; font-size: 24px; } |
|
.grid { |
|
display: grid; |
|
grid-template-columns: repeat(4, minmax(0, 1fr)); |
|
gap: 12px; |
|
} |
|
.two { |
|
display: grid; |
|
grid-template-columns: repeat(2, minmax(0, 1fr)); |
|
gap: 14px; |
|
} |
|
.card { |
|
border: 1px solid var(--line); |
|
border-radius: 8px; |
|
background: #fffdf8; |
|
padding: 15px; |
|
} |
|
.tag { |
|
display: inline-flex; |
|
border: 1px solid var(--line); |
|
border-radius: 99px; |
|
padding: 2px 9px; |
|
margin-bottom: 9px; |
|
color: var(--muted); |
|
font-size: 12px; |
|
font-weight: 800; |
|
} |
|
table { |
|
width: 100%; |
|
border-collapse: collapse; |
|
font-size: 14px; |
|
} |
|
th, td { |
|
border-bottom: 1px solid var(--line); |
|
padding: 9px 8px; |
|
text-align: left; |
|
vertical-align: top; |
|
} |
|
th { |
|
color: var(--blue); |
|
font-size: 12px; |
|
letter-spacing: .04em; |
|
text-transform: uppercase; |
|
} |
|
ul, ol { margin: 0; padding-left: 20px; } |
|
li { margin: 6px 0; } |
|
code { |
|
background: #eee7dc; |
|
border: 1px solid var(--line); |
|
border-radius: 5px; |
|
padding: 1px 5px; |
|
font-family: ui-monospace, SFMono-Regular, Menlo, monospace; |
|
} |
|
.ok { color: var(--green); font-weight: 800; } |
|
.watch { color: var(--gold); font-weight: 800; } |
|
.stop { color: var(--red); font-weight: 800; } |
|
@media (max-width: 920px) { |
|
header, main { padding-left: 18px; padding-right: 18px; } |
|
.grid, .two { grid-template-columns: 1fr; } |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
<header> |
|
<div class="eyebrow">primary_artifact / production_readiness / people_sync</div> |
|
<h1>AI 預測驗證 50 筆 Seed Queue Builder</h1> |
|
<p class="lede">前兩輪已經定義 calibration gate 與 D7 trial runner。本輪把「要跑哪 50 筆」做成可採用的 seed queue 規格:欄位、抽樣規則、責任人、品質門檻、LINE 回覆格式與進 PLS 後台的同步契約。</p> |
|
</header> |
|
<main> |
|
<section> |
|
<h2>D1 / D7 / D14 / D30 路徑</h2> |
|
<div class="grid"> |
|
<div class="card"><span class="tag">D1</span><strong>50 筆候選池</strong><br>從近 30 天 AI review 挑 70 筆候選,補齊 owner、due、expected evidence。</div> |
|
<div class="card"><span class="tag">D7</span><strong>鎖定 50 筆試跑</strong><br>Louis 拍板 50 筆;zihrou 審 miss taxonomy;iron 確認 evidence source readiness。</div> |
|
<div class="card"><span class="tag">D14</span><strong>Seed 品質回饋</strong><br>缺 owner/due/evidence 的 prediction 回到 review prompt template 修正。</div> |
|
<div class="card"><span class="tag">D30</span><strong>自動抽樣</strong><br>PLS 每週自動建立 prediction seed queue,不再人工整理。</div> |
|
</div> |
|
</section> |
|
|
|
<section> |
|
<h2>目的到目的 E2E</h2> |
|
<div class="two"> |
|
<div class="card"> |
|
<ol> |
|
<li>AI review 產生可驗證 prediction。</li> |
|
<li>Seed Queue Builder 檢查 owner、due、expected evidence、impact metric。</li> |
|
<li>Louis / zihrou / iron 對同一張 queue 做拍板、taxonomy、source readiness。</li> |
|
<li>通過的 50 筆進 D7 Evidence Trial Runner。</li> |
|
<li>結果回寫 review prompt、adapter gap、correction action item。</li> |
|
</ol> |
|
</div> |
|
<div class="card"> |
|
<ul> |
|
<li>專案改善:prediction 不再模糊,能被驗收。</li> |
|
<li>錢路徑:優先驗證高營收 / 高風險 / 高人力釋放 prediction。</li> |
|
<li>風險改善:無 owner 或無 evidence 的 prediction 不進 trial。</li> |
|
<li>人的能力:大家學會寫「可證明」的 AI 管理判斷。</li> |
|
</ul> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
<section> |
|
<h2>Seed Queue 欄位</h2> |
|
<table> |
|
<thead><tr><th>欄位</th><th>必填</th><th>用途</th><th>不合格處理</th></tr></thead> |
|
<tbody> |
|
<tr><td><code>prediction_id</code></td><td>是</td><td>連回 review claim</td><td>退回來源 review</td></tr> |
|
<tr><td><code>claim_text</code></td><td>是</td><td>可驗證敘述</td><td>改寫成具體結果</td></tr> |
|
<tr><td><code>owner</code></td><td>是</td><td>採納與修正責任</td><td>不能進 D7</td></tr> |
|
<tr><td><code>due_date</code></td><td>是</td><td>判斷是否該命中</td><td>不能進 D7</td></tr> |
|
<tr><td><code>expected_evidence_sources</code></td><td>是</td><td>signals/action_items/GitHub/worker/deployment/review notes</td><td>標 source_gap</td></tr> |
|
<tr><td><code>impact_metric</code></td><td>是</td><td>revenue/cost/risk/conversion/labor/project</td><td>退回補 business meaning</td></tr> |
|
<tr><td><code>priority</code></td><td>是</td><td>P0/P1 優先抽樣</td><td>預設 P2,不列核心 50</td></tr> |
|
<tr><td><code>reviewer</code></td><td>是</td><td>Louis/zihrou/iron sample owner</td><td>不能完成 sample</td></tr> |
|
<tr><td><code>adoption_signal_needed</code></td><td>是</td><td>人要回覆什麼才算採納</td><td>LINE 草稿不可送出</td></tr> |
|
</tbody> |
|
</table> |
|
</section> |
|
|
|
<section> |
|
<h2>抽樣與驗收</h2> |
|
<div class="two"> |
|
<div class="card"> |
|
<p><span class="ok">必選:</span>近 30 天、P0/P1、涉及 Louis 指令、工具標準、AI 派工 SOP、跨部門風控、AI 行銷效率。</p> |
|
<p><span class="watch">配額:</span>至少 3 位 owner;至少 6 種 evidence source;至少 10 筆高風險或高營收 impact。</p> |
|
<p><span class="stop">排除:</span>沒有 owner、沒有 due、沒有 expected evidence、只有情緒判斷或純願望的 prediction。</p> |
|
</div> |
|
<div class="card"> |
|
<ul> |
|
<li>50 筆 seed completeness = 100%。</li> |
|
<li>reviewer sample owner 覆蓋 Louis/zihrou/iron。</li> |
|
<li>seed_quality_score >= 90 才能跑 D7。</li> |
|
<li>低於 90 時,先修 review prompt template。</li> |
|
</ul> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
<section> |
|
<h2>LINE 採納草稿</h2> |
|
<div class="card"> |
|
<p>「已把 AI 預測驗證下一步收斂成 50 筆 seed queue。請 Louis 先拍板:這 50 筆是否代表本週要驗證的公司 AI 化判斷;zihrou 看 miss taxonomy 是否能區分方向/資源/授權/執行;iron 回覆哪幾個 evidence source 可同步。回覆格式:同意 / 要替換哪幾筆 / 缺哪個 source。未完成 seed queue 前不再派新的 dashboard build。」</p> |
|
</div> |
|
</section> |
|
</main> |
|
</body> |
|
</html> |