Assists during auction drafts with real-time budget tracking, roster needs analysis, player scouting, and bid recommendations. Triggers on: 'draft', 'auction', 'who should I bid on', 'budget', 'nominate', 'how much should I spend', 'draft board', 'keeper', 'draft strategy'. Designed for auction format ($280 budget, ~20 active slots).
When the user is preparing for or actively participating in an auction draft, follow this workflow. This skill is designed for auction drafts with a $280 budget and ~20 active roster slots.
Call these in sequence to understand the league structure:
get_scoring_categories — The 14 H2H categories and their directionget_roster_slots — How many of each position are needed (C, 1B, 2B, 3B, SS, OF, UTIL, SP, RP, P, BE, IL)If memory tools are available:
get_full_context to load any prior draft picks already recorded, preferences (punt categories, draft strategy), and watchlist targetsget_preferences specifically to check for keys like , , draft_strategypunt_categoriestarget_playersPresent the budget breakdown to the user:
Ask the user about their draft strategy if no preference is saved:
Save their answers with set_preference.
When the user asks for an update or a new player is nominated:
refresh_data to get the latestget_draft_board to see:
get_roster_needs to see your unfilled positionsWhen a player is nominated or the user asks "should I bid on X?":
get_player_info for the nominated player — stats, position, ownershipget_roster_needs — do you need this position?get_category_trends — does this player help your weak categories?Provide a clear recommendation:
After each pick (yours or opponents'):
save_draft_pick with: season, player_name, position, bid_amountAfter each pick, calculate:
After the draft completes:
get_my_roster to see the final rosterget_roster_needs to check for any gapsset_preference with key draft_recap summarizing the strategy used and results