Content
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a thorough, well-organized reference with concrete strategy parameters, but it is monolithic and re-teaches concepts Claude already knows without progressive disclosure or operational validation steps. Splitting content into references and trimming educational filler would improve conciseness and disclosure.
Suggestions
Trim explanations of well-known concepts (basic Greeks, contango/backwardation definitions, funding-rate sign rules) to reduce token cost and assume Claude's competence.
Move the perp, term-structure, and options sections into separate referenced files (e.g., references/perps.md) with a concise overview in SKILL.md, enabling one-level-deep progressive disclosure.
Add executable, import-complete code examples (e.g., import pandas) and explicit validate-then-proceed checkpoints for any live/trade workflows.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient tables and one code block, but ~280 lines re-explain concepts Claude already knows (basic Greeks definitions, what contango/backwardation mean, funding-rate direction rules), which adds unnecessary tokens. | 2 / 3 |
Actionability | Concrete thresholds, strike/delta/expiry parameters, a decision tree, and an output template give specific guidance, but only one partial Python function is executable and it references pandas (`pd`) without importing it. | 2 / 3 |
Workflow Clarity | A decision tree and output format provide some sequence, but this reads as a reference encyclopedia rather than an operational workflow and lacks validation/feedback checkpoints for the destructive/batch operations it describes. | 2 / 3 |
Progressive Disclosure | The file is a monolithic ~280-line document with no bundle files, external references, or navigation signaling; the three strategy domains could be split into separate reference files but are all inline. | 2 / 3 |
Total | 8 / 12 Passed |