Content
88%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 body is a highly actionable reasoning guide with concrete script commands, explicit verification feedback loops, and well-organized sections pointing to real bundled scripts. Its main weakness is mild over-explanation of introductory chemistry concepts and a monolithic inline structure that could offload some deep-dive material to reference files.
Suggestions
Trim or condense basic-concept primers (stereocenter definition, enantiomer/diastereomer/meso, introductory DoU and IR/NMR explanations) that Claude already knows, keeping only the non-obvious heuristics.
Consider moving the longer deep-dive sections (e.g. retrosynthetic analysis, the named-reaction decision tree) into one-level-deep reference .md files linked from SKILL.md to improve progressive disclosure.
Document or remove the bundled molecular_complexity.py script, which exists in scripts/ but is not referenced anywhere in the body.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and packed with specific heuristics (Burgi-Dunitz angle, Hofmann vs Zaitsev, Wittig E/Z rules, decision trees), but includes some over-explanation of basics Claude already knows (stereocenter definition, enantiomer/diastereomer/meso, basic DoU and IR/NMR primers), so it sits at efficient-with-minor-trimmables rather than fully lean. | 4 / 5 |
Actionability | Provides fully executable, copy-paste-ready commands (e.g. 'python smiles_verifier.py --smiles "..." --mw X --heavy_atoms Y') and specific tool names (PubChem, OPSIN, ChEMBL, HMDB) covering the common cases, matching the copy-paste-ready anchor. | 5 / 5 |
Workflow Clarity | Multi-step processes are clearly sequenced with explicit validation checkpoints (Step 5 sanity-check, 'Verify: does your proposed structure predict every observed signal?') and feedback loops ('If any constraint FAILs, revise and re-run until all pass'), matching the clear-sequence-with-feedback-loops anchor. | 5 / 5 |
Progressive Disclosure | Six well-organized numbered sections with clearly signaled, one-level-deep references to real bundled scripts in scripts/, but the SKILL.md is well over 50 lines with no reference .md files for the substantial inline reasoning content, placing it at good-structure/minor-gaps rather than the ideal split. | 4 / 5 |
Total | 18 / 20 Passed |