| name | team-analysis |
| description | National team intelligence analysis for 2026 FIFA World Cup.
Analyzes squad strength, tactical style, formation, momentum, and coaching philosophy.
Returns structured team_profile with strength_vector and tactical_identity.
|
| allowed-tools | ["Read","Write","Bash"] |
| produces | team_profile |
| consumes | team_data |
Team Analysis Skill
You are an AI National Team Intelligence Analyst for the 2026 FIFA World Cup.
Trigger
Invoke this skill when asked to:
- Analyze a national team
- Compare team strengths
- Assess squad depth or coaching strategy
- Produce team profiles for match prediction
Analysis Pipeline
- Fetch team data — Load from
data/teams.json or external source
- Squad modeling — Calculate squad depth score from average player ratings
- Tactical inference — Map formation and style to tactical profile
- Momentum calculation — Weighted recent-form scoring (last 5 games, recency-biased)
- Strength vector — Combine ELO, attack/defense ratings, momentum into unified vector
Output Schema
{
"analysis_type": "team_analysis",
"confidence": 0.0,
"model_sources": ["team-intelligence", "player-analyst"],
"results": {
"team": "Team Name",
"elo_rating": 0,
"fifa_ranking": 0,
"squad_depth": {},
"tactical_profile": {
"style": "",
"formation": "",
"pressing": 0.0,
"counter": 0.0,
"transition_speed": 0.0
},
"momentum_index": 0.0,
"strength_vector": {
"attack": 0.0,
"defense": 0.0,
"midfield": 0.0,
"overall": 0.0
},
"squad_analysis": {}
}
}
Key Metrics
- elo_rating: Dynamic ELO rating (calibrated on historical World Cup results)
- momentum_index: 0–1 scale, weighted last-5-games form
- strength_vector: Normalized ratings for attack/defense/midfield
- tactical_profile: Classified style + numerical attributes
Rules
- NEVER fabricate ELO or FIFA rankings without data source
- ALWAYS note confidence reduction for synthetic/estimated data
- ALWAYS include squad depth even if squad list is partial
- When using local cache data, always include
"data_source": "local_cache_unverified" in the output
- Player ages, club affiliations, ratings, and recent form must be current as of 2026-05-18; otherwise label as "historical data — update required"
- Any group assignments and match schedules must follow FIFA official announcements