A three-phase workflow for building Qullamaggie-style parabolic short watchlists with explicit pre-market planning and intraday trigger monitoring. Phase 1 scores S&P 500 stocks on five exhaustion factors using FMP data, Phase 2 generates conditional entry plans with borrow and SSR checks, and Phase 3 walks a finite state machine through live 5-minute bars to detect trigger fires. The design is detection-only: it never sends orders, just emits JSON with concrete share counts when a trigger condition hits. Useful if you trade parabolic exhaustion shorts and want systematic screening plus replay-deterministic monitoring that you can audit before manually pulling the trigger at your broker. The earnings-aware filtering and idempotent state management are thoughtful touches.
npx skills add https://github.com/tradermonty/claude-trading-skills --skill parabolic-short-trade-planner