Content
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body provides rich, domain-specific operational guidance with real tools and concrete thresholds, but is padded with a Key Concepts section explaining genetics fundamentals Claude already knows, uses invented wrapper functions in the workflow code rather than the actual described tools, and lacks validation checkpoints in the workflow. With no bundle files, the large monolithic file should offload reference material into separate files.
Suggestions
Cut or move the "Key Concepts" section (GWAS, odds ratios, LD, population stratification basics) — Claude already knows these; keep only the PRS-specific operational guidance to improve conciseness.
Replace the invented wrapper functions (build_polygenic_risk_score, calculate_personal_prs, interpret_prs_percentile) with actual calls to the described ToolUniverse tools (gwas_search_associations, gnomad_search_variants, run_ldsc_heritability) so the code is executable.
Add explicit validation checkpoints to the workflow (e.g. confirm QC filters were applied and sufficient genome-wide-significant SNPs remain before score calculation, and verify population mean/std before percentile interpretation).
Split detailed reference material (Data Sources tool reference, Key Concepts, Applications) into bundle files under references/ and link to them one level deep to reduce the monolithic body.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is ~280 lines and the "Key Concepts" section re-explains GWAS, odds ratios, beta coefficients, LD/clumping, and population stratification — concepts Claude already knows — so it is mostly efficient but includes unnecessary explanation that could be tightened, matching the level-2 anchor rather than the lean level-3. | 2 / 3 |
Actionability | Real tools with parameters (e.g. gwas_search_associations with disease_trait/size) and concrete QC thresholds (MAF < 0.01, HWE p < 1e-6) are actionable, but the headline workflow code calls invented wrappers (build_polygenic_risk_score, calculate_personal_prs, interpret_prs_percentile) that are not among the described ToolUniverse tools, fitting the level-2 "some concrete guidance but incomplete / pseudocode" anchor. | 2 / 3 |
Workflow Clarity | The 6-step Workflow (Trait Selection → ... → Risk Interpretation) is clearly sequenced, but there are no explicit validation checkpoints or feedback loops for a batch/data operation, which per the guidelines caps workflow clarity at 2. | 2 / 3 |
Progressive Disclosure | Sections are well-organized (not a disorganized wall of text), but the skill is a single ~280-line monolithic file with no bundle files (references/scripts/assets are absent) and content such as Key Concepts, Data Sources, and Applications that could be split remains inline, matching the level-2 "content that should be separate is inline" anchor. | 2 / 3 |
Total | 8 / 12 Passed |