Content
68%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with complete, verified executable commands and clear sequencing, but it is slightly verbose (duplicate definitions) and the database workflows lack explicit validation checkpoints, which the rubric caps at 3 for destructive/batch operations.
Suggestions
Add an explicit validation/verification checkpoint after database writes (e.g., re-query the row or check the script's exit status before proceeding), which would lift workflow_clarity above the destructive-operation cap.
Remove the duplicate definition of 'peer' (currently explained in both section 一 and section 二) to tighten conciseness.
Clarify the HEARTBEAT.md reference — either confirm it exists in the bundle or note it is system-provided — so the one-level-deep reference is not a dangling link.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and avoids explaining concepts Claude already knows, but it is redundant in places — 'peer' is defined twice (sections 一 and 二) — and the long enumerated example lists for purpose/prompt_source could be tightened, matching the score-3 'could be tightened' anchor rather than the leaner score-4. | 3 / 5 |
Actionability | Every operation ships a complete, copy-paste-ready bash invocation with real flags, real script paths, and concrete placeholders (cs-update, follow-up-create/cancel/expire/due/mark-sent/complete), and the referenced scripts exist in the bundle and are executable, matching the score-5 anchor. | 5 / 5 |
Workflow Clarity | Sequences are explicit (update-then-reply; cancel-old-then-create-new) and status flow is documented, but the database workflows lack explicit validation/verification checkpoints. Per the rubric's destructive/database-operation rule, missing validation caps workflow_clarity at 3 even though the sequencing is otherwise clear. | 3 / 5 |
Progressive Disclosure | The body is well-organized with clear numbered sections, and operational detail is properly externalized into the scripts/ bundle (all referenced scripts are real files). The only gap is a dangling reference to HEARTBEAT.md and ./db/schema.sql that are not present in the bundle, a minor organization issue matching score-4. | 4 / 5 |
Total | 15 / 20 Passed |