Content
100%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, action-dense, and concise: executable commands, a real bundled script, parameter interpretation, and explicit quality gates with feedback loops. References are one level deep and the referenced script exists and matches the tool.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean body with no padding about what dose-response is; every section earns its place (data-prep table, executable command, parameter table, gotchas) and assumes Claude's competence. | 3 / 3 |
Actionability | Provides a copy-paste-ready `tu run DoseResponse_calculate_ic50` invocation with concrete inputs/outputs, plus a real executable script (scripts/fit_dose_response.py) with usage examples and a working scipy 4PL fit. | 3 / 3 |
Workflow Clarity | Four clearly sequenced steps (Prepare -> Fit -> Interpret -> Quality) with explicit validation checkpoints (r^2 >= 0.95, >=4 points, IC50 within range) and feedback loops ('recommend wider concentrations', 'flag rather than forcing one IC50'). | 3 / 3 |
Progressive Disclosure | Body is a concise overview with a single one-level-deep, clearly signaled reference (scripts/fit_dose_response.py) that genuinely exists in the bundle; content is appropriately split with easy navigation. | 3 / 3 |
Total | 12 / 12 Passed |