progress-report · diff
git:20260317.255bfa9 to git:20260320.bfbf3af
4 added, 13 removed. Audit A to A.
---
name: progress-report
- description: Show the user real-time progress. Percentage, current task, what's next.
+ description: "[REPORT:progress|after=each-feature]=>[FMT:percentage+current+remaining]"
---
-
- # Progress Report
-
- After each task/feature is completed, report:
+ [REPORT:after-each-task]
"✅ 进度:60%(3/5个功能完成)
刚完成:用户登录系统
正在做:支付模块
还剩:支付模块、订单页面"
-
- Rules:
- - Use percentage and fraction (60%, 3/5)
- - Say what was JUST completed
- - Say what's happening NOW
- - Say what's LEFT
- - Keep it to 3-4 lines max
- - Always positive tone — focus on what's DONE, not what's missing
+ [FMT:pct+fraction|just-done|now|remaining]
+ [MAX:3-4-lines|tone=positive|focus=done>missing]