AgentSkillsCN

mean-reversion

适用于量化研究、系统实施及生产管控的均值回归工作流。当任务涉及短期反转信号、入场阈值以及止损逻辑时,可选用此类工作流。

SKILL.md
--- frontmatter
name: mean-reversion
description: "Mean Reversion workflows for quantitative research, implementation, and production controls. use when tasks involve short-horizon reversal signals, entry thresholds, and stop logic."

Mean Reversion

objective

Execute mean reversion work with reproducible research, explicit controls, and deployable outputs.

workflow

  1. define hypothesis, trade horizon, and capital-allocation constraints.
  2. build leak-safe features and align targets to executable decision times.
  3. estimate signal edge, turnover impact, and capacity limits.
  4. stress performance across volatility, liquidity, and crowding regimes.
  5. promote only when net performance remains robust after full trading costs.

required diagnostics

  • signal monotonicity, decay profile, and hit-rate stability.
  • capacity stress from participation growth and liquidity depletion.
  • regime dependency and edge persistence after parameter shifts.
  • cost-adjusted performance versus naive and benchmark alternatives.
  • signal decay speed after volatility regime shifts
  • false-reversion frequency during trend regimes

risk controls

  • enforce gross and net exposure ceilings by strategy and instrument.
  • enforce concentration and turnover caps to prevent capacity overload.
  • enforce deactivation triggers for edge decay and drawdown breaches.

outputs

  • run python scripts/mean_reversion_diagnostics.py input.csv --output diagnostics.json and keep the json artifact.
  • write an implementation memo using references/mean-reversion-playbook.md with assumptions, tests, limits, and rollout plan.

resources

  • use scripts/mean_reversion_diagnostics.py for deterministic diagnostics.
  • use references/mean-reversion-playbook.md for the domain-specific checklist and delivery structure.