Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is well-structured and concise with a clear task-routing table and concrete style specs, but it lacks an executable mxGraph XML template and any validation step for the fragile XML output. The four referenced reference files are also missing, breaking the intended progressive-disclosure navigation.
Suggestions
Add a minimal, copy-paste mxGraphModel XML scaffold (root + one node + one edge) so the agent has an executable starting point rather than only output requirements.
Include a validation checkpoint in the output workflow (e.g. "verify the XML is well-formed and imports into Draw.io before finalizing") to satisfy the feedback-loop expectation for XML/document operations.
Provide the four referenced reference/ files (tech-stack.md, system-arch.md, data-structure.md, er-diagram.md) or remove the dead links so progressive-disclosure navigation actually resolves.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and token-efficient: uses compact tables for keyword routing and color specs with no padding or explanation of concepts Claude already knows. | 3 / 3 |
Actionability | Provides concrete values (colors #3366CC, font Helvetica 11–13, arrow style endArrow=classicBlockThin) but no copy-paste mxGraph XML scaffold or executable example; "完整 mxGraph XML" is stated as an output requirement rather than demonstrated. | 2 / 3 |
Workflow Clarity | A keyword→reference routing table and a 4-step output list give a clear sequence, but there is no validation checkpoint (e.g. verify XML well-formedness / Draw.io importability) for the fragile XML-generation operation, capping the score per the rubric's feedback-loop rule. | 2 / 3 |
Progressive Disclosure | Body points to four one-level-deep reference files (reference/tech-stack.md etc.) with clear signaling, but the referenced files do not exist in references/ (the directory is empty), so navigation is broken rather than well-organized. | 2 / 3 |
Total | 9 / 12 Passed |