Content
61%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 content is well-structured and reasonably concise with concrete risk-scoring and JSON examples, but algorithm details are incomplete and the batch/report workflow lacks explicit validation checkpoints and error-recovery feedback loops. Adding executable computation for the aggregation metrics and a validate-then-fix loop would lift actionability and workflow clarity.
Suggestions
Define how 家族聚集度 and the input counts are actually computed (executable formula or script), since the risk score currently depends on an undefined metric.
Add explicit validation checkpoints with fix-and-retry feedback loops after data loading and before report generation, given this is a batch data-integration + output workflow.
Tighten the overlap between 触发条件 and 步骤1 (确定分析目标) to remove the duplicated request-type listing.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and mostly assumes Claude's competence, with concrete formula/JSON snippets and a necessary medical disclaimer; minor repetition between 触发条件 and 步骤1 keeps it just below 5. | 4 / 5 |
Actionability | Provides concrete elements (weighted risk formula, JSON advice schema, specific file paths, ECharts components) but key algorithm details like how 家族聚集度 is computed are undefined and no executable script code is given, matching the 'incomplete guidance' anchor. | 3 / 5 |
Workflow Clarity | Eight steps are clearly sequenced and a validation step exists, but for a batch data-integration + report-generation workflow the validation is only listed without explicit checkpoints or fix-and-retry feedback loops, capping workflow clarity at 3 per the rubric. | 3 / 5 |
Progressive Disclosure | Single self-contained file with clear section headers and no nested references; organization is good with minor gaps (disclaimer/JSON/viz detail could be split out), landing above the midpoint but below the well-signaled multi-file 5 anchor. | 4 / 5 |
Total | 14 / 20 Passed |