Docs
GitHub Early access
Browse documentation

Start guide

Prepare one useful app action for a Capability Studio pilot.

Start with one real user task

Choose something useful that people already do in the app. It should have a clear owner, an easy-to-understand result, and working code that can be tested.

One focused action is more useful than a long list of ideas. Add more actions after the first one has been reviewed and tested.

Prepare the project

  • Name the task in words your users already understand.
  • Find the service or data store in your app that already performs the work.
  • List what goes in, what comes back, what changes, who may run it, when to ask first, and how it can fail.
  • Gather existing App Intents, App Shortcuts, tests, and release notes.
  • Choose the Apple feature that someone must check by hand before release.

Run the first pass

  1. AuditInspect the current code and record only what you can show is true.
  2. DefineAgree on the action’s ID, details, permissions, and open questions.
  3. ConnectCreate an App Intent that calls the app’s existing code.
  4. TestBuild the app, run focused tests, and check the real installed feature.
  5. ReleaseSave the test results with the exact action and app version.