What problem does it solve?
This skill provides a standardized approach to modeling and validating navigation layers for documentation robotics and related systems, eliminating ad-hoc routing definitions and ensuring cross-team consistency.
Core Features & Use Cases
- Route: URL-to-view mapping for applications across web, mobile, and voice interfaces.
- NavigationGuard: Pre-navigation checks for authorization and validation.
- NavigationFlow: Multi-step sequences with onNext and transitions.
- NavigationTransition: Transitions between routes with triggers and guards.
- ContextVariable: Context data passed through navigation.
- DataMapping: Passing data between routes and views.
- Analytics & Tracking: Metrics and monitoring of navigation flows.
Use Case: Model a checkout flow with guards and route transitions to ensure secure, guided user journeys.
Quick Start
Start by examining the SKILL.md frontmatter to understand the defined routes and guards. Create a simple route at /home mapped to ux.view.home with an authentication guard, then expand into a multi-step flow with transitions and context variables. Use the provided examples to build robust navigation models that can be exported to your UX layer.