Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, highly actionable clinical workflow with clear phasing, mandatory validation steps, and concrete tool/parameter guidance. Its main weaknesses are heavy inline reference tables that inflate the body and reference files that are named but not actually shipped in the bundle.
Suggestions
Move the large biomarker-to-drug and resistance-mechanism mapping tables into TREATMENT_ALGORITHMS.md and keep only a brief pointer plus the hierarchy principle in SKILL.md.
Ship the referenced files (TOOLS_REFERENCE.md, API_USAGE_PATTERNS.md, TREATMENT_ALGORITHMS.md, REPORT_TEMPLATE.md, EXAMPLES.md, CHECKLIST.md) or remove the links, so progressive disclosure reflects the actual bundle.
De-duplicate parameter guidance: the Phase 0 'WRONG/CORRECT' table and the inline 'param: ...' notes repeat the same parameter names (condition, ensemblId) — consolidate into one place.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient but the inline biomarker-to-drug mapping tables (NSCLC, Breast, Colorectal, Melanoma, tumor-agnostic) and resistance-mechanism lists are large reference data that could live in TREATMENT_ALGORITHMS.md rather than the body; the Phase 0 correction table also repeats parameter guidance already given later. | 2 / 3 |
Actionability | Provides concrete, executable guidance: exact tool names with correct parameter names and examples ('condition', NOT 'disease'; 'ensemblId' camelCase; molecular_profile="EGFR C797S"), plus a worked cross-skill script invocation. | 3 / 3 |
Workflow Clarity | Clear phased sequence (Phase 0–6) with explicit validation checkpoints — Phase 0 tool-verification table, MANDATORY FAERS/FDA calls with 'do NOT skip', and a 'LOOK UP DON'T GUESS' guard against assuming from memory. | 3 / 3 |
Progressive Disclosure | Body signals one-level-deep references (TOOLS_REFERENCE.md, API_USAGE_PATTERNS.md, etc.) and points to a scripts file, but those reference files are not present in the bundle, so the disclosure structure is claimed but not actually realized on disk. | 2 / 3 |
Total | 10 / 12 Passed |