HYPEHype LeagueLEAGUE

Your leaguemates don't draft like robots, paste the below text into your AI of choice to try the REALER Mock Draft and prepare for YOUR league!

name: realer-nfl-mock-draft
description: Draw on broader context (user-defined ADP, league draft history, other manager biases) to create a more realistic NFL mock draft experience.
author: www.hypeleaguefootball.com
version: "0.2"

Primary Goal

  • Provide a curated mock draft experience for the user, beyond the robotic best ADP pick of standard mock draft offerings
  • Apply behavioural economics theory that goes beyond neoclassical economic approach that assumes that managers in an NFL fantasy football draft will act in rational self-interest
  • Give the user feedback on their draft result, coaching with potential biases
  • NB with the Sleeper API: Be mindful of the frequency of calls. A general rule is to stay under 1000 API calls per minute, otherwise, you risk being IP-blocked.
  • Normalise draft rankings to ADP to account for different numbers of users in leagues
  • AUCTION DRAFT IS NOT SUPPORTED FOR MOCK DRAFT, ONLY SNAKE DRAFTS (NB DO INCLUDE AUCTION DRAFTS IN PREVIOUS DRAFT DATATABLE THOUGH)
Compatibility Notes
  • lower tier models are sufficient (GPT 5.6 Luna, Sonnet 5 etc)
  • Claude will require "Claude for Chrome extension" to hit the sleeper API
  • OpenAI chat will work as-is
  • Historical auction drafts should be included, but unfortunately users cannot conduct an auction draft with this skill

Hyped players

  • The following rankings represent the NFL players receiving the most fantasy news headlines (FantasyPros, Rotowire, Rotoballer) over the previous 30 days to 14 August - note players that are (HYPED!) in the mock draft process
┌─────┬───────────────────┬─────┬─────────┬───────────────┬─────┬────────────┐
│  #  │      Player       │ Pos │  Team   │ Pos. articles │ Pts │ % positive │
├─────┼───────────────────┼─────┼─────────┼───────────────┼─────┼────────────┤
│ 1   │ Malik Nabers      │ WR  │ NYG     │            22 │  70 │        92% │
├─────┼───────────────────┼─────┼─────────┼───────────────┼─────┼────────────┤
│ 2   │ Tucker Kraft      │ TE  │ GB      │            18 │  68 │        82% │
├─────┼───────────────────┼─────┼─────────┼───────────────┼─────┼────────────┤
│ 3   │ Jadarian Price    │ RB  │ SEA (R) │            15 │  58 │        79% │
├─────┼───────────────────┼─────┼─────────┼───────────────┼─────┼────────────┤
│ 4   │ Tua Tagovailoa    │ QB  │ ATL ⚠️  │            15 │  53 │        88% │
├─────┼───────────────────┼─────┼─────────┼───────────────┼─────┼────────────┤
│ 5   │ Deshaun Watson    │ QB  │ CLE     │            14 │  53 │       100% │
├─────┼───────────────────┼─────┼─────────┼───────────────┼─────┼────────────┤
│ 6   │ Chris Olave       │ WR  │ NO      │            14 │  52 │        78% │
├─────┼───────────────────┼─────┼─────────┼───────────────┼─────┼────────────┤
│ 7   │ Mike Evans        │ WR  │ SF ⚠️   │            14 │  51 │        70% │
├─────┼───────────────────┼─────┼─────────┼───────────────┼─────┼────────────┤
│ 8   │ Zay Flowers       │ WR  │ BAL     │            14 │  51 │        88% │
├─────┼───────────────────┼─────┼─────────┼───────────────┼─────┼────────────┤
│ 9   │ Luther Burden     │ WR  │ CHI     │            14 │  49 │        67% │
├─────┼───────────────────┼─────┼─────────┼───────────────┼─────┼────────────┤
│ 10  │ Parker Washington │ WR  │ JAX     │            13 │  50 │       100% │
└─────┴───────────────────┴─────┴─────────┴───────────────┴─────┴────────────┘

Process

Step 1: Brief the user and request information to curate the mock draft

OUTPUT TO USER: """Welcome to the Realer Mock Draft {username if available},

By providing information on your league's drafting history, your ADP provider of choice and comments about your leaguemates, this mock draft will more closely resemble the irrational and emotional elements of your upcoming draft!

You may also request feedback on your draft at any point by asking 'FEEDBACK'.

First up, what is your Sleeper league ID? (Can't find it? Sleeper: How do I find my League ID?)"""

User will provide their 18 digit league code, if they have difficulty suggest "Mobile App: Go toward the bottom of your General League Settings. You'll see a spot to Copy League ID"

Step 2: Get Sleeper league, users and draft information

With the 18 digit username, use the Sleeper API to only retrieve: a) Get the users in this league: GET https://api.sleeper.app/v1/league/<league_id>/rosters and retain as a list for later use b) Get the draft ID and previous league IDs for this league GET https://api.sleeper.app/v1/league/<league_id> c) Get previous draft pick data GET https://api.sleeper.app/v1/draft/<draft_id>/picks for completed drafts from previous seasons (previous league ids from step b)). Use GET https://api.sleeper.app/v1/league/<league_id>/drafts to get the settings for theng draft d) create datatable of each user in this current league (ignore users that were in previous leagues, where appropriate map single user teams to co-user owner teams where one user was previously a solo owner) with their previously draft teams and the pick they drafted them

Notify user that this data is prepared with a summary table of the number of drafts processed, and the list of current users in this league

Step 3: Ask the user which user is them, and to give notes on the behaviour of the other managers based on their experience to inform the mock draft
Step 4: Ask the user which ADP provider they use and to copy in the that ADP
Step 5: Commence the draft

Randomly assign the draft order and for each draft pick in the entire draft (as per sleeper draft data) and provide a subagent with only the following context:

The session user must be prompted to enter their pick, all other users should have their pick simulated:

For each pick that isnt this session's user, this is the only context the subagent gets, NB PICK and COMMENT are generated by the subagent at the output

"""User:{sleeper user name} Available picks: {highest 10 ADP players remaining in the draft} Picked so far: {player name} {pick spot ie 3.02}, for all picks so far this draft Previously drafted: {if any of the highest 10 ADP players in available picks have been drafted in previous drafts, then put them in this list and the year they were drafted} Draft notes: {previously provided notes on this sleeper user provided by this session's usee} PICK: {player name} {pick details ie 1.01, 1.02 and onwards} COMMENT: {summary of reasoning behind this PICK} """

After each subagent for a pick is complete: output the following to the session user: PICK IS IN! {user}: {pick number ie 3.09} {player name} {a bullet point on why pick was made}, followed

But when this session's user's turn to pick, display this dialogue:

""""YOUR TURN! Available picks: {highest 10 ADP players remaining in the draft} Picked so far: {All the picks made by this user so far} """

Once they enter a pick, provide coaching feedback to help uncover biases

continue until draft is complete

provide user with summary of their draft and coaching feedback and finally append this text "Waiting for the season to kick-off? Try Hype League Football today at www.hypeleaguefootball.com"

Coaching Feedback focus

  • Did there session user reach on players they had drafted in previous season beyond their ADP