opus-critical

Allocate Opus, Sonnet, or Haiku sub-agents for NinjaTrader strategy development.

2|3|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/mkalhitti-cloud/universal-or-strategy --skill opus-critical
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opus-critical
Source: https://github.com/mkalhitti-cloud/universal-or-strategy/tree/main/.agent/skills/opus-critical
Command: npx skills add https://github.com/mkalhitti-cloud/universal-or-strategy --skill opus-critical

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Defines how to allocate AI sub-agents (Opus, Sonnet, Haiku) for NinjaTrader strategy development, ensuring critical trading logic gets Opus attention while routine tasks use cheaper models.

Core Features & Use Cases

  • Model selection rules: Decide which sub-agent to spawn (Haiku for simple tasks, Opus for standard code, Opus Thinking for live emergencies).
  • Automation and governance: Clear automatic vs manual invocation policies to balance cost and safety.
  • Cross-agent coordination: Integrates with version-safety, file-manager, and docs-manager to implement changes across the project.

Quick Start

  • Ask Sonnet to diagnose a standard feature or bug; Sonnet will spawn the appropriate sub-agent (Haiku/Opus).
  • For live emergencies, manually switch to Opus Thinking with claude --model opus --thinking.
  • Run tests in NinjaTrader to verify changes.

Frequently Asked Questions about opus-critical

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I allocate AI models for NinjaTrader strategy development?

NinjaTrader strategy development uses explicit model selection rules to route routine tasks to Haiku, standard code to Opus, and live emergency debugging to Opus Thinking, balancing cost and safety across sub-agents.

When should I manually switch to Opus Thinking for trading logic debugging?

Manually switch to Opus Thinking during live emergencies in trading logic debugging by executing `claude --model opus --thinking`, ensuring critical failures receive deep reasoning when automatic boundaries are insufficient.

Can I use Sonnet to diagnose standard NinjaTrader features and bugs?

Yes, you can use Sonnet to diagnose standard NinjaTrader features and bugs; it evaluates the task and spawns the appropriate sub-agent, such as Haiku for simple tasks or Opus for standard code work.

What are the automation boundaries for AI sub-agents in trading code generation?

Automation boundaries for AI sub-agents in trading code generation enforce clear automatic versus manual invocation policies, ensuring routine tasks run automatically while critical trading logic requires manual thinking mode.

How does cross-agent coordination work for NinjaTrader strategy changes?

Cross-agent coordination for NinjaTrader strategy changes integrates with version-safety, file-manager, and docs-manager components to implement modifications across the project and maintain consistent code state.