Content
61%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 genuinely actionable, well-structured reference (executable power-analysis code, decision table, protocol template) held back by a leaked personal environment path, some over-explanation of basic methodology concepts, and the absence of explicit validation checkpoints in the workflow.
Suggestions
Remove the hardcoded "source /Users/zhangmingda/clawd/.venv/bin/activate" line (a personal environment leak) so the power-analysis code is portable and copy-paste ready; assume scipy is available or state the dependency plainly.
Tighten "Key Design Principles" — Claude already knows what positive/negative controls and single/double/triple blinding are; keep only the skill-specific guidance (e.g., when to choose block vs. stratified randomization) and drop the textbook definitions.
Add explicit validation checkpoints to the protocol workflow, e.g. after sample-size calculation verify power ≥ 0.80 and after drafting the protocol confirm all 12 sections are populated before declaring it complete.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient tables and code, but the "Key Design Principles" section restates concepts Claude already knows (definitions of positive/negative controls, single/double/triple blinding, simple/block/stratified/cluster randomization), and the power-analysis block leaks a non-portable personal path ("source /Users/zhangmingda/clawd/.venv/bin/activate"). | 3 / 5 |
Actionability | Provides copy-paste-ready Python (sample_size_ttest, sample_size_chi2, sample_size_correlation), a concrete protocol template, and a decision table, but the hardcoded "source /Users/zhangmingda/..." activation line breaks out-of-the-box executability for anyone but the author. | 4 / 5 |
Workflow Clarity | The protocol template gives a sequenced 12-section structure and "Error Handling" offers generic guidance, but there are no explicit validation checkpoints or a validate→fix→retry loop integrating power checks, randomization verification, or protocol-completeness checks into the workflow. | 3 / 5 |
Progressive Disclosure | Well-organized into clearly headed sections (Design Selection Guide, Power Analysis, Key Design Principles, Protocol Template, Pre-registration, Tips) with no nested references and no bundle files present, but it is a single monolithic file rather than an overview pointing to one-level-deep reference files. | 4 / 5 |
Total | 14 / 20 Passed |