update-strategy-docs

Installation
SKILL.md

Update Polymarket Strategy Documentation

Synchronize strategy documentation with actual code implementation after changes.

When to Use

Call this skill after modifying:

  • src/strategies/gabagool.py - Strategy logic
  • src/client/polymarket.py - Order execution
  • src/monitoring/order_book.py - Opportunity detection
  • src/config.py - Strategy configuration
  • Any file affecting the arbitrage/directional/near-resolution trading flow

Documentation Files to Update

File Purpose
docs/STRATEGY_ARCHITECTURE.md Code flow diagrams, implementation status, discrepancies
docs/strategy-rules.md Trading rules, entry/exit conditions, configuration reference
Installs
8
First Seen
Jan 23, 2026
update-strategy-docs — unarmedpuppy/polyjuiced