v0.7.2 — new-mission 行為實測五修+速查小抄 / Behavior-tested five fixes + cheatsheet
繁中
沒有新 skill,但 new-mission 被真實使用磨了一整輪。 一場 dry run+一場真任務的行為實測,抓出 11 個發現、修掉 5 個設計缺陷:
- 開場分流:空手觸發不再無目標長考——第一則訊息直接問「1=一句話描述任務 2=從待辦挑」,不預先掃環境;帶任務觸發直接進查證(含範圍盒:最多一輪、關鍵詞索引、不貼全文)
- 速答優化:五題盡量帶編號候選(回數字即可);回「跳過/都可以」=採預設值並寫進計畫【假設】格
- 確認編號化:計畫結尾固定「1=開始執行 2=要改 3=先擱置」,回 1 即為明確的「做」
- 報告必附 prompt:收尾報告【計畫】格必附優化 prompt 全文——報告因此能當下次重跑的起點;比例原則明文排除 prompt(永不壓行)
- 落地優先於蒸發:計畫沒指定落點時,有檔案系統就預設落檔
<工作目錄>/mission-reports/;「對話交付+明說未落檔」收窄為純聊天環境(lite 簡版)專用
另新增 docs/cheatsheet.md+4:5 圖卡:12 支 skill 觸發詞速查小抄。prompts/ 簡版中英同步。
English
No new skills — instead, new-mission got a full round of behavior testing in real use. One dry run plus one real task surfaced 11 findings and fixed 5 design flaws:
- Opening triage: a bare trigger no longer wanders — the first message simply asks "1 = describe the mission, 2 = pick from your backlog", with zero pre-scanning; a trigger that carries the task goes straight to scoped research (one pass, keyword-indexed, conclusions only)
- Fast answers: questions ship with numbered candidates (reply with a digit); "skip" takes a sensible default and records it in the plan's Assumptions cell
- Numbered confirmation: every plan ends with "1 = go, 2 = change, 3 = park it" — replying 1 counts as the explicit go
- Reports carry the prompt: the wrap-up report's Plan cell now includes the full reusable task prompt, so the report doubles as next time's starting point; the proportionality rule explicitly never compresses it
- Landing beats evaporating: when no location was approved, environments with a filesystem (any environment that can install this skill) default to
<cwd>/mission-reports/; chat-delivery-with-disclosure is now reserved for chat-only environments (the lite prompts)
Also new: docs/cheatsheet.md + a 4:5 image card — a one-page trigger-word cheat sheet for all 12 skills. Lite prompts (zh/en) updated in sync.