Trigger: A scheduled job runs 60 days before the new school year, identifying returning students in Skyward whose families need to complete the annual re-registration packet.
Context/Data Pulled: The AI agent calls the Skyward API to fetch the student's core record (StudentDemographics, StudentContact objects) and the previous year's submitted forms from the document repository.
Model/Agent Action: An LLM with a structured output schema extracts unchanging data (student name, birth date, primary address, sibling relationships) and variable data requiring review (emergency contacts, health conditions, media release permissions) from the prior year's forms. It generates a pre-filled digital form in the district's preferred format (e.g., a dynamic PDF or a web form), highlighting fields that likely need updating.
System Update/Next Step: The pre-filled form is attached to a personalized task in the family's Skyward Family Access portal. An automated notification (email/SMS) is sent with a direct link, stating, "Your re-registration forms for [Student Name] are 90% complete. Please review and submit."
Human Review Point: The system flags forms for students with address changes outside district boundaries or with expired health documentation (e.g., immunizations) for registrar review before the form is even sent.