Content
66%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.
The body is highly actionable and exceptionally well-sequenced with strong validation and feedback loops, but it is verbose: many rules are restated across sections and sizable detail blocks are inlined rather than moved to reference files. Tightening redundancy and offloading the chart and protocol detail would raise conciseness and progressive disclosure.
Suggestions
Dedupe the repeated bash_exec mandate, wait-cadence list, seven experiment fields, and evaluation_summary fields so each rule appears once.
Move the connector-chart palette and requirements and the full bash_exec long-running protocol into reference files, keeping the body to a short summary with a link.
Add one fully worked artifact.record_main_experiment(...) example call so the actionability reaches copy-paste readiness.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~800-line body restates the same rules in multiple places (the bash_exec mandate, the 60s/120s/300s wait cadence, the seven experiment fields, the evaluation_summary fields) and inlines detail such as chart palettes that should live in reference files, making it noticeably verbose with several padded sections. | 2 / 5 |
Actionability | Provides concrete executable guidance via specific tool calls with parameters (artifact.record_main_experiment, bash_exec(mode='detach', ...), memory.list_recent), exact file paths, and explicit field schemas, with only minor gaps such as no fully worked example call. | 4 / 5 |
Workflow Clarity | A clearly numbered Workflow (contract, preflight, implement, execute, validate, record, decide) is backed by explicit validation checkpoints (preflight, pilot-before-scale, acceptance gate), feedback loops (diagnostic mode, last-known-good, diagnosis loop), and referenced checklist templates. | 5 / 5 |
Progressive Disclosure | References three real, one-level-deep reference files with clear signals (evidence-ladder, plan template, checklist template), but a fair amount of detail that could be split out (chart palettes, the full bash_exec long-running protocol, memory rules) is inlined in the main body. | 4 / 5 |
Total | 15 / 20 Passed |