Content
53%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.
A clearly sequenced, well-structured clinical workflow with good progressive disclosure signaling, but it leans on reasoning prose over executable code and delegates validation/scoring details to reference files that are not present in the bundle.
Suggestions
Add at least one executable Python snippet (e.g. a reciprocal-overlap or weighted-score calculation) to make the COMPUTE, DON'T DESCRIBE directive actionable rather than aspirational.
Inline a brief verification/checklist step in Phase 7 (e.g. confirm every applied ACMG code is backed by a tool-retrieved value) so the scoring workflow has an explicit validation checkpoint.
Either include the referenced bundle files (CLASSIFICATION_GUIDE.md, ANALYSIS_PROCEDURES.md, REPORT_TEMPLATE.md, EXAMPLES.md) or remove the references, since they currently point to files that do not exist.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and assumes Claude's competence, but the SV Pathogenicity Reasoning section restates dosage-sensitivity concepts (e.g. 'A deletion of a dosage-insensitive gene in a gene-dense region may be benign') that echo the domain knowledge rather than adding tool-specific procedure, and the workflow could be tightened. | 3 / 5 |
Actionability | Concrete tool names and thresholds are given, but Phases defer details to reference files and the COMPUTE section prescribes Python without any executable example, so guidance is partly specific yet incomplete and lacks copy-paste-ready code. | 3 / 5 |
Workflow Clarity | A clear 7-phase sequence with per-phase goals is present, but validation checkpoints are largely implicit and Phase 7 ACMG scoring is delegated to CLASSIFICATION_GUIDE.md without inline verification; per the batch/destructive cap guidance, missing explicit validation caps this at 3. | 3 / 5 |
Progressive Disclosure | The body is a well-organized overview that signals one-level-deep references (CLASSIFICATION_GUIDE.md, ANALYSIS_PROCEDURES.md, REPORT_TEMPLATE.md, EXAMPLES.md) at the right points. However none of these bundle files are actually present in the directory, so referenced paths cannot be verified, holding it just below a 5. | 4 / 5 |
Total | 13 / 20 Passed |