Content
50%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 comprehensive, mostly executable pandas/numpy cookbook, but it is noticeably verbose with basic operations Claude already knows and lacks validation checkpoints in its batch/destructive workflows (capping workflow clarity at 3). With no bundle files, all detail is inlined rather than progressively disclosed.
Suggestions
Trim or move basic pandas operations Claude already knows into a separate reference file, keeping only non-obvious or domain-specific patterns (AnnData, DEG processing, CPM normalization) inline.
Add explicit validation checkpoints (e.g., assert/inspect outputs after destructive drops and after batch file combination) with fix-and-retry guidance to raise workflow clarity above 3.
Split the Advanced Features and Common Use Cases sections into referenced bundle files (e.g., ADVANCED.md, USE_CASES.md) with clearly signaled links for progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~590-line body extensively explains basic pandas operations Claude already knows (isnull/drop_duplicates, melt/pivot, merge, groupby) and is padded with print statements and emoji checkmarks ("✅ Data cleaned"), matching 'Noticeably verbose; several unnecessary explanations or padded sections'. Not a 1 because the content is accurate and not purely conceptual padding; not a 3 because the volume of redundant basic instruction is clearly excessive. | 2 / 5 |
Actionability | Provides extensive concrete, mostly copy-paste-ready code across cleaning, scaling, reshaping, merging, and feature engineering, matching 'Mostly executable guidance; concrete code or commands with minor gaps'. Not a 5 because several snippets assume undefined variables (df1/df2, adata, deg_df); not a 3 because the bulk is real executable code rather than pseudocode. | 4 / 5 |
Workflow Clarity | Steps 1-6 are sequenced under 'How to Use', but validation is only a vague Best-Practices bullet ('Check data after each major transformation') with no checkpoints, and the batch/destructive operations lack validate-fix-retry loops, so per the batch/destructive cap it cannot exceed 3. Not a 4 because explicit validation checkpoints and error-recovery loops are absent. | 3 / 5 |
Progressive Disclosure | Sections are organized (Overview, When to Use, How to Use, Advanced, Common Use Cases) but no bundle files exist and all API-reference-style content is inlined in one file with only external URLs in References, matching 'Some structure but could be better organized; content that should be separate is inline'. Not a 4 because there are no signaled one-level-deep reference files to offload detail; not a 2 because section structure is present rather than minimal. | 3 / 5 |
Total | 12 / 20 Passed |