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 well-structured, actionable, and uses progressive disclosure effectively with real reference files. The main improvement opportunity is reducing thematic redundancy across the Constraints, Decision Language, Gotchas, and Anti-Patterns sections.
Suggestions
Consolidate the repeated destructive-command refusal and guard-regression rules into one authoritative section to remove redundancy between Constraints, Decision Language, Gotchas, and Anti-Patterns.
Consider folding the short Avoid and Anti-Patterns sections together, since both enumerate what not to do, to further tighten the document.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Sections are terse and assume Claude's competence (no concept padding), but themes recur across Constraints, Decision Language, Gotchas, and Anti-Patterns (e.g. destructive-command refusal and guard-regression rules appear multiple times) and could be tightened. Not level 3 because of this redundancy; not level 1 because there is no explanatory fluff. | 2 / 3 |
Actionability | Provides executable, copy-paste-ready commands ("uv run train.py --steps 200 --json", "./bin/ask skills audit … --json --robot") and a concrete YAML ledger entry. Above level 2, which would offer only pseudocode or incomplete guidance. | 3 / 3 |
Workflow Clarity | The 9-step Workflow is clearly sequenced with explicit validation gates ("Baseline first. Never keep an experiment before baseline evidence exists", Verify/Guard before keep/discard) and a Repair feedback loop (rerun the failing gate first). Appropriate for destructive/batch experiment operations, so above level 2. | 3 / 3 |
Progressive Disclosure | An explicit "Progressive Disclosure" section points one level deep to references/autoresearch-project.md, contract.yaml, evals.yaml, task-profile.json, and discovery-interview.md — all of which exist as real files. Clear overview with well-signaled navigation, matching level 3. | 3 / 3 |
Total | 11 / 12 Passed |