AgentSkillsCN

crypto-systematic

加密货币系统性工作流,适用于量化研究、实施与生产控制。适用于在涉及交易场所碎片化、资金压力,以及清算风险的任务。

SKILL.md
--- frontmatter
name: crypto-systematic
description: "Crypto Systematic workflows for quantitative research, implementation, and production controls. use when tasks involve venue fragmentation, funding pressure, and liquidation risk."

Crypto Systematic

objective

Execute crypto systematic 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.
  • cross-venue dislocation persistence and transfer latency
  • funding spikes and liquidation cascades under leverage stress

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/crypto_systematic_diagnostics.py input.csv --output diagnostics.json and keep the json artifact.
  • write an implementation memo using references/crypto-systematic-playbook.md with assumptions, tests, limits, and rollout plan.

resources

  • use scripts/crypto_systematic_diagnostics.py for deterministic diagnostics.
  • use references/crypto-systematic-playbook.md for the domain-specific checklist and delivery structure.