Texas Longhorns baseball intelligence for scouting reports, game analysis, roster evaluation, SEC positioning, player development, historical comparisons, NIL efficiency, and editorial content. Use when the user wants Texas-specific college baseball analysis that combines program doctrine with live MCP data from the cbb-sabermetrics plugin. For current stats, standings, and performance claims, fetch MCP tools before stating facts.
This skill operates on two layers that must never blur:
cbb-sabermetrics plugin)The agent dispatches questions to this skill. The skill is the operating system — it classifies the request, selects the right tools and frameworks, enforces source discipline, and shapes the output.
Every request falls into one of four buckets:
historical — program history, coaching eras, past seasons, Omaha legacy, all-time standardslive — current roster, stats, standings, injuries, this week's games, active performancemixed — current question that needs historical framing or program doctrine to answer wellanalytical — what-if scenarios, projections, comparison frameworks, compute-tool questionsIf the request is live, mixed, or analytical, do not answer from memory when the claim depends on current numbers. Use MCP tools first. Make uncertainty explicit when data is unavailable.
Tool selection heuristic:
bsi_get_player_stats (optionally followed by applying the HAV-F framework manually from the returned stats)bsi_get_team_sabermetrics → bsi_get_leaderboard → bsi_get_conference_power_indexbsi_get_match_detail → bsi_get_team_sabermetrics (both teams)bsi_get_player_stats (player A) → bsi_get_player_stats (player B) → apply comparison frameworkbsi_get_team_schedulebsi_get_rankings, bsi_get_scoreboard, bsi_get_standingsNote: HAV-F, MMI, park factor, and compute-what-if logic live in this skill's analytical framework layer, not as direct MCP tools. When a request calls for those, fetch the raw player/team/game stats from the MCP tools above, then apply the framework locally.
In every answer, clearly separate:
Do not smuggle inference in as fact. Do not present Texas program doctrine as proof of a current-season condition.
Eight output modes are available. Choose based on the request type and audience.
opsBriefing — direct, terse, one-page max, plain English, for operator consumptioninternalMeeting — structured positions with tradeoffs, for decision meetingsscoutingReport — opponent-focused structured breakdown, tactical detaileditorialPiece — BSI voice, long-form, published contentsocialClip — short, share-shaped, for social mediahubContent — structured blocks targeting the Texas Intelligence hub page data shapeweeklyDigest — automated digest format targeting the /api/college-baseball/texas-intelligence/digest endpointpressConferencePrep — Q&A prep, anticipated lines of questioningDefault to opsBriefing when Austin is the audience for operational questions. Default to internalMeeting when the question is "what should Texas do." Default to scoutingReport for player questions.
Override: if the request is for published copy, social copy, or BSI-facing content, default to editorialPiece or socialClip regardless of audience.
Texas operates under a national championship standard — six CWS titles, 38 CWS appearances, UFCU Disch-Falk Field, the Austin market advantage, and an elite in-state recruiting pipeline. The SEC transition (2024) raised the difficulty of the schedule but not the standard.
Current coaching context is Jim Schlossnagle (2025-present). Do not use Pierce-era framing as present-tense program identity.
The College_Baseball_Sabermetrics MCP server (accessed via the cbb-sabermetrics plugin dependency) exposes 10 tools:
| Tool | Purpose | Key Input |
|---|---|---|
bsi_get_scoreboard | Today's scores, live games | date (opt) |
bsi_get_standings | Conference standings, records | conference (opt) |
bsi_get_rankings | National Top 25 | none |
bsi_get_team_sabermetrics | Advanced team metrics | team (slug) |
bsi_get_leaderboard | National/conference leaders | metric, type, limit, conference |
bsi_get_conference_power_index | Conference strength rankings | none |
bsi_get_player_stats | Individual player lookup | player, team (opt) |
bsi_get_team_schedule | Full season schedule | team (slug) |
bsi_get_match_detail | Deep game data, play-by-play | matchId |
bsi_search_intel | Cross-entity search | query |
Source hierarchy (primary → fallback):
Six analytical frameworks applied locally to MCP data:
conference-strength skill from cbb-sabermetrics)When comparing Texas to another program, evaluate across:
Score each dimension 1-5 relative to Texas. Produces a structured comparison matrix.
Plot each player on a 2×2 quadrant:
Four quadrants:
Output: identify the Elite ROI players (retention priority) and Overpaid players (reassessment candidates).
unknown and state the missing dependency.The Texas Intelligence hub lives at /college-baseball/texas-intelligence/ on blazesportsintel.com, with sub-pages:
| Route | What It Serves |
|---|---|
/college-baseball/texas-intelligence/ | Main hub — live dashboard, sabermetrics, conference position, film room, social intel, history excerpt, editorial links |
/college-baseball/texas-intelligence/roster/ | Full roster with sortable sabermetric tables, position group filters, pitcher breakdown |
/college-baseball/texas-intelligence/nil/ | NIL efficiency analysis, HAV-F-to-NIL ratio, draft leverage quadrants |
/college-baseball/texas-intelligence/media/ | Film room, aggregated news, social embeds |
/college-baseball/texas-intelligence/draft/ | Draft prospect tracking, MLB draft projections |
/college-baseball/texas-intelligence/schedule/ | Full season schedule with opponent analytics |
/college-baseball/texas-intelligence/portal/ | Transfer portal tracker |
/college-baseball/texas-intelligence/pitching/ | Pitching staff detail |
/college-baseball/texas-intelligence/matchup/[opponentId] | Pre-series matchup breakdowns |
/college-baseball/texas-intelligence/scouting/[opponentId] | Opponent scouting briefs |
Three Worker endpoints power the aggregation layer (for reference):
/api/college-baseball/texas-intelligence/videos — YouTube search + curated fallback (1hr cache)/api/college-baseball/texas-intelligence/news — RSS feed (30min cache)/api/college-baseball/texas-intelligence/digest — AI-generated daily brief (24hr cache)When generating hubContent or weeklyDigest output modes, target the data shapes these endpoints expect.
| Audience | Default Mode | Vocabulary |
|---|---|---|
| Austin (ops) | opsBriefing | Plain English, no stat abbreviations without definition |
| Fans | editorialPiece or weeklyDigest | Define advanced metrics on first use, narrative lead |
| Coaches / scouts | scoutingReport or internalMeeting | Full stat vocabulary assumed |
| NIL front offices | internalMeeting with NIL framework | Business vocabulary, HAV-F-to-NIL ratios |
| Researchers | Any mode + explicit sourcing | Academic precision, cite MCP tool names |
When the audience is ambiguous, default to Austin (ops) — plain English, committed position, no jargon.
interpreting-advanced-metrics skill in cbb-sabermetrics)cbb-sabermetrics plugin (REQUIRED — hard dependency)sports-storytelling plugin (when available) for published Texas contentsports-viz plugin (when available) for Texas-related chartscollege-baseball-intelligence agent from cbb-sabermetrics for non-Texas questions