What problem does it solve?
This Skill determines the initial routing hints for a user's request, such as the target platform (iOS, macOS, etc.) and device type, before deeper analysis occurs. It helps ensure the request is directed to the most appropriate processing pipeline.
Core Features & Use Cases
- Platform Hinting: Identifies the primary platform (iOS, watchOS, tvOS, visionOS, macOS) based on user prompts.
- Device Family Hinting: Specifies device types like iPhone, iPad, or universal.
- Watch Project Shape: Differentiates between standalone watch apps and paired iOS/watchOS projects.
- ASC Intent Detection: Recognizes if the request involves App Store Connect actions like publishing or submission.
- Use Case: When a user says "Build a workout app for Apple Watch and iPhone," this Skill will identify
platform_hint: "watchos", platform_hints: ["watchos", "ios"], and watch_project_shape_hint: "paired_ios_watch".
Quick Start
Use the intent-router skill to determine the platform and device hints for the request "Create a habit tracker for iPhone and Apple Watch".