Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable with extensive executable code and concrete China-market ETF reference data, but it is a long monolithic document that mixes some conceptual explanation Claude already knows and lacks explicit validation checkpoints and external reference splitting.
Suggestions
Trim concept explanations Claude already knows (e.g., the definition of ETFs, basic volatility-decay primer) and keep only the non-obvious China-market specifics.
Split large reference blocks into one-level-deep files (e.g., references/data-analysis.md for the section 7 code templates, references/etf-catalog.md for the product tables) and link them from the overview.
Add explicit validation/feedback steps to the analytical workflows (e.g., after computing tracking error, validate against the 优秀/合格/较差 thresholds before ranking ETFs) to lift workflow clarity.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is information-dense with genuinely useful reference material (ETF codes, fee tables, QDII premium thresholds, tax rules) and executable code, but at ~870 lines it includes conceptual padding Claude already knows (e.g., "ETF(交易所交易基金)是被动投资与资产配置的核心工具") and could be tightened, matching the score-2 anchor of mostly efficient with some unnecessary explanation. | 2 / 3 |
Actionability | It provides numerous complete, executable Python functions with docstrings (etf_score, fee_drag_analysis, sector_momentum_rotation, calc_tracking_error, calc_premium_discount, tushare data fetchers) plus concrete ETF codes, fee percentages, and decision thresholds, matching the score-3 anchor of fully executable, copy-paste-ready guidance. | 3 / 3 |
Workflow Clarity | Multi-step processes are clearly sequenced (e.g., the Step 1–5 ETF selection framework in 3.1, rebalancing triggers in 4.1, scenario templates in section 8), but there are no explicit validation checkpoints or feedback loops for verifying intermediate results, matching the score-2 anchor of steps listed with missing/implicit checkpoints. | 2 / 3 |
Progressive Disclosure | The body is internally well-organized into nine numbered sections with tables and code, but it is monolithic — no bundle files exist and substantial content that would benefit from being split (the section 7 code templates, section 1 product catalog, section 8 prompt templates) is all inline with no one-level-deep references, matching the score-2 anchor of content that should be separate being inline. | 2 / 3 |
Total | 9 / 12 Passed |