Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is dense, actionable, and well-sequenced with concrete thresholds, executable code, and a clear macro-dashboard workflow, but it is a monolithic file with no progressive disclosure to supporting reference files despite its length.
Suggestions
Split the large indicator tables (central-bank monitoring, FX models, northbound signal rules) into a reference file such as references/indicators.md and link to it from SKILL.md to reduce inline token load.
Move the detailed historical transmission data and geopolitical-impact averages into a separate backtest-data reference, keeping SKILL.md as a concise overview.
Confirm whether a separate output-template or scoring-script file would let the main body stay under ~50-60 lines as an overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean, table-driven content that assumes Claude's competence and supplies only domain-specific empirical knowledge (indicator thresholds, signal rules, historical averages) rather than explaining basic concepts; every section earns its place. | 3 / 3 |
Actionability | Provides concrete executable guidance: quantitative thresholds (China-US 10Y spread > 0, DXY > 105), a -2..+2 factor scoring scheme, runnable Python blocks for geopolitical-risk proxies and macro factor scoring, and a copy-ready output report template. | 3 / 3 |
Workflow Clarity | The 'Steps for Building a Macro Dashboard' section sequences four clear steps (data collection → cycle positioning → factor scoring → asset mapping) and anchors to a structured output format; no destructive/batch operations are involved so absent validation loops are not penalized. | 3 / 3 |
Progressive Disclosure | The body is a single long monolithic document with no bundle/reference files and no one-level-deep references, though it is reasonably well organized into labeled sections; substantial indicator tables and detailed frameworks remain inline where separate reference files could offload them. | 2 / 3 |
Total | 11 / 12 Passed |