Takes VCP screener JSON output and turns it into actual trade plans with position sizing, stop losses, and Alpaca order templates. Built around Mark Minervini's breakout methodology with worst-case entry pricing and portfolio heat limits. The filtering is strict: candidates must pass eight conditions including risk percentage, volume, and rating band checks. You get two execution modes, pre-placement stop-limit brackets for anticipation or post-confirmation limits after a five-minute bar. The position sizing math accounts for cumulative portfolio risk, so you won't accidentally overcommit. Honestly most useful if you already run VCP screens and want the tedious calculation work automated with reasonable guardrails baked in.
npx skills add https://github.com/tradermonty/claude-trading-skills --skill breakout-trade-planner