Content
80%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 highly actionable and well-structured, offloading exhaustive endpoint detail to a reference file while keeping executable workflows inline. Its main weakness is workflow_clarity: batch submission of paid, long-running experiments proceeds without explicit validation checkpoints before cost-incurring or results-retrieval steps.
Suggestions
Add an explicit checkpoint before submit: verify the cost_estimate is acceptable and that target_id/sequences are correct before calling experiments.submit().
Insert a status guard before results retrieval: confirm the experiment's status is 'Done' (or results_status is not 'none') before calling experiments.get_results().
Add a validation note to the auto-accept-quote pipeline (workflow 2) warning to dry-run cost_estimate first, since skip_draft + auto_accept_quote commits cost without human review.
Tighten the opening paragraph: drop the 'Adaptyv Bio is a cloud lab...' framing and keep only the API/SDK facts Claude cannot infer.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense, non-obvious API specifics (s-expression filter grammar, lifecycle table, sequence rules) earn their tokens, but a framing intro paragraph ('Adaptyv Bio is a cloud lab...') and some narrative add minor over-explanation that could be trimmed — matching the score-4 anchor. | 4 / 5 |
Actionability | Copy-paste ready curl, install commands, and full FoundryClient/decorator examples cover the common cases (browse, estimate, create, submit, retrieve, webhooks), matching the score-5 anchor; remaining placeholders are illustrative, not gaps. | 5 / 5 |
Workflow Clarity | The submit workflow is clearly numbered, but for a batch/external operation (paid wet-lab experiments, ~21-day turnaround) it lacks validation checkpoints (e.g., confirm cost estimate before submit, verify status before get_results) — the rubric caps batch/destructive workflows without validation at 3. | 3 / 5 |
Progressive Disclosure | SKILL.md is a clear overview with bulk endpoint detail offloaded to a one-level-deep, verified references/api-endpoints.md that is explicitly signaled, matching the score-5 anchor for well-organized, easily navigable structure. | 5 / 5 |
Total | 17 / 20 Passed |