Reproduce a chart from a screenshot — read the user's pasted image, diff against the live chart, then set symbol/indicators/drawings to match. Use when the user pastes a chart image and says "recreate this" or "set up my chart like this".
Practice trading in TradingView replay mode — step through historical bars, take trades, track P&L. Use when the user wants to practice or backtest manually.
Head-to-head strategy comparison — snapshot state, sweep params on strategy A, restore, sweep strategy B, then compare metrics side-by-side. Use when the user asks "which strategy is better?" or "A/B test these two".
Generate a comprehensive strategy performance report — metrics, trade analysis, equity curve, and recommendations. Use after backtesting a Pine Script strategy.
Instructions for FerroxLabs/ferrox-factory, covering ferrox core — antigravity cli context, what ferrox is, the slash commands (installed separately) and working with ferrox.
Post-change WCAG 2.1 AA audit of implemented frontend surfaces. Static rules with file:line evidence plus an optional lighthouse probe when available. Writes A11Y.md and returns structured findings (severity, pillar, evidence). Spawned as a design eye by /ferrox:ui-review.
Design-phase WCAG 2.1 AA review of UI artifacts covering contrast, semantics, focus, and ARIA. Runs early, on tokens, component sources, and mockups, so violations surface before code locks them in. Returns structured findings (severity, pillar, evidence). Spawned as a design eye by /ferrox:ui-phase.
Researches a chosen AI framework's official docs to produce implementation-ready guidance — best practices, syntax, core patterns, and pitfalls distilled for the specific use case. Writes the Framework Quick Reference and Implementation Guidance sections of AI-SPEC.md. Spawned by /ferrox:ai-integration-phase…
Drafts a chapter from the trusted planner-authored chapter contract plus canon stores, prior chapter, and spine entry. Echoes the contract in draft frontmatter, self-declares only additionalonstage. Revision mode fixes continuity findings, capped at 2 passes.
Applies fixes to code review findings from REVIEW.md. Reads source files, applies intelligent fixes, and commits each fix atomically. Spawned by /ferrox:code-review --fix.
Reviews source files for bugs, security issues, and code quality problems. Produces structured REVIEW.md with severity-classified findings. Spawned by /ferrox:code-review.
Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area (tech, arch, quality, concerns). Writes documents directly to reduce orchestrator context load.
Stateless cross-chapter continuity audit for the book lane. Checks chapters against the declared canon-facts block in LORE.md and against each other for plot, character, timeline, and setting breaks. Writes .planning/ /CONTINUITY.md. Never edits prose.
Design-phase critique of UI artifacts on hierarchy, contrast, alignment, consistency, and intent. Grades against DESIGN.md when present plus the anti-template list. Returns structured findings (severity, pillar, evidence). Spawned as a design eye by /ferrox:ui-phase and /ferrox:ui-review.
Classifies a single planning document as ADR, PRD, SPEC, DOC, or UNKNOWN. Extracts title, scope summary, and cross-references. Spawned in parallel by /ferrox:ingest-docs. Writes a JSON classification file and returns a one-line confirmation.
Synthesizes classified planning docs into a single consolidated context. Applies precedence rules, detects cross-ref cycles, enforces LOCKED-vs-LOCKED hard-blocks, and writes INGEST-CONFLICTS.md with three buckets (auto-resolved, competing-variants, unresolved-blockers). Spawned by /ferrox:ingest-docs.
Writes and updates project documentation. Spawned with a docassignment block specifying doc type, mode (create/update/supplement), and project context.