Content
65%Reviews 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 with concrete, executable CLI commands and a clear menu of analyses, but it is held back by basic concept restatements, no validation feedback loops, and two bundle reference files that go unsignaled while their content is duplicated inline.
Suggestions
Remove basic-knowledge interpretations (e.g., the OI/price trend-combo bullets and the 'Understanding of derivatives concepts' prerequisite) to tighten conciseness and assume Claude's competence.
Reference references/errors.md and references/examples.md from the Error Handling and Examples sections instead of duplicating that content inline, so navigation is one level deep and the bundle is fully signaled.
For batch/dashboard runs across multiple symbols, add an explicit checkpoint noting when to back off and retry on ERR_RATE_LIMIT, giving the workflow a validate/recover feedback loop.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete commands, but includes basic concept explanations Claude already knows ('Rising OI + Rising Price = strong bullish trend', 'Longs pay shorts, bullish sentiment') and obvious prerequisites ('Understanding of derivatives concepts') that could be trimmed. | 2 / 3 |
Actionability | Provides fully executable, copy-paste-ready commands with real flags ('python derivatives_tracker.py funding BTC --history 7d', 'liquidations BTC --min-size 100000'), matching the executable-instruction anchor. | 3 / 3 |
Workflow Clarity | The six commands are clearly listed but form a flat menu rather than a sequenced process, and there are no validation checkpoints or validate-fix-retry feedback loops; the error table is reactive, not an inline checkpoint. | 2 / 3 |
Progressive Disclosure | The body signals the real references/implementation.md, but bundle files references/errors.md and references/examples.md are unreferenced while overlapping Error Handling and Examples content is duplicated inline, so content is not ideally split. | 2 / 3 |
Total | 9 / 12 Passed |