Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a well-structured, highly actionable router with clear sequencing and good one-level-deep progressive disclosure. Its only meaningful weakness is conciseness: redundant prose sections and reminders restate content already covered by the description and the sub-skills it delegates to.
Suggestions
Remove the RULE ZERO prose duplicated from the description and the 'Brief reminders' block, since those conventions live in the routed sub-skills; keep only the routing table and tie-break rules inline.
Merge the 'Problem-Solving Mode', 'Quick Lookup Mode', and 'General Protocols' sections, which restate the same 'look up don't guess / compute don't estimate' principle three times, into a single concise block.
Trim the worked examples in 'Routing Examples' to 2-3 representative cases to cut length without losing the routing pattern.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Avoids explaining concepts Claude already knows and the routing table is legitimately dense, but the ~410-line body repeats material (RULE ZERO duplicated from the description, 'Brief reminders' restating sub-skill conventions, plus overlapping 'Problem-Solving Mode'/'Quick Lookup Mode'/'General Protocols' prose) and could be tightened. | 2 / 3 |
Actionability | Provides copy-paste-ready commands ('tu run read_executed_notebook ...', 'Skill(skill="...")'), a tool table with concrete one-liners, and worked tie-break examples like 'calculate the drip rate for this IV -> computational-biophysics'. | 3 / 3 |
Workflow Clarity | The routing process is clearly sequenced (FIRST ACTION, numbered How-to-route 1-4, explicit tie-break rules, and an 'If no signal matches' fallback) with correctness checkpoints in RULE ZERO (cite the cell output rather than recompute, prefer canonical over scratch-named scripts). | 3 / 3 |
Progressive Disclosure | The body is an overview router pointing one level deep to ~70 sub-skills via Skill() calls, with a single clearly-signaled bundle reference (references/general-strategies.md) that exists on disk; details are appropriately externalized to the sub-skills. | 3 / 3 |
Total | 11 / 12 Passed |