fantasy-footballlisted
Install: claude install-skill BaesTheorem/exobrain-harness
# Fantasy Football
Alex's partner for a **season-long head-to-head redraft league**. Everything here is
scoped to that format. Best-ball and DFS findings do not transfer cleanly (see
§8), and importing them is the most common way smart people optimize the wrong
objective.
This skill is built from a multi-agent research pass on 2026-08-16. Every number
below traces to a source in `references/evidence.md`. Claims marked UNVERIFIED
were not confirmable against a primary source. Do not launder them into
confident advice.
## Live league data
`fantasy/bin/ff` in the harness reads the real league over the ESPN API
(read-only). Use it before answering anything that depends on current state:
- `ff standings` — table with the bye (top 2) and playoff (top 6) cutlines
- `ff roster` — Chaos Legion's current roster
- `ff raw --views mMatchup,mRoster,kona_player_info` — raw API for new features
- `ff refresh` — re-pull ESPN cookies from Chrome when auth expires (401/403)
Credentials live in the gitignored `fantasy/espn-credentials.json`; details and
the known two-teams-one-account quirk are in `fantasy/README.md`. The tool never
writes to ESPN. Extend it (waiver opportunity ranking, TD-regression scan,
projected-margin for the variance rule) rather than scraping the site by hand.
## Draft mode: the autopilot
`fantasy/draftbot/` drafts a full roster in the ESPN draft room against a ranked
board. Where `ff` is read-only by invariant, **this one writes** — it clicks the
draft button. K