What problem does it solve? Quantitative strategy research often produces untraceable results because signal selection, portfolio construction, and backtesting are run ad hoc without recorded provenance. This Skill coordinates those steps through published capability adapters and authoritative components, producing a verifiable StrategyReport with recorded contracts, sources, and environments. ## Core Features & Use Cases - Capability Discovery: Queries the published capability catalog and group Memory to verify the real status of DataAccess, Modeling, Riskfolio-QS, and VectorBT-QS components before use. - Reuse Recording: Logs coverage decisions via organization_reuse and freezes goals, acceptance criteria, and file scope through organization_solution. - Ordered Strategy Pipeline: Runs signal selection, portfolio weighting, and backtesting through published adapters, ending in a StrategyReport validated against real contracts and native task events. - Use Case: A strategy group member needs to combine existing momentum signals into a portfolio and backtest it; the Skill checks which adapters are actually connected, records reuse decisions, runs the pipeline, and produces an auditable report. ## Quick Start Start a strategy task that checks the capability catalog and group Memory, then runs signal selection, portfolio weighting, and backtesting to produce a traceable StrategyReport.