Story: Admin Read Operations via GroupMe
Story
As Marcus (admin), I can ask natural language questions in the approved GroupMe group and get accurate answers about players, teams, rosters, payment status, and program stats — without opening the web UI.
Acceptance Criteria
- "How many players are registered?" returns accurate count from dashboard stats
- "What's Jaylen's height?" returns the correct player field
- "Show me the Kings roster" returns team roster
- "Who hasn't paid?" returns players with overdue subscriptions
- Responses are concise and formatted for GroupMe (no HTML, no markdown tables)
Architecture References
arch: A1 (GroupMe Webhook), A2 (AI Engine), A3 (Basketball Client)