Content
65%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 content is highly actionable with complete executable code, but it inlines long implementations that duplicate existing bundle scripts without referencing them, and its workflows lack the validation checkpoints expected for batch imaging operations.
Suggestions
Replace the long inline implementations in Core Capabilities with concise summaries plus pointers to the matching scripts/ files (e.g., "See scripts/compute_adc.py for the full implementation") to reduce token weight and surface the bundle.
Restructure Typical Workflows as explicit sequenced steps (load → preprocess → compute → validate → report) with validation checkpoints and error-recovery loops for the batch/segmentation operations.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient prose but inlines seven lengthy code blocks (some 80+ lines) that duplicate executable scripts already shipped in scripts/, making it noticeably heavier than necessary. | 3 / 5 |
Actionability | Every capability section provides fully executable, copy-paste-ready Python with docstrings, arguments, and worked Typical Workflows covering the common cases. | 5 / 5 |
Workflow Clarity | "Typical Workflows" are code-call sequences rather than sequenced multi-step processes, and batch/segmentation operations lack explicit validate→fix→retry checkpoints, which caps workflow clarity at 3 per the rubric. | 3 / 5 |
Progressive Disclosure | Sections are well organized, but the scripts/ bundle files (compute_adc.py, cosinor_analysis.py, etc.) are never referenced from the body, so content that should be offloaded remains fully inlined. | 3 / 5 |
Total | 14 / 20 Passed |