Content
62%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is a well-structured control surface with a clear sequenced workflow, explicit validation gates, and properly one-level-deep references that hold real content. Its main weaknesses are length and duplication across overlapping gate sections, plus a mix of concrete hooks with abstract directive prose.
Suggestions
Collapse the overlapping Validation, Acceptance gate, Non-negotiable rules, and Run-quality rules sections into a single ordered gate, and delete the verbatim duplicate lines (41-44) to recover token budget.
Push the evidence-ladder detail and failure-type taxonomy (lines 167-177, 240-258) into a reference file, leaving only the decision rule inline, to improve progressive disclosure.
Tighten abstract directives (e.g. "Run only the checks needed to maximize valid evidence per unit time") into concrete, actionable guidance or move them to the execution playbook.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and assumes Claude's competence with no basic-concept padding, but at ~269 lines it carries real duplication — e.g. lines 41-44 restate the PLAN.md and extra-metrics rules verbatim, and the Validation, Acceptance gate, Non-negotiable rules, and Run-quality rules sections overlap heavily. | 2 / 3 |
Actionability | Concrete callable hooks are present (artifact.record_main_experiment(...), bash_exec(...), artifact.git(...), memory.list_recent(...)) alongside concrete file conventions, but much of the guidance is abstract directive prose ("Run only the checks needed to maximize valid evidence per unit time") rather than copy-paste-ready steps. | 2 / 3 |
Workflow Clarity | The numbered Control workflow gives a clear sequence (lock contract, implement, smoke/pilot, execute and monitor, validate and record) with explicit validation checkpoints (Validation, Acceptance gate) and feedback loops for error recovery (diagnosis mode, last-known-good, isolate-and-retry). | 3 / 3 |
Progressive Disclosure | References are one level deep and well-signaled with a "Use them when" trigger (plan/checklist templates, execution-playbook, operational-guidance), and each referenced file is self-contained, but the body itself stays monolithic with evidence-ladder, failure taxonomies, and run-quality rules inlined rather than pushed out. | 2 / 3 |
Total | 9 / 12 Passed |