查询成交量异常股票(量比排名,发现放量异动)。Use when the user asks for volume spikes, unusual activity, or volume anomalies.
查询市场宽度(每日涨跌家数、上涨占比、平均涨跌幅)。Use when the user asks about market sentiment, breadth, or advance/decline ratio.
查询 RSRS 动量排名(A 股/美股最强趋势股票排行)。Use when the user asks for momentum ranking, strongest stocks, or top movers.
Validate skill files for structural compliance and behavioral correctness. Three modes: static (linter), spec (behavioral), audit (coverage report).
查询个股行情数据(OHLCV、均线、ATR、波动率等技术指标)。Use when the user asks about a specific stock's price, indicators, or recent performance.
Brownfield onboarding — audits existing project artifacts for template format compliance (not just existence), classifies gaps by impact, and produces a numbered migration plan. Run this when joining an in-progress project or upgrading from an older template version. Distinct from /project-stage-detect (which checks what exists) — this checks whether what exists will actually work with the template's skills.
Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Supports both game and general product domains. Every major technical choice should have an ADR.
Validates completeness and consistency of the project architecture against all CDDs. Builds a traceability matrix mapping every CDD technical requirement to ADRs, identifies coverage gaps, detects cross-ADR conflicts, verifies technology compatibility consistency across all decisions, and produces a PASS/CONCERNS/FAIL verdict. Supports both game and general product domains.