AI Agent Hub
Back to skills
Quant Strategy Research Lab icon

Quant Strategy Research Lab

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_2bd770d8/quant-research-lab.

About this skill

Problem context

Quant strategy research is rarely a one-shot prompt. Strategy design, factor construction, backtesting, risk control, execution, and compliance all depend on shared context. Manually chaining prompts can cause parameter loss, weak traceability, and difficulty resuming interrupted work.

How it works

The skill organizes 15 research roles into a directed acyclic graph and exposes two usage modes:
- Toolbox mode: trigger a single role such as backtesting, risk analysis, or alpha research for a quick check.
- Pipeline mode: select a track such as core, factor, execution, macro, statistical arbitrage, ML, or market-making, then run a predefined role sequence, for example the core track 01→02→03→04→10.

Key steps include reading the role registry; initializing state/research-context.md as the state source; collecting market, capital scale, and main objective; loading the role template and injecting upstream parameters; dispatching a subagent; parsing [QAGATE]...[/QAGATE] for required fields, numerical sanity, and signatures; appending outputs to the state file; and suggesting the next role. It also supports resuming from a role, rerunning from a role, checking progress, and resetting the workflow.

Boundaries

It is better viewed as a quant research orchestrator than a trading system. Role outputs still need human review, especially backtest metrics, risk assumptions, and execution parameters. By default, quality warnings may be logged and the pipeline continues; strict review can be requested. Production use still requires real data sources, access control, audit logs, and compliance processes.

Use Cases

  • Design a fee-arbitrage strategy and chain backtesting, risk, and execution roles into a reviewable research context.
  • Resume an unfinished pipeline from role 03 and continue risk control, alpha research, and execution steps.
  • Run the factor pipeline to build, backtest, validate factors, and optimize the portfolio.
  • Review execution algorithm, trading system, and compliance framework sequentially before implementation.

Best For

  • Quant researchers validating arbitrage hypotheses who need a traceable chain from design to backtesting and risk.
  • Factor analysts who need to execute factor construction, backtesting, validation, and portfolio optimization.
  • Trading system engineers preparing execution algorithms who need to review execution, trading, and compliance outputs.
  • Project owners managing multi-strategy research who need checkpoint recovery, progress tracking, and reset.