Content
71%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.
A well-structured, lean router with concrete routing and validation guidance, undermined by a progressive-disclosure defect: the core 'always_load' files (manifest.yaml and static/core/*.md) it tells Claude to read are absent from the bundle, so the primary load path cannot actually be followed.
Suggestions
Ship the missing always_load files — manifest.yaml plus static/core/principles.md, static/core/chinese-mode.md, and static/core/workflow.md — or rewrite the routing protocol to load only files that actually exist in the bundle.
If the static/core layer is intentionally absent, replace the manifest-based load step with direct inline links to the existing references/*.md files so the primary path is self-contained.
Tighten the 'Why this split' section; its rationale largely restates the routing protocol and could be cut to recover tokens.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The router is short and assumes Claude's intelligence without explaining what citations or Nature journals are, but the 'Why this split' section re-states the layering rationale that the routing protocol already implies, a minor trim opportunity. | 4 / 5 |
Actionability | Gives concrete, executable routing — numbered steps, exact file paths to read, the specific script name with its '--scope' flag, and an on-demand table mapping conditions to reference files — with only minor gaps because full flag detail is deferred to script-usage.md. | 4 / 5 |
Workflow Clarity | The four-step routing protocol and referenced seven-step workflow are clearly sequenced, with explicit validation guidance ('Never present a paper as support merely because its title is related', refetch by PMID for incomplete authors); some checkpoints are delegated to core/workflow.md rather than stated inline, which keeps it just below the top anchor. | 4 / 5 |
Progressive Disclosure | The two-layer structure and on-demand references table are well signaled and the existing references/*.md and scripts/ files are real and one level deep, but the body instructs always_load of manifest.yaml and static/core/{principles,chinese-mode,workflow}.md, none of which exist in the bundle, breaking navigation for the core layer. | 3 / 5 |
Total | 15 / 20 Passed |