Content
85%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured, highly actionable skill with clear workflow sequencing, explicit validation checkpoints, and proper progressive disclosure to reference files. Its main weakness is moderate verbosity—some sections overlap (Constraints vs Execution Boundaries, repeated guard/discard logic across Decision Language, Gotchas, and Acceptance Criteria) and could be consolidated for better token efficiency. Overall it is a strong skill that provides concrete, executable guidance for a complex multi-step process.
Suggestions
Consolidate overlapping sections: merge 'Execution Boundaries' into 'Constraints', and deduplicate guard/discard logic that appears in 'Decision Language', 'Gotchas', and 'Acceptance Criteria' to reduce redundancy and improve token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is fairly dense and avoids explaining basic concepts, but some sections are verbose or redundant (e.g., 'Execution Boundaries' and 'Constraints' overlap, 'Decision Language' repeats guard/discard logic found elsewhere). Several bullet points could be tightened without losing meaning. | 2 / 3 |
Actionability | The skill provides concrete executable examples (shell commands, YAML ledger entries, specific command outputs), clear decision rules (baseline - candidate >= min_delta), and copy-paste-ready verification commands. The iteration example and ledger entry are fully concrete and actionable. | 3 / 3 |
Workflow Clarity | The workflow is clearly sequenced (9 numbered steps) with explicit validation checkpoints (baseline first, verify then guard, fail-fast at first failed gate), feedback loops (repair smallest failing hypothesis, rerun gate before broad validation), and clear decision criteria (keep/discard/block with evidence). The repair/failure behavior section adds a proper error recovery loop. | 3 / 3 |
Progressive Disclosure | The skill ends with a clear 'Progressive Disclosure' section pointing to one-level-deep references (references/autoresearch-project.md, references/contract.yaml, references/evals.yaml, references/task-profile.json). The main body serves as an effective overview without inlining content that belongs in those reference files. The discovery interview also references a separate file appropriately. | 3 / 3 |
Total | 11 / 12 Passed |