Content
77%Reviews 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 with a clear phased workflow, concrete tool calls, and verification checkpoints, but it is somewhat verbose and monolithic, keeping large reference tables inline rather than splitting them into separate files.
Suggestions
Trim the generic 'KEY PRINCIPLES', 'LOOK UP, DON'T GUESS', and 'COMPUTE, DON'T DESCRIBE' sections or fold their essentials into the workflow steps to reduce boilerplate tokens.
Move the large 'Tool Parameter Reference' and 'Quick Reference: Common Cancer Cell Lines by Type' tables into separate reference files (e.g. references/tool_parameters.md, references/cell_line_quick_reference.md) and link to them, improving progressive disclosure.
De-duplicate tool-call signatures that appear in both the Phase 0 reference table and the per-phase walkthroughs by citing the reference table from the phases.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense with actionable specifics rather than concept explanations, but the generic 'KEY PRINCIPLES' list and the 'LOOK UP, DON'T GUESS' / 'COMPUTE, DON'T DESCRIBE' sections are boilerplate that could be tightened, fitting the score-2 anchor. | 2 / 3 |
Actionability | Throughout the phases it gives fully executable tool calls with exact parameters (e.g. 'cellosaurus_search_cell_lines(q="id:<NAME>")') and copy-paste bash for the bundled script, matching the score-3 anchor for copy-paste-ready guidance. | 3 / 3 |
Workflow Clarity | A clearly sequenced Phase 0–5 workflow with an explicit completeness checklist as a validation checkpoint, plus an error-handling table and DepMap fallbacks as feedback loops, satisfies the score-3 anchor. | 3 / 3 |
Progressive Disclosure | Sections are well organized and the one bundled reference (scripts/depmap_gene_dependency.py) is real and clearly signaled at one level deep, but the file is monolithic at ~280 lines with large inline reference tables (tool parameters, cell-line quick reference) that could be split out, matching the score-2 anchor. | 2 / 3 |
Total | 10 / 12 Passed |