Content
42%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 with a strong decision tree and phased workflow, but it is verbose for a claimed overview and, critically, every referenced bundle file (references/*.md and scripts/*.py) is missing, breaking progressive disclosure and weakening actionability.
Suggestions
Add the missing references/*.md (statistical_analysis.md, cell_counting.md, segmentation.md, fluorescence_analysis.md, image_processing.md, troubleshooting.md) and scripts/*.py (segment_cells.py, measure_fluorescence.py, batch_process.py, colony_morphometry.py, statistical_comparison.py) so signaled references resolve.
Trim redundancy: drop or merge the Quick Reference Table and the 'Detailed Reference Guides' list, since they restate references already cited inline in the decision tree and sections.
Add explicit validation/feedback steps (validate output, retry on failure) around batch and destructive operations like batch_process.py.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly action-oriented but padded: the Quick Reference Table and 'Detailed Reference Guides' section restate the inline decision-tree references, and the body is long for an overview that claims to defer details to references/. | 2 / 3 |
Actionability | Some executable code is present (grouped_summary, file-discovery snippet), but many pointers ('See references/statistical_analysis.md', 'scripts/segment_cells.py') reference bundle files that do not exist, so the guidance is partly non-executable. | 2 / 3 |
Workflow Clarity | A clear decision tree and Phase 0-3 sequence exist plus a completeness checklist, but batch/destructive operations (batch_process.py) lack explicit validate->fix->retry feedback loops, capping this at 2. | 2 / 3 |
Progressive Disclosure | The body signals one-level-deep references to references/*.md and scripts/*.py, but those directories do not exist in the bundle, so the disclosure structure is broken rather than real. | 1 / 3 |
Total | 7 / 12 Passed |