Content
87%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is concise and actionable with good progressive disclosure via one real reference file. The main gap is workflow clarity: high-risk recall and cost-bearing sms/call operations lack explicit confirmation/validation checkpoints in the body itself.
Suggestions
Add an explicit confirm-before-send checkpoint for cost-bearing channels (sms/call) and a verify-before-recall step for +recall-personal in the body, since these are high-risk-write operations.
Surface the "sms/call 有通信费用,使用前需和用户确认" safety note from references/ding.md directly in the body near the intent table so the validation step is not only in the reference.
Include a brief validate-then-proceed loop (e.g. dry-run or --format json output check) for recall/send workflows to lift workflow_clarity above 2.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean — shortcut table, intent table, and cross-product notes — with no concept explanations Claude already knows; structural preamble markers and routing policy are operational, not padding. Closest to the lean/efficient anchor. | 3 / 3 |
Actionability | The intent table maps user phrases to copy-paste-ready commands (e.g. `dws ding message send --type app --users <userId> --content "<内容>"`) and lists shortcuts with risk levels, giving fully executable guidance. | 3 / 3 |
Workflow Clarity | Routing and sequencing are present, but the body includes high-risk-write (+recall-personal) and cost-bearing (sms/call) operations without explicit validation/confirmation checkpoints, which the rubric caps at 2 for destructive or batch operations. | 2 / 3 |
Progressive Disclosure | A concise overview with a single, clearly signaled one-level-deep reference ("命令参考:[ding.md](references/ding.md)"), and references/ding.md exists with no nested references, matching the clear-overview anchor. | 3 / 3 |
Total | 11 / 12 Passed |