Same-session deep-verification methodology. Chain-of-Verification with Saboteur / New Hire / Security Auditor personas. For gate-level cross-model verification that writes the prosecution doc, use /verify — which uses this skill's methodology as its payload.
End-to-end orchestrator for building a trading executor from data collection through live deployment. Use when the user asks to build an executor, create a new strategy, implement a trading system, or says 'build me an executor for X'. Also use when resuming an in-progress executor build — the skill reads the executor directory to determine current stage and picks up where it left off. Covers the full lifecycle: data collection, scoring, strategy promotion, and live deployment. Cross-model `/verify` is the single gate at PROMOTE and LIVE. This skill should be used for ANY new executor work in this repo, even partial tasks like 'add scoring to my executor' or 'wire up live mode'.
Launch Anthropic Claude as an independent agent for code review, verification, and reasoning. Uses the claude CLI with full file system access, or the API for pure reasoning tasks. Primarily for teams whose primary agent is Codex or Gemini and want a Claude read on the work.
Set up or repair codecontext adoption in a project. Use this whenever the user wants to add @context annotations to a repo, install the codecontext toolchain, update AGENTS.md guidance, improve agent workflows around decision capture, or audit whether an existing codecontext setup is coherent. Prefer this skill over vague "document the tool" work: it is specifically for making a repo actually usable with codecontext.
Launch OpenAI Codex/GPT as an independent agent for code review, verification, and precision analysis. Uses the codex CLI with full file system access, or the API for pure reasoning tasks.
Create and maintain executor strategy overview presentations. Use when scaffolding a new executor, updating strategy documentation, or when the QA check requires a strategy-overview.marp.md file. Generates Marp slide decks with codePaths tracking for CI enforcement.
Launch Gemini as an independent agent for codebase analysis, planning, and large-context synthesis. Uses the gemini CLI with full file system access.
Plan and file goals and feature issues through conversation. Use when the user wants to create goals, plan features, file issues, or discuss what to build next.