superior-trade/catalyst-confirmation
Use when an external event thesis needs market confirmation before commitment.
npx skills add https://github.com/Superior-Trade/superior-skills --skill catalyst-confirmation
Use this when the user ties a strategy idea to an external event (CPI, Fed, court rulings, ETF, earnings, protocol upgrade, sports injuries) and wants Polymarket behavior to confirm it.
POST /v3/markets/search.Moderate fit. Filled TradeTick backtests can validate whether price reacted and how quickly after timestamps. They do not validate the news source itself or guarantee it remains relevant in future sessions.
This is an archetype template: it should be converted into custom NautilusTrader code and tuned by the user and engine constraints.
Enter only when the expected directional catalyst outcome appears and a filled-trade confirmation move occurs after the catalyst window.
confirmation_move in the right direction within confirmation_window_ticks.exit_after_ticks, on reversal, or near market end.{
"catalyst_time": "2026-06-12T18:00:00Z",
"confirmation_move": 0.025,
"confirmation_window_ticks": 20,
"order_size": 10,
"exit_after_ticks": 60
}
| Knob | Effect |
|---|---|
| confirmation_move | Higher = wait for stronger post-catalyst movement. |
| confirmation_window_ticks | Lower = tighter catalyst-response window. |
| exit_after_ticks | Higher = hold longer for delayed event drift. |
"This is a catalyst-led archetype, not a guaranteed edge. It runs on filled TradeTick history and exact market slugs, then becomes a starting point for custom Nautilus strategy generation."
Take superior-trade/catalyst-confirmation from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.