iOS App Intents Overview Expose the smallest useful action and entity surface to the system. Start with the verbs and objects people would actually want outside the app, then implement a narrow App Intents layer that can deep-link or hand off cleanly into the main app when needed. Read these references as needed: - for choosing the first intent and entity surface - for concrete example shapes to copy and adapt - for generalized App Intents code templates - for how to think about Shortcuts, Siri, Spotlight, widgets, and other system entry points Core workflow 1) Start with actions, not screens…