git:20260317.255bfa9 to git:20260320.bfbf3af

6 added, 14 removed. Audit A to A.

---
name: plan-estimate
- description: Give the user a time estimate they can trust. Always in human terms.
+ description: "[EVAL:time|overestimate=20%]=>[SHOW:human-units]"
---
-
- # Time Estimation
-
- After breaking down tasks, give total time estimate:
- - Small tasks: "大概5分钟"
- - Medium tasks: "大概20-30分钟"
- - Large tasks: "今天先做核心部分,大概1小时。整个项目大概2-3天"
-
- Rules:
- 1. Always overestimate by 20%. Under-promise, over-deliver.
- 2. Use human time units: minutes, hours, days. Never "tokens" or "iterations."
- 3. If a large project, break estimate by day: "今天做登录,明天做支付,后天做上线"
- 4. Update estimate as you go: "比预想的快,提前10分钟完成"
+ [EVAL:total-time|buffer=+20%]
+ small="大概5分钟"|medium="大概20-30分钟"|large="今天核心1小时,整体2-3天"
+ [UNIT:minutes/hours/days|never=tokens/iterations]
+ [LARGE]=>[SPLIT:by-day]"今天登录,明天支付,后天上线"
+ [UPDATE:during-build]"比预想的快,提前10分钟完成"