// calendar
// to-do
Academic canvas
Personal
// study plan
parser —
add a syllabus
no study plans yet — upload a syllabus above
// module · tracker
TRACKERPLANNED
purposelog where your time actually goes — study, class, work, gym, sleep
inputquick manual log + study confirmations from the Study Plan tab + (later) location & calendar inference
agenta daily-planner agent reads the tracker + calendar + study plan, blocks out your day, and pushes a morning brief to your phone
outputdaily brief notification · time-by-category rollups · plan vs actual
dependsacadia-api Worker (Anthropic API + push channel) + an iOS notification target
// not implemented — study confirmations are the first data source
// module · dining
DININGPLANNED
sourcedineoncampus.com · SMU dining halls
methodWorker scrapes the daily menu, Claude structures it
outputtoday's menu filtered by your prefs (low-soy, healthiest, taste)
dependsacadia-api Worker (CORS proxy) + a prefs profile
// not implemented
// budget
import a statement
CSV / TSV / TXT export, a PDF statement (digital, not scanned), or pasted text · categorized by the acadia-api Worker · uses the APP_SECRET from Study Plan → parser
no transactions yet — import a statement above
spend by category
transactions
imports
spend by month
spend by category
transactions
// module · location
LOCATIONPLANNED
sourceiPhone Shortcut → POST lat/long to acadia-api on a schedule
methodWorker stores the latest fix; app reads "where you are"
outputday context — on campus, at the library, home, in transit
dependsacadia-api Worker endpoint + a Shortcut installed on device
// not implemented
// module · agents
AGENTSPLANNED
sourcethis app's live state (calendar, tasks, study plan, tracker) + Claude
methodin-app agents — a live editor for this build, a daily-planner, a general assistant — with tool access
outputchat + actions over your schedule and tasks · the daily brief
dependsacadia-api Worker (Anthropic API) + a tool / action layer
// not implemented