Content
76%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 token-efficient delegation skill that correctly points Claude to the /autoresearch workflow and names the relevant tools and session files. Its main weakness is workflow clarity: the body neither surfaces nor points to validation/feedback steps for the iterative benchmark loop it orchestrates.
Suggestions
Add a one-line validation/feedback checkpoint to the body (e.g., 'After each run, compare benchmark result to prior best in autoresearch.jsonl before keeping or discarding the change') so the iterative loop has an explicit verify->fix->retry step.
Specify the fallback recording format briefly (e.g., one JSONL line per experiment with metric, value, evidence, decision) so the no-tools path is fully actionable.
Add lightweight section headers (## Workflow, ## Tools, ## Session files) to lift progressive_disclosure to a clear 5 for this short skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~6-line body is lean and efficient: it delegates to the slash command, names optional tools, and lists session files with no padding or explanation of concepts Claude already knows, matching the 5-anchor 'every token earns its place'. | 5 / 5 |
Actionability | Gives concrete directives ('Run the /autoresearch workflow', 'do not try to read a relative prompt-template path', named tools, fallback to 'record benchmark result, evidence, and decision in the session files'); as an instruction-only skill the lack of code is acceptable, but the fallback path omits specifics like record format, leaving minor gaps vs the 5-anchor. | 4 / 5 |
Workflow Clarity | The body delegates the real sequence to the slash command and only sketches 'run workflow, use tools, record results' without any validation checkpoints; per the batch-operation cap, an iterative experiment loop lacking explicit validation/feedback steps cannot exceed 3 even though delegation is intentional. | 3 / 5 |
Progressive Disclosure | Under 50 lines with no external reference bundle, and content is split into clearly labeled concerns (delegation, optional tools, session files); not a 5 because the paragraphs lack explicit section headers and the session-file list is informational rather than navigational. | 4 / 5 |
Total | 16 / 20 Passed |